How to Bypass HackShield?

10/11/2014 08:15 mclane09#1
wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
10/11/2014 11:33 Lungi#2
int is not shuurin and vice versa and you most likely dont have skills to bypass int hackshield (i'm not saying i do)
10/13/2014 18:45 parostatek#3
Quote:
Originally Posted by mclane09 View Post
wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
MemoryEdit((void *)(dwEhSvc + 0x9fa8), (void *)"\x90\x90", 2); // HS_Call_Back_2
MemoryEdit((void *)(dwEhSvc + 0x7907a), (void *)"\xC3", 1); // HS_Call_Back_1
MemoryEdit((void *)(dwEhSvc + 0x9f10), (void *)"\xC2\x04\x00", 3); // HS_Detection
MemoryEdit((void *)(dwEhSvc + 0x2b341), (void *)"\x90\x90", 2); // HS_Assembly
MemoryEdit((void *)(dwEhSvc + 0x3bcb4), (void *)"\x90\x90", 2); // HS_Anti_Crash
10/14/2014 07:55 mclane09#4
do me a favor and create an dll to do that , coding is not my best side.
10/15/2014 11:43 nonosocr1986#5
DWORD dwEhSvc;
do{
dwEhSvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
}
while (!dwEhSvc);

MemoryEdit((void *)(dwEhSvc + 0x7BD57), (void *)"\xC3", 1);
MemoryEdit((void *)(dwEhSvc + 0x9FA8), (void *)"\x74\x15", 2);
MemoryEdit((void *)(dwEhSvc + 0x9A040), (void *)"\x03\xD2" ,2);
MemoryEdit((void *)(dwEhSvc + 0x97A8F), (void *)"\xB8\x00\x00\x00\x00",5);
MemoryEdit((void *)(dwEhSvc + 0x9F10), (void *)"\xC2\x04\x00",3);
MemoryEdit((void *)(dwEhSvc + 0x2BE31), (void *)"\x90\x90",2);
MemoryEdit((void *)(dwEhSvc + 0x3CA9E), (void *)"\x90\x90",2);
10/15/2014 13:15 mclane09#6
and now explain me how i can use it O.o cause i got no clue about coding or creating an simple dlls
10/16/2014 09:43 nonosocr1986#7
[Only registered and activated users can see links. Click Here To Register...]

and add all the code above below "case DLL_PROCESS_ATTACH:"
10/16/2014 09:51 mclane09#8
gooddamn it
10/17/2014 10:07 mclane09#9
do me a favor and code the dll for me please :)
10/26/2014 21:57 kamilek15#10
and for me ;)
11/08/2014 18:32 Slade100#11
Quote:
Originally Posted by nonosocr1986 View Post
DWORD dwEhSvc;
do{
dwEhSvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
}
while (!dwEhSvc);

MemoryEdit((void *)(dwEhSvc + 0x7BD57), (void *)"\xC3", 1);
MemoryEdit((void *)(dwEhSvc + 0x9FA8), (void *)"\x74\x15", 2);
MemoryEdit((void *)(dwEhSvc + 0x9A040), (void *)"\x03\xD2" ,2);
MemoryEdit((void *)(dwEhSvc + 0x97A8F), (void *)"\xB8\x00\x00\x00\x00",5);
MemoryEdit((void *)(dwEhSvc + 0x9F10), (void *)"\xC2\x04\x00",3);
MemoryEdit((void *)(dwEhSvc + 0x2BE31), (void *)"\x90\x90",2);
MemoryEdit((void *)(dwEhSvc + 0x3CA9E), (void *)"\x90\x90",2);
is this for int or priv server?
11/09/2014 17:53 Mahatma#12
Quote:
Originally Posted by mclane09 View Post
wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
Quote:
Originally Posted by erfan100 View Post
is this for int or priv server?
the tile of his [Only registered and activated users can see links. Click Here To Register...] said "simple int" - should answer your question ;)
11/09/2014 19:44 Slade100#13
my bad ^^ thanks
11/09/2014 19:46 Huntershoot#14
Quote:
Originally Posted by nonosocr1986 View Post
DWORD dwEhSvc;
do{
dwEhSvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
}
while (!dwEhSvc);

MemoryEdit((void *)(dwEhSvc + 0x7BD57), (void *)"\xC3", 1);
MemoryEdit((void *)(dwEhSvc + 0x9FA8), (void *)"\x74\x15", 2);
MemoryEdit((void *)(dwEhSvc + 0x9A040), (void *)"\x03\xD2" ,2);
MemoryEdit((void *)(dwEhSvc + 0x97A8F), (void *)"\xB8\x00\x00\x00\x00",5);
MemoryEdit((void *)(dwEhSvc + 0x9F10), (void *)"\xC2\x04\x00",3);
MemoryEdit((void *)(dwEhSvc + 0x2BE31), (void *)"\x90\x90",2);
MemoryEdit((void *)(dwEhSvc + 0x3CA9E), (void *)"\x90\x90",2);
Was also searching for it thx