This commit is contained in:
Mylloon 2023-03-31 03:42:48 +02:00
parent d32b733f2c
commit f42647cc2e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -340,7 +340,7 @@ class Cheat(Hack):
if (mem.read_int(local_player + offset["m_flFlashDuration"])):
mem.write_int(local_player + offset["m_flFlashDuration"], 0)
# Less chance to get flash again
# Less chance to get flashed again
sleep(1)
self.hack_loop(cheat)