Scarlet Nexus

Upload your cheat tables here (No requests)
zzgoodmaster99
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Oct 01, 2021 8:40 am
Reputation: 0

Re: Scarlet Nexus

Post by zzgoodmaster99 »

Acido wrote:
Fri Sep 17, 2021 9:59 am
zachillios wrote:
Sat Jul 03, 2021 4:32 am
Here's my other contribution, a bare bones item editor:
Thanks.

Made a slight modification to your script to change the pointer when selecting an item in inventory instead of only when selling items. Also works when selecting equipment on the equipment screen:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>88370</ID>
      <Description>"Item Editor (Select item in inventory)"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ScarletNexus-Win64-Shipping.exe
  Version: 
  Date   : 2021-07-02
  Author : zachw

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(ItemAOB,ScarletNexus-Win64-Shipping.exe,41 8B 40 08 C3) // should be unique
alloc(newmem,$1000,ItemAOB)
globalalloc(pItem,4)
label(return)

newmem:
lea rax,[r8]
mov [pItem],rax
mov eax,[r8+08]
ret

ItemAOB:
  jmp newmem
return:
registersymbol(ItemAOB)

[DISABLE]

ItemAOB:
  db 41 8B 40 08 C3

unregistersymbol(ItemAOB)
dealloc(newmem)
dealloc(pItem)

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>88371</ID>
          <Description>"ID"</Description>
          <ShowAsHex>1</ShowAsHex>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>Array of byte</VariableType>
          <ByteLength>3</ByteLength>
          <Address>pItem</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>88372</ID>
          <Description>"Quantity"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>Byte</VariableType>
          <Address>pItem</Address>
          <Offsets>
            <Offset>8</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
Thank you so much !!! BTW do you have all the weapon code in this game, it would be a bless mate ! :D

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

User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 947
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 109

Re: Scarlet Nexus

Post by Darkedone02 »

Can we get these tables working on xbox game pass?

GipsyDanger
Expert Cheater
Expert Cheater
Posts: 336
Joined: Sat Jun 27, 2020 2:33 pm
Reputation: 74

Re: Scarlet Nexus

Post by GipsyDanger »

would it be possible to adapt to the gamepass version?

User avatar
Pongozila
Table Makers
Table Makers
Posts: 184
Joined: Wed Mar 29, 2017 11:49 pm
Reputation: 210

Re: Scarlet Nexus

Post by Pongozila »

Darkedone02 wrote:
Fri Oct 01, 2021 4:54 pm
Can we get these tables working on xbox game pass?
GipsyDanger wrote:
Fri Oct 01, 2021 5:01 pm
would it be possible to adapt to the gamepass version?
Hey guys, so THIS IS NOT MY TABLE!
I just adapted to "work" with gamepass; I don't think everything works, but apparently most options do... have fun and thank the original creators!
Last edited by Pongozila on Sat Oct 02, 2021 10:45 pm, edited 1 time in total.

aSwedishMagyar
Table Makers
Table Makers
Posts: 670
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1192

Re: Scarlet Nexus

Post by aSwedishMagyar »

Pongozila wrote:
Sat Oct 02, 2021 2:49 pm
Darkedone02 wrote:
Fri Oct 01, 2021 4:54 pm
Can we get these tables working on xbox game pass?
GipsyDanger wrote:
Fri Oct 01, 2021 5:01 pm
would it be possible to adapt to the gamepass version?
Hey guys, so THIS IS NOT MY TABLE!
I just adapted to "work" with gamepass; I don't think everything works, but apparently most options do... have fun and thank the original creators!
If you didn't change anything in my table don't re-upload it.

User avatar
Pongozila
Table Makers
Table Makers
Posts: 184
Joined: Wed Mar 29, 2017 11:49 pm
Reputation: 210

Re: Scarlet Nexus

Post by Pongozila »

aSwedishMagyar wrote:
Sat Oct 02, 2021 5:09 pm
If you didn't change anything in my table don't re-upload it.
There ARE changes to the table you posted... I had to make a small adaptation on your code so that the LUA finds winGDK and not Win64; I've also added other tables and changed small things on their codes, it was a small compilation/adaptation of this thread tables put together in a single table directed for gamepass; I also did not change the authors of any codes, and made clear to every one to thank the original authors.
But, if you do mind having your code in this compilation/adaptation for gamepass, I can take it down. No complaints. Let me know, I'll take it down.

aSwedishMagyar
Table Makers
Table Makers
Posts: 670
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1192

Re: Scarlet Nexus

Post by aSwedishMagyar »

Pongozila wrote:
Sat Oct 02, 2021 5:58 pm
aSwedishMagyar wrote:
Sat Oct 02, 2021 5:09 pm
If you didn't change anything in my table don't re-upload it.
There ARE changes to the table you posted... I had to make a small adaptation on your code so that the LUA finds winGDK and not Win64; I've also added other tables and changed small things on their codes, it was a small compilation/adaptation of this thread tables put together in a single table directed for gamepass; I also did not change the authors of any codes, and made clear to every one to thank the original authors.
But, if you do mind having your code in this compilation/adaptation for gamepass, I can take it down. No complaints. Let me know, I'll take it down.
There are no changes to the code. You simply edited the table files that were saved with it. If people delete those and then re-enable the table works with both versions because it will save the correct process name. I uploaded a new version that removes the table files and has a fix for scan speed so please remove it from your compilation.

Jempai
Novice Cheater
Novice Cheater
Posts: 22
Joined: Mon Nov 26, 2018 6:02 am
Reputation: 5

Re: Scarlet Nexus

Post by Jempai »

Great table!
Even though 1.03 came out, most of the scripts still work <3
Sadly, it seems like the User Parameters cheats don't work, at least for me anyway.
Is there a chance it will get updated? I really only care about editing credits and brain points.

User avatar
Pongozila
Table Makers
Table Makers
Posts: 184
Joined: Wed Mar 29, 2017 11:49 pm
Reputation: 210

Re: Scarlet Nexus

Post by Pongozila »

aSwedishMagyar wrote:
Sat Oct 02, 2021 6:26 pm
There are no changes to the code. You simply edited the table files that were saved with it. If people delete those and then re-enable the table works with both versions because it will save the correct process name. I uploaded a new version that removes the table files and has a fix for scan speed so please remove it from your compilation.
Done, thank you for the update!

ahuoshen
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jun 24, 2019 11:38 am
Reputation: 0

Re: Scarlet Nexus

Post by ahuoshen »

in v1.03, change BP and credit both not working

kellcooz
Cheater
Cheater
Posts: 42
Joined: Thu Apr 19, 2018 11:39 am
Reputation: 7

Re: Scarlet Nexus

Post by kellcooz »

Game updated to version 1.04

mavojah559
Expert Cheater
Expert Cheater
Posts: 68
Joined: Wed Jul 22, 2020 1:31 pm
Reputation: 3

Re: Scarlet Nexus

Post by mavojah559 »

Is there a Cheat Table for v1.04?

kellcooz
Cheater
Cheater
Posts: 42
Joined: Thu Apr 19, 2018 11:39 am
Reputation: 7

Re: Scarlet Nexus

Post by kellcooz »

mavojah559 wrote:
Sat Oct 30, 2021 7:29 am
Is there a Cheat Table for v1.04?
None... you might have to wait 3 months, 6 months, or 1 year. This Cheat Table ONLY works in version 1.02, while the fearlessrevolution Trainer is updated to 1.03... but seems to work fine in 1.04, although "Infinite Item Usage" is not working. Looks like not many are aware of this 1.04 update to Scarlet Nexus.

ahuoshen
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jun 24, 2019 11:38 am
Reputation: 0

Re: Scarlet Nexus

Post by ahuoshen »

in V1.04 change Attack will cause game crash, any idea about that

kellcooz
Cheater
Cheater
Posts: 42
Joined: Thu Apr 19, 2018 11:39 am
Reputation: 7

Re: Scarlet Nexus

Post by kellcooz »

ahuoshen wrote:
Sat Oct 30, 2021 12:01 pm
in V1.04 change Attack will cause game crash, any idea about that
Every option in the Cheat Table causes the game to crash in 1.04. The Cheat Table only designed for 1.02 until the TC uploads a new version for 1.04

Post Reply

Who is online

Users browsing this forum: DotBot, Google [Bot], Google Adsense [Bot], javitu, naisu, sonycman