CrackAndLoad
[UPDATED] Hackshield Bypass Welcom10
CrackAndLoad
[UPDATED] Hackshield Bypass Welcom10
CrackAndLoad
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomePortalSearchLatest imagesRegisterLog in
Welcome To CrackAndLoad! Please Be Active And Read Our Forum Rules To Avoid Get Banned! Enjoy !

Share
 

 [UPDATED] Hackshield Bypass

View previous topic View next topic Go down 
AuthorMessage
AnonymousHex™

MEMBER LEVEL 1

AnonymousHex™

Posts : 22
Post/Message Points : 44
Thanks : 1
Join date : 2012-12-02

[UPDATED] Hackshield Bypass Empty
PostSubject: [UPDATED] Hackshield Bypass   [UPDATED] Hackshield Bypass Icon_minitimeTue Dec 18, 2012 3:42 am

HackShield ByPass

// CRC Bypass
// Main detection bypass

// HackShield version 5.5.19.197
// BUT THIS SHOULD Works for any version !! just need to update address


Source Code #

DWORD BeginJMPBack;
void __cdecl SingleStepDetectionEHS ()
{
__asm cmp eax,0x10501
__asm jmp detectiondone1
__asm cmp esi,0x10705
__asm jmp detectiondone2
__asm cmp ecx,0x10703
__asm jmp detectiondone2
detectiondone1:
__asm mov eax,0
detectiondone2:
__asm mov esi,0
detectiondone3:
__asm mov ecx,0
__asm jmp dword ptr [BeginJMPBack];
}


int __stdcall DetouringHackShield ( DWORD Detail , DWORD CrcCheck )
{
DWORD dwEhSvc = 0;
do{
dwEhSvc = (DWORD)GetModuleHandle("EhSvc.dll");
Sleep(1000);
} while(!dwEhSvc)


BeginJMPBack(dwEhSvc+0x71936);
DetourCreate((PBYTE)(dwEhSvc+0x71691),(LPBYTE)SingleStepDetectionEHS,5);

__asm
{
push eax
push edx
mov eax,CrcCheck
mov edx,[eax+0xC]
mov Details,edx
pop edx
pop eax
}

if ( CrcCheck == 0x12 && Detail == 0x0A )
{
MemWrite((void*)dwEhSvc+0x09F10)(void*)"\xC2\x04\x00",3);
}


return (1);
}

Usage :
DetouringHackShield ( 0x12, 0x0A );

Credits and Sources #
iwanttolearn
UC
AnonymousHex™ For posting here
Back to top Go down
CodeBlack

HYPER MODERATOR

CodeBlack

Posts : 75
Post/Message Points : 175
Thanks : 26
Join date : 2012-12-01

[UPDATED] Hackshield Bypass Empty
PostSubject: Re: [UPDATED] Hackshield Bypass   [UPDATED] Hackshield Bypass Icon_minitimeTue Dec 18, 2012 9:24 am

HAHAHAH
Back to top Go down
 

[UPDATED] Hackshield Bypass

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» [Updated] PHO Wallhack For Xp And 7
» [Updated]Happy New Year Version

Permissions in this forum:You cannot reply to topics in this forum
CrackAndLoad :: Computer Programming :: C++ Programming-