View previous topic :: View next topic |
Author |
Message |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Wed Jul 24, 2013 4:40 am Post subject: AOE 3 hack |
|
|
Is there any way to hack age of empires3? because i m unable to find food wood and gold values. How to find it?
|
|
Back to top |
|
 |
Slodin How do I cheat?
Reputation: 0
Joined: 31 Jul 2013 Posts: 1
|
Posted: Wed Jul 31, 2013 9:34 pm Post subject: |
|
|
Never hacked that game..
try lets say food:
the value you start with lets say 100 food, you search 100 in CE, then build a villager (based on AoE2), you have 50 food left. Now plug 50 into CE do a next scan. If you still getting a lot of results, gather some food and plug the food number again. do it until you have only a few address to work with.
next step is static address...I have no luck yet..so I can't really tell that part...I have been trying for hours.. anyway, pointer scan works pretty good.
new games have way too many layers I think, and that's why everytime I do it, I get a bunch of results all pointing to the right one but even if thhey are green, thhey still change after I close the app..Still figuring things out.
|
|
Back to top |
|
 |
smx Newbie cheater
Reputation: 0
Joined: 02 Sep 2012 Posts: 13
|
Posted: Sun Aug 04, 2013 6:01 pm Post subject: |
|
|
There's no way you can hack AOE3 or AOM like that. The game stores Resources in an address, which is XOR'ed (encrypted) with a key.
I tried too, but i gave up and looked at the solution .
If you take a look at the Tables section of the Homepage, you will find a done table, which shows how to decrypt the resources, change them, and re-encrypt them.
If you don't want to look at the table, you can read about AOM (which uses the same method) here (good document which explains how resources are stored and changed)(you need to know some Assembly to understand it)
http www chemax ru /download/articles/tut3 . txt (can't post url yet )
The key part is this:
001B:00585D91 8B048D6C9F9B00 MOV EAX,[ECX*4+009B9F6C] ; move decryption key into eax
001B:00585D98 33048A XOR EAX,[ECX*4+EDX] ; this instruction does the
decrypting.. it takes the
REAL RESOURCE ENCRYPTED
VALUE xor's it with the
decryption key so that
EAX will now contain the
decrypted value..
(PLEASE FEEL FREE TO SPREAD THIS DOCUMENT TO ANY SITES!!!!! at the bottom of the document)
|
|
Back to top |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
|
Back to top |
|
 |
|