Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Trainers and Cheats › Monster Hunter: World - Cheat Table (Iceborne Update) (Update 7)

PostMonster Hunter: World - Cheat Table (Iceborne Update) (Update 7)

Posts 1–14 of 14 · Page 1 of 1
skillkill
skillkill
Monster Hunter: World - Cheat Table (Iceborne Update) (Update 7)
This is a new mhw cheat table thread as the update has broken the scripts from the previous table as well as the previous bypass.

This is the updated CT with additional scripts (as of update 80) and the new bypass. working for version 11.50.00 and will probably have another re-release soon to include marcus101RR's scripts.

I take no credit for anything here. It's thanks to the guys at fearless revolution; Caliber1942 for making an updated bypass and Squall8 & Marcus101RR & Pox911 & Toolsmax for updated CT's.

Features:


Instructions:
1. Open MHW
2. Hook CT to game
3. Run bypass until it says 'Success!' and leave it open (don't hit ok)
4. Run scripts

Virus scans for bypass:
- virustotal
- jotti

Virus scans for CT:
- virustotal
- jotti

Notes:
- inf stamina cannot bypass the effect of stamina decay when in hoarfrost (you can't sprint properly when your stamina cap decays to the minimum even with this enabled)
- inf item use refers to items and includes coatings and ammo etc. as well
- if you have random crashes it is probably because you have the high res texture pack. uninstall it and that should fix it
- if the highlighted weapon script is dysfunctional, you need to select your weapon again
- the maxed set bonus script can cause crashes
- when using highlighted item pointer script, disable the inf item use script as this can cause sticky item slots
- guiding lands exp script is for the new end-game area
- if you have any problems, please make sure everything is updated first
MHWResetCRC_mpgh.net.rar MonsterHunterWorld_IB_mpgh.net.rar
#1 · edited 6y ago · 6y ago
T-800
[MPGH]T-800
//Approved
#2 · 6y ago
tonguetied
tonguetied
Thanks, Does this work on Ver. 11.50.01?
#3 · 6y ago
skillkill
skillkill
Quote Originally Posted by tonguetied View Post
Thanks, Does this work on Ver. 11.50.01?
not sure, i haven't tested on 11.50.01
#4 · 6y ago
JSickJunioROAX
JSickJunioROAX
New Game Update! - 12.03.2020 - still up to date?
New Game Update as of 12.03.2020

Tested bypass and table on Version 12.11.00 of the Game:

Works:
- Charakter pointer
- Highlighted weapon editor
- Ignore crafting materials
- will update...

Broken:
- Invulnerable
- Inf Stamina
- Highlighted Item Pointer
- will update...

--> Outdated in my opinion
#5 · edited 6y ago · 6y ago
dvahime
dvahime
I second this, can confirm. Quite a few tabs no longer work.
#6 · 6y ago
KA
KanadeK
Problem solved
#7 · edited 6y ago · 6y ago
skillkill
skillkill
Here is some code with updated pointers and offsets:

For invuln:
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>19287</ID>
      <Description>"Invulnerable"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-09
  Author : Squall8
}

[ENABLE]
//48 85 C9 74 05 E8 ** ** ** ** 31 C0 48 83 C4 28
aobscanmodule(invul1,MonsterHunterWorld.exe,E8 6B 85 5B E3)
registersymbol(invul1)

invul1:
  db 90 90 90 90 90

//48 89 F1 E8 ** ** ** ** 44 38 B5 28 06 00 00
aobscanmodule(invul2,MonsterHunterWorld.exe,E8 5E 14 93 E7)
registersymbol(invul2)

invul2:
  db 90 90 90 90 90

//41 0F 28 C8 E8 ** ** ** ** EB 08
aobscanmodule(invul3,MonsterHunterWorld.exe,E8 B0 37 65 E8)
registersymbol(invul3)

invul3:
  db 90 90 90 90 90

[DISABLE]

invul1:
  db E8 6B 85 5B E3

unregistersymbol(invul1)

invul2:
  db E8 5E 14 93 E7

unregistersymbol(invul2)

invul3:
  db E8 B0 37 65 E8

unregistersymbol(invul3)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
And for 1 jewel max:
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>19287</ID>
      <Description>"Invulnerable"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-09
  Author : Squall8
}

[ENABLE]
//48 85 C9 74 05 E8 ** ** ** ** 31 C0 48 83 C4 28
aobscanmodule(invul1,MonsterHunterWorld.exe,E8 6B 85 5B E3)
registersymbol(invul1)

invul1:
  db 90 90 90 90 90

//48 89 F1 E8 ** ** ** ** 44 38 B5 28 06 00 00
aobscanmodule(invul2,MonsterHunterWorld.exe,E8 5E 14 93 E7)
registersymbol(invul2)

invul2:
  db 90 90 90 90 90

//41 0F 28 C8 E8 ** ** ** ** EB 08
aobscanmodule(invul3,MonsterHunterWorld.exe,E8 B0 37 65 E8)
registersymbol(invul3)

invul3:
  db 90 90 90 90 90

[DISABLE]

invul1:
  db E8 6B 85 5B E3

unregistersymbol(invul1)

invul2:
  db E8 5E 14 93 E7

unregistersymbol(invul2)

invul3:
  db E8 B0 37 65 E8

unregistersymbol(invul3)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
No update for the table as of yet
#8 · edited 6y ago · 6y ago
TI
TigerDyr
help
I Have a question, how we do to replace the code ?
#9 · 6y ago
JSickJunioROAX
JSickJunioROAX
change code...
Quote Originally Posted by TigerDyr View Post
I Have a question, how we do to replace the code ?
The code is for the cheat engine table (not the .exe) You can open the library using a text or code programm of your choice. I use Notepad++.
The table is organized in cheat entries. There is one entry for each cheat funktion (e.g. Inf. Stamina). The code he posted is the complete cheat entry section for "Invulnerability". Tip: In Notepad++ you can easily distinguish between sections due to highlighted text and section closing tabs.
Invul is the first cheat entry of the table. Just replace the old code with the new one and you should be fine.
#10 · 6y ago
dvahime
dvahime
Quote Originally Posted by skillkill View Post
Here is some code with updated pointers and offsets:

For invuln:
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>19287</ID>
      <Description>"Invulnerable"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-09
  Author : Squall8
}

[ENABLE]
//48 85 C9 74 05 E8 ** ** ** ** 31 C0 48 83 C4 28
aobscanmodule(invul1,MonsterHunterWorld.exe,E8 6B 85 5B E3)
registersymbol(invul1)

invul1:
  db 90 90 90 90 90

//48 89 F1 E8 ** ** ** ** 44 38 B5 28 06 00 00
aobscanmodule(invul2,MonsterHunterWorld.exe,E8 5E 14 93 E7)
registersymbol(invul2)

invul2:
  db 90 90 90 90 90

//41 0F 28 C8 E8 ** ** ** ** EB 08
aobscanmodule(invul3,MonsterHunterWorld.exe,E8 B0 37 65 E8)
registersymbol(invul3)

invul3:
  db 90 90 90 90 90

[DISABLE]

invul1:
  db E8 6B 85 5B E3

unregistersymbol(invul1)

invul2:
  db E8 5E 14 93 E7

unregistersymbol(invul2)

invul3:
  db E8 B0 37 65 E8

unregistersymbol(invul3)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
And for 1 jewel max:
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>19287</ID>
      <Description>"Invulnerable"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-09
  Author : Squall8
}

[ENABLE]
//48 85 C9 74 05 E8 ** ** ** ** 31 C0 48 83 C4 28
aobscanmodule(invul1,MonsterHunterWorld.exe,E8 6B 85 5B E3)
registersymbol(invul1)

invul1:
  db 90 90 90 90 90

//48 89 F1 E8 ** ** ** ** 44 38 B5 28 06 00 00
aobscanmodule(invul2,MonsterHunterWorld.exe,E8 5E 14 93 E7)
registersymbol(invul2)

invul2:
  db 90 90 90 90 90

//41 0F 28 C8 E8 ** ** ** ** EB 08
aobscanmodule(invul3,MonsterHunterWorld.exe,E8 B0 37 65 E8)
registersymbol(invul3)

invul3:
  db 90 90 90 90 90

[DISABLE]

invul1:
  db E8 6B 85 5B E3

unregistersymbol(invul1)

invul2:
  db E8 5E 14 93 E7

unregistersymbol(invul2)

invul3:
  db E8 B0 37 65 E8

unregistersymbol(invul3)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
No update for the table as of yet
Seems to be the same thing twice, but this is helpful. Hope to see a full update soon!
#11 · 6y ago
skillkill
skillkill
Quote Originally Posted by dvahime View Post
Seems to be the same thing twice, but this is helpful. Hope to see a full update soon!
don't know how i made that mistake and didn't catch it

updated thread is ready


@Ahlwong @T-800 mark this thread outdated and /close please thanks
#12 · edited 6y ago · 6y ago
CR
crypticray
thanks! great job
#13 · 6y ago
MC
mcraven
which one is unlock armor and no creating item requirement?
#14 · 6y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • Monster Hunter: World - Cheat Table (Iceborne Update)By skillkill in Trainers and Cheats
    32Last post 6y ago
  • Monster Hunter: World - Cheat Table (Iceborne Update) (Update 2)By skillkill in Trainers and Cheats
    26Last post 6y ago
  • Monster Hunter: World - Cheat Table (Iceborne Update) (Update 3)By skillkill in Trainers and Cheats
    59Last post 6y ago
  • Monster Hunter: World - Cheat Table (Iceborne Update) (Update 4)By skillkill in Trainers and Cheats
    34Last post 6y ago
  • Monster Hunter: World - Cheat Table (Iceborne Update) (Update 5)By skillkill in Trainers and Cheats
    30Last post 6y ago

Tags for this Thread

#cheat#hack#hunter#iceborne#mhw#monster#world