From 216237de39473659229235ee93efc7fa92f864c7 Mon Sep 17 00:00:00 2001 From: Filip Strajnar Date: Sun, 18 Aug 2024 13:45:33 +0200 Subject: [PATCH] Mining script clicks less frequently. --- rs3_mining.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs3_mining.py b/rs3_mining.py index e27bcde..3f53984 100644 --- a/rs3_mining.py +++ b/rs3_mining.py @@ -8,4 +8,4 @@ curson_location = bot.mouse.position while timer.ongoing(): bot.mouse.position = curson_location bot.left_click() - bot.super_random_sleep(15_000, 20_000) + bot.super_random_sleep(25_000, 35_000)