Nioh: Complete Edition

Upload your cheat tables here (No requests)
Post Reply
Kroco
Cheater
Cheater
Posts: 44
Joined: Tue Mar 21, 2017 9:04 pm
Reputation: 6

Re: Nioh: Complete Edition

Post by Kroco »

100% drop rate crash the game for me (

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

evasyar
Noobzor
Noobzor
Posts: 7
Joined: Fri Nov 10, 2017 1:25 pm
Reputation: 0

Re: Nioh: Complete Edition

Post by evasyar »

100% Equipment Drop Rate + Drop Rarity works good. 100% Item Drop Rate + 100% Equip Drop Rate + Drop Rarity crashes.

Darksen93
Cheater
Cheater
Posts: 40
Joined: Wed Nov 08, 2017 6:00 am
Reputation: 7

Re: Nioh: Complete Edition

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

jay_123
Cheater
Cheater
Posts: 42
Joined: Thu Mar 30, 2017 5:03 pm
Reputation: 3

Re: Nioh: Complete Edition

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

Darksen93
Cheater
Cheater
Posts: 40
Joined: Wed Nov 08, 2017 6:00 am
Reputation: 7

Re: Nioh: Complete Edition

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

jay_123
Cheater
Cheater
Posts: 42
Joined: Thu Mar 30, 2017 5:03 pm
Reputation: 3

Re: Nioh: Complete Edition

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

User avatar
Artorikus
Cheater
Cheater
Posts: 35
Joined: Thu Nov 09, 2017 7:44 pm
Reputation: 0

Re: Nioh: Complete Edition

Post by Artorikus »

Is it possible to make a Item Spawner like the one on Dark Souls 3?

User avatar
stealthcl0wn
Fearless Donors
Fearless Donors
Posts: 131
Joined: Sun Jun 18, 2017 1:23 am
Reputation: 20

Re: Nioh: Complete Edition

Post 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".

MasterVegito
Expert Cheater
Expert Cheater
Posts: 290
Joined: Sun Mar 12, 2017 11:04 pm
Reputation: 13

Re: Nioh: Complete Edition

Post by MasterVegito »

Table doesnt read HP

KS212
Expert Cheater
Expert Cheater
Posts: 1121
Joined: Fri Mar 03, 2017 5:29 pm
Reputation: 137

Re: Nioh: Complete Edition

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

User avatar
egorass
Novice Cheater
Novice Cheater
Posts: 19
Joined: Fri Mar 03, 2017 11:21 am
Reputation: 3

Re: Nioh: Complete Edition

Post by egorass »

Found 3DM table with level cap remove. Can someone translate it plz?

Darksen93
Cheater
Cheater
Posts: 40
Joined: Wed Nov 08, 2017 6:00 am
Reputation: 7

Re: Nioh: Complete Edition

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

User avatar
LCHLH
Expert Cheater
Expert Cheater
Posts: 157
Joined: Thu May 25, 2017 12:00 am
Reputation: 47

Re: Nioh: Complete Edition

Post 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...
Attachments
nioh_3DM_trans.CT
(12.14 KiB) Downloaded 75 times

zachillios
Table Makers
Table Makers
Posts: 872
Joined: Fri Mar 03, 2017 9:05 am
Reputation: 700

Re: Nioh: Complete Edition

Post by zachillios »

Updated OP with darksen's fix, an infinite health script, and ignore level cap, be sure to read the edit note.

little_one
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Nov 10, 2017 8:04 pm
Reputation: 0

Re: Nioh: Complete Edition

Post 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

Post Reply

Who is online

Users browsing this forum: admantx, BLEXBot, IDDQD_2023, Maullows, Mustafoni, TpRedNinja, Wintell, Zarpa, ZenekeEv