Page 1 of 1

[REQUEST] Paragon Pioneers

Posted: Sun Nov 27, 2022 9:12 pm
by Asgavin
Game Name: Paragon Pioneers
Game Engine: Unity-Version 2020.3.4Ofi
Game Version: App-Version: 1.0.109
Options Required: Infinite resources, Instant Ship Travel, Infinite Units, All Paragons
Steam Website:
Other Info: The game probably won't be updated anymore as the author has said that they're working on a new game

Re: [REQUEST] Paragon Pioneers

Posted: Mon Nov 28, 2022 12:03 am
by BabyGroot
For Unlimited Resources
Copy This Code, Paste In Cheat Engine

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>105299</ID>
      <Description>"Unlimited Resources"</Description>
      <LastState/>
      <Color>804000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Paragon Pioneers.exe
  Version: 
  Date   : 2022-11-28
  Author : BabyGroot

  This script does blah blah blah
}

[ENABLE]

aobscanregion(pBase_1,ResourceStorageItem:get_FillState,ResourceStorageItem:get_FillState+45,48 63 46 1C F3 0F 2A C0) // should be unique
alloc(newmem,$1000,pBase_1)

label(code)
label(return)

newmem:
  mov dword ptr [rsi+1C],#1000        //Balance
  mov dword ptr [rsi+20],#10000       //Max Balance

code:
  movsxd  rax,dword ptr [rsi+1C]
  cvtsi2ss xmm0,eax
  jmp return

pBase_1:
  jmp newmem
  nop 3
return:
registersymbol(pBase_1)

[DISABLE]

pBase_1:
  db 48 63 46 1C F3 0F 2A C0

unregistersymbol(pBase_1)
dealloc(newmem)


</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>