有没有淘宝双12活动看广告的脚本??
autojs吧
全部回复
仅看楼主
level 2
有没有淘宝双12活动看广告的脚本??
2019年12月01日 00点12分 1
level 1
同求
2019年12月01日 00点12分 2
level 3
同求+1
2019年12月01日 02点12分 3
level 1
auto.waitFor();
var height = device.height;
var width = device.width;
toast("\n设备宽" + width + "\n" + "设备高" + height + "\n" + "手机型号" + device.model + "\n安卓版本" + device.release)
setScreenMetrics(width, height);
toast("设备高"+height);
autoplay()
function autoplay(){
if(textEndsWith("签到").exists()){
textEndsWith("签到").findOne().click();
sleep(1600);
toast("签到成功")
}
sleep(2000);
toast("完成[签到]检测");
while(textEndsWith("去浏览").exists()){
//要支持的动作
toast("存在去浏览");
textEndsWith("去浏览").findOne().click();
sleep(1500);
swipe(width / 2, height - 500, width / 2, 0, 500);
sleep(2500);
swipe(width / 2, height - 500, width / 2, 0, 500);
sleep(10000);
swipe(width / 2, height - 500, width / 2, 0, 500);
sleep(8000);
back();
sleep(1600);
}
toast("完成[去浏览]检测");
sleep(2000);
toast("结束");
}
2019年12月01日 10点12分 5
autoplay() 这里少了个分号,应该是:autoplay();
2019年12月01日 11点12分
@cqd5686 签到之前没识别已签到吗?
2019年12月02日 16点12分
level 3
@xun660
谢谢~大神~
测试能用~~~
2019年12月01日 13点12分 6
@ssence88 我是4.1.1版的
2019年12月02日 00点12分
level 1
ios可用吗?
2019年12月02日 08点12分 7
level 2
aoto没找到……不知道什么鬼
2019年12月03日 00点12分 8
level 1
用了脚本然后一直卡宝贝怎么办?
2019年12月09日 14点12分 10
1