Page 198 of 377

Re: Monster Hunter World (Steam)

Posted: Tue Jan 22, 2019 2:10 pm
by xSimple
thanks for the update..now waiting for Marcus101RR's pointer update

Re: Monster Hunter World (Steam)

Posted: Tue Jan 22, 2019 5:23 pm
by IcyPurpose99
xSimple wrote:
Tue Jan 22, 2019 2:10 pm
thanks for the update..now waiting for Marcus101RR's pointer update
Update Revision 165889
OFFSET +24F30

Kulve Tarroth Pointers are not up to date at this point.

Kulve Taroth Found!
MonsterHunterWorld.exe+47FFEA0
MonsterHunterWorld.exe+4824ED0

OFFSET +25030

Re: Monster Hunter World (Steam)

Posted: Tue Jan 22, 2019 6:34 pm
by Frosty_thoughts
Some of the scripts aren't working, at least for me.
Stuff like most of the unlocks, maxed slots, invulnerable, etc.

Re: Monster Hunter World (Steam)

Posted: Tue Jan 22, 2019 10:07 pm
by chun-lis-thighs
Thank you for a amazing table!

Unfortunately, quite a few scripts dont seem to be working for me. Mainly Infinite Items, Invulnerable and the Unlocks to your Hunter Rank.

Again thanks for the great work!

Re: Monster Hunter World (Steam)

Posted: Tue Jan 22, 2019 10:55 pm
by Lord Blade
So, I've not played in a while (but will be catching up with the thing where all the events are up).

But I recall before there was a cheat that let you edit what critters you catch. Basically you set the option and no matter what you catch, it counted as the selected creature.

Is that cheat still available somewhere?

Re: Monster Hunter World (Steam)

Posted: Tue Jan 22, 2019 11:17 pm
by xSimple
Marcus101RR wrote:
Tue Jan 22, 2019 5:23 pm
xSimple wrote:
Tue Jan 22, 2019 2:10 pm
thanks for the update..now waiting for Marcus101RR's pointer update
Update Revision 165889
OFFSET +24F30

Kulve Tarroth Pointers are not up to date at this point.
thank you so much!! btw, does anyone having a weird tabs with rate post positive thing??

Re: Monster Hunter World (Steam)

Posted: Wed Jan 23, 2019 6:56 am
by CeLioCiBR
xSimple wrote:
Tue Jan 22, 2019 11:17 pm
Marcus101RR wrote:
Tue Jan 22, 2019 5:23 pm
xSimple wrote:
Tue Jan 22, 2019 2:10 pm
thanks for the update..now waiting for Marcus101RR's pointer update
Update Revision 165889
OFFSET +24F30

Kulve Tarroth Pointers are not up to date at this point.
thank you so much!! btw, does anyone having a weird tabs with rate post positive thing??
Me xD
as i said up there.

hope it gets updated.

Re: Monster Hunter World (Steam)

Posted: Wed Jan 23, 2019 7:13 am
by cedys02
How to use these guys? XD basically new here :(

Re: Monster Hunter World (Steam)

Posted: Wed Jan 23, 2019 9:43 am
by skywolf23
cedys02 wrote:
Wed Jan 23, 2019 7:13 am
How to use these guys? XD basically new here :(
DL the table for your version of the game. If steam should be the most up to date table if its been posted at all.

Download cheat engine you can find it via a search. Install and run it, run the game, tab out attach the CE process to the game via the little computer icon in the CE UI, Then FILE---load the CE table you downloaded, and click the options active you wish to use.

Thems the basics. If the table is good you dld the game should run fine, if it is a mismatched table (not for that version of the game) it wil either not work at all, or crash the game.

There are also tutorials in CE, and you might want to check those out if you are new to CE. table options and extras and the other buttons and functions of CE it is good to know and stuff like those can contain info to use or be used in the table in some games, not all.

Oh and try to stick to single player if you wanna cheat :P.

Re: Monster Hunter World (Steam)

Posted: Wed Jan 23, 2019 9:55 am
by ryzen23
predprey wrote:
Sat Dec 15, 2018 10:42 pm
Updated scripts in Squall8's table that require StealthEdit. Bypasses integrity check crashes by recalculating valid hashes. Should work on both CODEX and STEAM version, more importantly the former because StealthEdit is in conflict with CODEX's routines.

There may be a really small chance an integrity check triggers while activating the script before the hash has been updated. To prevent crashing due to this pause the game process using CE before activation and deactivation of any scripts.

Note to table makers:
1. To list all hashed blocks, their offsets and their size, use Lua script below:

Code: Select all

for i = 1,#hashTable do
  print("Block "..i)
  print(string.format("Hash Addr: %X", hashTable[i].offset))
  print(string.format("Block Start: %X", hashTable[i].blkStart))
  print(string.format("Block End: %X\r\n", hashTable[i].blkStart + hashTable[i].blkSize))
end
2. rehashHelper(...) can be used for searching all affected checksums instead of manually hard coding in the rehash function, but hooks points must all be registered as symbols and must not be unregistered on deactivation. Pass all symbols into the function e.g. rehashHelper("infitemuse1","infitemuse2")

Thanks to @ShyTwig16 for the [Link] module

UPDATE: Provided a merged version of the table which includes all the remaining options from Squall8's table for version 161254.
hi mate is this also Update 56?

Re: Monster Hunter World (Steam)

Posted: Thu Jan 24, 2019 8:31 am
by cyborg5742
Lord Blade wrote:
Tue Jan 22, 2019 10:55 pm
So, I've not played in a while (but will be catching up with the thing where all the events are up).

But I recall before there was a cheat that let you edit what critters you catch. Basically you set the option and no matter what you catch, it counted as the selected creature.

Is that cheat still available somewhere?
holy sheet! such a thing exists?? all those hours reloading the game lol

Re: Monster Hunter World (Steam)

Posted: Thu Jan 24, 2019 8:32 am
by cyborg5742
skywolf23 wrote:
Wed Jan 23, 2019 9:43 am
cedys02 wrote:
Wed Jan 23, 2019 7:13 am
How to use these guys? XD basically new here :(
DL the table for your version of the game. If steam should be the most up to date table if its been posted at all.

Download cheat engine you can find it via a search. Install and run it, run the game, tab out attach the CE process to the game via the little computer icon in the CE UI, Then FILE---load the CE table you downloaded, and click the options active you wish to use.

Thems the basics. If the table is good you dld the game should run fine, if it is a mismatched table (not for that version of the game) it wil either not work at all, or crash the game.

There are also tutorials in CE, and you might want to check those out if you are new to CE. table options and extras and the other buttons and functions of CE it is good to know and stuff like those can contain info to use or be used in the table in some games, not all.

Oh and try to stick to single player if you wanna cheat :P.
Dont forget stealth edit. download and enable it in the CE plugin

Re: Monster Hunter World (Steam)

Posted: Thu Jan 24, 2019 3:06 pm
by chun-lis-thighs
Thanks for the awesome table!

I have a question about the infinite items? Every script works perfectly except for this one. It will work for one outing but then stop from then on and refuses to work again until I relaunch the game and cheat engine and table. Turning it off and on again doesn't work, it has to be relaunching everything but then again, it will only work for one mission. Am I doing something wrong?

Other than that its a brilliant table! Again thanks for this!

EDIT: OK I think I've figured it out. The Infinite Items script only seemed to work when I don't use certain other scripts, mainly Unlock Blacksmith Items to HR. I'm not sure if this happens with any other particular scripts but I'll keep an eye out. It didn't used to happen with the last version which is why it threw me through a loop so much with this one, however it works perfectly well as long as I dont activate the other script along side it.

Re: Monster Hunter World (Steam)

Posted: Fri Jan 25, 2019 8:08 am
by cedys02
Hello Guys where can i download the efile?

Re: Monster Hunter World (Steam)

Posted: Fri Jan 25, 2019 10:48 am
by Kepa
"Keep Mantle Effect After Removal" didn't work, please fix