nop
This commit is contained in:
parent
dcb53ae52f
commit
a59fd07a08
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -104,7 +104,7 @@ class Cheat(Hack):
|
|||
# Check if player on ground
|
||||
if mem.read_uint(local_player + offset["m_fFlags"]) & (1 << 0):
|
||||
mem.write_uint(client + offset["dwForceJump"], 5)
|
||||
sleep(0.01) # maybe reduce ban rate?
|
||||
sleep(0.01)
|
||||
mem.write_uint(client + offset["dwForceJump"], 4)
|
||||
|
||||
def radar_hack(self) -> None:
|
||||
|
|
Reference in a new issue