add a little bit of brightness
This commit is contained in:
parent
a1411c14ac
commit
3c5a2576b4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue