scripts/protean_herb.py

13 lines
285 B
Python
Raw Normal View History

2024-07-31 13:15:02 +02:00
from super_bot import SuperBot
from super_bot.timer import hours
bot = SuperBot()
timer = hours(4)
2024-08-09 13:16:52 +02:00
bot.random_sleep(1000, 2000)
2024-07-31 13:15:02 +02:00
while timer.ongoing():
bot.type("1")
2024-08-09 13:16:52 +02:00
bot.super_random_sleep(1850, 2000)
2024-07-31 13:15:02 +02:00
bot.type(" ")
2024-08-09 13:16:52 +02:00
bot.super_random_sleep(270_000, 275_000)