This commit is contained in:
Mylloon 2023-03-31 04:07:36 +02:00
parent f42647cc2e
commit 5427769e9e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -181,7 +181,7 @@ class Cheat(Hack):
client + offset["dwEntityList"] + (crosshair_id - 1) * offset["entity_size"])
# Check if ennemy is alive
if mem.read_int(entity + offset["m_lifeState"]):
if mem.read_int(ennemy + offset["m_lifeState"]):
return
# Ignore allies