diff --git a/rs3_mining.py b/rs3_mining.py new file mode 100644 index 0000000..18631ea --- /dev/null +++ b/rs3_mining.py @@ -0,0 +1,10 @@ +from super_bot import SuperBot, hours + +timer = hours(2) +bot = SuperBot() +curson_location = bot.mouse.position + +while timer.ongoing(): + bot.mouse.position = curson_location + bot.left_click() + bot.super_random_sleep(15_000, 20_000)