[Help]Ca closing by Deactivating Glass wallhay.. My Ca is Closing when i want Deactivate the Glass wall hack... I can Activate it perfect but not deactivate then its shutting down... My source... Code: if(GetAsyncKeyState(VK_NUMPAD9)&1){ if(wall){ Sleep(200); { memcpy((LPVOID)0x57207A, "\x6A\x01", 2); } wall = false; }else{ Sleep(200); { memcpy((LPVOID)0x57206A, "\x6A\x00", 2); } wall = true; } } Thanks... PS: i added the bool wall = false;
I could be due to the fact that you are using two different addresses in your if else statement... 0x57207A and 0x57206A.
Originally Posted by richdude212 I could be due to the fact that you are using two different addresses in your if else statement... 0x57207A and 0x57206A. Haha Fail....
Originally Posted by richdude212 I could be due to the fact that you are using two different addresses in your if else statement... 0x57207A and 0x57206A. It doesn't even matter that they're different, its disconnecting because the second one is patched.
Originally Posted by markoj It doesn't even matter that they're different, its disconnecting because the second one is patched. That is what I mean by different. Yes they are the same but one is patched and one isn't . 300th Post!
lol try [php] if(wallhackbutton&1){ if(wallhack==true){ memcpy((LPVOID)0x57206A, "\x6A\x01", 2); wallhack=false; } else { memcpy((LPVOID)0x57206A, "\x6A\x00", 2); wallhack=true; }[/php] Works but when you shoot it crashes