Walk Through Walls Source code
DWORD dwPlayerPointer = *(DWORD*)( CShell + clientshell + 0x54);
if (dwPlayerPointer)
if(GetAsyncKeyState(VK_SPACE))
{
*(float*)(dwPlayerPointer + Fly) = -2.125;
}
if(GetAsyncKeyState(VK_LSHIFT))
{
if (dwPlayerPointer)
PFLOAT wtw1 = (PFLOAT)( *dwPlayerPointer + 0x1BC );
PFLOAT wtw2 = (PFLOAT)( *dwPlayerPointer + 0x1C0 );
PFLOAT wtw3 = (PFLOAT)( *dwPlayerPointer + 0x1C4 );
if (*wtw1) *wtw1 = -5;
if (*wtw2) *wtw2 = 140;
if (*wtw3) *wtw3 = -5;
FlyHack Work
but WTW not Work.
Someone help me?