Page 6 of 77

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 12:47 pm
by Kroco
100% drop rate crash the game for me (

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 1:29 pm
by evasyar
100% Equipment Drop Rate + Drop Rarity works good. 100% Item Drop Rate + 100% Equip Drop Rate + Drop Rarity crashes.

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 1:44 pm
by Darksen93
Kroco wrote:
Fri Nov 10, 2017 12:47 pm
100% drop rate crash the game for me (
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

Code: Select all

[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)

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 1:52 pm
by jay_123
Darksen93 wrote:
Fri Nov 10, 2017 1:44 pm
Kroco wrote:
Fri Nov 10, 2017 12:47 pm
100% drop rate crash the game for me (
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

Code: Select all

[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 :)

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 1:55 pm
by Darksen93
jay_123 wrote:
Fri Nov 10, 2017 1:52 pm
Darksen93 wrote:
Fri Nov 10, 2017 1:44 pm
Kroco wrote:
Fri Nov 10, 2017 12:47 pm
100% drop rate crash the game for me (
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

Code: Select all

[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.

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 2:33 pm
by jay_123
Darksen93 wrote:
Fri Nov 10, 2017 1:55 pm
jay_123 wrote:
Fri Nov 10, 2017 1:52 pm
Darksen93 wrote:
Fri Nov 10, 2017 1:44 pm


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

Code: Select all

[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.
Thanks a lot :)

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 3:53 pm
by Artorikus
Is it possible to make a Item Spawner like the one on Dark Souls 3?

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 4:02 pm
by stealthcl0wn
TroliusMaximus wrote:
Fri Nov 10, 2017 7:01 am
stealthcl0wn wrote:
Thu Nov 09, 2017 4:16 pm
JKL14 wrote:
Thu Nov 09, 2017 4:00 pm
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...
Hence "play the game".

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 5:56 pm
by MasterVegito
Table doesnt read HP

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 7:25 pm
by KS212
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.

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 7:31 pm
by egorass
Found 3DM table with level cap remove. Can someone translate it plz?

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 7:51 pm
by Darksen93
egorass wrote:
Fri Nov 10, 2017 7:31 pm
Found 3DM table with level cap remove. Can someone translate it plz?
AMAZING FIND!!!! There are some amazing scripts here, I am testing them to upload a better cheat table, and I'm also fixing mine.

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 7:58 pm
by LCHLH
egorass wrote:
Fri Nov 10, 2017 7:31 pm
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...

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 8:07 pm
by zachillios
Updated OP with darksen's fix, an infinite health script, and ignore level cap, be sure to read the edit note.

Re: Nioh: Complete Edition

Posted: Fri Nov 10, 2017 8:09 pm
by little_one
anyone knows how to use it ?

i tried enter different value for "item index" and the value of "item id" is still "??"

really need this to get the gold nioh and sanada crimson set because those cant be dropped