 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
bach12345 Cheater
Reputation: 0
Joined: 25 Aug 2007 Posts: 33 Location: right behind you!
|
Posted: Thu Nov 22, 2007 7:24 am Post subject: |
|
|
+rep for u!
_________________
advanced cheater(i really am......really.) |
|
| Back to top |
|
 |
moldy How do I cheat? Reputation: 0
Joined: 26 Dec 2008 Posts: 3
|
Posted: Wed Apr 15, 2009 3:17 am Post subject: Re: Age of Empires 3 (resources) |
|
|
| Dark Byte wrote: | Here's a auto assemble script that should give you never decreasing resources, but not the comp:
| Code: |
alloc(newmem,2048) //2kb should be enough
alloc(timesnotskipped,4)
label(returnhere)
label(originalcode)
label(exit)
label(aftersub)
004FEDE6:
jmp newmem
nop
returnhere:
newmem:
//edx contains at this spot the location of the resource structure
cmp [edx-4],0
jne aftersub //it's the player (I hope), so don't decrease the resource
inc [timesnotskipped]
originalcode:
fsub dword ptr [esp+14]
aftersub:
mov edx,[esi]
exit:
jmp returnhere
|
And here is a auto assemble script that sets the resources to what you want , float value (please forgive me for the horrible code I'm posting here...)
| Code: |
alloc(newmem,2048) //2kb should be enough
alloc(timesnotskipped,4)
label(returnhere)
label(originalcode)
label(exit)
label(player)
004FEDE2:
jmp newmem
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
returnhere:
newmem:
//edx contains at this spot the location of the resource structure
cmp [edx-4],0
jne player //it's the player (I hope), so don't decrease the resource
inc [timesnotskipped]
originalcode:
fld [esp+10]
fsub dword ptr [esp+14]
mov edx,[esi]
mov [esp+0c],edx
fstp [esp+18]
jmp exit
player:
push eax
mov eax,459c4000 //5000 coins
xor eax,[00bc4590] //apply the encryption
mov [edx],eax
mov eax,459c4000 //5000 wood
xor eax,[00bc4594] //apply the encryption
mov [edx+4],eax
mov eax,459c4000 //5000 food
xor eax,[00bc4598] //apply the encryption
mov [edx+8],eax
pop eax
//original code without the sub
fld [esp+10]
mov edx,[esi]
mov [esp+0c],edx
fstp [esp+18]
cmp ecx,2 //check is it is resource type 1,2 or 3
ja exit //if not, exit else set the current resource to 5000
mov [esp+18],459c4000
exit:
jmp returnhere
|
you can also set other resources like available shipments and other stuff, but you'll have to do some experimenting |
works on multyplayer ?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 64
Joined: 09 May 2003 Posts: 7121 Location: The netherlands
|
Posted: Thu Apr 23, 2009 11:44 am Post subject: |
|
|
most likely not.
you can try, but there's a 99.99999% chance that you get kicked out for not being in sync with the others
_________________
You like Cheat Engine?
I like donations!
Do not ask me about online cheats. I don't know any and wont help finding them. |
|
| Back to top |
|
 |
name change invalid Grandmaster Cheater Supreme Reputation: 1
Joined: 11 Nov 2006 Posts: 1800 Location: -.-
|
Posted: Thu Apr 23, 2009 12:32 pm Post subject: |
|
|
Will this work the expansion packs?
Also, if you play AoE3 Asian Dynasties, PM
_________________
|
|
| Back to top |
|
 |
akinos Grandmaster Cheater
Reputation: 0
Joined: 11 Jan 2007 Posts: 517 Location: St-Low
|
Posted: Thu Apr 23, 2009 2:18 pm Post subject: |
|
|
ty
_________________
|
|
| Back to top |
|
 |
mysticosmos How do I cheat? Reputation: 0
Joined: 29 Oct 2009 Posts: 1
|
Posted: Fri Oct 30, 2009 1:07 am Post subject: |
|
|
I'm a new user so excuse the inexperience... i understand some of the simple stuff, but how do i get to where i can paste that code for it to work? just curious =)
thnx in advance, im really interested in this stuff
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|