ツムツム 自動化3 つむ消し処理と画面処理合体!

AutoMainPNGページ

ツムツムの自動化を行うためにタップ自動実行の処理とプレイ中のつむを消す処理を合体させます。簡単ではありません非常に高度な処理が必要になります。プログラミングに自信のある方は挑戦してみてください。
In order to automate Tsum Tsum, the process of auto-execution of taps and the process of erasing the tsum during play are combined. It’s not easy and requires very advanced processing. If you are confident in programming, please try it.

プレイ中の処理と
その他の処理を分ける必要があります。

Processing during play
Other processing needs to be separated.

次の処理にそれぞれ分けます。
Divide into the following processes.

その他の処理
1.週間ランキング画面のプレイをタップする
2.アイテムをセットする画面のスタートをタップする。
3.ハイスコア画面のとじるをタップする。
4.スコア画面のとじるをタップする。
5.マジカルタイム画面のキャンセルをタップする。
6.プレイ中の画面

プレイ中の処理
1.FANをランダムに2回タップする。
2.スキルが溜まればたっぷする。
3.つむをランダムに消す処理
4.プレイ終了確認

そのため画像確認用のデータを二手に分けます。
データが二つになったらそれぞれのデータ間処理を行き来できるようにします。

画面番号を見て判断してください。
・その他処理の6番(画面番号0003)からプレイ中処理へ
・プレイ中から4番プレイ終了(画面番号00004)したらその他処理へ移行します。

Other processing
1. 1. Tap Play on the weekly ranking screen
2. Tap Start on the screen to set the item.
3. 3. Tap Close on the high score screen.
4. Tap Close on the score screen.
5. Tap Cancel on the Magical Time screen.
6. Screen during play

Processing during play
1. 1. Randomly tap FAN twice.
2. If you have enough skills, you will get plenty.
3. 3. Randomly erase the pinch
4. Confirmation of end of play

Therefore, the data for image confirmation is divided into two.
When there are two data, you can switch between each data.

Please judge by looking at the screen number.
・ From other processing No. 6 (screen number 0003) to processing during play
・ When the 4th play ends (screen number 00004) from the middle of play, it shifts to other processing.

上の順序を次のように処理ごとにデータを分けておきます。

 

選択行よりも前で赤くなっていますが、問題ありません

スクリプトを作成はこのように出力されます。

It is red before the selected line, but there is no problem

The script creation is output like this.

195~203行を次のように分けます。
Divide lines 195-203 as follows.

最終的にこのように

ColorChack() 処理は2つに分けて処理します。

Finally like this

ColorChack () processing is divided into two.

つむ消しメインスクリプトは最初のほう挿入します。
Insert the main script at the beginning.

動作中の動画が次になります。
The video in action is next.

 

私ができる処理速度はこれが限界です。

すいません、iPhoneと比較してもアンドロイドはこれが限界の処理です。

どなたかがんばってみませんか!