From d68850b1ffef7cab7c1d4009dab6566df6d87907 Mon Sep 17 00:00:00 2001 From: Filip Strajnar Date: Sun, 18 Aug 2024 13:43:51 +0200 Subject: [PATCH] Mining script correctly waits. --- rs3_mining.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rs3_mining.py b/rs3_mining.py index 18631ea..e27bcde 100644 --- a/rs3_mining.py +++ b/rs3_mining.py @@ -2,6 +2,7 @@ from super_bot import SuperBot, hours timer = hours(2) bot = SuperBot() +bot.super_random_sleep(5_000, 6_000) curson_location = bot.mouse.position while timer.ongoing():