z Per Aspera

Upload your cheat tables here (No requests)
Ashmodel
Noobzor
Noobzor
Posts: 14
Joined: Sat Mar 04, 2017 7:24 pm
Reputation: 12

Re: z Per Aspera

Post by Ashmodel »

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?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Victor_Lanskoy
Cheater
Cheater
Posts: 31
Joined: Wed Feb 06, 2019 10:55 am
Reputation: 3

Re: z Per Aspera

Post by Victor_Lanskoy »

Update plz!

GOG v1.5.2.15212.2021.11.30 (52076)

YummyOnionUnion
Noobzor
Noobzor
Posts: 9
Joined: Mon Sep 24, 2018 5:20 am
Reputation: 2

Re: z Per Aspera

Post by YummyOnionUnion »

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
Expert Cheater
Posts: 219
Joined: Mon May 22, 2017 6:13 pm
Reputation: 23

Re: z Per Aspera

Post by lemaun »

update please

YummyOnionUnion
Noobzor
Noobzor
Posts: 9
Joined: Mon Sep 24, 2018 5:20 am
Reputation: 2

Re: z Per Aspera

Post by YummyOnionUnion »

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
Novice Cheater
Novice Cheater
Posts: 22
Joined: Sat Oct 06, 2018 5:24 pm
Reputation: 0

Re: z Per Aspera

Post by tallbearnc »

Most of these no longer work. The script needs a serious update

Bain
Cheater
Cheater
Posts: 28
Joined: Thu Aug 17, 2017 9:58 pm
Reputation: 4

Re: z Per Aspera

Post by Bain »

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?
What is cheating?
Posts: 3
Joined: Mon Aug 24, 2020 11:16 am
Reputation: 7

Re: z Per Aspera

Post by Feurety »

Here is Unlimited Mining only. Made in v.1.7.0.18822 Steam (+Blue Mars).
Attachments
Per Aspera.CT
(2.41 KiB) Downloaded 502 times

Epeng
What is cheating?
What is cheating?
Posts: 4
Joined: Sat Mar 04, 2017 6:06 pm
Reputation: 15

Re: z Per Aspera

Post by Epeng »

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
Cheater
Posts: 28
Joined: Thu Aug 17, 2017 9:58 pm
Reputation: 4

Re: z Per Aspera

Post by Bain »

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?
What is cheating?
Posts: 1
Joined: Sat May 07, 2022 10:39 pm
Reputation: 0

Re: z Per Aspera

Post by creeed »

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
RCE Fanatics
Posts: 1088
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3492

Re: z Per Aspera

Post by Zanzer »

Updated

Bain
Cheater
Cheater
Posts: 28
Joined: Thu Aug 17, 2017 9:58 pm
Reputation: 4

Re: z Per Aspera

Post by Bain »

Thanks for the update!

RaptorHunter
What is cheating?
What is cheating?
Posts: 1
Joined: Sat May 14, 2022 7:10 pm
Reputation: 0

Re: z Per Aspera

Post by RaptorHunter »

Thanks for the trainer Z, can you add an option to deplete a mine, so space can be cleared.

User avatar
Darkwhip
Novice Cheater
Novice Cheater
Posts: 19
Joined: Fri Jun 23, 2017 5:27 pm
Reputation: 3

Re: z Per Aspera

Post by Darkwhip »

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

Post Reply

Who is online

Users browsing this forum: BLEXBot, Csjete, FleetingInfinity, gogfox, oumosity, soullessausar, throwaway88, trohed, YandexBot, ZDK666