Nioh2 Cheat table

Upload your cheat tables here (No requests)
Post Reply
User avatar
Face007
Fearless Donors
Fearless Donors
Posts: 40
Joined: Sat Sep 07, 2019 7:09 am
Reputation: 89

Nioh2 Cheat table

Post by Face007 »

1、Infinite Player Health
2、Infinite Player stamina
3、Infinite Player Anima
4、One Hit Kill
5、Money Max
6、??Max

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
Attachments
nioh2english.ct
(310.64 KiB) Downloaded 1160 times

User avatar
sebastianyyz
Expert Cheater
Expert Cheater
Posts: 318
Joined: Sun Jul 09, 2017 3:33 am
Reputation: 53

Re: Nioh2 Cheat table

Post by sebastianyyz »

Thank you for the table

User avatar
Messy6666
Table Makers
Table Makers
Posts: 726
Joined: Fri Sep 25, 2020 5:45 pm
Reputation: 743

Re: Nioh2 Cheat table

Post by Messy6666 »

nice! tyvm

nashequil
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Mar 28, 2018 12:11 pm
Reputation: 0

Re: Nioh2 Cheat table

Post by nashequil »

Thank you very much

amy96
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Feb 06, 2021 6:53 am
Reputation: 0

Re: Nioh2 Cheat table

Post 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.

靈寶天尊
Expert Cheater
Expert Cheater
Posts: 104
Joined: Mon Dec 28, 2020 12:16 pm
Reputation: 8

Re: Nioh2 Cheat table

Post by 靈寶天尊 »

希望加入傷害倍率+傷害減免倍率的功能。
Hope to add the function of damage multiplier + Damage reduction multiplier.

User avatar
Face007
Fearless Donors
Fearless Donors
Posts: 40
Joined: Sat Sep 07, 2019 7:09 am
Reputation: 89

Re: Nioh2 Cheat table

Post 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>

amy96
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Feb 06, 2021 6:53 am
Reputation: 0

Re: Nioh2 Cheat table

Post 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! :)

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

Re: Nioh2 Cheat table

Post 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.

lazy0338
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Sep 09, 2021 5:08 pm
Reputation: 0

Re: Nioh2 Cheat table

Post by lazy0338 »

After I updated the package v1.28, I can not choose "One hit kill" anymore, somebody please help! :(

Post Reply

Who is online

Users browsing this forum: Aliza_Everheart, Aranaktu, artigaton21, Bai_88, Bing [Bot], dhillel, Google Adsense [Bot], Kyaro