[PROBLEM With c++ Hack] Abnormal Gameplay.

08/27/2011 11:59 paladincz1#1
There is my Bypass :)

Quote:
void MEMwrite(void *adr, void *ptr, int size)
{

DWORD OldProtection;
VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &OldProtection);
memcpy(adr,ptr,size);
VirtualProtect(adr,size,OldProtection, &OldProtection);
}



DWORD WINAPI GoodByeHackshield(LPVOID)
{

DWORD HSEhsvc = 0;

//lets sleep while hackshield loading and save its start point
do{
HSEhsvc = (DWORD)GetModuleHandle("Ehsvc.dll");
Sleep(100);
}while(!HSEhsvc);

//prevent hackshield kicking you from the server
//little credits to king7 this is his address but still i change it alittle
MEMwrite((void*)0x4D9E35,(void*)"\x32\xC0\xC3",3);

//prevents WR telling hackshield to start montioring
MEMwrite((void*)0x4D9DD4,(void*)"\xB0\x01\xC2\x04\ x00",5);

//prevents hackshield knowing you are connected inside the server
MEMwrite((void*)0x780A2F,(void*)"\xC2\x04\x00",3);

//prevent hackshield heartbeating to the game!
MEMwrite((void*)0x5812B1,(void*)"\xC3",1);

return 1;

}
And I added functions No Reload, function works, but in game, after few seconds, i get message " Abnormal Gameplay"...

Quote:
if (CH_FastReload == 1)
{
MEMwrite((void*)ASM_NORELOAD, (BYTE *)"\x52\xF4\xE9",3);
}
else
{
MEMwrite((void*)ASM_NORELOAD, (BYTE *)"\x33\xDB",2);
}
Please where is problem, in bypass or detour or where...
Because the function works, but abnormal gameplay.
Thank you :)
08/27/2011 12:30 Neqqa™#2
[Only registered and activated users can see links. Click Here To Register...]

kommt hier rein!
08/27/2011 12:33 Büny :)#3
1st not YOUR bypass, unkown pk bypass ! noob gives credits to himself omg
2nd there are missing some addies
3rd wrong bytes for noreload
4nd you are the biggset faillord i see...
08/27/2011 13:04 Neqqa™#4
@paladincz1,

The Bypass isn't yours! UnknownPK's Bypass
The Source isn't yours! Geek's Source
08/27/2011 13:08 paladincz1#5
Yes, But, did i say something?
I dont show addies, because its work .. and byte is right.. because no reload work ... but after 1 minutes.. i get abnormal gameplay.
08/27/2011 14:12 Neqqa™#6
Quote:
There is my Bypass
Your Bypass :awesome:

#closerequest
08/29/2011 14:28 xbossy#7
He intended that that is the bypass he is using not that he made the bypass !
Understand some english people these days it's a MUST!