Upload your cheat tables here (No requests)
Ashmodel
Novice Cheater
Posts: 15 Joined: Sat Mar 04, 2017 7:24 pm
Reputation: 12
Post
by Ashmodel » Sun Jan 16, 2022 7:52 pm
Would love to get an update to the latest version. A lot of it still works and some will work with a bit of tinkering but the rest is out of my depth.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Victor_Lanskoy
Cheater
Posts: 34 Joined: Wed Feb 06, 2019 10:55 am
Reputation: 3
Post
by Victor_Lanskoy » Wed Mar 09, 2022 11:06 pm
Update plz!
GOG v1.5.2.15212.2021.11.30 (52076)
YummyOnionUnion
Noobzor
Posts: 10 Joined: Mon Sep 24, 2018 5:20 am
Reputation: 2
Post
by YummyOnionUnion » Sun Apr 03, 2022 9:23 pm
I fixed a few of these by changing one digit in their scripts.
Drone Speed :
Code: Select all
aobscanmodule(droneSpeed,GameAssembly.dll,F3 0F 10 71 ?? 48 8B ?? ?? 48 85 C9)
Full Building Health :
Code: Select all
aobscanmodule(buildingHealth,GameAssembly.dll,F3 0F 5E B0 C8 00 00 00 80)
(Edit: Building Health activates, but doesn't seem to take effect)
Couldn't find the fix for Selected Building, unfortunately. Seems that they changed a fundamental structure of the UI calls, so I really cannot find what it was scanning for before.
lemaun
Expert Cheater
Posts: 240 Joined: Mon May 22, 2017 6:13 pm
Reputation: 25
Post
by lemaun » Wed Apr 20, 2022 7:26 pm
update please
YummyOnionUnion
Noobzor
Posts: 10 Joined: Mon Sep 24, 2018 5:20 am
Reputation: 2
Post
by YummyOnionUnion » Tue May 03, 2022 5:59 am
Only Increased Production works for me after today's Blue Mars update.
Editing Unlimited mining to
Code: Select all
aobscanmodule(mining,GameAssembly.dll,F3 0F 5C 05 ?? ?? ?? ?? F3 0F 11 46)
allowed it activate, but no longer froze the ground resources.
tallbearnc
Cheater
Posts: 25 Joined: Sat Oct 06, 2018 5:24 pm
Reputation: 1
Post
by tallbearnc » Wed May 04, 2022 8:03 pm
Most of these no longer work. The script needs a serious update
Bain
Cheater
Posts: 28 Joined: Thu Aug 17, 2017 9:58 pm
Reputation: 4
Post
by Bain » Thu May 05, 2022 2:10 pm
I only need the Unlimited Mining to work personally, would love a table with only that part working. I hope someone either makes a new table or this one is updated soon. It is too bad YummyOnionUnion could not get it to work properly, but thank you for trying.
Feurety
What is cheating?
Posts: 3 Joined: Mon Aug 24, 2020 11:16 am
Reputation: 7
Post
by Feurety » Fri May 06, 2022 5:14 am
Here is Unlimited Mining only. Made in v.1.7.0.18822 Steam (+Blue Mars).
Attachments
Per Aspera.CT
(2.41 KiB) Downloaded 531 times
Epeng
What is cheating?
Posts: 4 Joined: Sat Mar 04, 2017 6:06 pm
Reputation: 15
Post
by Epeng » Fri May 06, 2022 10:20 pm
Drone Speed for 1.70.18822 Steam
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>237</ID>
<Description>"Drone Speed"</Description>
<Options moHideChildren="1"/>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{ Game : Per Aspera.exe
Version:
Date : 2022-05-07
Author : Epeng
This script does blah blah blah
}
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(INJECT_dronestatemoving,GameAssembly.dll,48 8B 43 50 48 85 C0 0F 84 9B) // should be unique
alloc(newmem,$1000,INJECT_dronestatemoving)
label(code)
label(return)
label(spdMult)
newmem:
mov rax,spdMult
mulss xmm7,[spdMult]
code:
// mov rax,[rbx+50]
test rax,rax
jmp return
spdMult:
dd (float)5
INJECT_dronestatemoving:
jmp newmem
nop 2
return:
registersymbol(INJECT_dronestatemoving spdMult)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
INJECT_dronestatemoving:
db 48 8B 43 50 48 85 C0
unregistersymbol(*)
dealloc(*)
{
// ORIGINAL CODE - INJECTION POINT: GameAssembly.dll+5BF031
GameAssembly.dll+5BF007: 74 0C - je GameAssembly.dll+5BF015
GameAssembly.dll+5BF009: 33 D2 - xor edx,edx
GameAssembly.dll+5BF00B: E8 90 84 E7 FF - call Building.get_HealthFactor
GameAssembly.dll+5BF010: 0F 28 F8 - movaps xmm7,xmm0
GameAssembly.dll+5BF013: EB 03 - jmp GameAssembly.dll+5BF018
GameAssembly.dll+5BF015: 0F 57 FF - xorps xmm7,xmm7
GameAssembly.dll+5BF018: 83 BB 88 00 00 00 03 - cmp dword ptr [rbx+00000088],03
GameAssembly.dll+5BF01F: F3 0F 59 3D 4D 11 13 02 - mulss xmm7,[GameAssembly.dll+26F0174]
GameAssembly.dll+5BF027: F3 0F 58 3D 45 11 13 02 - addss xmm7,[GameAssembly.dll+26F0174]
GameAssembly.dll+5BF02F: 75 2A - jne GameAssembly.dll+5BF05B
// ---------- INJECTING HERE ----------
GameAssembly.dll+5BF031: 48 8B 43 50 - mov rax,[rbx+50]
// ---------- DONE INJECTING ----------
GameAssembly.dll+5BF035: 48 85 C0 - test rax,rax
GameAssembly.dll+5BF038: 0F 84 9B 00 00 00 - je GameAssembly.dll+5BF0D9
GameAssembly.dll+5BF03E: 48 8B 48 20 - mov rcx,[rax+20]
GameAssembly.dll+5BF042: 48 85 C9 - test rcx,rcx
GameAssembly.dll+5BF045: 74 14 - je GameAssembly.dll+5BF05B
GameAssembly.dll+5BF047: 48 8B 41 20 - mov rax,[rcx+20]
GameAssembly.dll+5BF04B: 48 85 C0 - test rax,rax
GameAssembly.dll+5BF04E: 0F 84 85 00 00 00 - je GameAssembly.dll+5BF0D9
GameAssembly.dll+5BF054: F3 0F 10 70 38 - movss xmm6,[rax+38]
GameAssembly.dll+5BF059: EB 11 - jmp GameAssembly.dll+5BF06C
}
</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>238</ID>
<Description>"Speed Multiplier"</Description>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>Float</VariableType>
<Address>spdMult</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatTable>
Bain
Cheater
Posts: 28 Joined: Thu Aug 17, 2017 9:58 pm
Reputation: 4
Post
by Bain » Sat May 07, 2022 6:23 pm
Feurety wrote: ↑ Fri May 06, 2022 5:14 am
Here is Unlimited Mining only. Made in v.1.7.0.18822 Steam (+Blue Mars).
Thank you so much for this, I do appreciate it! Tested it and works like a charm! Much appreciated!
creeed
What is cheating?
Posts: 1 Joined: Sat May 07, 2022 10:39 pm
Reputation: 0
Post
by creeed » Sat May 07, 2022 10:40 pm
Feurety wrote: ↑ Fri May 06, 2022 5:14 am
Here is Unlimited Mining only. Made in v.1.7.0.18822 Steam (+Blue Mars).
Thanks man.
Zanzer
RCE Fanatics
Posts: 1131 Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3803
Post
by Zanzer » Tue May 10, 2022 4:35 am
Updated
Bain
Cheater
Posts: 28 Joined: Thu Aug 17, 2017 9:58 pm
Reputation: 4
Post
by Bain » Thu May 12, 2022 10:00 pm
Thanks for the update!
RaptorHunter
What is cheating?
Posts: 1 Joined: Sat May 14, 2022 7:10 pm
Reputation: 0
Post
by RaptorHunter » Sat May 14, 2022 7:12 pm
Thanks for the trainer Z, can you add an option to deplete a mine, so space can be cleared.
Darkwhip
Novice Cheater
Posts: 19 Joined: Fri Jun 23, 2017 5:27 pm
Reputation: 3
Post
by Darkwhip » Tue Dec 13, 2022 1:47 pm
Feurety wrote: ↑ Fri May 06, 2022 5:14 am
Here is Unlimited Mining only. Made in v.1.7.0.18822 Steam (+Blue Mars).
Any updates so far? the game is on 1.7.3