Remnant: From the Ashes (220,617PS) +17 (table Update2.12)

Upload your cheat tables here (No requests)
Post Reply
User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by NumberXer0 »

[Link]

Not related to the table, but posting here for visibility. Someone found out how to read your save and see what your rolls are. No idea if anything could be done with CE to mess around with this, but useful nonetheless.

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
QTEila
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sat Aug 24, 2019 6:25 pm
Reputation: 2

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by QTEila »

Maybe add an item changer? So you can turn other items into specific ones you can't get a hold of due to them not spawning or the conditions not being fulfilled, like the item editor/changer in the dark souls tables.

valevalorin
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Aug 30, 2019 5:02 pm
Reputation: 0

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by valevalorin »

I've been working on editing the "profile" file and I've definitely figured out how to change some things (traits), but when I try to open the profile up with the game it says it's corrupted. I think this has to do with some kind of file validation scheme they have going on. I think the first 5 (weird I know) bytes of the file are a checksum/hash that needs to be recalculated because it's the only thing in the file that changes "seemingly randomly" when I make calculated changes in game (eg adding a trait point to a trait).

Does anybody know of any hashing/checksum algorithm that outputs 5 bytes?

ragnaphobia
Noobzor
Noobzor
Posts: 5
Joined: Tue Apr 03, 2018 1:20 pm
Reputation: 0

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by ragnaphobia »

The pointers for edit trait level doesnt work for the new patch. Can you update it please? Im stuck with 9999999 trait points

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 871
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1479

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by cfemen »

ragnaphobia wrote:
Fri Aug 30, 2019 8:25 pm
The pointers for edit trait level doesnt work for the new patch. Can you update it please? Im stuck with 9999999 trait points

Code: Select all

[ENABLE]

aobscanmodule(traitsy,Remnant-Win64-Shipping.exe,8B 07 EB E7 CC)
alloc(newmem,$1000,"Remnant-Win64-Shipping.exe"+74885B)

label(code)
label(return)

newmem:

code:
  mov [rdi],#20
  mov eax,[rdi]
  jmp Remnant-Win64-Shipping.exe+748846
  int 3
  jmp return
ic:
dd 0
traitss:

traitsy:
  jmp newmem
return:
registersymbol(traitsy)

[DISABLE]

traitsy:
  db 8B 07 EB E7 CC

unregistersymbol(traitsy)
dealloc(newmem)
use this script, open inventory trait -> all skills will be 20
or u can change with mov [rdi],#20 every amount you want

its working with newest version

if you dont know how to add a script : open memory view -> ctrl+a -> paste script -> save

edit : updated fast my table:
Trait Editor: activate -> selected/clicked trait will be editable.

tip : dont use alt+tab to tab out the game, it will reset the clicked trait to first trait.
use windows key and click to cheat engine tab, then it will correctly show the pointer to the value


Edit : Newest Table (Oct 31) --> viewtopic.php?f=4&t=10045&p=110768#p110768
Attachments
Remnant-Win64-Shipping.ct
(233.44 KiB) Downloaded 305 times
Last edited by cfemen on Mon Nov 04, 2019 9:46 pm, edited 1 time in total.

ragnaphobia
Noobzor
Noobzor
Posts: 5
Joined: Tue Apr 03, 2018 1:20 pm
Reputation: 0

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by ragnaphobia »

my apologies, but does this applies to remaining trait points?

nikolajo
Noobzor
Noobzor
Posts: 10
Joined: Sat Aug 31, 2019 10:10 am
Reputation: 0

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by nikolajo »

WARNING
Anyone using the "Free shop" cheats will NOT be able to buy any armors from special merchants like Wud or Stuck Merchant.
So if you want the Radiant or Osseous sets, turn off those cheats before talking to the merchants.

ragnaphobia
Noobzor
Noobzor
Posts: 5
Joined: Tue Apr 03, 2018 1:20 pm
Reputation: 0

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by ragnaphobia »

cfemen wrote:
Fri Aug 30, 2019 10:36 pm
ragnaphobia wrote:
Fri Aug 30, 2019 8:25 pm
The pointers for edit trait level doesnt work for the new patch. Can you update it please? Im stuck with 9999999 trait points

Code: Select all

[ENABLE]

aobscanmodule(traitsy,Remnant-Win64-Shipping.exe,8B 07 EB E7 CC)
alloc(newmem,$1000,"Remnant-Win64-Shipping.exe"+74885B)

label(code)
label(return)

newmem:

code:
  mov [rdi],#20
  mov eax,[rdi]
  jmp Remnant-Win64-Shipping.exe+748846
  int 3
  jmp return
ic:
dd 0
traitss:

traitsy:
  jmp newmem
return:
registersymbol(traitsy)

[DISABLE]

traitsy:
  db 8B 07 EB E7 CC

unregistersymbol(traitsy)
dealloc(newmem)
use this script, open inventory trait -> all skills will be 20
or u can change with mov [rdi],#20 every amount you want

its working with newest version

if you dont know how to add a script : open memory view -> ctrl+a -> paste script -> save

edit : updated fast my table:
Trait Editor: activate -> selected/clicked trait will be editable.

tip : dont use alt+tab to tab out the game, it will reset the clicked trait to first trait.
use windows key and click to cheat engine tab, then it will correctly show the pointer to the value
Thanks! I got it to work. Your CE table works wonders!

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by NumberXer0 »

So has anyone figured out equip weight yet? Would be nice to wear heavier armor and free up an Amulet slot for the required Leto's Amulet.

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 871
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1479

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by cfemen »

Edit : Newest Table (Oct 31) --> viewtopic.php?f=4&t=10045&p=110768#p110768
Attachments
Remnant-Win64-Shipping.ct
(242.45 KiB) Downloaded 162 times
Last edited by cfemen on Mon Nov 04, 2019 9:46 pm, edited 1 time in total.

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by NumberXer0 »

cfemen wrote:
Sat Aug 31, 2019 5:08 pm
NumberXer0 wrote:
Sat Aug 31, 2019 3:31 pm
So has anyone figured out equip weight yet? Would be nice to wear heavier armor and free up an Amulet slot for the required Leto's Amulet.
yeah i think i got it
just activate weight script and i should stay on 1
Hmm, it seems to be visual only for me. I'm wearing full Raidiant armor and I slow roll even though my weight says 1. If I remove all of my armor, it still says 1 but now I fast roll.

Edit: Oh and I know its been said before that items can't be added or swapped..but I don't think thats true. I just played with someone earlier who had the Butcher's Flail, which is an unavailable item right now. Its in the game, but you can't get it. So they did something to add it in.

Paparoyal
Noobzor
Noobzor
Posts: 7
Joined: Thu Aug 16, 2018 11:33 am
Reputation: 0

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by Paparoyal »

Hello, I used another talbe from this site which was meant to give you max scrap on pickup, unfortunately for me it also work on dragon hearts if you upgrade that while you have the cheat on. Now I have a billion dragon heart charges and that makes coop impossible because the host game crashed whenever i load in.

If it isnt too much trouble, it would mean the world to me if you could add a way to reduce the dragon heart charges permanetly so that I can play online again. I would really appreciate it!

Paparoyal
Noobzor
Noobzor
Posts: 7
Joined: Thu Aug 16, 2018 11:33 am
Reputation: 0

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by Paparoyal »

bloodaxis wrote:
Sun Sep 01, 2019 11:23 am
,,
oh my god you fucking legend.

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by NumberXer0 »

Paparoyal wrote:
Sun Sep 01, 2019 11:59 am
..
If that doesn't work, Cfemen has a table that lets you edit Hearts directly.

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 871
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1479

Re: Remnant: From the Ashes +16 (table Update2.8)

Post by cfemen »

NumberXer0 wrote:
Sun Sep 01, 2019 1:27 pm

If that doesn't work, Cfemen has a table that lets you edit Hearts directly.

yeah i tested it with newest update, still working :)

set heart, go checkpoint, save game, reload savegame and script can be deactivated and the wished amount is saved

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Barbariann35, Behop, bluemoon27112, DvLc, GayHibiscus, Google [Bot], Google Adsense [Bot], Irishknightmare, jonaaa, RainThes, rohindanil, rudm09, seedjp, Skyross_VII