arctic combat bypass sourcecode
credit to ravormcpoleflavorlips
Code:
DWORD WINAPI xInstallBypass( LPVOID )
{
DWORD dwEHSVC;
do
{
dwEHSVC = (DWORD)GetModuleHandle("EhSvc.dll");
}while(!dwEHSVC);
Sleep(25);
xWriteMemory((void *)(dwEHSVC + 0x003E3CE), (void *)"\x03\xD2" ,2);
xWriteMemory((void *)(dwEHSVC + 0x003B77F), (void *)"\xB8\x00\x00\x00\x00", 5);
xWriteMemory((void *)(dwEHSVC + 0x000A000), (void *)"\xC2\x04\x00",3);
return 0;
}
removed 3 checks so this is an INCOMPLETE bypass. Get your own other 3 checks.