Mining script clicks less frequently.

This commit is contained in:
Filip Strajnar 2024-08-18 13:45:33 +02:00
parent d68850b1ff
commit 216237de39

View file

@ -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)