GUNZ2830 posted only 1 set of edits to skip the server sided check on that message but it didn't work. Does anyone know how to skip the server sided check for the July 21 2008 MatchServer?
If so, please let me know. It's kinda required asap.
Printable View
GUNZ2830 posted only 1 set of edits to skip the server sided check on that message but it didn't work. Does anyone know how to skip the server sided check for the July 21 2008 MatchServer?
If so, please let me know. It's kinda required asap.
If you're trying to skip the hacking detection check, try this.
1) Open your client.exe in OllyDBG
2) Press Ctrl + N (Names window will appear)
3) Find EnumWindows
4) Right click it >> Find references to import (a new window will pop up)
5)A few lines should be displayed (2 or 3 of them) double click the first one.
6) Look below for CMP something1,something2 and change it to CMP something1,something1 (Example: if the line says CMP EAX,BLAH, change it to CMP EAX,EAX)
7) Do the same for the other lines and save.