Remnant: From the Ashes - table v: 1.0 CT

Upload your cheat tables here (No requests)
jingo4231
Noobzor
Noobzor
Posts: 5
Joined: Sun Aug 23, 2020 6:56 am
Reputation: 0

Re: Remnant: From the Ashes (STEAM)

Post by jingo4231 »

Onine wrote:
Mon Aug 24, 2020 2:54 am
jingo4231 wrote:
Sun Aug 23, 2020 6:57 am
How do i edit what level the items are when i do edit highlighted item
When you edit highlighted item, quantity is 2c (offset) from item base pointer, and level is 28 (min 0, max 254).
sorry, in stupid terms cause im dumb, i just need to change the level from 28 to what for level 10 item ( i screwed up a boss item)

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

jingo4231
Noobzor
Noobzor
Posts: 5
Joined: Sun Aug 23, 2020 6:56 am
Reputation: 0

Re: Remnant: From the Ashes (STEAM)

Post by jingo4231 »

Onine wrote:
Mon Aug 24, 2020 2:54 am
jingo4231 wrote:
Sun Aug 23, 2020 6:57 am
How do i edit what level the items are when i do edit highlighted item
When you edit highlighted item, quantity is 2c (offset) from item base pointer, and level is 28 (min 0, max 254).
SO in stupid terms, cause i have no idea what any of this is, what part of the script (there are alot of 28 entries) am i changing?

alset85
Cheater
Cheater
Posts: 46
Joined: Sat Mar 04, 2017 9:06 pm
Reputation: 1

Re: Remnant: From the Ashes (STEAM)

Post by alset85 »

Onine wrote:
Mon Aug 24, 2020 2:54 am
jingo4231 wrote:
Sun Aug 23, 2020 6:57 am
How do i edit what level the items are when i do edit highlighted item
When you edit highlighted item, quantity is 2c (offset) from item base pointer, and level is 28 (min 0, max 254).
Is there a working highlighted item script, for either current egs or steam?

Onine
Noobzor
Noobzor
Posts: 12
Joined: Thu Mar 23, 2017 9:52 am
Reputation: 4

Re: Remnant: From the Ashes (STEAM)

Post by Onine »

alset85 wrote:
Mon Aug 24, 2020 3:37 pm
Onine wrote:
Mon Aug 24, 2020 2:54 am
jingo4231 wrote:
Sun Aug 23, 2020 6:57 am
How do i edit what level the items are when i do edit highlighted item
When you edit highlighted item, quantity is 2c (offset) from item base pointer, and level is 28 (min 0, max 254).
Is there a working highlighted item script, for either current egs or steam?
Well, I updated Idlehands88's highlighted item script for steam here:
viewtopic.php?p=146330#p146330
Just select and copy the code and paste it to cheat engine.
It has item quantity only, but you can add address manually with 28 as offset (or copy the quantity entry and change its offset).
I don't have egs, so you have to search for its own item base address.

DropDeadCriminal
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Aug 28, 2020 10:04 pm
Reputation: 0

Re: Remnant: From the Ashes (STEAM)

Post by DropDeadCriminal »

Onine wrote:
Tue Aug 25, 2020 9:34 am
alset85 wrote:
Mon Aug 24, 2020 3:37 pm
Onine wrote:
Mon Aug 24, 2020 2:54 am


When you edit highlighted item, quantity is 2c (offset) from item base pointer, and level is 28 (min 0, max 254).
Is there a working highlighted item script, for either current egs or steam?
Well, I updated Idlehands88's highlighted item script for steam here:
viewtopic.php?p=146330#p146330
Just select and copy the code and paste it to cheat engine.
It has item quantity only, but you can add address manually with 28 as offset (or copy the quantity entry and change its offset).
I don't have egs, so you have to search for its own item base address.
Having trouble getting this to work. Can you elaborate on how to get it to function. Thanks!

Onine
Noobzor
Noobzor
Posts: 12
Joined: Thu Mar 23, 2017 9:52 am
Reputation: 4

Re: Remnant: From the Ashes (STEAM)

Post by Onine »

DropDeadCriminal wrote:
Fri Aug 28, 2020 10:05 pm
Having trouble getting this to work. Can you elaborate on how to get it to function. Thanks!
You need to be more specific than having trouble...

Anyway, here is the updated one (for steam ver.) with item quantity AND level.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>87637</ID>
      <Description>"Highlighted Item Editor"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Remnant-Win64-Shipping.exe
  Version: 
  Date   : 2020-07-29
  Author : Onine

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(item,Remnant-Win64-Shipping.exe,41 8B 46 2C 89 43 14) // should be unique
alloc(newmem,$1000,"Remnant-Win64-Shipping.exe"+745E5C)

label(code)
label(return)
registersymbol(p_item)
label(p_item)

newmem:

code:
  mov [p_item],r14
  mov eax,[r14+2C]
  mov [rbx+14],eax
  jmp return

p_item:
dq

item:
  jmp newmem
  nop 2
return:
registersymbol(item)

[DISABLE]

item:
  db 41 8B 46 2C 89 43 14

unregistersymbol(p_item)
unregistersymbol(item)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Remnant-Win64-Shipping.exe"+745E5C

"Remnant-Win64-Shipping.exe"+745E3C: 89 43 10              -  mov [rbx+10],eax
"Remnant-Win64-Shipping.exe"+745E3F: 4D 85 F6              -  test r14,r14
"Remnant-Win64-Shipping.exe"+745E42: 75 0C                 -  jne Remnant-Win64-Shipping.exe+745E50
"Remnant-Win64-Shipping.exe"+745E44: 4C 8B B7 50 03 00 00  -  mov r14,[rdi+00000350]
"Remnant-Win64-Shipping.exe"+745E4B: 4D 85 F6              -  test r14,r14
"Remnant-Win64-Shipping.exe"+745E4E: 74 13                 -  je Remnant-Win64-Shipping.exe+745E63
"Remnant-Win64-Shipping.exe"+745E50: 85 F6                 -  test esi,esi
"Remnant-Win64-Shipping.exe"+745E52: 79 05                 -  jns Remnant-Win64-Shipping.exe+745E59
"Remnant-Win64-Shipping.exe"+745E54: 41 0F B6 76 28        -  movzx esi,byte ptr [r14+28]
"Remnant-Win64-Shipping.exe"+745E59: 89 73 10              -  mov [rbx+10],esi
// ---------- INJECTING HERE ----------
"Remnant-Win64-Shipping.exe"+745E5C: 41 8B 46 2C           -  mov eax,[r14+2C]
"Remnant-Win64-Shipping.exe"+745E60: 89 43 14              -  mov [rbx+14],eax
// ---------- DONE INJECTING  ----------
"Remnant-Win64-Shipping.exe"+745E63: 48 8D 97 70 03 00 00  -  lea rdx,[rdi+00000370]
"Remnant-Win64-Shipping.exe"+745E6A: 48 8D 4B 28           -  lea rcx,[rbx+28]
"Remnant-Win64-Shipping.exe"+745E6E: E8 0D CA B2 FF        -  call Remnant-Win64-Shipping.exe+272880
"Remnant-Win64-Shipping.exe"+745E73: 48 8D 97 88 03 00 00  -  lea rdx,[rdi+00000388]
"Remnant-Win64-Shipping.exe"+745E7A: 48 8D 4B 40           -  lea rcx,[rbx+40]
"Remnant-Win64-Shipping.exe"+745E7E: E8 FD C9 B2 FF        -  call Remnant-Win64-Shipping.exe+272880
"Remnant-Win64-Shipping.exe"+745E83: 48 8B 87 B8 03 00 00  -  mov rax,[rdi+000003B8]
"Remnant-Win64-Shipping.exe"+745E8A: 48 89 43 58           -  mov [rbx+58],rax
"Remnant-Win64-Shipping.exe"+745E8E: E8 5D 8F 0D 00        -  call Remnant-Win64-Shipping.exe+81EDF0
"Remnant-Win64-Shipping.exe"+745E93: 48 8B 57 10           -  mov rdx,[rdi+10]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>87633</ID>
          <Description>"Quantity"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>p_item</Address>
          <Offsets>
            <Offset>2c</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>87641</ID>
          <Description>"Level"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>p_item</Address>
          <Offsets>
            <Offset>28</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
0. Make sure you have the steam version of the game
1. Click on "SELECT ALL", Ctrl+C (or right click > copy)
2. Open CE, Ctrl+V (or right click > paste)
3. Launch and get into the game and attach CE
4. Check the box on the left of "Highlighted Item Editor"
5. Go to inventory and click on any item to populate the values

jingo4231
Noobzor
Noobzor
Posts: 5
Joined: Sun Aug 23, 2020 6:56 am
Reputation: 0

Re: Remnant: From the Ashes (STEAM)

Post by jingo4231 »

Onine wrote:
Sat Aug 29, 2020 2:40 am
DropDeadCriminal wrote:
Fri Aug 28, 2020 10:05 pm
Having trouble getting this to work. Can you elaborate on how to get it to function. Thanks!
You need to be more specific than having trouble...

Anyway, here is the updated one (for steam ver.) with item quantity AND level.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>87637</ID>
      <Description>"Highlighted Item Editor"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Remnant-Win64-Shipping.exe
  Version: 
  Date   : 2020-07-29
  Author : Onine

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(item,Remnant-Win64-Shipping.exe,41 8B 46 2C 89 43 14) // should be unique
alloc(newmem,$1000,"Remnant-Win64-Shipping.exe"+745E5C)

label(code)
label(return)
registersymbol(p_item)
label(p_item)

newmem:

code:
  mov [p_item],r14
  mov eax,[r14+2C]
  mov [rbx+14],eax
  jmp return

p_item:
dq

item:
  jmp newmem
  nop 2
return:
registersymbol(item)

[DISABLE]

item:
  db 41 8B 46 2C 89 43 14

unregistersymbol(p_item)
unregistersymbol(item)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Remnant-Win64-Shipping.exe"+745E5C

"Remnant-Win64-Shipping.exe"+745E3C: 89 43 10              -  mov [rbx+10],eax
"Remnant-Win64-Shipping.exe"+745E3F: 4D 85 F6              -  test r14,r14
"Remnant-Win64-Shipping.exe"+745E42: 75 0C                 -  jne Remnant-Win64-Shipping.exe+745E50
"Remnant-Win64-Shipping.exe"+745E44: 4C 8B B7 50 03 00 00  -  mov r14,[rdi+00000350]
"Remnant-Win64-Shipping.exe"+745E4B: 4D 85 F6              -  test r14,r14
"Remnant-Win64-Shipping.exe"+745E4E: 74 13                 -  je Remnant-Win64-Shipping.exe+745E63
"Remnant-Win64-Shipping.exe"+745E50: 85 F6                 -  test esi,esi
"Remnant-Win64-Shipping.exe"+745E52: 79 05                 -  jns Remnant-Win64-Shipping.exe+745E59
"Remnant-Win64-Shipping.exe"+745E54: 41 0F B6 76 28        -  movzx esi,byte ptr [r14+28]
"Remnant-Win64-Shipping.exe"+745E59: 89 73 10              -  mov [rbx+10],esi
// ---------- INJECTING HERE ----------
"Remnant-Win64-Shipping.exe"+745E5C: 41 8B 46 2C           -  mov eax,[r14+2C]
"Remnant-Win64-Shipping.exe"+745E60: 89 43 14              -  mov [rbx+14],eax
// ---------- DONE INJECTING  ----------
"Remnant-Win64-Shipping.exe"+745E63: 48 8D 97 70 03 00 00  -  lea rdx,[rdi+00000370]
"Remnant-Win64-Shipping.exe"+745E6A: 48 8D 4B 28           -  lea rcx,[rbx+28]
"Remnant-Win64-Shipping.exe"+745E6E: E8 0D CA B2 FF        -  call Remnant-Win64-Shipping.exe+272880
"Remnant-Win64-Shipping.exe"+745E73: 48 8D 97 88 03 00 00  -  lea rdx,[rdi+00000388]
"Remnant-Win64-Shipping.exe"+745E7A: 48 8D 4B 40           -  lea rcx,[rbx+40]
"Remnant-Win64-Shipping.exe"+745E7E: E8 FD C9 B2 FF        -  call Remnant-Win64-Shipping.exe+272880
"Remnant-Win64-Shipping.exe"+745E83: 48 8B 87 B8 03 00 00  -  mov rax,[rdi+000003B8]
"Remnant-Win64-Shipping.exe"+745E8A: 48 89 43 58           -  mov [rbx+58],rax
"Remnant-Win64-Shipping.exe"+745E8E: E8 5D 8F 0D 00        -  call Remnant-Win64-Shipping.exe+81EDF0
"Remnant-Win64-Shipping.exe"+745E93: 48 8B 57 10           -  mov rdx,[rdi+10]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>87633</ID>
          <Description>"Quantity"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>p_item</Address>
          <Offsets>
            <Offset>2c</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>87641</ID>
          <Description>"Level"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>p_item</Address>
          <Offsets>
            <Offset>28</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
0. Make sure you have the steam version of the game
1. Click on "SELECT ALL", Ctrl+C (or right click > copy)
2. Open CE, Ctrl+V (or right click > paste)
3. Launch and get into the game and attach CE
4. Check the box on the left of "Highlighted Item Editor"
5. Go to inventory and click on any item to populate the values
I got it all working, but which value changes the items level upon being edited

Onine
Noobzor
Noobzor
Posts: 12
Joined: Thu Mar 23, 2017 9:52 am
Reputation: 4

Re: Remnant: From the Ashes (STEAM)

Post by Onine »

jingo4231 wrote:
Sat Aug 29, 2020 4:14 am
I got it all working, but which value changes the items level upon being edited
The value changes the items level is called, uh... "Level".
Look, just try enter a number (anything from 0 to 254) and check its damage which should changes immediately. If you want the displayed +x value to change, exit and re-enter inventory.
Oh, back up your save just in case.

jingo4231
Noobzor
Noobzor
Posts: 5
Joined: Sun Aug 23, 2020 6:56 am
Reputation: 0

Re: Remnant: From the Ashes (STEAM)

Post by jingo4231 »

Onine wrote:
Sat Aug 29, 2020 5:51 am
jingo4231 wrote:
Sat Aug 29, 2020 4:14 am
I got it all working, but which value changes the items level upon being edited
The value changes the items level is called, uh... "Level".
Look, just try enter a number (anything from 0 to 254) and check its damage which should changes immediately. If you want the displayed +x value to change, exit and re-enter inventory.
Oh, back up your save just in case.
i know im super dumb... bgut i literally cant find the word "level" in the script, so sorry for dumb questions jhust very new

Kishekzun
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Sep 03, 2020 3:31 pm
Reputation: 0

Re: Remnant: From the Ashes (STEAM)

Post by Kishekzun »

Hi all i have a little problem... I accidentaly activated an infinit point insted of maxing a trait lvl. SO now i have 762 trait points left and i want them to 0 to continue and enjoy leveling.

Can anyone help me out ? I tried something explained in page 2 to reset the points, but this section of the script doesn't work i have the message : " The array of Byte INJECT_Traitptsspend ........ can not be found etc...."

thecrius
Noobzor
Noobzor
Posts: 13
Joined: Tue Jan 09, 2018 9:38 pm
Reputation: 2

Re: Remnant: From the Ashes (STEAM)

Post by thecrius »

ODimm wrote:
Sun Aug 16, 2020 1:34 pm
my table for the EPIC store version...got some help from some more experienced creators (especially the god mode)

i hope its working fine...

God (emulates the UE4 god mode)

Ignore Consume Items (+ hearts )

No Ammo Clip Consume

Ignore Mod Charge

Ignore Stamina

Free Shopping / Crafting

No Spread

No Recoil

Ignore Trait Points

Damage Multiplier x?

XP Multiplier x?

Selected Trait Level Editor

Thank you so much Odimm. As other stated the free crafting/buying doesn't work. Any change you or someone can check it?

dankew1
Cheater
Cheater
Posts: 47
Joined: Thu Nov 14, 2019 11:05 pm
Reputation: 2

Re: Remnant: From the Ashes (STEAM)

Post by dankew1 »

Highlighted item edit needs updating.

User avatar
B0mak
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sat Oct 19, 2019 5:49 pm
Reputation: 6

Re: Remnant: From the Ashes (STEAM)

Post by B0mak »

Bump for update please.

User avatar
yothuco
Novice Cheater
Novice Cheater
Posts: 20
Joined: Fri Feb 28, 2020 4:29 pm
Reputation: 7

Re: Remnant: From the Ashes (STEAM)

Post by yothuco »

Anyone could update, please.

Thanks in advance

Kubrows
Novice Cheater
Novice Cheater
Posts: 16
Joined: Fri Apr 09, 2021 12:55 am
Reputation: 3

Re: Remnant: From the Ashes (STEAM)

Post by Kubrows »

*edit
never mind I used wrong version it works thank you!
*edit again xD
yes please update for highlighted trait level edit, <3 much love

Post Reply