This commit is contained in:
Mylloon 2023-03-30 14:10:01 +02:00
parent dcb53ae52f
commit a59fd07a08
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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: