Re: NieR Automata
Posted: Thu Apr 06, 2017 5:13 am
I have tried every table in the the forum still I can't unlock all the materials I need for the weapon upgrades. Any help would be appreciated.
Community Cheat Tables of Cheat Engine
http://fearlessrevolution.com/
thanks for the table!
hello machine4578, are you really that machine from cs.rin?
Code: Select all
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"NieRAutomata.exe"+20B76A)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
//inc [rcx+000128DC]
//thhhbbbbbppp, this bit wasn't needed.
originalcode:
dec [rcx+000128DC]
exit:
jmp returnhere
"NieRAutomata.exe"+20B76A:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"NieRAutomata.exe"+20B76A:
dec [rcx+000128DC]
//Alt: db FF 89 DC 28 01 00There is one, https://drive.google.com/file/d/0Bz1PTp ... I2cm8/view However there's been reports it's not currently working on the latest update so you may have to test it.
I'm still pretty noob at cheat engine... can someone please teach me how to use the highlighted chips code in Eddy's table? Been trying to play around with it a bit trying to get some +8 chips using the list shared by seeker0003 but couldn't get it to work on correctly. At I managed to get is to turn some random chip's display name into the ID I want to change but that's about it.