2020 淘宝618 叠猫猫

2020 淘宝618叠猫猫脚本,仅用于学习交流

非原创。转自某公众号

1、首先打开 Auto.js ​没有的 直接百度搜索就好

2、打开脚本软件Auto.js ​会跳转出一个打开无障碍 点击去设置即可

3、然后点击右下角“​十” 选择文件,将脚本复制进去

​4、打开淘宝 搜索“618列车” 点开“领猫币”(一定要点开)

5、开启Auto.js悬浮窗,(华为手机,【设置】-【应用】-【权限管理】-【Auto.js】-【悬浮窗开启】)

ps:一定要点开领猫币,然后在悬浮窗的页面点开运行脚本

618叠猫猫脚本

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 swipe22s(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 autoplay(){
    if(textEndsWith("签到").exists()){
        textEndsWith("签到").findOne().click();
        sleep(1600);
        toast("签到成功");
    }
    sleep(2000);
    toast("完成[签到]检测");

    swipe22s("去浏览");
    swipe22s("去搜索");
    
    toast("结束");
}

你可能感兴趣的:(2020 淘宝618 叠猫猫)