#define WallArray 0x468604 //75 ?? 83 0D ?? ?? ?? ?? 01 B8 ?? ?? ?? ?? E8
VOID Wallhack()
{
DWORD Wallarray = *(DWORD*)(WallArray + 0xA);
if (GetAsyncKeyState(VK_F1) & 1)WALLHACK = (!WALLHACK);
if (WALLHACK)
{
memcpy((void*)(Wallarray + 0xA4), "\x00\x00\x00\x00\x00\x00\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90", 22);
}
else
{
memcpy((void*)(Wallarray + 0xA4), "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90", 22);
}
}
}
sana po maglagay naman kayo ng tut paano gawin ito sa c++ <3