From 4202cea9034371894b7a92d211ee1fcce943c26f Mon Sep 17 00:00:00 2001 From: haptear Date: Tue, 24 May 2022 09:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dati.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/dati.js b/dati.js index 767123c..487e2c7 100644 --- a/dati.js +++ b/dati.js @@ -1,5 +1,4 @@ /* -51 9 * * * */ const jobname = '答题王者' @@ -31,11 +30,17 @@ let amount=0 } if (amount>3000){ + + for (let i = 0; i < 3; i++) { + await $.wait(200) + await onAdClick() + await $.wait(Math.floor(Math.random()*3000)+1000) + } console.log(`开始抽奖卷`) - await onCheck() - console.log(`开始提现`) - await $.wait(2000) - await cashOrder() + //await onCheck() + console.log(`请手动提现`) + //await $.wait(2000) + //await cashOrder() } //for (let token of fktokenArr){