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?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
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.
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.
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).
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
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.
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
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 ?
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.
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.
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)
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 >.<
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!