KingRan 2022-03-01 13:45:25 +08:00
parent 21a96eecc0
commit a174dc04dd
4 changed files with 6 additions and 3 deletions

View File

@ -208,7 +208,7 @@ async function run() {
if(flag) await $.wait(parseInt(Math.random() * 1000 + 10000, 10))
if($.index % 5 == 0) console.log('休息一下别被黑ip了\n可持续发展')
if($.index % 5 == 0) await $.wait(parseInt(Math.random() * 5000 + 10000, 10))
if($.index % 5 == 0) await $.wait(parseInt(Math.random() * 5000 + 30000, 10))
} catch (e) {
console.log(e)

View File

@ -185,7 +185,7 @@ async function run() {
await $.wait(parseInt(Math.random() * 1000 + 5000, 10))
if(flag) await $.wait(parseInt(Math.random() * 1000 + 10000, 10))
if($.index % 3 == 0) console.log('休息一下别被黑ip了\n可持续发展')
if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 10000, 10))
if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 30000, 10))
} catch (e) {
console.log(e)
}

View File

@ -193,6 +193,9 @@ async function run() {
console.log(`后面的号都会助力:${$.shareUuid}`)
}
await $.wait(parseInt(Math.random() * 1000 + 5000, 10))
if(flag) await $.wait(parseInt(Math.random() * 1000 + 10000, 10))
if($.index % 3 == 0) console.log('休息一下别被黑ip了\n可持续发展')
if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 30000, 10))
} catch (e) {
console.log(e)
}

View File

@ -209,7 +209,7 @@ async function run() {
if(flag) await $.wait(parseInt(Math.random() * 1000 + 10000, 10))
if($.index % 3 == 0) console.log('休息一下别被黑ip了\n可持续发展')
if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 10000, 10))
if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 30000, 10))
} catch (e) {
console.log(e)