add a little bit of brightness

This commit is contained in:
Mylloon 2023-03-31 19:38:24 +02:00
parent a1411c14ac
commit 3c5a2576b4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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