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_2Quote:
wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
is this for int or priv server?Quote:
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);
Quote:
wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
the tile of his [Only registered and activated users can see links. Click Here To Register...] said "simple int" - should answer your question ;)Quote:
is this for int or priv server?
Was also searching for it thxQuote:
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);