Upload your cheat tables here (No requests)
Face007
Fearless Donors
Posts: 43 Joined: Sat Sep 07, 2019 7:09 am
Reputation: 95
Post
by Face007 » Fri Feb 05, 2021 3:39 pm
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?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
nioh2english.ct
(310.64 KiB) Downloaded 1295 times
sebastianyyz
Expert Cheater
Posts: 332 Joined: Sun Jul 09, 2017 3:33 am
Reputation: 59
Post
by sebastianyyz » Fri Feb 05, 2021 4:08 pm
Thank you for the table
Messy6666
Table Makers
Posts: 728 Joined: Fri Sep 25, 2020 5:45 pm
Reputation: 745
Post
by Messy6666 » Fri Feb 05, 2021 4:29 pm
nice! tyvm
nashequil
What is cheating?
Posts: 4 Joined: Wed Mar 28, 2018 12:11 pm
Reputation: 0
Post
by nashequil » Fri Feb 05, 2021 4:45 pm
Thank you very much
amy96
What is cheating?
Posts: 3 Joined: Sat Feb 06, 2021 6:53 am
Reputation: 0
Post
by amy96 » 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.
靈寶天尊
Expert Cheater
Posts: 104 Joined: Mon Dec 28, 2020 12:16 pm
Reputation: 8
Post
by 靈寶天尊 » Sat Feb 06, 2021 7:09 am
希望加入傷害倍率+傷害減免倍率的功能。
Hope to add the function of damage multiplier + Damage reduction multiplier.
Face007
Fearless Donors
Posts: 43 Joined: Sat Sep 07, 2019 7:09 am
Reputation: 95
Post
by Face007 » 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>
amy96
What is cheating?
Posts: 3 Joined: Sat Feb 06, 2021 6:53 am
Reputation: 0
Post
by amy96 » 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!
NumberXer0
Expert Cheater
Posts: 1028 Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92
Post
by NumberXer0 » Sun Feb 07, 2021 2:15 am
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?
Posts: 3 Joined: Thu Sep 09, 2021 5:08 pm
Reputation: 0
Post
by lazy0338 » Thu Sep 09, 2021 5:27 pm
After I updated the package v1.28, I can not choose "One hit kill" anymore, somebody please help!