feat: implement various player hacks and refactor main loop for modularity
Some checks failed
Python Type Check and Lint / ci (push) Failing after 1s

This commit is contained in:
암냥 2026-05-30 18:45:42 +09:00
commit 1730b73d1f
9 changed files with 141 additions and 85 deletions

View file

@ -7,7 +7,7 @@ class AimbotOffsets:
yaw = 0x34 # camera_x
pitch = 0x38 # camera_y
def do_aimbot(proc, entities, local_player_addr, my_team, left_shift_pressed):
def AimBot(proc, entities, local_player_addr, my_team, left_shift_pressed):
if not left_shift_pressed or not entities:
return