add stealth system, key detection, click recorder, FOHdin, new routes, and tooling updates

This commit is contained in:
alex
2026-05-21 23:34:20 +02:00
parent 8dc677d2e6
commit 75f64351ee
84 changed files with 3202 additions and 415 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import keyboard
from input_layer import keyboard
from ui import skills
from utils.custom_mouse import mouse
from input_layer import mouse
from char import IChar
import template_finder
from pather import Pather
@@ -189,7 +189,7 @@ class Basic_Ranged(IChar):
if __name__ == "__main__":
import os
import keyboard
from input_layer import keyboard
import template_finder
from pather import Pather
keyboard.add_hotkey('f12', lambda: Logger.info('Force Exit (f12)') or os._exit(1))