So, I edit out Maxed Set Bonus script to include Skills and instead of a static value of 5 or 7 I made it follow its own max skill level.
Just paste the script directly into CE OR paste it into notepad & save it as .CT file.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>4406</ID>
<Description>"Maxed Set Bonus & Skills (Read Table Extras)"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{ Game : MonsterHunterWorld.exe
Version:
Date : 2018-08-23
Author : Squall8
}
[ENABLE]
aobscanmodule(maxsetb,MonsterHunterWorld.exe,0F B6 48 31 4C 89 F7)
alloc(newmem,$1000,maxsetb)
label(banana)
label(code)
label(return)
registersymbol(maxsetb)
newmem:
cmp byte ptr [rax+36],0
je long @f
push rbx
mov rbx,banana
movzx rcx,byte ptr[rax+36]
movzx rcx,byte ptr[rcx+rbx]
mov [rax+31],cl
pop rbx
@@:
cmp byte ptr [rax+3A],0
je long @f
push rbx
mov rbx,banana
movzx rcx,byte ptr[rax+3A]
movzx rcx,byte ptr[rcx+rbx]
mov [rax+33],cl
pop rbx
@@:
cmp byte ptr [rax+3C],0
je long @f
push rbx
mov rbx,banana
movzx rcx,byte ptr[rax+3C]
movzx rcx,byte ptr[rcx+rbx]
mov [rax+34],cl
pop rbx
@@:
cmp byte ptr [rax+3E],0
je long @f
push rbx
mov rbx,banana
movzx rcx,byte ptr[rax+3E]
movzx rcx,byte ptr[rcx+rbx]
mov [rax+35],cl
pop rbx
code:
movzx ecx,byte ptr [rax+31]
mov rdi,r14
jmp return
banana:
db 0 3 3 3 3 1 3 3 3 3 0 5 5 3 1 0 1 1 0 7 7 3 3 3 3 3 3 3 3 3 5 5 5 5 5 3 3 3 3 1 1 1 1 1 1 1 1 3 7 3 3 3 3 3 5 3 3 3 3 1 1 5 5 3 5 1 5 1 1 1 2 3 2 3 5 1 3 3 5 3 5 3 5 3 1 3 3 0 3 0 3 1 1 1 1 1 1 3 5 4 3 3 3 3 3 1 1 1 3 3 1 1 1 0 1 3 3 1 1 1 3 0 1 1 3 3 3 3 3 3 4 3 2 0 0 4 4 3 3 0 0 0 3 3 3 3 0 3 1 4 4 3 4 3 4 1 1 1 1 1 1 1 1 4 4
maxsetb:
jmp newmem
nop
nop
return:
[DISABLE]
maxsetb:
db 0F B6 48 31 4C 89 F7
unregistersymbol(maxsetb)
dealloc(newmem)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
I also had edited MODDED DECORATIONS 2 made by Idlehands88
here to make it follow its own max skill level instead of 10.
All credits goes to the owners of script and mod. Enjoy