Not posting the full table again, but since I just bought this remastered version I was getting an error about "GetD" so I fixed it. This is for the latest version 1.03.1.
Open the scripts and change this line:
Code: Select all
aobscanmodule(GetD,DarkSoulsRemastered.exe,48 8B 05 xx xx xx xx 80 B8 B0 00 00 00 00 0F 84 xx xx xx xx 8B 51 24 48)
to this:
Code: Select all
aobscanmodule(GetD,DarkSoulsRemastered.exe,48 8B 05 xx xx xx xx 80 B8 8B 00 00 00 00 0F 84 xx xx xx xx 8B 51 24 48)
And that should get the table to work again. I didn't do too much testing, I only used the table to modify how many souls I had so I could buy some stuff without grinding and checked invincibility on the original phokz one. Also note that the AOB listed above is not unique. It appears 2x in the code. Make sure you DO NOT attempt to enable both parts of the table at the same time as it might do something bad to your game. Pick one and if you want to try the other disable everything before you enable it.