淘宝/天猫/京东/拼多多/苏宁易购/小米商城/华为商城/抖音快手直播/茅台抢购助手,宝惠抢购助手/OK助手源码

这是一款功能强大的抢购助手,适用于淘宝、天猫、京东、拼多多等各大电商平台,包括苏宁易购、小米商城、华为商城及抖音直播购物,甚至支持茅台抢购。用户可以通过提供的下载链接获取软件,并查看软件截图和实际用户晒图。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

强大的一款抢购助手,功能很多!

下载地址:https://www.lanzoui.com/b01br9o6j

 

支持

淘宝/天猫/京东/拼多多/苏宁易购/小米商城/华为商城/抖音/直播/茅台


 

软件截图

 

 

使用用户晒图

受限于版面,只发一张,具体可以看软件内使用教程中更多晒图

"ui";
var color = "#009688";
//开始时间,提前时间量,提交频率,结束时间,网络时间偏移,网络接口延迟,设备延迟,辅助提交,倒计时浮窗x,倒计时浮窗y
var startTime, forwardTime, interval, lastTime, NTPClockOffset, NTPClockDelay, deviceDelay, autoSubmit, xp, yp;
//自动购买,自动确认,自动结算,自动提交,自动支付,校验价格,最大价格,使用网络时间
var autoBuy, autoConfirm, autoCart, autoSubmit, autoPay, checkSku, needConfirm, checkPrice, maxPrice, isUseNetTime;
//捡漏,频率
var jlModel, jlhz;
//商品名称,购买按钮
var itemName, buyName, color, size, other, volume, type, skuNum = 0, skuDelay;



//倒计时浮窗
var window;
//定时任务
var workId;
//存储
var storage = storages.create("tb.js");
//时间工具类
var timeUtils = require('TimeUtils.js');

var myQueue = new ArrayQueue();

importClass(android.view.View);

//主页面
ui.layout(
    <drawer id="drawer">
        <vertical>
            <appbar>
                <toolbar id="toolbar" title="橱窗、收藏页模式" />
                <tabs id="tabs" />
            </appbar>

            <viewpager id="viewpager">
                <frame>
                    <ScrollView>
                        <vertical w="*" h="auto" margin="6" >
                            <text h="30" id="networkTest" text="正在检测网络延迟..." gravity="top|left" textColor="red" textSize="13sp" margin="0 5" />
                            <horizontal>
                                <checkbox id="isUseNetTime" text="使用网络时间" textColor="black" checked="true" />
                                <checkbox id="autoPay" text="自动支付" checked="true" />
                            </horizontal>
                            <horizontal>
                                <checkbox id="needConfirm" text="需要确认" checked="true" />
                                <checkbox id="checkSku" text="SKU延时:" checked="true" />
                                <input id="skuDelay" text="120" hint="120" marginBottom="-6" />
                            </horizontal>
                            <horizontal>
                                <checkbox id="jlModel" text="重试频率:" textColor="black" checked="true" />
                                <input id="jlhz" text="1500" hint="频率" marginBottom="-6" />
                            </horizontal>
                            <horizontal >
                                <checkbox id="checkPrice" text="最高价格:" textColor="black" />
                                <input id="maxPrice" text="" hint="10" marginBottom="-6" />
                            </horizontal>
                            <frame w="*" margin="12" h="1" bg="#e3e3e3" />
                            <horizontal >
                                <checkbox id="baseTime" text="倒计时    " textColor="black" />
                                <text h="30" text="X:" gravity="top|left" textColor="black" />
                                <input id="xp" text="360" hint="360" marginBottom="-6" />
                                <text h="30" text=" , Y:" gravity="top|left" textColor="black" />
                                <input id="yp" text="1250" hint="1250" marginBottom="-6" />
                            </horizontal>
                            <frame w="*" margin="12" h="1" bg="#e3e3e3" />
                            <horizontal >
                                <text h="30" text="商品关键字:" gravity="top|left" textColor="black" textSize="16" />
                                <input id="itemName" text="" hint="袋鼠医用" marginBottom="-6" />
                            </horizontal>
                            <horizontal >
                                <text h="30" text="购买关键字:" gravity="top|left" textColor="black" textSize="16" />
                                <input id="buyName" text="" hint="立即购买、领劵购买、马上抢" marginBottom="-6" />
                            </horizontal>
                            <vertical id="skuShow" >
                                <horizontal >
                                    <text h="30" text="颜色:" gravity="top|left" textColor="black" textSize="16" />
                                    <input id="color" text="" hint="颜色|颜色分类|机身颜色" marginBottom="-6" textSize="16" />
                                </horizontal>
                                <horizontal >
                                    <text h="30" text="尺码:" gravity="top|left" textColor="black" textSize="16" />
                                    <input id="size" text="" hint="尺码|鞋码|机身尺码" marginBottom="-6" textSize="16" />
                                </horizontal>
                                <horizontal >
                                    <text h="30" text="容量:" gravity="top|left" textColor="black" textSize="16" />
                                    <input id="volume" text="" hint="存储容量|化妆品净含量" marginBottom="-6" textSize="16" />
                                </horizontal>
                                <horizontal >
                                    <text h="30" text="类型:" gravity="top|left" textColor="black" textSize="16" />
                                    <input id="type" text="" hint="网络类型" marginBottom="-6" textSize="16" />
                                </horizontal>
                                <horizontal >
                                    <text h="30" text="其他:" gravity="top|left" textColor="black" textSize="16" />
                                    <input id="other" text="" hint="口味|套餐类型" marginBottom="-6" textSize="16" />
                                </horizontal>
                            </vertical>
                            <frame w="*" margin="12" h="1" bg="#e3e3e3" />
                            <horizontal >
                                <text h="30" text="开始时间(年/月/日 时:分:秒):" gravity="top|left" textColor="black" textSize="16" />
                            </horizontal>
                            <horizontal >
                                <input id="startTime" text="2020/03/03 14:30:00" hint="无" marginBottom="-6" />
                            </horizontal>
                            <horizontal >
                                <text h="30" text="提前开始时间(毫秒):" gravity="top|left" textColor="black" textSize="16" />
                                <input id="forwardTime" text="500" hint="无" marginBottom="-6" />
                            </horizontal >
                            <horizontal >
                                <text h
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值