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