diff --git a/cheats/noflash.py b/cheats/noflash.py index f05809f..01972a1 100644 --- a/cheats/noflash.py +++ b/cheats/noflash.py @@ -17,7 +17,7 @@ class Noflash(Hack): local_player = self.find_uint(client, offset["dwLocalPlayer"]) def cheat(): - mem.write_float(local_player + offset["m_flFlashMaxAlpha"], 0.) + mem.write_float(local_player + offset["m_flFlashMaxAlpha"], 30.) # Value only overrided on first flash or when server fullupdate sleep(10)