Fix it please.......
memcpy((VOID*)Wallhack, "\x00\x00\x00\x00\x00\x00", 6); <== I know this on
memcpy((VOID*)Wallhack, "\x01\x01\x01\x01\x01\x01", 6); <==I know this .off.
I make this memory Wallhack memcpy((VOID*)Wallhack, "\x00\x00\x00\x68\x00\x00", 6); <== I know this on for me.
my question
how to find memory/byte Wallhack Off from wallhack on??
help me please...
i want to make wallhack Hotkey not Auto on .
bool WH = false;
if (GetAsyncKeyState(key)) WH = !WH;
if(WH) memcpy((VOID*)Wallhack, "\x00\x00\x00\x00\x00\x00", 6); <== I know this on
else memcpy((VOID*)Wallhack, "\x01\x01\x01\x01\x01\x01", 6); <==I know this .off.