With the last patch, the code inside conquer.exe (TQanp.dll) has changed a bit, so i wanna help here for those who cant manage to disable the client protection. I dont know if i did it right, so Angelius should confirm if i m right or wrong. Anyways here s what i did:
First follow the first tutorial until you get to that "Jump" that we edited.
As Angelius said, we dont want those 2 functions to be called ever. and with the latest patch, in the code, instead of "JNZ" we have "JE", so obviously we should edit that "JE" to "JNE" (if u edit it to "JMP" it wont work). but if you notice it will jump right into the first function, and it will continue executing. so we should also change the address where it is jumping. The original one is 6A7F2574. it needs to be changed to 6A7F2583. Now it will jump over both functions. I also provided a photo for better understanding.
The "JUMP" line is marked with green.
[Only registered and activated users can see links. Click Here To Register...]
So the final code should look like this "JNE SHORT 6A7F2583"
My thanks to Angelius, cuz i d never have known these things without his tutorials ...