This commit is contained in:
Mylloon 2023-03-30 15:06:02 +02:00
parent b2070dbff2
commit af0fd042d3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -200,6 +200,8 @@ class Cheat(Hack):
i = mem.read_int(
entity + offset["m_iGlowIndex"]) * offset["glow_obj_size"]
# TODO: Reduce write call
# Change color glow
mem.write_float(glow_obj_manager + i + offset["glow_R"], 1.)
mem.write_float(glow_obj_manager + i + offset["glow_G"], 0.)