Open notepad++, copy-paste that script in, save it as a .CT file.
Nioh: Complete Edition
- stealthcl0wn
- Fearless Donors
- Posts: 131
- Joined: Sun Jun 18, 2017 1:23 am
- Reputation: 20
Re: Nioh: Complete Edition
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.
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 185 times
-
- Table Makers
- Posts: 905
- Joined: Fri Mar 03, 2017 9:05 am
- Reputation: 760
Re: Nioh: Complete Edition
Perfect! That prestige script is a miracle. Only thing I can think of now that we need is a 100% drop rate script.Darksen93 wrote: ↑Wed Nov 08, 2017 8:05 pmHey 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.
Re: Nioh: Complete Edition
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.zachillios wrote: ↑Wed Nov 08, 2017 9:07 pmPerfect! That prestige script is a miracle. Only thing I can think of now that we need is a 100% drop rate script.Darksen93 wrote: ↑Wed Nov 08, 2017 8:05 pmHey 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.
Re: Nioh: Complete Edition
100% drop rate is absolutely mandatory, fuck grinding those smithing texts again.zachillios wrote: ↑Wed Nov 08, 2017 9:07 pmPerfect! That prestige script is a miracle. Only thing I can think of now that we need is a 100% drop rate script.
Re: Nioh: Complete Edition
What version of CE? It says theres an error on line 1 at "{"qweasdzxc17 wrote: ↑Wed Nov 08, 2017 7:34 pmGives you 9999 of any blacksmith thing when you blacksmith.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 }
- Darkedone02
- Expert Cheater
- Posts: 970
- Joined: Thu Mar 02, 2017 11:42 pm
- Reputation: 114
Re: Nioh: Complete Edition
You could post this on the table page if everything works, help people find it faster.Darksen93 wrote: ↑Wed Nov 08, 2017 8:05 pmHey 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.
-
- Cheater
- Posts: 49
- Joined: Thu Mar 09, 2017 11:27 pm
- Reputation: 2
Re: Nioh: Complete Edition
Is there a way to manually give yourself the other tiers of umbracite so the 9999 blacksmith script works?
Re: Nioh: Complete Edition
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:
-Added a 100% Drop rate script(PLEASE TEST!!! I see a substantial increase in item drops, doesn't affect loot quality)
Future work:
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
Fixed the following pointers:
Spoiler
- All weapon Proficiency Addresses
- All Currency Addresses
- Fixed Ninjutsu and Onmyo capacity addresses
- All Currency Addresses
- Fixed Ninjutsu and Onmyo capacity addresses
Future work:
Spoiler
-Add luck modifier(I think luck affects item quality)
-Add blacksmith patronage points script
-Add blacksmith patronage points script
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 128 times
Re: Nioh: Complete Edition
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
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)
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)
-
- Cheater
- Posts: 40
- Joined: Wed Mar 29, 2017 6:08 pm
- Reputation: 8
Re: Nioh: Complete Edition
@Darksen93 see if you can add forge rarity chance, Would be awesome.
-
- Noobzor
- Posts: 12
- Joined: Tue Nov 07, 2017 6:48 pm
- Reputation: 0
Re: Nioh: Complete Edition
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.
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.
Re: Nioh: Complete Edition
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.
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.
Re: Nioh: Complete Edition
Inside the script there are a few rows of "nop", just add about 30 more nop, it will increase more loot droppedballgame570 wrote: ↑Thu Nov 09, 2017 9:20 pmI 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.
Re: Nioh: Complete Edition
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 valueJgizle wrote: ↑Thu Nov 09, 2017 10:43 pmMan 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.
Who is online
Users browsing this forum: Google [Bot], Google Adsense [Bot], imjustj, MarioBros24, Tom andy