Nioh: Complete Edition

Upload your cheat tables here (No requests)
User avatar
ExTremZero
Noobzor
Noobzor
Posts: 8
Joined: Thu Mar 10, 2022 1:32 pm
Reputation: 0

Re: Nioh: Complete Edition

Post by ExTremZero »

slartibarfast wrote:
Mon Feb 13, 2023 5:05 am
Hi, would it be possible to add infinite yokai realm with companion gauge/shared life bar or set every mission as complete? Mostly trying to have a better co-op experience.
search for an game save that has everything unlocked

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

slartibarfast
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Feb 13, 2023 5:00 am
Reputation: 0

Re: Nioh: Complete Edition

Post by slartibarfast »

ExTremZero wrote:
Sun Feb 26, 2023 8:50 pm
slartibarfast wrote:
Mon Feb 13, 2023 5:05 am
Hi, would it be possible to add infinite yokai realm with companion gauge/shared life bar or set every mission as complete? Mostly trying to have a better co-op experience.
search for an game save that has everything unlocked
Thanks but not what I'm looking for. I do not want to lose my current save, just want to make it so my save is seen as having everything unlocked. This will allow one of us to join the other using Random Encounters. Alternatively, infinite Yokai Realm assist gauge would be perfect as well since then one of us will not need to have finished the missions we want to co-op.

harbinger87
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Mar 06, 2023 9:31 am
Reputation: 2

Re: Nioh: Complete Edition

Post by harbinger87 »

dec1337 wrote:
Thu Nov 16, 2017 9:58 pm
TroliusMaximus wrote:
Thu Nov 16, 2017 9:37 pm
Could someone please elaborate on HOW to use the character "skins" scripts -- in order to apply / change them in-game...?

(thanks)
This is the address of your character skin:

Code: Select all

nioh.exe+222F928
This is a list of most available skins:

Code: Select all

100:William
152:Hattori Hanzo
177:Tokugawa Ieyasu
24:Ii Naomasa
219:Torii Mototada
190:Edward Kelley
68:Ishida Mitsunari
198:Otani Yoshitsugu
167:Obsidian Samurai
53:Oda Nobunaga
170:Kuroda Nagamasa
25:Tachibana Muneshige
45:Kobayakawa Hideaki
113:Sanada Yukimura
169:Date Masamune
23:Marume Nagayoshi
204:Revenant
156:Tachibana Ginchiyo
12:Okatsu
62:Fuku
243:Maria
97:Senji Tome
200:Sarutobi Sasuke
By default the address value will be 100 if you are playing as William, change the value (no need to freeze) and load a mission to see changes. If you make the appearance change whilst already on a mission, you will need to pray at a shrine or suicide to update changes
Is this still valid? I tried using the 1.24.8 version for CT, I created the cheat with that address and i used the value 12 (i guess its decimal and not hex, didnt touch any of the other options in the window) but the skin wont change even if i pray at a shrine/die/reload the save. Do i have to reach japan and/or the hidden teahouse to be able to do it? I just want to change the skin, not interested in 'buffing' my character.

PS: I am a total noob when it comes to the cheat engine, have only used it once for elden ring.

harbinger87
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Mar 06, 2023 9:31 am
Reputation: 2

Re: Nioh: Complete Edition

Post by harbinger87 »

harbinger87 wrote:
Mon Mar 06, 2023 9:41 am
dec1337 wrote:
Thu Nov 16, 2017 9:58 pm
TroliusMaximus wrote:
Thu Nov 16, 2017 9:37 pm
Could someone please elaborate on HOW to use the character "skins" scripts -- in order to apply / change them in-game...?

(thanks)
This is the address of your character skin:

Code: Select all

nioh.exe+222F928
This is a list of most available skins:

Code: Select all

100:William
152:Hattori Hanzo
177:Tokugawa Ieyasu
24:Ii Naomasa
219:Torii Mototada
190:Edward Kelley
68:Ishida Mitsunari
198:Otani Yoshitsugu
167:Obsidian Samurai
53:Oda Nobunaga
170:Kuroda Nagamasa
25:Tachibana Muneshige
45:Kobayakawa Hideaki
113:Sanada Yukimura
169:Date Masamune
23:Marume Nagayoshi
204:Revenant
156:Tachibana Ginchiyo
12:Okatsu
62:Fuku
243:Maria
97:Senji Tome
200:Sarutobi Sasuke
By default the address value will be 100 if you are playing as William, change the value (no need to freeze) and load a mission to see changes. If you make the appearance change whilst already on a mission, you will need to pray at a shrine or suicide to update changes
Is this still valid? I tried using the 1.24.8 version for CT, I created the cheat with that address and i used the value 12 (i guess its decimal and not hex, didnt touch any of the other options in the window) but the skin wont change even if i pray at a shrine/die/reload the save. Do i have to reach japan and/or the hidden teahouse to be able to do it? I just want to change the skin, not interested in 'buffing' my character.

PS: I am a total noob when it comes to the cheat engine, have only used it once for elden ring.
Replying to myself and to people that will be interested in the future. The attached CT that i found after browsing through 75 pages might be for an older game version (steam) but it does change your skin (if you pray at the first shrine in japan, maybe even before that).
Attachments
CT_for_skins.CT
(184.43 KiB) Downloaded 333 times

raven2k01
Noobzor
Noobzor
Posts: 9
Joined: Thu Jan 19, 2023 6:31 am
Reputation: 3

Re: Nioh: Complete Edition

Post by raven2k01 »

I wrote a script to update the Defense to 2100. In the script you can change the #3000 to whatever value to add even more defense.
It's just enough to take hits and not get 1 shot on hard bosses, but at the same time not easy enough where you won't die.
Just copy everything below into a script template.


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"nioh.exe"+7BA814)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

mov eax, #3000

originalcode:
add [rdi+000000E0],eax


exit:
jmp returnhere

"nioh.exe"+7BA814:
jmp newmem
nop
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"nioh.exe"+7BA814:
add [rdi+000000E0],eax
//Alt: db 01 87 E0 00 00 00

GrimReaperrz
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Sep 03, 2020 8:42 am
Reputation: 0

Re: Nioh: Complete Edition

Post by GrimReaperrz »

Any tables that still have the drop rate and gold cheats working?

raven2k01
Noobzor
Noobzor
Posts: 9
Joined: Thu Jan 19, 2023 6:31 am
Reputation: 3

Re: Nioh: Complete Edition

Post by raven2k01 »

Now that I understand how to make scripts in CE, I'm currently working on the Guardian Spirit Bond. Once I figure out the assembly code responsible for setting it, I'll change the value to 100k so it lasts the entire mission. As for the gold, you can manually set the gold. The anti-cheat will reset the game, but if you make the value fixed, it will hold onto the value when the game starts again. I made my gold 10 million.

raven2k01
Noobzor
Noobzor
Posts: 9
Joined: Thu Jan 19, 2023 6:31 am
Reputation: 3

Re: Nioh: Complete Edition

Post by raven2k01 »

These scripts all work with the latest version of Nioh (1.24.08).
I hacked most of the important stats so you can modify them by simply changing the #value inside the script.
To make these work all you have to do is visit a shrine and go to the level up screen.
This will make them automatically activate.
For Ninjitsu and Magic I increased the capacity so you can equip all of the abilities.
You no longer have to pick and choose what you want to take with you.
Simply go to your shrine and choose Jujitsu and select ALL of the spells.
They will now be equippable from your inventory or equipment screen.
You just go to the Equipment screen and select with shortcut to slot them in.
With Unlimited Items, as long as you don't use ALL of the item (99) you can continue to use the item.
You can use this to quickly level by uses the Soulstones. Just make sure at least 2 are in your inventory.

Updated to include Gold per the above request, you now have billions of gold.

Hack includes
Health = 10k
Defense = 21000
Ki = 1000
Ninjitsu Power
Ninjitsu Capacity
Magic Power
Magic Capacity
Gold: 999,999,999
Attachments
nioh.CT
(21.81 KiB) Downloaded 714 times

creditor
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Aug 12, 2018 9:54 pm
Reputation: 1

Re: Nioh: Complete Edition

Post by creditor »

raven2k01 wrote:
Wed Apr 05, 2023 4:14 pm
These scripts all work with the latest version of Nioh (1.24.08).
I hacked most of the important stats so you can modify them by simply changing the #value inside the script.
To make these work all you have to do is visit a shrine and go to the level up screen.
This will make them automatically activate.
For Ninjitsu and Magic I increased the capacity so you can equip all of the abilities.
You no longer have to pick and choose what you want to take with you.
Simply go to your shrine and choose Jujitsu and select ALL of the spells.
They will now be equippable from your inventory or equipment screen.
You just go to the Equipment screen and select with shortcut to slot them in.
With Unlimited Items, as long as you don't use ALL of the item (99) you can continue to use the item.
You can use this to quickly level by uses the Soulstones. Just make sure at least 2 are in your inventory.

Updated to include Gold per the above request, you now have billions of gold.

Hack includes
Health = 10k
Defense = 21000
Ki = 1000
Ninjitsu Power
Ninjitsu Capacity
Magic Power
Magic Capacity
Gold: 999,999,999

Ninjitsu Capacity doesn't work and would it be possible to make a multiplier on defense ?

GrimReaperrz
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Sep 03, 2020 8:42 am
Reputation: 0

Re: Nioh: Complete Edition

Post by GrimReaperrz »

raven2k01 wrote:
Wed Apr 05, 2023 4:14 pm
These scripts all work with the latest version of Nioh (1.24.08).
I hacked most of the important stats so you can modify them by simply changing the #value inside the script.
To make these work all you have to do is visit a shrine and go to the level up screen.
This will make them automatically activate.
For Ninjitsu and Magic I increased the capacity so you can equip all of the abilities.
You no longer have to pick and choose what you want to take with you.
Simply go to your shrine and choose Jujitsu and select ALL of the spells.
They will now be equippable from your inventory or equipment screen.
You just go to the Equipment screen and select with shortcut to slot them in.
With Unlimited Items, as long as you don't use ALL of the item (99) you can continue to use the item.
You can use this to quickly level by uses the Soulstones. Just make sure at least 2 are in your inventory.

Updated to include Gold per the above request, you now have billions of gold.

Hack includes
Health = 10k
Defense = 21000
Ki = 1000
Ninjitsu Power
Ninjitsu Capacity
Magic Power
Magic Capacity
Gold: 999,999,999
thanks a lot! the gold helped me tremendously
hate to ask but would you also be able to add a script for 100 item drop rate? trying to cut down on that smithing text grind.

raven2k01
Noobzor
Noobzor
Posts: 9
Joined: Thu Jan 19, 2023 6:31 am
Reputation: 3

Re: Nioh: Complete Edition

Post by raven2k01 »

creditor wrote:
Thu Apr 06, 2023 11:35 am
raven2k01 wrote:
Wed Apr 05, 2023 4:14 pm
These scripts all work with the latest version of Nioh (1.24.08).
I hacked most of the important stats so you can modify them by simply changing the #value inside the script.
To make these work all you have to do is visit a shrine and go to the level up screen.
This will make them automatically activate.
For Ninjitsu and Magic I increased the capacity so you can equip all of the abilities.
You no longer have to pick and choose what you want to take with you.
Simply go to your shrine and choose Jujitsu and select ALL of the spells.
They will now be equippable from your inventory or equipment screen.
You just go to the Equipment screen and select with shortcut to slot them in.
With Unlimited Items, as long as you don't use ALL of the item (99) you can continue to use the item.
You can use this to quickly level by uses the Soulstones. Just make sure at least 2 are in your inventory.

Updated to include Gold per the above request, you now have billions of gold.

Hack includes
Health = 10k
Defense = 21000
Ki = 1000
Ninjitsu Power
Ninjitsu Capacity
Magic Power
Magic Capacity
Gold: 999,999,999

Ninjitsu Capacity doesn't work and would it be possible to make a multiplier on defense ?
For Defense, just change the value in the in the pound sign.
As for Ninjitsu not sure why it's not working for you.
Did you go to the shrine and pretend to level up?
That's when it triggers the change.
At that point it should add 768 to whatever your current Ninjitsu is.

See, I have modified all my stats
Image

raven2k01
Noobzor
Noobzor
Posts: 9
Joined: Thu Jan 19, 2023 6:31 am
Reputation: 3

Re: Nioh: Complete Edition

Post by raven2k01 »

I redid the Ninjitsu Capacity, let me know if this one works for you. I tested it and it should work.
Steps to test:
Go to map screen
Go to Starting area Shrine
Select Level Up Screen

Stats should now appear to be changed as if you are adding points to the Dex stat.
Back out of the level screen.
Go back into the levels screen.

Stats are now permanently changed (while cheat is on)
Attachments
nioh.CT
(22.93 KiB) Downloaded 623 times

raven2k01
Noobzor
Noobzor
Posts: 9
Joined: Thu Jan 19, 2023 6:31 am
Reputation: 3

Re: Nioh: Complete Edition

Post by raven2k01 »

I have found one issue with my cheats.
The Ki affects both you, and all Revenants.
Meaning they also have basically infinite Ki, so harder to kill them.

Per the You Tube guide on how to create scripts, its something where both player and revent ki share memory.
I'm going to learn to split them and write a fix for it when I understand shared memory addressing in assembly.
It's a good thing I come from a coding background >.<

creditor
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Aug 12, 2018 9:54 pm
Reputation: 1

Re: Nioh: Complete Edition

Post by creditor »

raven2k01 wrote:
Fri Apr 07, 2023 1:53 am
I redid the Ninjitsu Capacity, let me know if this one works for you. I tested it and it should work.
Steps to test:
Go to map screen
Go to Starting area Shrine
Select Level Up Screen

Stats should now appear to be changed as if you are adding points to the Dex stat.
Back out of the level screen.
Go back into the levels screen.

Stats are now permanently changed (while cheat is on)
It's okay now. I didn't know how to do the defense at first, but then I figured it out.
Thanks a lot!

Willerkf
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Apr 24, 2023 2:29 pm
Reputation: 0

Re: Nioh: Complete Edition

Post by Willerkf »

Hello, would it be possible to add kill with only one hit ?

Post Reply