Ask about cheats/tables for single player games here
NotBrendan
Expert Cheater
Posts: 54 Joined: Thu Aug 30, 2018 4:29 pm
Reputation: 16
Post
by NotBrendan » Sat Jul 17, 2021 8:34 pm
Game Name: The Immortal Mayor
Game Engine: Unreal Engine
Game Version: 0.3.3
Options Required:
Unlimited Resources
Fast research
Unlimted Health
Steam Website:
Other Info: Goes by another name in Chinese, "天神镇"
Code: Select all
Game Name: The Immortal Mayor
Game Engine: Unreal Engine
Game Version: 0.3.3
Options Required:[list] [*]Unlimited Resources
Fast research
Unlimted Health[/list]
Steam Website: ]https://store.steampowered.com/app/1426730/The_Immortal_Mayor/
Other Info: Goes by another name in Chinese, "天神镇"
bloodsucker
Expert Cheater
Posts: 221 Joined: Tue Mar 14, 2017 1:08 am
Reputation: 25
Post
by bloodsucker » Sat Jul 17, 2021 9:00 pm
+1 please
the drawing power number and the hall use for befriend is in 4 bytes and easy to search just make sure you don't run out of use until you find the value (you will find 2 vaule for the Hall )
---------------------------------------------------------------------------------------------------------
here is I put together a table from Stuffy, all credit goes to him. thank you Stuffy the table work and I hope there are more options in the future.
Attachments
GodSimulator-Win64-Shipping.CT
credit to stuffy (1.44 KiB) Downloaded 1604 times
Last edited by
bloodsucker on Fri Jul 23, 2021 8:15 pm, edited 2 times in total.
jfowler11
Expert Cheater
Posts: 56 Joined: Tue Apr 09, 2019 11:23 am
Reputation: 13
Post
by jfowler11 » Sun Jul 18, 2021 1:31 am
+1
0wlet
Novice Cheater
Posts: 21 Joined: Sun Apr 04, 2021 11:08 am
Reputation: 0
Post
by 0wlet » Mon Jul 19, 2021 6:24 pm
+1
stuffy
Expert Cheater
Posts: 56 Joined: Fri Nov 17, 2017 9:21 am
Reputation: 34
Post
by stuffy » Wed Jul 21, 2021 9:07 am
Real quick, headed to work..
Inf God Power Usage
Code: Select all
[ENABLE]
aobscanmodule(aobGodPowers,GodSimulator-Win64-Shipping.exe,43 FF 4C 0C 78) // should be unique
alloc(newmem,$1000,aobGodPowers)
label(code)
label(return)
newmem:
code:
//dec [r12+r9+78]
nop
jmp return
aobGodPowers:
jmp newmem
return:
registersymbol(aobGodPowers)
[DISABLE]
aobGodPowers:
db 43 FF 4C 0C 78
unregistersymbol(aobGodPowers)
dealloc(newmem)
Fast temple God Befriending
Code: Select all
[ENABLE]
aobscanmodule(aobWorship,GodSimulator-Win64-Shipping.exe,01 AB 9C 00 00 00) // should be unique
alloc(newmem,$1000,aobWorship)
label(code)
label(return)
newmem:
code:
add [rbx+0000009C],(int)10000
jmp return
aobWorship:
jmp newmem
nop
return:
registersymbol(aobWorship)
[DISABLE]
aobWorship:
db 01 AB 9C 00 00 00
unregistersymbol(aobWorship)
dealloc(newmem)
IDon'tCheatOften
What is cheating?
Posts: 4 Joined: Sat Jul 24, 2021 7:16 pm
Reputation: 1
Post
by IDon'tCheatOften » Sat Jul 24, 2021 7:18 pm
+1
Saw that this game had no cheat table yet, Hoping it will added soon. First time upvoting something like this.
NotBrendan
Expert Cheater
Posts: 54 Joined: Thu Aug 30, 2018 4:29 pm
Reputation: 16
Post
by NotBrendan » Wed Jul 28, 2021 9:05 pm
stuffy wrote: ↑ Wed Jul 21, 2021 9:07 am
Real quick, headed to work..
Inf God Power Usage
Code: Select all
[ENABLE]
aobscanmodule(aobGodPowers,GodSimulator-Win64-Shipping.exe,43 FF 4C 0C 78) // should be unique
alloc(newmem,$1000,aobGodPowers)
label(code)
label(return)
newmem:
code:
//dec [r12+r9+78]
nop
jmp return
aobGodPowers:
jmp newmem
return:
registersymbol(aobGodPowers)
[DISABLE]
aobGodPowers:
db 43 FF 4C 0C 78
unregistersymbol(aobGodPowers)
dealloc(newmem)
Fast temple God Befriending
Code: Select all
[ENABLE]
aobscanmodule(aobWorship,GodSimulator-Win64-Shipping.exe,01 AB 9C 00 00 00) // should be unique
alloc(newmem,$1000,aobWorship)
label(code)
label(return)
newmem:
code:
add [rbx+0000009C],(int)10000
jmp return
aobWorship:
jmp newmem
nop
return:
registersymbol(aobWorship)
[DISABLE]
aobWorship:
db 01 AB 9C 00 00 00
unregistersymbol(aobWorship)
dealloc(newmem)
Thanks for the 2 cheats so far. Do you also know how to find the health of the people in the game and preventing it to be lowered?
BrooklynKnight
Expert Cheater
Posts: 82 Joined: Mon May 15, 2017 1:16 pm
Reputation: 5
Post
by BrooklynKnight » Thu Jul 29, 2021 12:33 am
stuffy wrote: ↑ Wed Jul 21, 2021 9:07 am
Real quick, headed to work..
Inf God Power Usage
Code: Select all
[ENABLE]
aobscanmodule(aobGodPowers,GodSimulator-Win64-Shipping.exe,43 FF 4C 0C 78) // should be unique
alloc(newmem,$1000,aobGodPowers)
label(code)
label(return)
newmem:
code:
//dec [r12+r9+78]
nop
jmp return
aobGodPowers:
jmp newmem
return:
registersymbol(aobGodPowers)
[DISABLE]
aobGodPowers:
db 43 FF 4C 0C 78
unregistersymbol(aobGodPowers)
dealloc(newmem)
Fast temple God Befriending
Code: Select all
[ENABLE]
aobscanmodule(aobWorship,GodSimulator-Win64-Shipping.exe,01 AB 9C 00 00 00) // should be unique
alloc(newmem,$1000,aobWorship)
label(code)
label(return)
newmem:
code:
add [rbx+0000009C],(int)10000
jmp return
aobWorship:
jmp newmem
nop
return:
registersymbol(aobWorship)
[DISABLE]
aobWorship:
db 01 AB 9C 00 00 00
unregistersymbol(aobWorship)
dealloc(newmem)
Can someone put this into an actual table? I'm not sure how to use code like this otherwise....
NotBrendan
Expert Cheater
Posts: 54 Joined: Thu Aug 30, 2018 4:29 pm
Reputation: 16
Post
by NotBrendan » Fri Jul 30, 2021 12:44 pm
BrooklynKnight wrote: ↑ Thu Jul 29, 2021 12:33 am
stuffy wrote: ↑ Wed Jul 21, 2021 9:07 am
Real quick, headed to work..
Inf God Power Usage
Code: Select all
[ENABLE]
aobscanmodule(aobGodPowers,GodSimulator-Win64-Shipping.exe,43 FF 4C 0C 78) // should be unique
alloc(newmem,$1000,aobGodPowers)
label(code)
label(return)
newmem:
code:
//dec [r12+r9+78]
nop
jmp return
aobGodPowers:
jmp newmem
return:
registersymbol(aobGodPowers)
[DISABLE]
aobGodPowers:
db 43 FF 4C 0C 78
unregistersymbol(aobGodPowers)
dealloc(newmem)
Fast temple God Befriending
Code: Select all
[ENABLE]
aobscanmodule(aobWorship,GodSimulator-Win64-Shipping.exe,01 AB 9C 00 00 00) // should be unique
alloc(newmem,$1000,aobWorship)
label(code)
label(return)
newmem:
code:
add [rbx+0000009C],(int)10000
jmp return
aobWorship:
jmp newmem
nop
return:
registersymbol(aobWorship)
[DISABLE]
aobWorship:
db 01 AB 9C 00 00 00
unregistersymbol(aobWorship)
dealloc(newmem)
Can someone put this into an actual table? I'm not sure how to use code like this otherwise....
bloodsucker has it made. The first comment on the thread.
dariru07
What is cheating?
Posts: 2 Joined: Wed Mar 09, 2022 8:15 am
Reputation: 0
Post
by dariru07 » Wed Mar 09, 2022 8:19 am
upping this request for the current table to be updated to V0.6.17
bloodsucker
Expert Cheater
Posts: 221 Joined: Tue Mar 14, 2017 1:08 am
Reputation: 25
Post
by bloodsucker » Fri Aug 25, 2023 3:02 pm
game full release 1.0.0.3 now. so it nice to have some one make a new table.
ValenH
Cheater
Posts: 46 Joined: Tue Aug 10, 2021 6:44 pm
Reputation: 39
Post
by ValenH » Fri Aug 25, 2023 7:02 pm
The game is made with UE 4.27, some object dumpers work with it (cake-san's dumper, not ue4ss even if you provide the addresses).
The game also provides its .pdb file so you can load it in cheat engine and get all the symbols.
Personally i couldn't get invested in this game so far, so i didn't make any table :/
bloodsucker
Expert Cheater
Posts: 221 Joined: Tue Mar 14, 2017 1:08 am
Reputation: 25
Post
by bloodsucker » Sat Aug 26, 2023 4:49 am
ValenH wrote: ↑ Fri Aug 25, 2023 7:02 pm
The game is made with UE 4.27, some object dumpers work with it (cake-san's dumper, not ue4ss even if you provide the addresses).
The game also provides its .pdb file so you can load it in cheat engine and get all the symbols.
Personally i couldn't get invested in this game so far, so i didn't make any table :/
If that the case there are will be hell for a lot of people including myself.
update: i discovered a new cheat by Peizhaochen. Unfortunately, it is in Chinese but it can be solved using Google Translate.
google search box "the immortal mayor peizhaochen"