吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 5776|回复: 15
收起左侧

[其他转载] 淘宝双十一猫币任务脚本(自动打开淘宝及活动界面)

[复制链接]
xiashanyu 发表于 2020-10-22 16:25
利用auto.js使用,不用多说大家肯定都明白了~
相关代码如下。
[JavaScript] 纯文本查看 复制代码
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()
}
else if (height == 2160) {
    setScreenMetrics(1080, 2160);
    toast("设备高" + height);
    lingqu();
}
function lingqu() {
    app.launchApp("手机淘宝");
    toast("打开淘宝")
    sleep(6000);
    click(600, 1235); //进入活动页
    sleep(6000);
    click(900, 1320);
    toast("领金币")
    //浏览15秒领金币
    sleep(1500);
    while (text("去喂猫 赚更多喵币").exists()) {
        text("去喂猫 赚更多喵币").findOne().click();
    }
    click(920, 2100);
    toast("赚喵币")
    sleep(1500);
    if (text("签到").exists()) {
        text("签到").findOne().click();
        sleep(1600);
        toast("签到成功")
    }
    sleep(1500);
    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);
    }
    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);
    }
    toast("结束");
}

点评

前排提醒,不要用脚本 关闭无障碍, 要么直接不完立省100%  发表于 2020-10-23 10:08

免费评分

参与人数 3吾爱币 +3 热心值 +1 收起 理由
airfly43 + 1 要搞个过检测的才行了
lemond + 1 + 1 我很赞同!
威风的黑龙 + 1 我很赞同!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

Wumai 发表于 2020-10-22 18:15
spbjsp 发表于 2020-10-22 18:03
听说脚本被检测到了,不产生猫币

猫币变为1/100,也就是每次100到200
qq409172153 发表于 2020-10-22 17:56
spbjsp 发表于 2020-10-22 18:03
wangwanghz 发表于 2020-10-22 18:04
autojs不能用了好像
威风的黑龙 发表于 2020-10-22 18:08
估计一会儿就出浏览器插件了
bofeng888 发表于 2020-10-22 18:12
好厉害的样子
runiyiban12 发表于 2020-10-22 18:19
真的脚本好像被检测了,猫币少了好多
Yeah_whr 发表于 2020-10-22 18:28
不能用了所有的
zg2600 发表于 2020-10-22 18:30
都不能用了
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 警告:本版块禁止灌水或回复与主题无关内容,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-5-13 02:06

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表