Page 1 of 1

Nioh2 Cheat table

Posted: Fri Feb 05, 2021 3:39 pm
by Face007
1、Infinite Player Health
2、Infinite Player stamina
3、Infinite Player Anima
4、One Hit Kill
5、Money Max
6、??Max

Re: Nioh2 Cheat table

Posted: Fri Feb 05, 2021 4:08 pm
by sebastianyyz
Thank you for the table

Re: Nioh2 Cheat table

Posted: Fri Feb 05, 2021 4:29 pm
by Messy6666
nice! tyvm

Re: Nioh2 Cheat table

Posted: Fri Feb 05, 2021 4:45 pm
by nashequil
Thank you very much

Re: Nioh2 Cheat table

Posted: Sat Feb 06, 2021 6:54 am
by amy96
Kindly requesting for weapon proficiency table please :) had this game on ps4 & got half way thru but can't transfer save files obvs, but kind of wanna re-add the proficiencies/ skill points from my last character.

Re: Nioh2 Cheat table

Posted: Sat Feb 06, 2021 7:09 am
by 靈寶天尊
希望加入傷害倍率+傷害減免倍率的功能。
Hope to add the function of damage multiplier + Damage reduction multiplier.

Re: Nioh2 Cheat table

Posted: Sat Feb 06, 2021 12:56 pm
by Face007
amy96 wrote:
Sat Feb 06, 2021 6:54 am
Kindly requesting for weapon proficiency table please :) had this game on ps4 & got half way thru but can't transfer save files obvs, but kind of wanna re-add the proficiencies/ skill points from my last character.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>54</ID>
      <Description>"Equipment Familiarity Max on Gain"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : nioh2.exe
  Version:
  Date   : 2021-02-05
  Author : Administrator

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,nioh2.exe,72 4E 89 43 0C) // should be unique

INJECT:
  db 72 00 89 43 0C
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 72 4E 89 43 0C

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: nioh2.exe+F62017

nioh2.exe+F61FF5: 48 8B D9           - mov rbx,rcx
nioh2.exe+F61FF8: 8B 41 10           - mov eax,[rcx+10]
nioh2.exe+F61FFB: C1 E8 12           - shr eax,12
nioh2.exe+F61FFE: A8 01              - test al,01
nioh2.exe+F62000: 0F 85 FF 00 00 00  - jne nioh2.exe+F62105
nioh2.exe+F62006: E8 15 0D FF FF     - call nioh2.exe+F52D20
nioh2.exe+F6200B: 8B E8              - mov ebp,eax
nioh2.exe+F6200D: 48 8B CB           - mov rcx,rbx
nioh2.exe+F62010: E8 2B 0C FF FF     - call nioh2.exe+F52C40
nioh2.exe+F62015: 3B F0              - cmp esi,eax
// ---------- INJECTING HERE ----------
nioh2.exe+F62017: 72 4E              - jb nioh2.exe+F62067
// ---------- DONE INJECTING  ----------
nioh2.exe+F62019: 89 43 0C           - mov [rbx+0C],eax
nioh2.exe+F6201C: 85 C0              - test eax,eax
nioh2.exe+F6201E: 0F 84 87 00 00 00  - je nioh2.exe+F620AB
nioh2.exe+F62024: 45 33 C0           - xor r8d,r8d
nioh2.exe+F62027: 48 8D 54 24 28     - lea rdx,[rsp+28]
nioh2.exe+F6202C: 48 8D 4B 10        - lea rcx,[rbx+10]
nioh2.exe+F62030: E8 CB 10 A5 FF     - call nioh2.exe+9B3100
nioh2.exe+F62035: 90                 - nop
nioh2.exe+F62036: 48 8B 50 08        - mov rdx,[rax+08]
nioh2.exe+F6203A: 48 8B 08           - mov rcx,[rax]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Nioh2 Cheat table

Posted: Sun Feb 07, 2021 1:52 am
by amy96
Tha
Face007 wrote:
Sat Feb 06, 2021 12:56 pm
amy96 wrote:
Sat Feb 06, 2021 6:54 am
Kindly requesting for weapon proficiency table please :) had this game on ps4 & got half way thru but can't transfer save files obvs, but kind of wanna re-add the proficiencies/ skill points from my last character.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
 <CheatEntries>
 <CheatEntry>
 <ID>54</ID>
 <Description>"Equipment Familiarity Max on Gain"</Description>
 <LastState/>
 <VariableType>Auto Assembler Script</VariableType>
 <AssemblerScript>{ Game : nioh2.exe
 Version:
 Date : 2021-02-05
 Author : Administrator

 This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,nioh2.exe,72 4E 89 43 0C) // should be unique

INJECT:
 db 72 00 89 43 0C
registersymbol(INJECT)

[DISABLE]

INJECT:
 db 72 4E 89 43 0C

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: nioh2.exe+F62017

nioh2.exe+F61FF5: 48 8B D9 - mov rbx,rcx
nioh2.exe+F61FF8: 8B 41 10 - mov eax,[rcx+10]
nioh2.exe+F61FFB: C1 E8 12 - shr eax,12
nioh2.exe+F61FFE: A8 01 - test al,01
nioh2.exe+F62000: 0F 85 FF 00 00 00 - jne nioh2.exe+F62105
nioh2.exe+F62006: E8 15 0D FF FF - call nioh2.exe+F52D20
nioh2.exe+F6200B: 8B E8 - mov ebp,eax
nioh2.exe+F6200D: 48 8B CB - mov rcx,rbx
nioh2.exe+F62010: E8 2B 0C FF FF - call nioh2.exe+F52C40
nioh2.exe+F62015: 3B F0 - cmp esi,eax
// ---------- INJECTING HERE ----------
nioh2.exe+F62017: 72 4E - jb nioh2.exe+F62067
// ---------- DONE INJECTING ----------
nioh2.exe+F62019: 89 43 0C - mov [rbx+0C],eax
nioh2.exe+F6201C: 85 C0 - test eax,eax
nioh2.exe+F6201E: 0F 84 87 00 00 00 - je nioh2.exe+F620AB
nioh2.exe+F62024: 45 33 C0 - xor r8d,r8d
nioh2.exe+F62027: 48 8D 54 24 28 - lea rdx,[rsp+28]
nioh2.exe+F6202C: 48 8D 4B 10 - lea rcx,[rbx+10]
nioh2.exe+F62030: E8 CB 10 A5 FF - call nioh2.exe+9B3100
nioh2.exe+F62035: 90 - nop
nioh2.exe+F62036: 48 8B 50 08 - mov rdx,[rax+08]
nioh2.exe+F6203A: 48 8B 08 - mov rcx,[rax]
}
</AssemblerScript>
 </CheatEntry>
 </CheatEntries>
</CheatTable>
Thanks! I, uh, don't know how to use this but thanks! :)

Re: Nioh2 Cheat table

Posted: Sun Feb 07, 2021 2:15 am
by NumberXer0
amy96 wrote:
Sun Feb 07, 2021 1:52 am
Tha
Face007 wrote:
Sat Feb 06, 2021 12:56 pm
amy96 wrote:
Sat Feb 06, 2021 6:54 am
Kindly requesting for weapon proficiency table please :) had this game on ps4 & got half way thru but can't transfer save files obvs, but kind of wanna re-add the proficiencies/ skill points from my last character.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
 <CheatEntries>
 <CheatEntry>
 <ID>54</ID>
 <Description>"Equipment Familiarity Max on Gain"</Description>
 <LastState/>
 <VariableType>Auto Assembler Script</VariableType>
 <AssemblerScript>{ Game : nioh2.exe
 Version:
 Date : 2021-02-05
 Author : Administrator

 This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,nioh2.exe,72 4E 89 43 0C) // should be unique

INJECT:
 db 72 00 89 43 0C
registersymbol(INJECT)

[DISABLE]

INJECT:
 db 72 4E 89 43 0C

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: nioh2.exe+F62017

nioh2.exe+F61FF5: 48 8B D9 - mov rbx,rcx
nioh2.exe+F61FF8: 8B 41 10 - mov eax,[rcx+10]
nioh2.exe+F61FFB: C1 E8 12 - shr eax,12
nioh2.exe+F61FFE: A8 01 - test al,01
nioh2.exe+F62000: 0F 85 FF 00 00 00 - jne nioh2.exe+F62105
nioh2.exe+F62006: E8 15 0D FF FF - call nioh2.exe+F52D20
nioh2.exe+F6200B: 8B E8 - mov ebp,eax
nioh2.exe+F6200D: 48 8B CB - mov rcx,rbx
nioh2.exe+F62010: E8 2B 0C FF FF - call nioh2.exe+F52C40
nioh2.exe+F62015: 3B F0 - cmp esi,eax
// ---------- INJECTING HERE ----------
nioh2.exe+F62017: 72 4E - jb nioh2.exe+F62067
// ---------- DONE INJECTING ----------
nioh2.exe+F62019: 89 43 0C - mov [rbx+0C],eax
nioh2.exe+F6201C: 85 C0 - test eax,eax
nioh2.exe+F6201E: 0F 84 87 00 00 00 - je nioh2.exe+F620AB
nioh2.exe+F62024: 45 33 C0 - xor r8d,r8d
nioh2.exe+F62027: 48 8D 54 24 28 - lea rdx,[rsp+28]
nioh2.exe+F6202C: 48 8D 4B 10 - lea rcx,[rbx+10]
nioh2.exe+F62030: E8 CB 10 A5 FF - call nioh2.exe+9B3100
nioh2.exe+F62035: 90 - nop
nioh2.exe+F62036: 48 8B 50 08 - mov rdx,[rax+08]
nioh2.exe+F6203A: 48 8B 08 - mov rcx,[rax]
}
</AssemblerScript>
 </CheatEntry>
 </CheatEntries>
</CheatTable>
Thanks! I, uh, don't know how to use this but thanks! :)
Copy the text and paste it into the CE window. It will create a script for you to activate.

Re: Nioh2 Cheat table

Posted: Thu Sep 09, 2021 5:27 pm
by lazy0338
After I updated the package v1.28, I can not choose "One hit kill" anymore, somebody please help! :(