menu LittleJake's Blog
color_lens
avatar
Jake Liu
Never Settle
creative commons by-nc-sa
hit
Category
keyboard_arrow_down

© 2024 LittleJake's Blog.

萌ICP备20223020号

淘宝叠猫猫赚猫币自动脚本(转)

tmall

  1. 使用chrome浏览器、或者360极速浏览器,360极速模式等;
  2. 打开 https://login.m.taobao.com/login.htm 登陆下,已登录的忽略;
  3. 按下F12,调出浏览器控制台。步骤依次操作:
    a. 调出手机模式、
    b. 随便选择一个型号
    c. 点击console
  4. 在浏览器地址栏粘贴 https://pages.tmall.com/wow/a/act/tmall/tmc/22351/wupr?wh_pid=industry-161308&sellerId=3079263591
  5. 在console里输入以下代码回车,程序自动运行:
document.write('<iframe width=100% height=100% frameborder=0 scrolling=yes>');
frames[0].location.href = location.href;
var idx = 1;
var o = document.createElement('div');
o.innerHTML = '第1次';
o.setAttribute('id', 'setTimes');
o.setAttribute('style', 'text-align: center;font-size: 14px;background: #000;color: #fff;padding: 10px 0;');
document.body.insertBefore(o, document.body.childNodes[0]);
var timer = setInterval(function () {
    if (idx > 70) {
        clearInterval(timer);
        document.getElementById('setTimes').innerHTML = '已结束'
    } else {
        document.getElementById('setTimes').innerHTML = '第' + idx + '次';
        t()
    }
}, 13000);

function t() {
    setTimeout(function () {
        frames[0].document.getElementsByClassName('svelte-qr71gg')[1].click();
        setTimeout(function () {
            frames[0].location.reload()
        }, 1000)
    }, 12000);
    idx++
}
t();
Buy me a beer
Jake Liu
Never Settle

Title: 淘宝叠猫猫赚猫币自动脚本(转)

Author: Jake Liu

Origin:

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) For any re-post you must give appropriate credit.

文章遵循CC许可 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 转载请注明出处

Tag:none

评论区

Add a new comment.

Theme