From 141641ee9e29bcfa5cd39832f5e74641af30cf1a Mon Sep 17 00:00:00 2001 From: Filip Strajnar Date: Mon, 26 Aug 2024 00:19:47 +0200 Subject: [PATCH] A helpful pause. --- vindicta.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vindicta.py b/vindicta.py index d65c613..28c06b4 100644 --- a/vindicta.py +++ b/vindicta.py @@ -6,6 +6,7 @@ from pynput.keyboard import Key bot = SuperBot() +bot.super_random_sleep(10_000,11_000) def press_overload(): bot.press_key(Key.f5)