the code is this?
bool wallhack;
if(Stride == 40 && wallhack || Stride == 44 && wallhack)
{
Device_Interface->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
}
if ((GetAsyncKeyState(VK_NUMPAD1)&1) == 1) //Numpad 1
wallhack = !wallhack;//Start Wallhack
Help me please!