Monster Hunter Rise (Ryujinx)

Upload your cheat tables here (No requests)
kakeru
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Apr 16, 2021 6:10 pm
Reputation: 1

Re: Monster Hunter Rise (Ryujinx)

Post by kakeru »

Idlehands88 wrote:
Tue Mar 30, 2021 7:07 pm
This is my current table for Monster Hunter Rise.

UPDATED TO VERSION 1.1.2

Code: 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
:!: NOTE: THIS TABLE DOES NOT WORK ON CHEAT ENGINE 7.2, USE CHEAT ENGINE 7.1 :!:
Thanks for your codes! Let me know how to inject assembly code by cheat engine.
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?
  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

ihamari94
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Apr 18, 2021 3:43 pm
Reputation: 1

Re: Monster Hunter Rise (Ryujinx)

Post by ihamari94 »

kakeru wrote:
Sun Apr 18, 2021 6:46 am
Idlehands88 wrote:
Tue Mar 30, 2021 7:07 pm
This is my current table for Monster Hunter Rise.

UPDATED TO VERSION 1.1.2

Code: 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
:!: NOTE: THIS TABLE DOES NOT WORK ON CHEAT ENGINE 7.2, USE CHEAT ENGINE 7.1 :!:
Thanks for your codes! Let me know how to inject assembly code by cheat engine.
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)
Hi, can you teach me how to hack that attack damage to 99999? TQ.

exystence
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Apr 21, 2021 10:57 am
Reputation: 0

Re: Monster Hunter Rise (Ryujinx)

Post by exystence »

dammy63 wrote:
Fri Apr 16, 2021 10:34 am
Talisman edit
But legality condition check exists, illegal status is disabled
Need to be a proper parameter

I found 2 instances of the opcode

Code: Select all

[rsi+rbp],edi
but i can't seem to find the memory address it accesses for charms on the 32nd equipment slot, it always has 0 addresses accessed.
I tried sorting, rearranging, selling and creating charms, reload save, but no memory address was accessed.
Also tried for v1.1.1 and v1.1.2 of the game.

What version of Rise were you on, and what action did you use to trigger memory access?

hansmagz
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Sep 18, 2020 3:58 pm
Reputation: 0

Re: Monster Hunter Rise (Ryujinx)

Post by hansmagz »

When I activate the Max/Infinite Items and Ammo my game crash, I have MHR 1.1.2, Ryujinx 1.0.6850 and CE 7.1

Deez
Noobzor
Noobzor
Posts: 6
Joined: Thu Oct 15, 2020 8:25 pm
Reputation: 0

Re: Monster Hunter Rise (Ryujinx)

Post by Deez »

can someone tell me where to get the game cuz i cant find it anywhere, i got ryujinx but cant find the game

CodeSidon
Cheater
Cheater
Posts: 28
Joined: Thu Mar 02, 2017 11:54 pm
Reputation: 2

Re: Monster Hunter Rise (Ryujinx)

Post by CodeSidon »

2.0 update patch is out

y384613663
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Apr 19, 2020 3:27 pm
Reputation: 0

Re: Monster Hunter Rise (Ryujinx)

Post by y384613663 »

Deez wrote:
Sun Apr 25, 2021 11:11 pm
can someone tell me where to get the game cuz i cant find it anywhere, i got ryujinx but cant find the game
got it from nxbrew

loopend
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Mar 20, 2021 7:18 am
Reputation: 0

Re: Monster Hunter Rise (Ryujinx)

Post by loopend »

Hi,
I have a question not rellated to this game directly but with trainer for Ryujinx).

I tryed to do a trainer (as a not skilled amator :P ) for Zelda Skyward Sword and began with the rupees.

The thing is : I found the adress, I can change the value, and the value is changed in game...until it collapse to the original value automaticaly.

I wonder if there is some feature or options to use for this simulator when you do basic trainer ?

ramatakka48
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Sep 30, 2021 7:12 pm
Reputation: 0

Re: Monster Hunter Rise (Ryujinx)

Post by ramatakka48 »

help me.. its doesnt work to me.. when i click code..rotating circle appears, and when its done not affected to game

zerocoolrox
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jan 13, 2020 10:30 am
Reputation: 1

Re: Monster Hunter Rise (Ryujinx)

Post by zerocoolrox »

Currently have v1.1.1 on Monster Hunter Rise running Ryujinx ver.1.0.7085 with firmware 13.0.0 and these tables are not working at all. When trying to enable them, lags the game a bit as if its doing something but after it stops, nothing. Would love a working table with something as simple as unlimited zenny. Tried getting the address line for it but doesn't pick the next scanned value. Any help would be greatly appreciated. Thanks!

sdnwrgnsdf
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Nov 06, 2021 10:23 pm
Reputation: 0

Re: Monster Hunter Rise (Ryujinx)

Post by sdnwrgnsdf »

Hi, none of the cheats work currently for me, do I need a specific version of Ryujinx?

User avatar
Yooffette
Noobzor
Noobzor
Posts: 10
Joined: Fri Mar 29, 2019 3:46 pm
Reputation: 2

Re: Monster Hunter Rise (Ryujinx)

Post by Yooffette »

hello possibility of making sure to have all the items? :3

Sanrasaa
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Nov 03, 2020 12:33 pm
Reputation: 1

Re: Monster Hunter Rise (Ryujinx)

Post by Sanrasaa »

Can we get a "Finish Quest" option so we can skip the current quest?
I would love to skip rampage quests on my second character because i didn't like the feature at all.

Post Reply

Who is online

Users browsing this forum: Androssen, Baidu [Spider], Bing [Bot], biosolidsnake, bluemoon27112, bregoran, Cloover, darksage140, Eren, mortar, panteragnr, Passer556, patfussy69, running_nomad, SemrushBot, thestorm, whaley, wtfitsbigz, YandexBot