Star Trucker Demo
Posted: Sat Feb 10, 2024 11:43 pm
Super quick table will add more as I play it
-Inf Suit Oxygen
-Inf Suit Energy
-Inf Power Cells
Community Cheat Tables of Cheat Engine
https://fearlessrevolution.com/
Not a clue sorry I haven't played the full game yet, if no one has released a table I will update this one though when I get time to play it most likely Thursday/FridayNotAFedBoy wrote: ↑Tue Sep 03, 2024 5:02 pmCan this be used for the full game or are you going to make one for the full release?
Code: Select all
[ENABLE]
aobscanmodule(pcell,GameAssembly.dll,89 BB 60 01 00 00 85 FF 48 8B 7C 24 58) // should be unique
alloc(newmem,$1000,pcell)
label(code)
label(return)
newmem:
code:
//mov [rbx+00000160],edi
mov [rbx+00000160],#999
jmp return
pcell:
jmp newmem
nop
return:
registersymbol(pcell)
[DISABLE]
pcell:
db 89 BB 60 01 00 00
unregistersymbol(pcell)
dealloc(newmem)
I don't know where to put these, so I'm waiting for a full version cheat table release !dec1337 wrote: ↑Tue Sep 03, 2024 9:44 pmNot a clue sorry I haven't played the full game yet, if no one has released a table I will update this one though when I get time to play it most likely Thursday/FridayNotAFedBoy wrote: ↑Tue Sep 03, 2024 5:02 pmCan this be used for the full game or are you going to make one for the full release?
Edit - Had a super quick go and updated power cell script, offsets 150 and 48 have just shifted by +10
Code: Select all
[ENABLE] aobscanmodule(pcell,GameAssembly.dll,89 BB 60 01 00 00 85 FF 48 8B 7C 24 58) // should be unique alloc(newmem,$1000,pcell) label(code) label(return) newmem: code: //mov [rbx+00000160],edi mov [rbx+00000160],#999 jmp return pcell: jmp newmem nop return: registersymbol(pcell) [DISABLE] pcell: db 89 BB 60 01 00 00 unregistersymbol(pcell) dealloc(newmem)
the game has "in debt system" where you must get out of this system by doing something in game not from cheat if you do use the cheat you will be stuck with -1, the workaround edit your money into -10 then sell something to get out of debt,