If its crashing your game use this code instead, it still works was happening to me, if you add more nops to the code it will make it crash. This one is safe
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(Idrop,nioh.exe,F3 44 0F 10 A8 E4 00 00 00) // should be unique
alloc(newmem,$100,Idrop)
label(code)
label(return)
newmem:
mov [rax+000000E4],(float)9999999999999
code:
movss xmm13,[rax+000000E4]
jmp return
Idrop:
jmp newmem
nop
nop
nop
nop
return:
registersymbol(Idrop)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
Idrop:
db F3 44 0F 10 A8 E4 00 00 00
unregistersymbol(Idrop)
dealloc(newmem)
If its crashing your game use this code instead, it still works was happening to me, if you add more nops to the code it will make it crash. This one is safe
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(Idrop,nioh.exe,F3 44 0F 10 A8 E4 00 00 00) // should be unique
alloc(newmem,$100,Idrop)
label(code)
label(return)
newmem:
mov [rax+000000E4],(float)9999999999999
code:
movss xmm13,[rax+000000E4]
jmp return
Idrop:
jmp newmem
nop
nop
nop
nop
return:
registersymbol(Idrop)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
Idrop:
db F3 44 0F 10 A8 E4 00 00 00
unregistersymbol(Idrop)
dealloc(newmem)
Hello, how to put this code in the cheat table and where exactly? i'm using the v3 Cheat table of this game, but its crashing for me with also 100% Drop Rate Cheat.Please Advise as im kinda new to Cheat engine. Thanks in advance
If its crashing your game use this code instead, it still works was happening to me, if you add more nops to the code it will make it crash. This one is safe
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(Idrop,nioh.exe,F3 44 0F 10 A8 E4 00 00 00) // should be unique
alloc(newmem,$100,Idrop)
label(code)
label(return)
newmem:
mov [rax+000000E4],(float)9999999999999
code:
movss xmm13,[rax+000000E4]
jmp return
Idrop:
jmp newmem
nop
nop
nop
nop
return:
registersymbol(Idrop)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
Idrop:
db F3 44 0F 10 A8 E4 00 00 00
unregistersymbol(Idrop)
dealloc(newmem)
Hello, how to put this code in the cheat table and where exactly? i'm using the v3 Cheat table of this game, but its crashing for me with also 100% Drop Rate Cheat.Please Advise as im kinda new to Cheat engine. Thanks in advance
Double click where it says <script> in the 100% Drop rate it should open up a window with a code similar to this one. Just copy paste over it and hit ok. Make sure you have the process select it or it wont compile.
If its crashing your game use this code instead, it still works was happening to me, if you add more nops to the code it will make it crash. This one is safe
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(Idrop,nioh.exe,F3 44 0F 10 A8 E4 00 00 00) // should be unique
alloc(newmem,$100,Idrop)
label(code)
label(return)
newmem:
mov [rax+000000E4],(float)9999999999999
code:
movss xmm13,[rax+000000E4]
jmp return
Idrop:
jmp newmem
nop
nop
nop
nop
return:
registersymbol(Idrop)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
Idrop:
db F3 44 0F 10 A8 E4 00 00 00
unregistersymbol(Idrop)
dealloc(newmem)
Hello, how to put this code in the cheat table and where exactly? i'm using the v3 Cheat table of this game, but its crashing for me with also 100% Drop Rate Cheat.Please Advise as im kinda new to Cheat engine. Thanks in advance
Double click where it says <script> in the 100% Drop rate it should open up a window with a code similar to this one. Just copy paste over it and hit ok. Make sure you have the process select it or it wont compile.
Is it possible to add a skin unlocker or a Dojo mission unlocker to the cheat table? I wanted to play using a skin but it seems like they take forever to unlock.
Just play the game normally and then edit Glory.
Am... but the skins themselves do not unlock in the "Teahouse". So, "Glory" is useless until after the actual char. skins become available...
Small request that should hopefully be relatively easy... Is it possible to add a Max Familiarity code? Like say, hit once with a weapon to max its familiarity.
Found 3DM table with level cap remove. Can someone translate it plz?
Just a quick'n'dirty google translate
As a side-note, it's really annoying experimenting around with special stats on gear; one wrong ID and the game crashes... why can't all games just return weird scrambly data when ID's dont match...