代码非原创,搬运吾爱破解:
2.使用方法
1.打开https://main.m.taobao.com/mytaobao/index.html链接,登录淘宝账号
2.打开使用地址https://market.m.taobao.com/app/tb-source-app/campaign/pages/index
3.chrome内核浏览器,打开使用地址->F12->Console->粘贴脚本代码->回车运行
4.输入start()启动
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 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | var info = [{ 'u': 0x7c852674, 's': 0x6a51219, 'p': 0x58 }, { 'u': 0x3dbc6967, 's': 0x461c3ea, 'p': 0x71 }, { 'u': 0x1ef3addf, 's': 0x3bebf75, 'p': 0x80 }, { 'u': 0xb789d567, 's': 0x113eb24f, 'p': 0x5c }, { 'u': 0x8d8934cb, 's': 0x6efebb6, 'p': 0x4f }, { 'u': 0xa93610a9, 's': 0x8fedbd9, 'p': 0x8e }, { 'u': 0x8cadf004, 's': 0x6e7ea9e, 'p': 0x69 }, { 'u': 0x5865047, 's': 0x36a5318, 'p': 0x94 }, { 'u': 0xc067294, 's': 0x36f2938, 'p': 0x75 }, { 'u': 0x8023956, 's': 0x36a599f, 'p': 0xf8 }, { 'u': 0x6ac01550, 's': 0x65cd26d, 'p': 0x55 }, { 'u': 0x3513ae0c, 's': 0x449f2ac, 'p': 0x7d }, { 'u': 0x2caacf2a, 's': 0x415191c, 'p': 0x7f }, { 'u': 0x426e19d3, 's': 0x6101732, 'p': 0x90 }, { 'u': 0x36ac597d, 's': 0x45359b2, 'p': 0x64 }, { 'u': 0x9925a24, 's': 0x36a5b0a, 'p': 0x4b }, { 'u': 0x662b850a, 's': 0x63e282a, 'p': 0x114 }, { 'u': 0x84d21a67, 's': 0x6c34dde, 'p': 0x1ff }, { 'u': 0xbca1a94e, 's': 0x12474310, 'p': 0x3d }, { 'u': 0x35ba6b66, 's': 0x44df580, 'p': 0x5b }, { 'u': 0xd8297a09, 's': 0x1c13a764, 'p': 0x2e }, { 'u': 0xd23cfdca, 's': 0x19e17dc5, 'p': 0x2f }, { 'u': 0x1fcc869b, 's': 0x3c06a87, 'p': 0x6f }, { 'u': 0x34acc2d7, 's': 0x4479169, 'p': 0x6b }, { 'u': 0xb04a0c11, 's': 0x139c53d6, 'p': 0x2e }, { 'u': 0x7b13c39b, 's': 0x691e3ac, 'p': 0x6b }, { 'u': 0x1a9a95c4, 's': 0x3b44cb2, 'p': 0xab }, { 'u': 0x1c063598, 's': 0x3b7cdc1, 'p': 0x82 }, { 'u': 0x627ffcb9, 's': 0x62e9223, 'p': 0x6a }, { 'u': 0xcf0b3f7, 's': 0x3736a25, 'p': 0x1f3 }]; function getAddress(id) { var address = 'https://market.m.taobao.com/app/tb-source-app/campaign/pages/index?wh_weex=true&userId=' + info[id]['u'] + '&shopId=' + info[id]['s'] + '&pathInfo=/campaign-10827-' + info[id]['p'] + '.htm#tq'; return address; } var iframe = document.createElement("iframe"); //<iframe id="iframe" width="375" height="667"></iframe> iframe.width = 375; iframe.height = 667; iframe.onload = function() { timeOut = window.setTimeout(function() { var div = iframe.contentDocument.getElementsByTagName('div')[65]; if(!div)return; if (div.innerHTML.indexOf("签到领喵币") == -1) { console.error("当前店铺已签到或未知错误") } else { div.click(); } setTimeout(function(){ start(); },500); }, currentTime); }; var style = document.createElement("style"); style.appendChild(document.createTextNode( `body{ disply: flex; flex-direction: column; align-items: center; justify-content: center; } button{ background-color: #52ba99; border-radius: 10px; color: #ffffff; padding: 5px 100px; margin-bottom: 50px; } iframe{ border: 1px solid #52ba99; } `)); var button = document.createElement("button"); var title = document.createElement("p"); title.appendChild(document.createTextNode("来自吾爱破解")); button.appendChild(title); button.addEventListener('click',function(){ window.open("https://www.52pojie.cn"); }) var time = 5000; time = time >= 4000 ? time : 4000; var currentTime = time; var index = 0; var timeOut = null; document.body.innerHTML = ""; // 移除所有内容 document.body.appendChild(button); document.body.appendChild(iframe); document.head.appendChild(style); function start() { if (index < info.length) { currentTime = Math.random() * (time - 1000 + 1) + 1000; console.log(currentTime); iframe.src = getAddress(index++); } } function stop() { timeOut && clearTimeout(timeOut); } function restart() { stop(), index = 0, start(); } |