本脚本无技术含量,纯个人分享,仅供学习
前言
本脚本为淘* 6** 或 双 ** 活动设置。为何通用,今年活动都是这种形式 包括 京* ,脚本原理一致,所以可以说是通用
脚本执行软件 AutoJS
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
| auto.waitFor(); var height = device.height; var width = device.width; setScreenMetrics(width, height); ohmygod();
function ohmygod() { if (text("签到").exists()) { text("签到").findOne().click(); } Findcon("去浏览"); Findcon("去完成"); Findcon("去逛逛"); Findcon("去搜索"); Findcon("去围观"); video(); vegetables(); tblife(); jumpzfb();
toast("脚本结束"); }
function Findcon(act) { while(textContains(act).exists()){ toast("存在" + act); textContains(act).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); if(textContains("完成").exists()){ back(); } else { sleep(2200); back(); } sleep(1600); } toast("完成[" + act + "]检测"); sleep(2000); }
function okandback() { while (1) { if (textContains("完成").exists() | descContains("完成").exists()) break; } back(); }
function video() { if (textContains("去观看").exists()) { textContains("去观看").findOne().click(); sleep(1000); okandback(); } }
function vegetables() { if (textContains("去收菜").exists()) { textContains("去收菜").findOne().click(); click(width / 2, height / 2); click(width / 2 + 200, height / 2); click(width / 2 - 200, height / 2); } }
function tblife() { if (textContains("去逛逛").exists()) { textContains("去逛逛").findOne().click(); sleep(7000); back(); if (id("decor_content_parent").findOne().parent()) { toast("oook"); } } }
function jumpzfb() { if (text("gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBgAAAABQABh6FO1AAAAABJRU5ErkJggg==").exists()) { text("gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBgAAAABQABh6FO1AAAAABJRU5ErkJggg==").findOne().click(); textContains("领喵币").findOne().click(); if (text("签到").exists()) { text("签到").findOne().click(); } if (textContains("逛一逛").exists()) { textContains("逛一逛").findOne().click(); sleep(1000);
back(); textContains("按钮").findOne.click(); } sleep(500); } }
|
2020 年开始疑似检测脚本,可能会导致无法参与活动,谨慎使用。或建议增加随机数,模拟人的操作。