綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

[修改版] Tsum Tsum 自動玩遊戲、收送愛心(免root) Robotmon手機版按鍵精靈

   關閉 [複製連結] 查看: 101950|回覆: 210|好評: 0
141
ttung | 收聽TA | 只看該作者
發表於 2017-11-5 13:12
由 手機網頁 發佈
我上星期運行了好幾天,一切正常,更新了1.3後,不足一天就死了。
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

142
ilange | 收聽TA | 只看該作者
發表於 2017-11-5 20:55

支援所有安卓系統? 廣告?
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

143
ttung | 收聽TA | 只看該作者
發表於 2017-11-6 09:27
r2studio 發表於 2017-11-4 23:45
Tsum Tsum 自動玩腳本更新嘍 V9
1. 支援國際版新角色
2. 一顆一顆收愛心

https://drive.google.com/open?id=0B42Ev-FNoeH2a1NJMkloTDFJb1k
those tsum tsum are created from debug capture and photoshop which are better than your version, can you add those tsum images to your script or replace them, so that I don"t need to change codes by myself in the coming versions.
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 1 反對 0

使用道具 舉報

144
ttung | 收聽TA | 只看該作者
發表於 2017-11-6 11:37
for running some time, it can only send the first 10 friends.
I added some code like this

  var retry = 0;
  while(this.isRunning) {
    var img = this.screenshot();
    isHs0 = isSameColor(Button.outSendHeart0.color, this.getColor(img, Button.outSendHeart0));
    isHs1 = isSameColor(Button.outSendHeart1.color, this.getColor(img, Button.outSendHeart1));
    isHs2 = isSameColor(Button.outSendHeart2.color, this.getColor(img, Button.outSendHeart2));
    isHs3 = isSameColor(Button.outSendHeart3.color, this.getColor(img, Button.outSendHeart3));
    releaseImage(img);
// by ttung       
    if (!isHs0 && !isHs1 && !isHs2 && !isHs3) {
                if(retry<=5){
                        this.tapDown(Button.outSendHeart3, 100);
                        this.moveTo (Button.outSendHeart3, 100);
                        moveTo(Button.outSendHeart3.x, Button.outSendHeart3.y-10, 500);
                        this.tapUp  (Button.outSendHeart0, 100);
                        retry ++;
                }
                else
                {
                    break;
                }
        }
        else
        {
                if (isHs0) {this.tap(Button.outSendHeart0);sleep(2000);this.tap(Button.outReceiveOk);sleep(3000);this.tap(Button.outReceiveOk);sleep(1700);}
                if (isHs1) {this.tap(Button.outSendHeart1);sleep(2000);this.tap(Button.outReceiveOk);sleep(3000);this.tap(Button.outReceiveOk);sleep(1700);}
                if (isHs2) {this.tap(Button.outSendHeart2);sleep(2000);this.tap(Button.outReceiveOk);sleep(3000);this.tap(Button.outReceiveOk);sleep(1700);}
                if (isHs3) {this.tap(Button.outSendHeart3);sleep(2000);this.tap(Button.outReceiveOk);sleep(3000);this.tap(Button.outReceiveOk);sleep(1700);}
                this.tapDown(Button.outSendHeart3, 100);
                this.moveTo (Button.outSendHeart3, 100);
                this.moveTo (Button.outSendHeart2, 100);
                this.moveTo (Button.outSendHeart1, 100);
                this.moveTo (Button.outSendHeart0, 1000);
                this.tapUp  (Button.outSendHeart0, 100);
        }
  }
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

145
ttung | 收聽TA | 只看該作者
發表於 2017-11-6 12:15
以前的廣告幾分鐘後會消失, 但現在廣告不會消失
而廣告屏障了 pause 按鈕

我把 200 改成 250, 問題解決 !
  gamePause: {x: 983, y: 250 - adjY, color: {"a":0,"b":9,"g":188,"r":239}},
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

146
 樓主| r2studio | 收聽TA | 只看該作者
發表於 2017-11-6 13:51
ttung 發表於 2017-11-6 12:15
以前的廣告幾分鐘後會消失, 但現在廣告不會消失
而廣告屏障了 p ...

hey would you make pull request to github.com/r2-studio/robotmon-scripts ?
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

147
 樓主| r2studio | 收聽TA | 只看該作者
發表於 2017-11-6 15:25
感謝 ttung 督促 XDDD

Tsum Tsum 自動玩腳本更新 V11
1. 提升幾隻角色的辨識率 (感謝ttung)
2. 送心失敗重試 (感謝ttung)
3. 送心辨識0分

Tsum Tsum new version 11
1. Increase image recognition of some characters
2. Retry when send hearts failed
3. Not send heart if zero score
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

148
noobms | 收聽TA | 只看該作者
發表於 2017-11-7 07:47
怎么我发现 新版 又卡又慢
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

149
 樓主| r2studio | 收聽TA | 只看該作者
發表於 2017-11-11 23:11
noobms 發表於 2017-11-7 07:47
怎么我发现 新版 又卡又慢

新版本 有增加幾隻 新角色 (包含尚未出現的角色)
所以在辨識的時候 可能會略慢一點
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

150
 樓主| r2studio | 收聽TA | 只看該作者
發表於 2017-11-11 23:12
Tsum Tsum 腳本出新版本嘍 V12
新增功能 "記錄誰送心" 要搭配 一顆一顆收愛心一起使用喔
可以從設定頁面裡面看到誰送你幾顆心喔
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則