
Originally Posted by
Adri308
If needed, a new signature:
New Glow pattern E8 0 0 0 0 83 C4 04 B8 0 0 0 0 C3 cc
Mask x????xxxx????xx
place +9
i changed
Code:
DWORD gpStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "xx????x????xxx????xx????xx", 27, 0x8D, 0x8F, 0, 0, 0, 0, 0xA1, 0, 0, 0, 0, 0xC7, 0x4, 0x2, 0, 0, 0, 0, 0x89, 0x35, 0x0, 0x0, 0x0, 0x0, 0x8B, 0x51);
dwGlow = mem->Read<DWORD>(gpStart + 7) - modClient.dwBase;
to
Code:
DWORD gpStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "x????xxxx????xx", 27, 0xE8, 0x0, 0x0, 0x0, 0x0, 0x83, 0xC4, 0x04, 0xB8, 0x0, 0x0, 0x0, 0x0, 0xC3, 0xCC);
dwGlow = mem->Read<DWORD>(gpStart + 9) - modClient.dwBase;
but still doesnt work
actually only 1 player has glow