GlowESP not working since update
Okay, here I am once again.
Since the last update my Glow ESP doesnt work anymore. All Offsets are Up2Date.
Here is a piece of my codenz:
Just a sample what im reading/writing.
I hope you can help me. Its since the last update .-.
I think Im writing something wrong. Because when I only read it works without a crash.
Since the last update my Glow ESP doesnt work anymore. All Offsets are Up2Date.
Here is a piece of my codenz:
Code:
DWORD LocalPlayer = Mem.Read<DWORD>(dwClient + 0x00A7D4CC); int LocalPlayerTeam = Mem.Read<int>(LocalPlayer + 0xF0); DWORD GlowPointer = Mem.Read<DWORD>(dwClient + 0x04FAD8EC); DWORD pEnemy = Mem.Read<DWORD>(dwClient + 0x04A98174 + ((g - 1) * 16)); bool isDormant = Mem.Read<bool>(pEnemy + 0xE9); int EntityGlowIndex = Mem.Read<int>(pEnemy + 0xA310); int gEntityTeam = Mem.Read<int>(pEnemy + 0xF0); Mem.Write<float>((GlowPointer + ((EntityGlowIndex * 0x38) + 0x4)), 1.f);
I hope you can help me. Its since the last update .-.
I think Im writing something wrong. Because when I only read it works without a crash.

