How does HS work?

05/05/2011 00:25 Gogeta70#1
Alright, just to let you know i'm not going to ask a dumb question ^_^

I'm working on making a proxy dll for Ws2_32.dll (winsock 2) which kalonline uses so that i can analyze the packets to make a bot for the game. The problem is that i have the skeleton dll load into the game when it runs (the dll is named ws2_32.dll and calls the functions from the real dll) and a minute later hackshield kills the game. I tried to kill it with the code in the faq:

Code:
BYTE Replacer=0x85;
DWORD Virutal_add=0x00504DBF-0x00104DBF;
MemcpyEx(Virutal_add+0x00104DBF,(DWORD)&Replacer,1 );
Replacer=0x75;
MemcpyEx(Virutal_add+0x00104F66,(DWORD)&Replacer,1 );
MemcpyEx(Virutal_add+0x0010DB66,(DWORD)&Replacer,1 );
Replacer=0x61;
MemcpyEx(Virutal_add+0x002A2A6D,(DWORD)&Replacer,1 );
(i borrowed the memcpyex function from the packethack release) This didn't work.

So what i'm asking is if someone has some information on hackshield and how i may go about disabling or bypassing it.

Thanks in advance for informative answers. ^_^

FYI: Please answer in english. Meine deutsch ist nicht so gut. :P
05/05/2011 02:34 Gogeta70#2
You know, for people that want things like hacks and bots for this game, you all are very unhelpful... I just need some information about hackshield >_>
05/05/2011 02:39 RunzelEier#3
this only works for p-servers.
please tell us if you want to work with p-servers or int
05/05/2011 03:01 Gogeta70#4
I play on a pserver, so i'll be making this for pserver.
05/05/2011 06:20 Gogeta70#5
I managed to patch the hackshield checks in engine.exe. I would share my findings here, but considering the lack of assistance that i got from you all, i feel no need to share something i worked for.
05/12/2011 02:05 ronjambo#6
05/12/2011 21:48 bloodx#7
Well your problem is not Ahnlab Hackshield.. your problem is cuz of Aylen's hackshield...