WarRock HackShield ByPass 15/05/2012 - 100% Working No Kicks

05/15/2012 19:06 [WR]King7#1
Code:
// ============================================
// ==       WarRock HackShield ByPass        ==
// ==    Made by King7 && VirtualProtect     ==
// == Keep a credit if you are gona use this ==
// ==                 ==
// ============================================


BOOL MemoryEdit ( VOID *lpMem, VOID *lpSrc, DWORD len )
{
  DWORD lpflOldProtect, flNewProtect = PAGE_READWRITE;
  unsigned char *pDst = (unsigned char *)lpMem, 
  *pSrc = (unsigned char *)lpSrc;
  if (VirtualProtect(lpMem,len,flNewProtect,&lpflOldProtect))
  {
              while(len-- >0) *pDst++ = *pSrc++;
			  VirtualProtect(lpMem,len, lpflOldProtect,&lpflOldProtect);
			  FlushInstructionCache(GetCurrentProcess(), lpMem, len);
              return 1;
  }
  return 0;
}


void HackShieldBP (void)
{
	DWORD hEhSvc = 0;
	do{
	hEhSvc = (DWORD)GetModuleHandle("EhSvc.dll");
	Sleep(300); // Waiting EhSvc.dll Module
	}while(!hEhSvc);

        // == EhSvc.dll
	MemoryEdit((LPVOID)(hEhSvc+0x09F10),(LPVOID)"\xC2\x04\x00",3);
	MemoryEdit((LPVOID)(hEhSvc+0x786DC),(LPVOID)"\xC2\x04\x00",3);
	MemoryEdit((LPVOID)(hEhSvc+0x3BC3E),(LPVOID)"\x31",1);
	MemoryEdit((LPVOID)(hEhSvc+0x3906F),(LPVOID)"\x31",1);
	// == WarRock.exe 
	MemoryEdit((LPVOID)(0x4E5FB5),(LPVOID)"\xC2\x0C\x00",3);
	MemoryEdit((LPVOID)(0x4E6699),(LPVOID)"\xEB",1);
	MemoryEdit((LPVOID)(0x59B908),(LPVOID)"\xC3",1); 
}

 CreateThread(0,0,(LPTHREAD_START_ROUTINE)HackShieldBP,0,0,0);
05/15/2012 19:08 Eestyler8#2
was muss man schreiben am ende da muss man doch waiting auf warrock und so weiter weil ich hab die codes das letzte teil fehlt mir
05/15/2012 19:29 'Naayo<3#3
nice share mate i love uh U.U <3
05/15/2012 19:45 [WR]King7#4
:D
05/15/2012 19:52 Crytec'#5
Nice & thx :)
05/15/2012 20:24 [WR]King7#6
No Problem :)
05/15/2012 20:32 .HighSociety'#7
Thanks, for Share :)
05/15/2012 20:32 xXrussXx#8
Wie nutz man sowas und was bringt es? Hab selber Menü und nomenü wollt das aber ma herausfinden :)

Also heist das hackshield umgehen?

Ps: wieso sind da soviele Fehler...
05/15/2012 20:50 __BuRn3R#9
Quote:
Originally Posted by xXrussXx View Post
Wie nutz man sowas und was bringt es? Hab selber Menü und nomenü wollt das aber ma herausfinden :)

Also heist das hackshield umgehen?

Ps: wieso sind da soviele Fehler...
Der Code ist leider nicht C&P kompatiebel. Mit dem Code solltest du keine Kicks mehr bekommen.
05/15/2012 21:10 Mafia67#10
Nice Share, thank you ;)
05/15/2012 21:13 Killerkobolt#11
n1 !!! ;)
05/15/2012 22:49 CyberVeezy :)#12
Why you do that man?
More C&P :(
Btw
I'm reporting it AhnLab now;)
05/16/2012 10:20 _Marcel_#13
Wrong section + adv

[Only registered and activated users can see links. Click Here To Register...]
/closed