diff --git a/快手极速版开宝箱.js b/快手极速版开宝箱.js index 960c5e6..c88e3b9 100644 --- a/快手极速版开宝箱.js +++ b/快手极速版开宝箱.js @@ -39,8 +39,8 @@ class Task extends Public { this.index = $.userIdx++ let user = env.split("#"); this.cookkie = user[0]; - - + + } async getSig(l, data) { let url = 'http://yi100.top:5666/s3' @@ -112,7 +112,8 @@ class Task extends Public { async run() { - + $.log(`随机延迟5-10分钟`) + await $.wait(Math.floor(Math.random() * 600000) + 300000) await this.openbox() diff --git a/快手极速版签到.js b/快手极速版签到.js index 135243a..e04783d 100644 --- a/快手极速版签到.js +++ b/快手极速版签到.js @@ -206,6 +206,9 @@ class Task extends Public { } } async run() { + //随机延迟5-10分钟 + $.log(`随机延迟5-10分钟`) + await $.wait(Math.floor(Math.random() * 600000) + 300000) await this.signIn()