宝惠双11任务助手app0.0.6 最新版【附源码】

时间:2020-10-30 16:52

大小:11.7M

系统:Android

语言:中文

点击下载
宝惠双11任务助手app截图0宝惠双11任务助手app截图1宝惠双11任务助手app截图2宝惠双11任务助手app截图3

天猫撸猫猫领喵币、京东全民营业领京豆二合一助手,自动完成双11任务的一个工具,它的功能很强大,可以自由的做任务完成获得相应的奖励,网上一些工具可能不能用了,这个是最新的版本,好用实用。

宝惠双11任务助手app

使用说明

1、先要开启无障碍服务和悬浮窗的权限,再运行软件;

2、点击天猫撸猫猫,选择相应的任务,设置一下时间和次数;

3、然后开启天猫任务即可。

4、京东的全民营业会更简单一些,直接设定时间就可以了;

5、京东领京豆也是一样的操作。

功能介绍

1、淘宝/天猫撸猫猫领喵币

增加随机时间,可以自定义等待时间,自定义喂猫次数、自定义摸摸头次数

宝惠双11任务助手app

增加模拟人工操作,避免检测可以使用淘宝V8.11.0以及以下版本,可以获得全部喵币,亲测有效,软件内附有淘宝V8.11.0豌豆荚下载地址

2、京东全民营业

自动完成京东任务

软件代码分享

/* 开始执行撸猫猫 */

function start_tb() {

    console.clear();

    log("欢迎使用撸猫猫助手")

    home();

    randomSleep(1688);

    launch("com.taobao.taobao");

    randomSleep(5888);

    var search = desc("主互动").findOne();

    getClick(search);

    randomSleep(5888);

    log("达到撸猫猫")

    randomSleep(3888);

    if (textEndsWith("喵币点击领取").exists()) {

        var getCatMonney = textEndsWith("喵币点击领取").findOne();

        getClick(getCatMonney);

        randomSleep(2888);

        log("领取喵币");

        randomSleep(1688);

    } else {

        log("今天已领取喵币");

        randomSleep(1688);

    }

    if (ui.isStartTouchHead.checked == true) {

        log("开始摸摸头");

        for (var i = 0; i <= parseInt(ui.setTouchHead.text()); i++) {

            click(getDeviceWidth / random(1.8, 2), getDeviceHeight / 2);

            randomSleep(80);

            log("第" + i + "次摸摸头");

        }

        log("摸摸头完毕");

        randomSleep(1688);

    }

    log("开始寻找任务");

    if (text("赚喵币").exists()) {

        var makeCatMoney = text("赚喵币").findOne();

        getClick(makeCatMoney);

        randomSleep(2888);

        if (textContains("每日签到").exists()) {

            var todaySignIn = textContains("每日签到").findOne();

            getClick(todaySignIn);

            log("签到成功");

            randomSleep(2888);

        }

        findTake_tb("去浏览");

        findTake_tb("去完成");

        findTake_tb("去搜索");

        findTake_tb("去逛逛");

        findTake_tb("逛一逛");

        findTake_tb("去观看");

        findTake_tb("去看看");

        fertilization();

    }

}

/* 开始执行全民营业 */

function start_jd() {

    toastLog("欢迎使用全民营业助手");

    home();

    randomSleep(1688);

    launch("com.jingdong.app.mall");

    randomSleep(5888);

    var enterActivity = desc("浮层活动").findOne();

    if (!desc("浮层活动").exists()) {

        toastLog("温馨提示:未找到入口,请手动打开活动")

    } else {

        randomSleep(888);

        getClick(enterActivity);

        while (desc("浮层活动").exists()) {

            getClick(enterActivity);

            randomSleep(1688);

        }

    }

    randomSleep(5888);

    if (textContains("我知道").exists()) {

        let Iknow = textContains("我知道").findOne();

        getClick(Iknow);

        randomSleep(1888);

    }

    if (textContains("取消").exists()) {

        let cancel = textContains("取消").findOne();

        getClick(cancel);

        randomSleep(1888);

    }

    randomSleep(1688);

    while (text("收取金币").exists()) {

        var collectMoney = text("收取金币").findOne();

        getClick(collectMoney);

        randomSleep(1688);

        break;

    }

    randomSleep(1088);

    if (ui.businessPicture.checked == true) {

        if (text("可领金币").exists()) {

            var getM = text("可领金币").findOne();

            getClick(getM);

            randomSleep(5888);

            if (text("营业版图").exists()) {

                var array = ["北京", "沈阳", "长春", "呼和浩特", "哈尔滨", "石家庄", "天津", "济南", "太原", "西安", "郑州", "合肥", "南京", "杭州", "上海", "重庆", "成都", "贵阳", "武汉", "长沙", "南昌", "福州", "台北", "广州", "香港", "南宁", "澳门", "海口", "昆明", "拉萨", "西宁", "银川", "兰州", "乌鲁木齐", "热爱城"];

                for (var i = 0; i < array.length; i++) {

                    b = 0;

                    var getCity = text(array[i]).findOne();

                    getClick(getCity);

                    sleep(5888);

                    while (text("去完成").exists()) {

                        randomSleep(888);

                        if (text("已完成").findOnce(0)) {

                            b = 0;

                        } else {

                            b++;

                        }

                        var makeTake = text("去完成").findOnce(b);

                        if (makeTake == null) {

                            break;

                        } else {

                            getClick(makeTake);

                        }

                        randomSleep(1688);

                        back();

                        randomSleep(2888);

                    }

                    back();

                    randomSleep(1688);

                    goSwipe(2, 1.3, 2, 2.3, 888)

                    randomSleep(1688);

                }

                back();

                randomSleep(1688);

            }

        }

    }

    randomSleep(2688);

    if (text("领金币").exists()) {

        var getMoney = text("领金币").findOne();

        getClick(getMoney);

        randomSleep(2888);

        if (text("签到").exists()) {

            var signIn = text("签到").findOne();

            getClick(signIn);

            toastLog("签到成功")

            randomSleep(1888);

            log("去做任务");

            findTake_jd();

        } else {

            toastLog("今天已签到了");

            randomSleep(1888);

            log("去做任务");

            findTake_jd();

        }

    }

更新内容

1.存储配置可免费使用,无限存储

2.控制窗口换肤功能!可以仅保留开始/结束,关闭按钮,横向控制台

3.去除了关闭控制台插屏广告,开发者真是佛系

4.论坛支持,会员开通功能

5.修正论坛无法传图片问题,可以添加附件了,分享你的脚本吧

你可能感兴趣的

猜你喜欢

    618任务助手合集

    618任务助手合集

    每年618和双十一等于是全网年中和年终两次大型购物节,平台上都会举办分现金的活动,只要把所有任务都做完就可以快速升级获得相应的奖励,但是要把所有任务做完太花时间,那么可以借助618任务助手软件,最新的任务脚本工具,支持京东和淘宝,能自动浏览做任务,帮你领取淘宝的金币,很多软件不仅是支持618还支持双十一,功能很强大,如果有什么需求或者是问题可以留言告诉j9p哟!..
    进入专区>>

    更多专题

    大家都在玩

    网友留言默认

    查看更多评论

    本类排行榜

    其他版本