Wednesday, July 10, 2013

Age Of Empires III : Resources anti-cheat

If one day, you try to scan the memory of age3.exe for finding your resources like wood, or food, you will not find them in memory, because they use a lame "anti-cheat" technique.
All the value are xored with those different "secret" dword :
 .data:00BBE74C Key_XOR_Resources dd 2848AC4Fh            ; // GOLD  
 .data:00BBE750         dd 94F83A35h      ; // WOOD  
 .data:00BBE754         dd 8BD84C3Fh      ; // meat  
 .data:00BBE758         dd 0AB12FBAFh     ; ??
 .data:00BBE75C         dd 20B35BCAh      ; ??
 .data:00BBE760         dd 0F9ABC42Ah     ; // XP  
 .data:00BBE764         dd 0B1A1CFDAh     ; // LEVEL  
 .data:00BBE768         dd 0F2E48210h  

No comments:

Post a Comment