刷喵币脚本
-
手机上用 auto.js刷的。
小米要打开auto.js软件把系统权限全部打开,不然到了淘宝首页会没有反应,就是悬浮窗、后台运行什么的var str = ""; str += "屏幕宽度:" + device.width str += "\n屏幕高度:" + device.height; toast("屏幕宽度为"+device.width+" "+"屏幕高度为"+device.height); //获取设备信息 launchApp("手机淘宝"); toast("打开手机淘宝中"); sleep(5000) waitForActivity("com.taobao.tao.TBMainActivity") if(!requestScreenCapture()){ toast("请求截图失败"); exit(); } var Cut = captureScreen(); images.saveImage(Cut, "/sdcard/2.png"); var url = "https://s2.ax1x.com/2019/10/23/KtWDQs.jpg"; var Pa = images.load(url); images.save(Pa, "/sdcard/目标图.png"); var ju = findImage(Cut, Pa); if(ju){ click(ju.x+200,ju.y+200) toast("点击目标图") sleep(2000) toast("打开目标界面") sleep(3000) }else{ toast("没找到"); } waitForActivity("com.taobao.browser.BrowserActivity") sleep(8000) if(!requestScreenCapture()){ toast("请求截图失败"); exit(); } var C = captureScreen(); images.saveImage(C, "/sdcard/1.png"); //截图并保存,记得待会删掉 var url1 = "https://s2.ax1x.com/2019/10/23/KYg3ct.jpg"; var P = images.load(url1); images.save(P, "/sdcard/喵币.png"); //这张也要删掉 var j = findImage(C, P); if(j){ click(j.x,j.y) }else{ toast("没找到"); } toast("点击领喵币") sleep(5000) for(var t=1;t<21;t++){ click(text("去进店").findOne().click()) toast("点击去进店") sleep(3000) for(var i=0;i<6;i++){ swipe(device.width / 2, 4*device.height/5, device.width / 2, device.height/5,1000); sleep(3000) } back() toast("已经逛了"+t+"次") sleep(3000) } //by 暗夜协奏者,转载不要删这句
-
@chuan85 昨天的时候发现了,一个刷猫币脚本,执行了,提示2340,然后就结束了!不知道是不是手机问题
auto.waitFor(); var height = device.height; var width = device.width; toast("\n设备宽" + width + "\n" + "设备高" + height + "\n" + "手机型号" + device.model + "\n安卓版本" + device.release) if (height == 1920) { //设置脚本坐标点击所适合的屏幕宽高。 setScreenMetrics(1080, 1920); toast("设备高" + height); lingqu() } else if (height == 2340) { setScreenMetrics(1080, 2340); toast("设备高"+height); lingqu() } function lingqu(){ click(547,1264);//点猫 领金币 // //浏览15秒领金币 sleep(1500); click(911,1716); sleep(1500); if(text("签到").exists()){ text("签到").findOne().click(); sleep(1600); toast("签到成功") } sleep(1500); while(text("去进店").exists()){ //要支持的动作 toast("存在去进店"); text("去进店").findOne().click(); sleep(2500); swipe(width / 2, height - 600, width / 2, 0, 500); sleep(3500); swipe(width / 2, height - 600, width / 2, 0, 500); sleep(10000); swipe(width / 2, height - 600, width / 2, 0, 500); sleep(9000); back(); sleep(1000); } while(text("去浏览").exists()){ //要支持的动作 toast("存在去浏览"); text("去浏览").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("结束"); }
-
成功 谢谢大佬zsbd
-
@google8808 感谢反馈。