Skip to content

Instantly share code, notes, and snippets.

@sebyx07
Last active April 11, 2024 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sebyx07/d4d5d9c55a9aee0bb30b740fb3b458be to your computer and use it in GitHub Desktop.
Save sebyx07/d4d5d9c55a9aee0bb30b740fb3b458be to your computer and use it in GitHub Desktop.
Hack Age of Empires Online Celeste. Infinite population and resources

Run the trainer before in a quest!

1 Install Sandboxie https://www.sandboxie.com/

2 Run Celeste_Launcher_Gui.exe sandboxed

3 Run the Game

4 Alt tab

5 Run Cheat Engine

Select process -> Memory view -> Tools -> Auto assemble

Insert the following ode

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
 
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
label(amount)
label(type_wood)
label(type_food)
label(type_gold)
label(type_stone)
 
newmem:
pushad
mov [amount],(float)999999
 
 
push [amount]
push type_wood
push 01
call rmSetPlayerResource
add esp,0c
 
push [amount]
push type_food
push 01
call rmSetPlayerResource
add esp,0c
 
push [amount]
push type_gold
push 01
call rmSetPlayerResource
add esp,0c
 
push [amount]
push type_stone
push 01
call rmSetPlayerResource
add esp,0c
 
 
 
popall
 
mov ecx,-2000
originalcode:
mov [edx+00000080],ecx
 
 
exit:
jmp returnhere
 
 
amount:
db 00 00 00 00
type_wood:
db 'wood'
db 00
type_food:
db 'food'
db 00
type_gold:
db 'gold'
db 00
type_stone:
db 'stone'
db 00
 
 
"spartan.exe"+31BE48:
jmp newmem
nop
returnhere:
 
 
[DISABLE]
Copy link

ghost commented Jan 14, 2019

Hi Still working ?

@renega51
Copy link

game closing when we open cheatengine

@Goldroger83
Copy link

Goldroger83 commented May 29, 2020

Its better to buy coins from https://celesteboost.com its easy and safe.

@kolpator
Copy link

@sebyx07 do you have old working directory of the game ? new versions crashing after injecting cheat. normally i was using old version of game and with the code you provided, i was quite happy when playing offline quests (which is all i do). righ now im desperately searcing old versions of celeste launcher, but still no luck.

@renega51
Copy link

renega51 commented May 26, 2022 via email

@kolpator
Copy link

hi, how is your working setup ? i'm trying @windows10 sandboxie latest, version, celeste launcher latest version, cheatengine latest version. renamed cheat engine folder, and ranemd cheat engine executable. but after injecting code, spartan.exe crashing.

@sebyx07
Copy link
Author

sebyx07 commented Jun 2, 2022

play ao4, it's more fun

@Goldroger83
Copy link

Hi All. Check this 100% risk free working trainer: https://celesteboost.com/

@RobemHood
Copy link

Hi All. Check this 100% risk free working trainer: https://celesteboost.com/

no it isnt working, as you cant even buy the thing as the only option to purchase any trainer is through paypal. and every time you click to buy, it redirects back to merchant. making it impossible to buy

@RobemHood
Copy link

play ao4, it's more fun

it really isnt! these two games are completely different from one another in every way possible except the actual game play. equipping armor etc, advisors, building your own city, quests, gold, purchasing. like how is aoe 4 remotely fun to play more than aoeo??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment