|
@ -1,5 +1,4 @@ |
|
|
/* |
|
|
/* |
|
|
51 9 * * * |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
const jobname = '答题王者' |
|
|
const jobname = '答题王者' |
|
@ -31,11 +30,17 @@ let amount=0 |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
if (amount>3000){ |
|
|
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(`开始抽奖卷`) |
|
|
console.log(`开始抽奖卷`) |
|
|
await onCheck() |
|
|
//await onCheck()
|
|
|
console.log(`开始提现`) |
|
|
console.log(`请手动提现`) |
|
|
await $.wait(2000) |
|
|
//await $.wait(2000)
|
|
|
await cashOrder() |
|
|
//await cashOrder()
|
|
|
} |
|
|
} |
|
|
//for (let token of fktokenArr){
|
|
|
//for (let token of fktokenArr){
|
|
|
|
|
|
|
|
|