Upload your cheat tables here (No requests)
plaxor
Cheater
Posts: 27 Joined: Thu Mar 19, 2020 6:17 pm
Reputation: 36
Post
by plaxor » Mon May 23, 2022 5:29 pm
Endurance update! 90631 (57413)
..not tried on steam version, but please give it a try
some of it are based from
YoucefHam's table
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
Attachments
NMS.ct
Version 3.94 (Endurance) changes: - Infinite Stamina to No Stamina Drain fixes: - Translate All Alien (changed aob route) - High Speed Jetpack (38.78 KiB) Downloaded 4494 times
NMS.ct
Version 3.91 (Leviathan) - added Ghost (see script) (40.04 KiB) Downloaded 1368 times
NMS.ct
Version 3.91 (Leviathan) - more scripts added (36.74 KiB) Downloaded 276 times
NMS.ct
Version: 3.89 (Outlaws) - fixed Translate All Alien script (now AoB) (11.21 KiB) Downloaded 504 times
NMS.ct
Version: 3.89 (Outlaws) - Initial Release (11.12 KiB) Downloaded 272 times
Last edited by
plaxor on Wed Jul 27, 2022 11:43 am, edited 5 times in total.
NotAFedBoy
Expert Cheater
Posts: 96 Joined: Fri Oct 08, 2021 1:03 pm
Reputation: 11
Post
by NotAFedBoy » Mon May 23, 2022 9:05 pm
Works on steam version all options except translate alien language function.
plaxor
Cheater
Posts: 27 Joined: Thu Mar 19, 2020 6:17 pm
Reputation: 36
Post
by plaxor » Wed May 25, 2022 1:26 am
NotAFedBoy wrote: ↑ Mon May 23, 2022 9:05 pm
Works on steam version all options except translate alien language function.
fixed!
plaxor
Cheater
Posts: 27 Joined: Thu Mar 19, 2020 6:17 pm
Reputation: 36
Post
by plaxor » Thu Jun 09, 2022 2:35 am
update!
- added a ghost script
wowbug
Noobzor
Posts: 12 Joined: Thu Jul 30, 2020 1:51 am
Reputation: 4
Post
by wowbug » Wed Jun 22, 2022 2:21 pm
What does the ghost script do?
dancon
Cheater
Posts: 43 Joined: Thu Apr 19, 2018 3:02 pm
Reputation: 10
Post
by dancon » Sun Jun 26, 2022 12:20 am
Would you consider adding a fast mining option? That's been my favourite feature from the other table.
plaxor
Cheater
Posts: 27 Joined: Thu Mar 19, 2020 6:17 pm
Reputation: 36
Post
by plaxor » Sun Jun 26, 2022 11:27 am
wowbug wrote: ↑ Wed Jun 22, 2022 2:21 pm
What does the ghost script do?
it hides you from sentinels.. you may see the script
dancon wrote: ↑ Sun Jun 26, 2022 12:20 am
Would you consider adding a fast mining option? That's been my favourite feature from the other table.
okay, i'll try..
for now you can try the "one hit kill" script, it'll instantly mine most resources..
4D 1
What is cheating?
Posts: 3 Joined: Fri Jul 22, 2022 8:28 am
Reputation: 2
Post
by 4D 1 » Fri Jul 22, 2022 8:29 am
Fix for High Speed Jetpack script for the new update
Code: Select all
[ENABLE]
aobscanmodule(jetpackSpeed, NMS.exe, 0F 10 ?? ?? ?? ?? ?? 0F 59 55 B0) // should be unique
alloc(newmem, $1000, jetpackSpeed)
newmem:
movss xmm3, [jetpack_speed]
code:
movups xmm2,[rbx+00003000]
jmp return
jetpack_speed:
dd (float)100.0
jetpackSpeed:
jmp newmem
nop 2
return:
registersymbol(jetpackSpeed)
[DISABLE]
jetpackSpeed:
db 0F 10 93 00 30 00 00
unregistersymbol(jetpackSpeed)
dealloc(newmem)
CarlosGFG
Expert Cheater
Posts: 127 Joined: Sat Dec 29, 2018 12:38 am
Reputation: 12
Post
by CarlosGFG » Fri Jul 22, 2022 8:26 pm
4D 1 wrote: ↑ Fri Jul 22, 2022 8:29 am
Fix for High Speed Jetpack script for the new update
Code: Select all
[ENABLE]
aobscanmodule(jetpackSpeed, NMS.exe, 0F 10 ?? ?? ?? ?? ?? 0F 59 55 B0) // should be unique
alloc(newmem, $1000, jetpackSpeed)
newmem:
movss xmm3, [jetpack_speed]
code:
movups xmm2,[rbx+00003000]
jmp return
jetpack_speed:
dd (float)100.0
jetpackSpeed:
jmp newmem
nop 2
return:
registersymbol(jetpackSpeed)
[DISABLE]
jetpackSpeed:
db 0F 10 93 00 30 00 00
unregistersymbol(jetpackSpeed)
dealloc(newmem)
Thank you very much for posting the correction, if possible the
Infinite Stamina and No Overheat does not work anymore, if you can correct it I appreciate it, this game requires a lot of movement
4D 1
What is cheating?
Posts: 3 Joined: Fri Jul 22, 2022 8:28 am
Reputation: 2
Post
by 4D 1 » Sun Jul 24, 2022 9:30 am
Inf Stamina Fix
Code: Select all
[ENABLE]
aobscanmodule(playerStamina, NMS.exe, F3 0F 5C C6 F3 ?? ?? ?? ?? ?? ?? ?? EB) // should be unique
playerStamina:
nop 4
registersymbol(playerStamina)
[DISABLE]
playerStamina:
db F3 0F 5C C6
unregistersymbol(playerStamina)
plaxor
Cheater
Posts: 27 Joined: Thu Mar 19, 2020 6:17 pm
Reputation: 36
Post
by plaxor » Mon Jul 25, 2022 7:42 am
CarlosGFG wrote: ↑ Fri Jul 22, 2022 8:26 pm
Thank you very much for posting the correction, if possible the
Infinite Stamina and No Overheat does not work anymore, if you can correct it I appreciate it, this game requires a lot of movement
you may try it now, it works on my end
CarlosGFG
Expert Cheater
Posts: 127 Joined: Sat Dec 29, 2018 12:38 am
Reputation: 12
Post
by CarlosGFG » Mon Jul 25, 2022 11:51 am
thank you very much for the update
CarlosGFG
Expert Cheater
Posts: 127 Joined: Sat Dec 29, 2018 12:38 am
Reputation: 12
Post
by CarlosGFG » Wed Jul 27, 2022 1:59 am
Is there a way to add a script that increases the amount of words learned?
plaxor
Cheater
Posts: 27 Joined: Thu Mar 19, 2020 6:17 pm
Reputation: 36
Post
by plaxor » Wed Jul 27, 2022 2:54 am
CarlosGFG wrote: ↑ Wed Jul 27, 2022 1:59 am
Is there a way to add a script that increases the amount of words learned?
That would require a "Save Editor" (for now, i guess)
Here's what I noticed:
The game breaks your saved and learned language into pieces, then puts them into a dynamic array of memory. It's non-static. I may be wrong.
koalabars
What is cheating?
Posts: 3 Joined: Wed Jul 29, 2020 2:33 pm
Reputation: 1
Post
by koalabars » Wed Aug 17, 2022 8:19 pm
can some one tell me how to get the AOB for updating the scripts there are a few from the OrigonalCheat Table I want again like IGNORE UPGRADE / BUILD REQUIREMENTS and BUILD ANYWHERE