|
|
腾讯云学生机有抢购脚本吗?
[ol]var getThread = null;var timeInterval = 100;var getCount = 0;if (!getThread) { getThread = setInterval(() => { if ($("button[hotrep='qcact.campus.getVoucherBtn']")[0].disabled) { $("button[hotrep='qcact.campus.getVoucherBtn']").attr("disabled",false); } $("button[hotrep='qcact.campus.getVoucherBtn']").click(); if ($(".J-close")) { $(".J-close").click(); } console.log("Already Tried: " + (++getCount) + " Times."); }, timeInterval);}[/ol]复制代码
找了个脚本抢,没办法自动停止,都没办法获取手机验证码。 |
|