bat 脚本 教你如何自动获取奇游加速免费时场

首先你需要知道怎么打开ADB调试模式

然后你得知道怎么电脑连接ADB

然后就是放代码,

手机型号不同,可能点击位置不同,建议根据个人手机大小 调节点击位置

adb start-server
adb devices
adb shell am force-stop com.qeeyou.app.accelerator
:: 开启应用
adb shell am start -n  com.qeeyou.app.accelerator/ui.StartPageActivity

set num = 0
ping -n 10 127.0.0.1>nul
adb shell input tap 900 2230
:: 点击免费加速
ping -n 3 127.0.0.1>nul
adb shell input tap 500 1000
:ok
set /a num+=1
:: 点击播放
ping -n 10 127.0.0.1>nul
adb shell input tap 900 400
:: 播放视频
echo "this" + "%num%" +"" 
ping -n 35 127.0.0.1>nul
adb shell input tap 950 200
if "%num%" == "25" goto end

goto ok

pause

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章