Mining script clicks less frequently.
This commit is contained in:
parent
d68850b1ff
commit
216237de39
|
|
@ -8,4 +8,4 @@ curson_location = bot.mouse.position
|
||||||
while timer.ongoing():
|
while timer.ongoing():
|
||||||
bot.mouse.position = curson_location
|
bot.mouse.position = curson_location
|
||||||
bot.left_click()
|
bot.left_click()
|
||||||
bot.super_random_sleep(15_000, 20_000)
|
bot.super_random_sleep(25_000, 35_000)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue