[Help] Base Solify not Hack Turns OFF

Posts 13 of 3 · Page 1 of 1
[Help] Base Solify not Hack Turns OFF
I'm having a problem on the basis Solify.


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); 
}
Menu (Sprit)
Code:
if(f1==1)DrawText(30,150,Green,  "No Recoil:            ON",pDevice); 
if(f1==0)DrawText(30,150,Red,    "No Recoil:             OFF",pDevice);
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.
how about:
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);
}
if(f1 == 0){
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);
}
Quote Originally Posted by Solify View Post
how about:
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);
}
if(f1 == 0){
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);
}

same thing, he went in on and not off.


I can put ON or OFF the menu, which he always stays on
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?