[REQUEST] Monster Hunter Wilds

Ask about cheats/tables for single player games here
Post Reply
Devore
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Feb 19, 2024 8:36 pm
Reputation: 3

[REQUEST] Monster Hunter Wilds

Post by Devore »

Game Name: Monster Hunter Wilds
Game Engine: RE Engine
Game Version: 1.0
Options Required:

Steam Website:



Other Info:

The beta is out, can someone please make a cheat engine table or trainer

thanks in advance

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

Re: [REQUEST] Monster Hunter Wilds

Post by 靈寶天尊 »

REQUEST +1

User avatar
濒危物种猫咪
Expert Cheater
Expert Cheater
Posts: 203
Joined: Tue Oct 18, 2022 5:09 am
Reputation: 192

Re: [REQUEST] Monster Hunter Wilds

Post by 濒危物种猫咪 »

Luckily the game is not anti-cheat and and i successfully completed a call to add items, there should be lots of tables after the official version.Three days is too short :(

drach'nyen
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Feb 07, 2025 4:18 pm
Reputation: 0

Re: [REQUEST] Monster Hunter Wilds

Post by drach'nyen »

how did you add items? can you do a quick summary? im new to using cheat engine outside of pre-made tables and would like to test new weapons

buddha743
Cheater
Cheater
Posts: 27
Joined: Sat Aug 03, 2019 1:11 am
Reputation: 1

Re: [REQUEST] Monster Hunter Wilds

Post by buddha743 »

I care about the strongest attack power

moonmoon
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Feb 11, 2024 11:33 am
Reputation: 0

Re: [REQUEST] Monster Hunter Wilds

Post by moonmoon »

濒危物种猫咪 wrote:
Fri Feb 07, 2025 11:12 am
Luckily the game is not anti-cheat and and i successfully completed a call to add items, there should be lots of tables after the official version.Three days is too short :(
Can you please provide the form? Thank you

cljahjun
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Nov 16, 2021 12:41 am
Reputation: 0

Re: [REQUEST] Monster Hunter Wilds

Post by cljahjun »

I know how to edit the inventory manual but don't know how to make script

Image

Image

Image

User avatar
Yukikaco
Noobzor
Noobzor
Posts: 10
Joined: Sat Dec 14, 2024 10:00 am
Reputation: 9

Re: [REQUEST] Monster Hunter Wilds

Post by Yukikaco »

濒危物种猫咪 wrote:
Fri Feb 07, 2025 11:12 am
Luckily the game is not anti-cheat and and i successfully completed a call to add items, there should be lots of tables after the official version.Three days is too short :(
I saw EAC anti cheat and report cheat api in DumpSDK :ph34r:

moonmoon
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Feb 11, 2024 11:33 am
Reputation: 0

Re: [REQUEST] Monster Hunter Wilds

Post by moonmoon »

cljahjun wrote:
Sun Feb 09, 2025 9:16 am
I know how to edit the inventory manual but don't know how to make script

Image

Image

Image
How did you do it, I tried to find it by quantity, but I couldn't find it.In addition,
it seems that the picture is in Chinese, see if you can reply in Chinese

cljahjun
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Nov 16, 2021 12:41 am
Reputation: 0

Re: [REQUEST] Monster Hunter Wilds

Post by cljahjun »

moonmoon wrote:
Sun Feb 09, 2025 12:16 pm
cljahjun wrote:
Sun Feb 09, 2025 9:16 am
I know how to edit the inventory manual but don't know how to make script

Image

Image

Image
How did you do it, I tried to find it by quantity, but I couldn't find it.In addition,
it seems that the picture is in Chinese, see if you can reply in Chinese
You need to search in binary mode. Change the value type to binary before scan. 4 Bytes cannot find that quantities. After few attempts you will get the final exact memory address. Double click to add it down, then change it back to 4 bytes mode to edit quantity.

User avatar
濒危物种猫咪
Expert Cheater
Expert Cheater
Posts: 203
Joined: Tue Oct 18, 2022 5:09 am
Reputation: 192

Re: [REQUEST] Monster Hunter Wilds

Post by 濒危物种猫咪 »

Yukikaco wrote:
Sun Feb 09, 2025 10:32 am
濒危物种猫咪 wrote:
Fri Feb 07, 2025 11:12 am
Luckily the game is not anti-cheat and and i successfully completed a call to add items, there should be lots of tables after the official version.Three days is too short :(
I saw EAC anti cheat and report cheat api in DumpSDK :ph34r:
Maybe the official version will include EAC ?
Even so, this should be easy to bypass

The headache is that the game has encrypted some of the values, such as gold and points.(Money/CalculateMoney=TrueMoney)
Health and stamina also seem to be encrypted,i tried ret UpdateHealth/UpdataStamina but the game seems to have some kind of caching mechanism that returns the owed values when I disable this function
Last edited by 濒危物种猫咪 on Wed Feb 12, 2025 11:19 am, edited 1 time in total.

drach'nyen
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Feb 07, 2025 4:18 pm
Reputation: 0

Re: [REQUEST] Monster Hunter Wilds

Post by drach'nyen »

how to bypass EAC?

User avatar
Yukikaco
Noobzor
Noobzor
Posts: 10
Joined: Sat Dec 14, 2024 10:00 am
Reputation: 9

Re: [REQUEST] Monster Hunter Wilds

Post by Yukikaco »

濒危物种猫咪 wrote:
Sun Feb 09, 2025 2:17 pm
Yukikaco wrote:
Sun Feb 09, 2025 10:32 am
濒危物种猫咪 wrote:
Fri Feb 07, 2025 11:12 am
Luckily the game is not anti-cheat and and i successfully completed a call to add items, there should be lots of tables after the official version.Three days is too short :(
I saw EAC anti cheat and report cheat api in DumpSDK :ph34r:
Maybe the official version will include EAC ?
Even so, this should be easy to bypass

The headache is that the game has encrypted some of the values, such as gold and points.(Money+8/CalculateMoney=TrueMoney)
Health and stamina also seem to be encrypted,i tried ret UpdateHealth/UpdataStamina but the game seems to have some kind of caching mechanism that returns the owed values when I disable this function
First time reverse engineering Re Engine
Maybe can use ReFramework write plugin
Can Call AddMoney GetMoney


[Link]

User avatar
濒危物种猫咪
Expert Cheater
Expert Cheater
Posts: 203
Joined: Tue Oct 18, 2022 5:09 am
Reputation: 192

Re: [REQUEST] Monster Hunter Wilds

Post by 濒危物种猫咪 »

Yukikaco wrote:
Mon Feb 10, 2025 7:36 am
濒危物种猫咪 wrote:
Sun Feb 09, 2025 2:17 pm
Yukikaco wrote:
Sun Feb 09, 2025 10:32 am


I saw EAC anti cheat and report cheat api in DumpSDK :ph34r:
Maybe the official version will include EAC ?
Even so, this should be easy to bypass

The headache is that the game has encrypted some of the values, such as gold and points.(Money+8/CalculateMoney=TrueMoney)
Health and stamina also seem to be encrypted,i tried ret UpdateHealth/UpdataStamina but the game seems to have some kind of caching mechanism that returns the owed values when I disable this function
First time reverse engineering Re Engine
Maybe can use ReFramework write plugin
Can Call AddMoney GetMoney


[Link]
Great, it will be much easier to write a lua automatically.Money and Points has the same encryption algorithm
and i found HP and stamina can be searched for the UI values, but the true value is pressed into the register
For example

Code: Select all

aobscanmodule(HunterHealth_Get,MonsterHunterWildsBeta.exe,12 27 FF C5 CA 5D C0 C5 F0 57 C9 C5 CA C2 C9 01 C5 F0 55 D0) // should be unique
xmm6 XMM6 stores the entity's HP ,
Therefore, you can use this to change the HP of Hunter and monsters.
PS: test on the first beta version

amangly
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Feb 06, 2025 8:08 pm
Reputation: 0

Re: [REQUEST] Monster Hunter Wilds

Post by amangly »

can find it for me address memorywhen monster attacking? i want build auto parry :D

Post Reply

Who is online

Users browsing this forum: GeorgeBush43, Google [Bot], ryan cavalcante a, xiang950928