Thanks for your codes! Let me know how to inject assembly code by cheat engine.Idlehands88 wrote: ↑Tue Mar 30, 2021 7:07 pmThis is my current table for Monster Hunter Rise.
UPDATED TO VERSION 1.1.2
NOTE: THIS TABLE DOES NOT WORK ON CHEAT ENGINE 7.2, USE CHEAT ENGINE 7.1Code: Select all
OPTIONS: - Infinite Health - Infinite Stamina - Instant Bow Charge - Max/Infinite Items and Ammo (Pouch and Item Box) - Infinite Loaded Ammo/Coating - Max Zenny - Max Kamura Points
This is the codes I created to increase attack and defense to 999999.
If it can't work,please tell me,thanks.
Attack 999999:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscan(INJECT_Attack,48 21 C2 48 89 C8 48 81 E0 FF 0F 00 00 C5 F9 7E F1 89 0C 02 48 8D 47 30 48 8D 68 08 48 89 C1) // should be unique
alloc(newmem,$1000,INJECT_Attack)
label(code)
label(return)
newmem:
code:
vmovd ecx,xmm6
mov [rax+rdx],(Float)999999
jmp return
INJECT_Attack+0D:
jmp newmem
nop 2
return:
registersymbol(INJECT_Attack)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
INJECT_Attack+0D:
db C5 F9 7E F1 89 0C 02
unregistersymbol(INJECT_Attack)
dealloc(newmem)
Defense 999999:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscan(INJECT_Defense,48 21 C2 48 89 C8 48 81 E0 FF 0F 00 00 C5 F9 7E F9 89 0C 02 48 8D 47 40 48 8D 50 08) // should be unique
alloc(newmem,$1000,INJECT_Defense)
label(code)
label(return)
newmem:
code:
vmovd ecx,xmm7
mov [rdx+rax],(Float)999999
jmp return
INJECT_Defense+0D:
jmp newmem
nop 2
return:
registersymbol(INJECT_Defense)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
INJECT_Defense+0D:
db C5 F9 7E F9 89 0C 02
unregistersymbol(INJECT_Defense)
dealloc(newmem)
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