Nioh: Complete Edition

Upload your cheat tables here (No requests)
Lucrass
Cheater
Cheater
Posts: 36
Joined: Fri Oct 06, 2017 12:35 am
Reputation: 3

Nioh: Complete Edition

Post by Lucrass »

[QUOTE="Lucrass, post: 43627, member: 9088"]I don't suppose a Super armor cheat will be possible? :eek:.. I am trying to figure it out on my own, because there are stats that add super armor when you are attacking. Basically where your character doesn't get knocked back when struck or flinches to attacks. Problem is, I am still a bit of a novice when it comes to Cheat engine. I have a general idea how I might be able to figure i tout, however if someone else has better knowledge I would very much appreciate it if you could look into it. x)[/QUOTE]

Well.. I actually managed to figure it out about an hour or so after I posted this... but I wanted to make sure I got the right address so I used the pointer scan function. I also found that the value seems to be set to 256 for super armor and 0 for no super armor. 256 seems to be the on switch so to speak. xD... I figured it out by simply getting armor that had "no guard break while attacking" and put enough pieces on so when I attacked it would give me the super armor and I could scan at that moment for increases in values. Anyways, check it out if you are interested... You may want to adjust the keybinds yourself, these are set to my own personal way. I have the Super armor cheat set to F2, pressing f2 will turn on the cheat and set it to 256 as I have no idea how to make scripts on cheat engine :D.... Also, F4 activates an edited version of "Item drop rate, equipment drop rate and Item rarity" cheats.. Its basically the same as those options only it has -9999999999999999 percent, so if you have all the gear you want and are tired of all the lag from item drops it reduces your drop rate so much that you wont get item drops anymore. Saves on lag and having to press the pick up button xD....



P.S. I should note that while for the most part your character wont flinch or react when struck, but there are certain actions that will create a small window where enemies can make you flinch to being struck. One of these moments is just when activating and deactivating your guard.

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
Last edited by Lucrass on Sat Apr 28, 2018 7:10 pm, edited 4 times in total.

Noctroxis
What is cheating?
What is cheating?
Posts: 1
Joined: Sun May 20, 2018 7:31 pm
Reputation: 0

Nioh: Complete Edition

Post by Noctroxis »

Message deleted.
Last edited by Noctroxis on Thu Jan 26, 2023 9:47 pm, edited 1 time in total.

FistMeSenpai
Novice Cheater
Novice Cheater
Posts: 15
Joined: Tue Feb 06, 2018 5:12 pm
Reputation: 19

Nioh: Complete Edition

Post by FistMeSenpai »

[QUOTE="Noctroxis, post: 46481, member: 17482"]You posted a comment that for people playing multiplayer in Nioh they could use code [B]nioh.exe+24037BC[/B] for unlimited assist gauge? I'm new to Cheat Engine. Could you explain how i would put this in? I already have the game running, loaded in cheat engine. I just need to know how to enter the code and what to create. Is it a new address manually? If so where do i put nioh.exe and the code? Etc.



Pleaseeee any help you could give me today would be awesome. I'm currently playing this with a friend ^_^[/QUOTE]



Just put [B]nioh.exe+24037BC in a new manual address. Make sure you both have it active and have the red [COLOR=rgb(184, 49, 47)]X [/COLOR][COLOR=rgb(0, 0, 0)]to keep the code from going down in value. A thing to know is that the bar still goes down but when you die again it starts over from max value again.[/COLOR][/B]

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Nioh: Complete Edition

Post by NumberXer0 »

How can you edit equipment special effects? The area for them on the table is blank.
Last edited by NumberXer0 on Sun May 27, 2018 2:19 pm, edited 1 time in total.

user779
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Jun 01, 2018 11:38 am
Reputation: 0

Nioh: Complete Edition

Post by user779 »

I made a simple script so ammo won't decrease when shooting. Has a side-effect however: items that get used via the menu won't decrease either.



[CODE]{ Game : nioh.exe

Version: 1.0

Date : 2018-06-02

Author : user779

}



[ENABLE]



aobscanmodule(noammodecr,nioh.exe,66 44 29 BD 18 02 00 00) // should be unique

registersymbol(noammodecr)



noammodecr:

db 83 AD 18 02 00 00 00 90 // sub [rbp+00000218],00



[DISABLE]



noammodecr:

db 66 44 29 BD 18 02 00 00 // sub [rbp+00000218],r15w



unregistersymbol(noammodecr)



{

// ORIGINAL CODE - INJECTION POINT: "nioh.exe"+4AA9F8



"nioh.exe"+4AA9D0: 0F 28 42 20 - movaps xmm0,[rdx+20]

"nioh.exe"+4AA9D4: 0F 29 49 10 - movaps [rcx+10],xmm1

"nioh.exe"+4AA9D8: 0F 28 4A 30 - movaps xmm1,[rdx+30]

"nioh.exe"+4AA9DC: 0F 29 41 20 - movaps [rcx+20],xmm0

"nioh.exe"+4AA9E0: 0F 29 49 30 - movaps [rcx+30],xmm1

"nioh.exe"+4AA9E4: 48 89 41 40 - mov [rcx+40],rax

"nioh.exe"+4AA9E8: EB 0E - jmp nioh.exe+4AA9F8

"nioh.exe"+4AA9EA: 41 B8 C8 00 00 00 - mov r8d,000000C8

"nioh.exe"+4AA9F0: 49 8B C9 - mov rcx,r9

"nioh.exe"+4AA9F3: E8 78 2A EA 00 - call nioh.exe+134D470

// ---------- INJECTING HERE ----------

"nioh.exe"+4AA9F8: 66 44 29 BD 18 02 00 00 - sub [rbp+00000218],r15w

// ---------- DONE INJECTING ----------

"nioh.exe"+4AAA00: 66 44 89 7C 24 28 - mov [rsp+28],r15w

"nioh.exe"+4AAA06: 75 1D - jne nioh.exe+4AAA25

"nioh.exe"+4AAA08: 8B 95 D8 02 00 00 - mov edx,[rbp+000002D8]

"nioh.exe"+4AAA0E: 83 FA 0B - cmp edx,0B

"nioh.exe"+4AAA11: 74 08 - je nioh.exe+4AAA1B

"nioh.exe"+4AAA13: 49 8B CE - mov rcx,r14

"nioh.exe"+4AAA16: E8 2B C0 B5 FF - call nioh.exe+6A46

"nioh.exe"+4AAA1B: 48 8B CB - mov rcx,rbx

"nioh.exe"+4AAA1E: E8 12 62 B6 FF - call nioh.exe+10C35

"nioh.exe"+4AAA23: EB 11 - jmp nioh.exe+4AAA36

}[/CODE]

muccmaster
Cheater
Cheater
Posts: 37
Joined: Sat Mar 04, 2017 12:29 am
Reputation: 4

Nioh: Complete Edition

Post by muccmaster »

Is there a certain way you need to turn on the item rarity script? It seemed to work ok when I used it two days ago but today it's not making any difference.

Squirrel2022
Novice Cheater
Novice Cheater
Posts: 23
Joined: Sat Jan 06, 2018 1:22 pm
Reputation: 0

Nioh: Complete Edition

Post by Squirrel2022 »

I wondering how to find vallue's that looks in the inventory to edit the weapons upgrade to an x number instead of 99x.

FistMeSenpai
Novice Cheater
Novice Cheater
Posts: 15
Joined: Tue Feb 06, 2018 5:12 pm
Reputation: 19

Nioh: Complete Edition

Post by FistMeSenpai »

A bunch of scripts and random things i found while I was searching for things.

FistMeSenpai
Novice Cheater
Novice Cheater
Posts: 15
Joined: Tue Feb 06, 2018 5:12 pm
Reputation: 19

Nioh: Complete Edition

Post by FistMeSenpai »

added a few more scripts to my table

- turning off raikiri sound but swinging the sword still makes sound but its not that bad

- ignore crafting materials

- super armor script from the value that Lucrass found



anyone want any other scripts i can try and see if i can find one

SoulKing009
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Jul 13, 2018 10:43 pm
Reputation: 0

Nioh: Complete Edition

Post by SoulKing009 »

Could someone help me understand the item editor part?



I want to edit accessories but i really can't get it to work, i have figured out the armor section of the table but you can't edit accessories and i don't know how to change one item into another.

BConscience
Noobzor
Noobzor
Posts: 5
Joined: Sat Jul 21, 2018 4:47 pm
Reputation: 1

Nioh: Complete Edition

Post by BConscience »

Sorry if someone already asked this question but I've encountered a small problem: every time I quit the game, my stats and skills all reset. The skill points and amrita are refunded.

Every time I launch the game, I have to get to a shrine and relevelup my character, relearn all the skills and assign them.

Anyone else using cheat engine have the same problem?

SoulKing009
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Jul 13, 2018 10:43 pm
Reputation: 0

Nioh: Complete Edition

Post by SoulKing009 »

[QUOTE="BConscience, post: 52551, member: 19703"]Sorry if someone already asked this question but I've encountered a small problem: every time I quit the game, my stats and skills all reset. The skill points and amrita are refunded.

Every time I launch the game, I have to get to a shrine and relevelup my character, relearn all the skills and assign them.

Anyone else using cheat engine have the same problem?[/QUOTE]





Anything that is related to amrita or skill points seems to reset every time.



Try changing values and then click a mission and get out also make sure you are offline.

LazyM
Cheater
Cheater
Posts: 35
Joined: Fri Dec 01, 2017 1:48 pm
Reputation: 1

Nioh: Complete Edition

Post by LazyM »

[QUOTE="FistMeSenpai, post: 51103, member: 12636"]added a few more scripts to my table

- turning off raikiri sound but swinging the sword still makes sound but its not that bad

- ignore crafting materials

- super armor script from the value that Lucrass found



anyone want any other scripts i can try and see if i can find one[/QUOTE]

Thank you so much for the raikiri script man just beautiful.

1532897513

also is there a way to get the PS4 pre-order bonuses like the weapon skins ?
Last edited by LazyM on Sun Jul 29, 2018 8:51 pm, edited 3 times in total.

pozso123
Noobzor
Noobzor
Posts: 6
Joined: Wed Jun 06, 2018 3:51 pm
Reputation: 0

Nioh: Complete Edition

Post by pozso123 »

Hello, where can i find special effect of weapon/armor codes list to change special effect 1-7 ? Please help

Moondrag
Noobzor
Noobzor
Posts: 9
Joined: Wed Mar 22, 2017 3:51 am
Reputation: 1

Nioh: Complete Edition

Post by Moondrag »

Pardon me for asking, but for the nioh-1.21.04u1 (Which I think is the latest one) table and FistMeSenpai's new table...does the model swap pointer in the table let you swap any model or just the ingame skins?

Post Reply

Who is online

Users browsing this forum: admantx, cun1vip, Google [Bot], Jennnsen, killerkrok555, lunarmoonp90, SVReverser, Therealkryl