Quote:
Originally Posted by ct_bored You can bypass the patcher by just changing one JL command in AoC to a JMP, or whatever else you want, really. Bit simpler than recreating encryption. You'll need some clienthash value, though I don't know how valid it has to be. I'm sure missing major patches would cause problems, but I can use the exact same clienthash and dummy (invalid) key values for days in a row with no problems.
Basically I just patch on patch days and grab the clienthash from the patcher, and then startup without it until the next official patch day. All the little in-between updates don't seem to matter. |
If anyone wants to manually patch around the loader, get out your favorite hex editor and follow these simple steps:
1) BACKUP YOUR ORIGINAL AGEOFCONAN.EXE, you'll regret it patch days if you don't.
2) Open AgeofConan.exe in your favorite hex editor
3) Skip to the location: 0x02A05B
4) Change the bytes: 746D
to: EB6D
5) Save, Close your editor, Run!
This basically just jumps around the hash check all together.