mirror of https://github.com/KingRan/KR.git
parent
21a96eecc0
commit
a174dc04dd
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue