|
You last visited: Today at 00:46
Advertisement
[15.08] Combat Arms HackShield Bypass - *fully undetected*
Discussion on [15.08] Combat Arms HackShield Bypass - *fully undetected* within the Combat Arms Hacks, Bots, Cheats & Exploits forum part of the Combat Arms category.
08/16/2012, 10:21
|
#1
|
elite*gold: 1
Join Date: Oct 2011
Posts: 1,117
Received Thanks: 1,520
|
[15.08] Combat Arms HackShield Bypass - *fully undetected*
Combat Arms HackShield Bypass by xStraquaz, BlackLegend
Code:
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++;
return (0);
}
return (1);
}
HRESULT __fastcall CombatArms_Bypass()
{
DWORD dwEhSvc;
do
{
dwEhSvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
Sleep(30);
}
while (!dwEhSvc);
MemoryEdit((void *)(dwEhSvc + 0x00737DA), (void *)"\xC3", 1);//HSCallBack1
MemoryEdit((void *)(dwEhSvc + 0x0009BC8), (void *)"\x74",1);//HSCallBack2
MemoryEdit((void *)(dwEhSvc + 0x008FCF8), (void *)"\xD2", 1);//HSNanoScan
MemoryEdit((void *)(dwEhSvc + 0x0072E3C), (void *)"\xC2\x04\x00",3);//EhsvcSelfCrC
MemoryEdit((void *)(dwEhSvc + 0x0009B30), (void *)"\xC2\x04\x00",3);//Detection
return true;
}
}
Other Bypass Addys
Code:
ADR_HS_CALLBACK1 0x00737DA
ADR_HS_CALLBACK2 0x0009BC8
ADR_HS_NANOSCAN 0x008FCF7
ADR_HS_EHSVCSELFCRC 0x0072E3C
ADR_HS_DETECTION 0x0009B30
ADR_HS_NANOCHECK1 0x00368BE
ADR_HS_NANOCHECK2 0x0033D5F
ADR_HS_HSANTICRASH 0x0036934
ADR_HS_ASMDETECRION 0x0026D6B
ADR_HS_NANOCHECK3 0x0035DE6
Have fun, and press thanks! (:
|
|
|
08/16/2012, 12:34
|
#2
|
elite*gold: 2
Join Date: Jul 2009
Posts: 14,456
Received Thanks: 4,685
|
approved
|
|
|
08/16/2012, 13:54
|
#3
|
elite*gold: 0
Join Date: May 2012
Posts: 3
Received Thanks: 1
|
How to bypass it i dont know how
|
|
|
08/16/2012, 18:03
|
#4
|
elite*gold: 0
Join Date: Apr 2012
Posts: 594
Received Thanks: 810
|
Quote:
Originally Posted by 3Almog
How to bypass it i dont know how
|

You can start by here:

and then move on
|
|
|
08/17/2012, 09:10
|
#5
|
elite*gold: 0
Join Date: Oct 2009
Posts: 29
Received Thanks: 8
|
Quote:
Originally Posted by GigaByte™

You can start by here:

and then move on
|
im still confused ... do we have 2 make it?
|
|
|
08/17/2012, 11:36
|
#6
|
elite*gold: 2
Join Date: Jul 2009
Posts: 14,456
Received Thanks: 4,685
|
you have to compile it
|
|
|
08/17/2012, 20:21
|
#7
|
elite*gold: 0
Join Date: Jul 2012
Posts: 8
Received Thanks: 0
|
does not work i compiled it
|
|
|
08/18/2012, 02:45
|
#8
|
elite*gold: 220
Join Date: Jun 2007
Posts: 3,768
Received Thanks: 1,126
|
for people who understand, go make your Searchpatter'N so it would work after any Update D;
|
|
|
08/19/2012, 04:22
|
#9
|
elite*gold: 0
Join Date: Jun 2010
Posts: 138
Received Thanks: 52
|
OMG keine sau Die sich nit mit sowas aus Kennt kann des nutzen wieso keine exe oder was auch imma^^ die das halt instalirt^^
|
|
|
08/19/2012, 13:34
|
#10
|
elite*gold: 0
Join Date: Mar 2009
Posts: 24,265
Received Thanks: 15,362
|
Mit der Suchfunktion findest du ein Tutorial zum nutzen des Hacks.
Wieso sollte der Hack Ersteller sich noch mehr arbeit machen, wenn die Leute sich einfach mal was anstrengen sollten, wenn es denn schon alles umsonst ist  ?
|
|
|
08/27/2012, 17:58
|
#11
|
elite*gold: 32
Join Date: Jun 2012
Posts: 275
Received Thanks: 36
|
Ich versteh nicht was das macht?ôo
|
|
|
08/28/2012, 11:52
|
#12
|
elite*gold: 0
Join Date: Nov 2008
Posts: 53
Received Thanks: 7
|
Quote:
Originally Posted by GigaByte™

You can start by here:

and then move on
|
To me, that's a bit silly wanting someone to learn something that could take him a month if not more a whole new language. I do understand why you would refer him to it though, it's nice to learn how to do it yourself. But in the meantime odds are this will be patched and his time will have been wasted for THIS particular bypass. That will snowball him into learning how to actually find these addresses himself and so forth. Even longer wait. Might as well just tell us ALL or simply do it for us.
|
|
|
09/05/2012, 15:00
|
#13
|
elite*gold: 0
Join Date: Aug 2012
Posts: 36
Received Thanks: 14
|
Sry kenn mich noch nicht so mit dem hacken hier aus aber was bringt der hack?
|
|
|
09/07/2012, 16:43
|
#14
|
elite*gold: 1
Join Date: Oct 2011
Posts: 1,117
Received Thanks: 1,520
|
Quote:
Originally Posted by Armalite
Sry kenn mich noch nicht so mit dem hacken hier aus aber was bringt der hack?
|
Ein Bypass überspringt einige Bytes im HackShield!
|
|
|
09/07/2012, 17:04
|
#15
|
elite*gold: 0
Join Date: Sep 2011
Posts: 30
Received Thanks: 3
|
Ich hab nur eine Frage in welchen Process injecte ich die dll?
in den Engine oder In den Hackshield process den ich nicht gefunden habe?
|
|
|
All times are GMT +1. The time now is 00:47.
|
|