GlassWall Function
Hi All,
I need if it's ok :
I tried to do by myself and this what I do, but it crash warrock and I don't Work, my address is ok, not detected.
I need if it's ok :
Code:
void Glasswall ()
{
if(GetAsyncKeyState(VK_RCONTROL) &1)
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+ADR_GLASSWALL) = 0;
}
}
}

