feat: implement various player hacks and refactor main loop for modularity
Some checks failed
Python Type Check and Lint / ci (push) Failing after 1s
Some checks failed
Python Type Check and Lint / ci (push) Failing after 1s
This commit is contained in:
parent
1b3bc8a73e
commit
1730b73d1f
9 changed files with 141 additions and 85 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue