[Help] Base Solify not Hack Turns OFF
I'm having a problem on the basis Solify.
Code of NoRecoil
Menu (Sprit)
The Problem's here because he always gets activated Hack, whether on or off the menu, not NoRecoil off.
Hack was supposed to come off and went in and not turned off.
Code of NoRecoil
Code:
if(f1 == 1){
memcpy((LPVOID)0x37465B30, "\x90\x90\x90", 3);
memcpy((LPVOID)0x37235089, "\x90\x90\x90", 3);
memcpy((LPVOID)0x37465B44, "\x90\x90\x90", 3);
memcpy((LPVOID)0x37465B47, "\x90\x90\x90", 3);
memcpy((LPVOID)0x37465B50, "\x90\x90\x90", 3);
}else{
memcpy((LPVOID)0x37465B30, "\xD8\x66\x54", 3);
memcpy((LPVOID)0x37235089, "\xD8\x46\x54", 3);
memcpy((LPVOID)0x37465B47, "\xD9\x46\x48", 3);
memcpy((LPVOID)0x37465B44, "\xD9\x5E\x54", 3);
memcpy((LPVOID)0x37465B50, "\xD9\x5E\x48", 3);
}
Code:
if(f1==1)DrawText(30,150,Green, "No Recoil: ON",pDevice); if(f1==0)DrawText(30,150,Red, "No Recoil: OFF",pDevice);
Hack was supposed to come off and went in and not turned off.
