Nioh: Complete Edition

Ask about cheats/tables for single player games here
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 »

Laevetiin wrote:
Wed Nov 08, 2017 7:41 pm
How exactly do I get the above script to work in CE?
Open notepad++, copy-paste that script in, save it as a .CT file.

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

Re: Nioh: Complete Edition

Post by Darksen93 »

Hey Guys here an Updated Cheat table. Merged to the one here.

I added:
-Ninjutsu capacity, Onmyo capacity pointers
-Damage Modifier Script
-Ninjutsu Power Modifier script
-Onmyo Power Modifier script
-Infinite Prestige points
-Infinite Skill points
-Level Modifier
-Infinite Amrita for leveling( Doesn't consumed when adding levels)

If you want to change the damage in the modifier scripts, just double click to open the script and change the value under newmem:, it is also commented.

If someone can find pointers for luck, Item drop rate stats let me know, I can make a script or if someone can make a cheat for those. Also if someone can find a way to change Ninjutsu,Onmyo, Damage, and Level without scripts let me know, is the way I did it cause the game kicks me if I change the level directly from address and I couldn't find the pointers for Ninjutsu, Onmyo and Damage.

Edit: I dont take full credit for all the scripts, I added the names in the table for those that have contributed to it, Although I may be missing some.
Attachments
Nioh_MyCheat.CT
(25.06 KiB) Downloaded 124 times

zachillios
Table Makers
Table Makers
Posts: 859
Joined: Fri Mar 03, 2017 9:05 am
Reputation: 688

Re: Nioh: Complete Edition

Post by zachillios »

Darksen93 wrote:
Wed Nov 08, 2017 8:05 pm
Hey Guys here an Updated Cheat table. Merged to the one here.

I added:
-Ninjutsu capacity, Onmyo capacity pointers
-Damage Modifier Script
-Ninjutsu Power Modifier script
-Onmyo Power Modifier script
-Infinite Prestige points
-Infinite Skill points
-Level Modifier
-Infinite Amrita for leveling( Doesn't consumed when adding levels)

If you want to change the damage in the modifier scripts, just double click to open the script and change the value under newmem:, it is also commented.

If someone can find pointers for luck, Item drop rate stats let me know, I can make a script or if someone can make a cheat for those. Also if someone can find a way to change Ninjutsu,Onmyo, Damage, and Level without scripts let me know, is the way I did it cause the game kicks me if I change the level directly from address and I couldn't find the pointers for Ninjutsu, Onmyo and Damage.

Edit: I dont take full credit for all the scripts, I added the names in the table for those that have contributed to it, Although I may be missing some.
Perfect! That prestige script is a miracle. Only thing I can think of now that we need is a 100% drop rate script.

User avatar
Laevetiin
Noobzor
Noobzor
Posts: 12
Joined: Wed Nov 08, 2017 4:14 am
Reputation: 0

Re: Nioh: Complete Edition

Post by Laevetiin »

zachillios wrote:
Wed Nov 08, 2017 9:07 pm
Darksen93 wrote:
Wed Nov 08, 2017 8:05 pm
Hey Guys here an Updated Cheat table. Merged to the one here.

I added:
-Ninjutsu capacity, Onmyo capacity pointers
-Damage Modifier Script
-Ninjutsu Power Modifier script
-Onmyo Power Modifier script
-Infinite Prestige points
-Infinite Skill points
-Level Modifier
-Infinite Amrita for leveling( Doesn't consumed when adding levels)

If you want to change the damage in the modifier scripts, just double click to open the script and change the value under newmem:, it is also commented.

If someone can find pointers for luck, Item drop rate stats let me know, I can make a script or if someone can make a cheat for those. Also if someone can find a way to change Ninjutsu,Onmyo, Damage, and Level without scripts let me know, is the way I did it cause the game kicks me if I change the level directly from address and I couldn't find the pointers for Ninjutsu, Onmyo and Damage.

Edit: I dont take full credit for all the scripts, I added the names in the table for those that have contributed to it, Although I may be missing some.
Perfect! That prestige script is a miracle. Only thing I can think of now that we need is a 100% drop rate script.
Yeah that would about cover the basics, either that or 100% highest rarity alongside it. So, always Ethereal on WotW+ etc. Then there'd probably need to be more advanced work. Item / item stat editing and stuff.

bloodaxis
Expert Cheater
Expert Cheater
Posts: 452
Joined: Thu Apr 13, 2017 5:09 am
Reputation: 57

Re: Nioh: Complete Edition

Post by bloodaxis »

zachillios wrote:
Wed Nov 08, 2017 9:07 pm
Perfect! That prestige script is a miracle. Only thing I can think of now that we need is a 100% drop rate script.
100% drop rate is absolutely mandatory, fuck grinding those smithing texts again. :(

Jgizle
Noobzor
Noobzor
Posts: 8
Joined: Thu Nov 09, 2017 3:13 am
Reputation: 0

Re: Nioh: Complete Edition

Post by Jgizle »

qweasdzxc17 wrote:
Wed Nov 08, 2017 7:34 pm

Code: Select all

{ Game   : nioh.exe
  Version: 
  Date   : 2017-11-09
  Author : qweasdzxc17

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(BlackSmithAdd,nioh.exe,66 44 29 BD D8 3A 02 00) // should be unique
alloc(BlackSmithAddMod,$50,"nioh.exe"+4A975A)

label(code)
label(return)
label(skip1)

BlackSmithAddMod:
  pushf
  cmp [rbp+00023AD8],(int)9999
  jl skip1
  jmp code
skip1:
  mov [rbp+00023AD8],(int)9999

code:
  popf
  sub [rbp+00023AD8],r15w
  jmp return

BlackSmithAdd:
  jmp BlackSmithAddMod
  nop
  nop
  nop
return:
registersymbol(BlackSmithAdd)

[DISABLE]

BlackSmithAdd:
  db 66 44 29 BD D8 3A 02 00

unregistersymbol(BlackSmithAdd)
dealloc(BlackSmithAddMod)

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

"nioh.exe"+4A9732: 0F 28 42 20              -  movaps xmm0,[rdx+20]
"nioh.exe"+4A9736: 0F 29 49 10              -  movaps [rcx+10],xmm1
"nioh.exe"+4A973A: 0F 28 4A 30              -  movaps xmm1,[rdx+30]
"nioh.exe"+4A973E: 0F 29 41 20              -  movaps [rcx+20],xmm0
"nioh.exe"+4A9742: 0F 29 49 30              -  movaps [rcx+30],xmm1
"nioh.exe"+4A9746: 48 89 41 40              -  mov [rcx+40],rax
"nioh.exe"+4A974A: EB 0E                    -  jmp nioh.exe+4A975A
"nioh.exe"+4A974C: 41 B8 C8 00 00 00        -  mov r8d,000000C8
"nioh.exe"+4A9752: 49 8B C9                 -  mov rcx,r9
"nioh.exe"+4A9755: E8 E6 28 E8 00           -  call nioh.exe+132C040
// ---------- INJECTING HERE ----------
"nioh.exe"+4A975A: 66 44 29 BD D8 3A 02 00  -  sub [rbp+00023AD8],r15w
// ---------- DONE INJECTING  ----------
"nioh.exe"+4A9762: 66 44 89 7C 24 28        -  mov [rsp+28],r15w
"nioh.exe"+4A9768: 75 0A                    -  jne nioh.exe+4A9774
"nioh.exe"+4A976A: 48 8B CB                 -  mov rcx,rbx
"nioh.exe"+4A976D: E8 EE 71 B6 FF           -  call nioh.exe+10960
"nioh.exe"+4A9772: EB 11                    -  jmp nioh.exe+4A9785
"nioh.exe"+4A9774: 49 8B 4E 20              -  mov rcx,[r14+20]
"nioh.exe"+4A9778: 48 89 4C 24 50           -  mov [rsp+50],rcx
"nioh.exe"+4A977D: 48 8D 41 01              -  lea rax,[rcx+01]
"nioh.exe"+4A9781: 49 89 46 20              -  mov [r14+20],rax
"nioh.exe"+4A9785: 40 0F B6 CF              -  movzx ecx,dil
}
Gives you 9999 of any blacksmith thing when you blacksmith.
What version of CE? It says theres an error on line 1 at "{"

User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 944
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 109

Re: Nioh: Complete Edition

Post by Darkedone02 »

Darksen93 wrote:
Wed Nov 08, 2017 8:05 pm
Hey Guys here an Updated Cheat table. Merged to the one here.

I added:
-Ninjutsu capacity, Onmyo capacity pointers
-Damage Modifier Script
-Ninjutsu Power Modifier script
-Onmyo Power Modifier script
-Infinite Prestige points
-Infinite Skill points
-Level Modifier
-Infinite Amrita for leveling( Doesn't consumed when adding levels)

If you want to change the damage in the modifier scripts, just double click to open the script and change the value under newmem:, it is also commented.

If someone can find pointers for luck, Item drop rate stats let me know, I can make a script or if someone can make a cheat for those. Also if someone can find a way to change Ninjutsu,Onmyo, Damage, and Level without scripts let me know, is the way I did it cause the game kicks me if I change the level directly from address and I couldn't find the pointers for Ninjutsu, Onmyo and Damage.

Edit: I dont take full credit for all the scripts, I added the names in the table for those that have contributed to it, Although I may be missing some.
You could post this on the table page if everything works, help people find it faster.

CuteLittleGirl
Cheater
Cheater
Posts: 49
Joined: Thu Mar 09, 2017 11:27 pm
Reputation: 2

Re: Nioh: Complete Edition

Post by CuteLittleGirl »

Is there a way to manually give yourself the other tiers of umbracite so the 9999 blacksmith script works?

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

Re: Nioh: Complete Edition

Post by Darksen93 »

I got an update for the table, for the new update, Im still missing Hp,ki, Amrita gauge, Amrita gauge-bar, Living weapon timer pointers.

Fixed the following pointers:
Spoiler
- All weapon Proficiency Addresses
- All Currency Addresses
- Fixed Ninjutsu and Onmyo capacity addresses
-Added a 100% Drop rate script(PLEASE TEST!!! I see a substantial increase in item drops, doesn't affect loot quality)

Future work:
Spoiler
-Add luck modifier(I think luck affects item quality)
-Add blacksmith patronage points script
All other scripts should work still please test!

Note: Stat pointers were reset because of the latest patch and so the other tables in here may not work, try to use this one it has latest addresses. If they still don't work let me know Ill update or someone else try to update please. I don't take all the credits for all the scripts in this table
Attachments
Nioh.CT
(24.89 KiB) Downloaded 88 times

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

Re: Nioh: Complete Edition

Post by Darksen93 »

I got a rarity modifier script already, here the script add it to the cheat table, I will post a better cheat table later on, so that I can see if I can get more out of the game or If anyone else makes an update for more stat pointers etc. All that is left that I can think of is a way to change item modifiers.

SCRIPT BELOW
Spoiler
[ENABLE]
aobscanmodule(LModifier,nioh.exe,92 FF 03 B8 EC 01 00 00) // should be unique
alloc(newmem,$100,LModifier)
label(code)
label(return)

newmem:
mov [rax+000001EC],#9999// Edit this number to change loot rarity
code:
add edi,[rax+000001EC]
jmp return

LModifier+02:
jmp newmem
nop
return:
registersymbol(LModifier)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
LModifier+02:
db 03 B8 EC 01 00 00

unregistersymbol(LModifier)
dealloc(newmem)

amaniberserk420
Cheater
Cheater
Posts: 40
Joined: Wed Mar 29, 2017 6:08 pm
Reputation: 8

Re: Nioh: Complete Edition

Post by amaniberserk420 »

@Darksen93 see if you can add forge rarity chance, Would be awesome.

ballgame570
Noobzor
Noobzor
Posts: 12
Joined: Tue Nov 07, 2017 6:48 pm
Reputation: 0

Re: Nioh: Complete Edition

Post by ballgame570 »

I think there is some troublesome side effects with 100% drop rate.

So while the script work, I'm not getting all the unique drops as I should. I think each kill only allows for 2 max drops of smithing text, so if the loot table has 3, the third won't ever drop again. Maybe because the script made it so that the game thinks all of it had been drop already? I've not been able to get the 3rd smithing text after 20 runs.

Jgizle
Noobzor
Noobzor
Posts: 8
Joined: Thu Nov 09, 2017 3:13 am
Reputation: 0

Re: Nioh: Complete Edition

Post by Jgizle »

Man can you guys tell me how you hacked luck and item rarity?
When searching for luck pointers I ended up finding 4 pointers that changed luck but they all compared data with each other and as such the results never showed in game (always changed back to actual stat value) I don't even know how to start with rarity.

justiny
Expert Cheater
Expert Cheater
Posts: 157
Joined: Mon May 22, 2017 1:02 pm
Reputation: 33

Re: Nioh: Complete Edition

Post by justiny »

ballgame570 wrote:
Thu Nov 09, 2017 9:20 pm
I think there is some troublesome side effects with 100% drop rate.

So while the script work, I'm not getting all the unique drops as I should. I think each kill only allows for 2 max drops of smithing text, so if the loot table has 3, the third won't ever drop again. Maybe because the script made it so that the game thinks all of it had been drop already? I've not been able to get the 3rd smithing text after 20 runs.
Inside the script there are a few rows of "nop", just add about 30 more nop, it will increase more loot dropped

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

Re: Nioh: Complete Edition

Post by Darksen93 »

Jgizle wrote:
Thu Nov 09, 2017 10:43 pm
Man can you guys tell me how you hacked luck and item rarity?
When searching for luck pointers I ended up finding 4 pointers that changed luck but they all compared data with each other and as such the results never showed in game (always changed back to actual stat value) I don't even know how to start with rarity.
The script doesn't really alter the luck stat, when you kill a mob an address access one of those values and moves it somewhere I altered the register that does it so it always has a really high value

Post Reply

Who is online

Users browsing this forum: bpx, DotBot, Goodtime, Irre33, Saul, Vism