Monster Hunter World (Steam)
- Foul_Buccaneer
- Noobzor
- Posts: 14
- Joined: Thu Sep 20, 2018 7:34 pm
- Reputation: 0
Re: Monster Hunter World (Steam)
Hello, I tried using a couple of scripts I.E. inf items, no mantle CD, and inf stamina, but every time I turn them on the game crashes. I also checked to see if I was using your most up-to-date table and I am. I noticed it doesn't crash (The 3 times I tried it) if I activate them during a quest and turn them off right before the end of the quest. Hope that can help.
Re: Monster Hunter World (Steam)
As noticed by Squall8, it seems that Capcom has made changes to the anti-cheat system and that's why most of the cheats are causing the game to crash.Foul_Buccaneer wrote: ↑Wed Oct 31, 2018 7:02 pmHello, I tried using a couple of scripts I.E. inf items, no mantle CD, and inf stamina, but every time I turn them on the game crashes. I also checked to see if I was using your most up-to-date table and I am. I noticed it doesn't crash (The 3 times I tried it) if I activate them during a quest and turn them off right before the end of the quest. Hope that can help.
All we can do now is wait for seikur0 (author of the anti-cheat bypass), Squall8 or someone with proper knowledge to update the bypass system so the cheats can work again.
Re: Monster Hunter World (Steam)
I know this might be a little bit ill-timed, what with this and seikur0's table both being very... unreliable, as a result of the latest update changes and all that. But I have a problem that I desperately need help with!
You see, after the previous update (the one last month) I noticed that the delivery quest for the layered Dante armor was available to me, and... dumb as I was, I finished it and got the armor unlocked only for the game to crash when I attempted to wear it.
Now I thought that this would be all fine and dandy when the eventual release of this would come around, but... last nights update actually removed that layered armor from my unlocked ones, but the quest still remains finished. Witch means that I dont have it anymore, and I cant redo the quest to get it back, so... what I would need is either a script that lets me "un-complete" and redo the delivery quest needed, or... a script to unlock layered armors similar to the the script for the poogie outfits in Squall8's table.
Soo... any ideas..? Anyone..?
You see, after the previous update (the one last month) I noticed that the delivery quest for the layered Dante armor was available to me, and... dumb as I was, I finished it and got the armor unlocked only for the game to crash when I attempted to wear it.
Now I thought that this would be all fine and dandy when the eventual release of this would come around, but... last nights update actually removed that layered armor from my unlocked ones, but the quest still remains finished. Witch means that I dont have it anymore, and I cant redo the quest to get it back, so... what I would need is either a script that lets me "un-complete" and redo the delivery quest needed, or... a script to unlock layered armors similar to the the script for the poogie outfits in Squall8's table.
Soo... any ideas..? Anyone..?
-
- Noobzor
- Posts: 6
- Joined: Mon Sep 03, 2018 6:20 pm
- Reputation: 5
Re: Monster Hunter World (Steam)
Alright, here is how i got kulve taroth weapons.

Equip address:
find 00 00 00 00 B0 AE B1 42 01 00 00 00 01, then -54. That address is start point.
04, 05 mean location. e.g. 8F 01 means the equip is located at 16 page, 25th slot. 00 00 means first page, first slot.
10 is type of equipment. 01 is weapon, 00 is armor. But it looks like crash your game when you change this value.
18 specifies kind of equip. 00 is head for armor and 00 is greatsword for weapon.
1C is id of equip. e.g. E6 is dante for armor.
08 ~ 0C and 58 ~ 5C are sort of const, afaik. For me, 08~0C is F0 8D B0 42 01 and 58~5C is B0 AE B1 42 01.
60 is kind of serial #.
So, example code shows us that the equip is located at F9 slot, means 249th slot. so page 10, last slot.
it should be weapon since 10 is 01.
18 is 02, means type of the weapon is dual blades.
1C is 7A, so the weapon is taroth dagger ice.
What I do is find a Matched Slicers I, then change 1C value to 7A. Then I get a taroth dagger ice.
I tried to make script for this but I dunno how to create script :/

Equip address:
find 00 00 00 00 B0 AE B1 42 01 00 00 00 01, then -54. That address is start point.
04, 05 mean location. e.g. 8F 01 means the equip is located at 16 page, 25th slot. 00 00 means first page, first slot.
10 is type of equipment. 01 is weapon, 00 is armor. But it looks like crash your game when you change this value.
18 specifies kind of equip. 00 is head for armor and 00 is greatsword for weapon.
1C is id of equip. e.g. E6 is dante for armor.
08 ~ 0C and 58 ~ 5C are sort of const, afaik. For me, 08~0C is F0 8D B0 42 01 and 58~5C is B0 AE B1 42 01.
60 is kind of serial #.
So, example code shows us that the equip is located at F9 slot, means 249th slot. so page 10, last slot.
it should be weapon since 10 is 01.
18 is 02, means type of the weapon is dual blades.
1C is 7A, so the weapon is taroth dagger ice.
What I do is find a Matched Slicers I, then change 1C value to 7A. Then I get a taroth dagger ice.
I tried to make script for this but I dunno how to create script :/
Last edited by qpalskwo10 on Wed Oct 31, 2018 11:18 pm, edited 1 time in total.
-
- Cheater
- Posts: 34
- Joined: Wed Oct 31, 2018 11:11 am
- Reputation: 7
Re: Monster Hunter World (Steam)
Depleted wrote: ↑Wed Oct 31, 2018 2:07 pmThe pointers were added early on because some people broken their games trying to modify available weaponry in the smithy, the pointers allowed a user with broken npcs to fix the npcs as some of their npcs would disappear and their save would be broken essentially, the pointers have additional uses too, but they don't concern a great deal of players.Mrnerdisg0d wrote: ↑Wed Oct 31, 2018 11:12 amFirst off wanted to say thank you so much for this table
And second Im confused on how the Pointers work is there anyone here who can explain it me..
It was working before the update.
Basically pointers are like check values for things, 0=off, 1=on, the pointers for poogie the pig go from 0 to 8 i believe, for the different outfits iirc.
Ok that makes sense. maybe they are broken im trying to edit my Hunter Rank back down to the Correct Level before i break something thats why im asking thank you.
Re: Monster Hunter World (Steam)
That's not terribly different from how equipment was stored in previous games. Do you have a list or spreadsheet of the weapon IDs?qpalskwo10 wrote: ↑Wed Oct 31, 2018 9:49 pmEquip address:
find 00 00 00 00 B0 AE B1 42 01 00 00 00 01, then -54. That address is start point.
04, 05 mean location. e.g. 8F 01 means the equip is located at 16 page, 25th slot. 00 00 means first page, first slot.
10 is type of equipment. 01 is weapon, 00 is armor. But it looks like crash your game when you change this value.
18 specifies kind of equip. 00 is head for armor and 00 is greatsword for weapon.
1C is id of equip. e.g. E6 is dante for armor.
08 ~ 0C and 58 ~ 5C are sort of const, afaik. For me, 08~0C is F0 8D B0 42 01 and 58~5C is B0 AE B1 42 01.
60 is kind of serial #.
So, example code shows us that the equip is located at F9 slot, means 249th slot. so page 10, last slot.
it should be weapon since 10 is 01.
18 is 02, means type of the weapon is dual blades.
1C is 7A, so the weapon is taroth dagger ice.
What I do is find a Matched Slicers I, then change 1C value to 7A. Then I get a taroth dagger ice.
I tried to make script for this but I dunno how to create script :/
-
- Noobzor
- Posts: 6
- Joined: Mon Sep 03, 2018 6:20 pm
- Reputation: 5
Re: Monster Hunter World (Steam)
gmd files from chunk 3 should contain whole IDsgenome001 wrote: ↑Wed Oct 31, 2018 10:18 pmThat's not terribly different from how equipment was stored in previous games. Do you have a list or spreadsheet of the weapon IDs?qpalskwo10 wrote: ↑Wed Oct 31, 2018 9:49 pmEquip address:
find 00 00 00 00 B0 AE B1 42 01 00 00 00 01, then -54. That address is start point.
04, 05 mean location. e.g. 8F 01 means the equip is located at 16 page, 25th slot. 00 00 means first page, first slot.
10 is type of equipment. 01 is weapon, 00 is armor. But it looks like crash your game when you change this value.
18 specifies kind of equip. 00 is head for armor and 00 is greatsword for weapon.
1C is id of equip. e.g. E6 is dante for armor.
08 ~ 0C and 58 ~ 5C are sort of const, afaik. For me, 08~0C is F0 8D B0 42 01 and 58~5C is B0 AE B1 42 01.
60 is kind of serial #.
So, example code shows us that the equip is located at F9 slot, means 249th slot. so page 10, last slot.
it should be weapon since 10 is 01.
18 is 02, means type of the weapon is dual blades.
1C is 7A, so the weapon is taroth dagger ice.
What I do is find a Matched Slicers I, then change 1C value to 7A. Then I get a taroth dagger ice.
I tried to make script for this but I dunno how to create script :/
Chunk3\common\text\steam\
-
- Expert Cheater
- Posts: 72
- Joined: Sat Sep 22, 2018 11:52 am
- Reputation: 4
Re: Monster Hunter World (Steam)
Yup. I highlighted the item, open CE and the option to change the quantity, disable the option and close CE and saved. No issues.cheukyi6 wrote: ↑Wed Oct 31, 2018 4:30 pmMay I ask do you do that by using the Highlighted Item Pointer? and then just change the quantity with CE?brokenhopes wrote: ↑Wed Oct 31, 2018 10:40 amCan confirm editing the item quantity in the box also works, or at least my game didnt crash.
Next best thing to infinite items I guess.
- TemptingIcarus
- Expert Cheater
- Posts: 236
- Joined: Thu Aug 16, 2018 11:32 pm
- Reputation: 36
Re: Monster Hunter World (Steam)
All my armor models are now gone. Nani. Can't preview anything.
Re: Monster Hunter World (Steam)
I'm trying to make a mod to hide only parts of the UI, like leaving only Health visible. I don't really know my way around code though...so any tips?
-
- Expert Cheater
- Posts: 72
- Joined: Sat Sep 22, 2018 11:52 am
- Reputation: 4
Re: Monster Hunter World (Steam)
just tried something, went into a hunt and turned on infinite items to use all the buffs like demon drink and item highlight to edit the amount of ammo i had to 99 when the cap is 12 for like say sticky ammo. than turn off everything including the first "enable" before leaving the starting camp. Went on to completed the hunt with no issues.
Not the best but at least for the upcoming Kulve hunt, it makes things easier with 99 ammo. In theory this would would with other consumables such as potions. Will probably try that out later when i have the time just to confirm.
Not the best but at least for the upcoming Kulve hunt, it makes things easier with 99 ammo. In theory this would would with other consumables such as potions. Will probably try that out later when i have the time just to confirm.
Re: Monster Hunter World (Steam)
U shouldn't do it now , u should wait for the Nov's updated , It just make u waste time to search it again and again between this few daySquall8 wrote: ↑Wed Oct 31, 2018 2:23 amSo looking into this a bit more, I didn't find any reason for my scripts to be crashing. However, looking into the anti-cheat bypass, the AOB returned nothing, so I'm pretty sure that is what is causing the crashes. It's either that or they added a bit more to it. Unfortunately, at the moment I'm not sure how to go about fixing it.. Not sure when Seikur0 will be back either. I'll see what I can do in the meantime.
Anyway I got nothing crash happen and fine ~ : ↓↓↓↓
https://mega.nz/#!vAg3mAib!dA-vb4aq4qUO ... p926bObcwM
Re: Monster Hunter World (Steam)
This is all very impressive but even with the picture you attached I am not sure where did you find those numbers, mind elaborate a little bit more and educate your fellow hunters?qpalskwo10 wrote: ↑Wed Oct 31, 2018 9:49 pmAlright, here is how i got kulve taroth weapons.
Equip address:
find 00 00 00 00 B0 AE B1 42 01 00 00 00 01, then -54. That address is start point.
04, 05 mean location. e.g. 8F 01 means the equip is located at 16 page, 25th slot. 00 00 means first page, first slot.
10 is type of equipment. 01 is weapon, 00 is armor. But it looks like crash your game when you change this value.
18 specifies kind of equip. 00 is head for armor and 00 is greatsword for weapon.
1C is id of equip. e.g. E6 is dante for armor.
08 ~ 0C and 58 ~ 5C are sort of const, afaik. For me, 08~0C is F0 8D B0 42 01 and 58~5C is B0 AE B1 42 01.
60 is kind of serial #.
So, example code shows us that the equip is located at F9 slot, means 249th slot. so page 10, last slot.
it should be weapon since 10 is 01.
18 is 02, means type of the weapon is dual blades.
1C is 7A, so the weapon is taroth dagger ice.
What I do is find a Matched Slicers I, then change 1C value to 7A. Then I get a taroth dagger ice.
I tried to make script for this but I dunno how to create script :/
-
- Noobzor
- Posts: 6
- Joined: Mon Sep 03, 2018 6:20 pm
- Reputation: 5
Re: Monster Hunter World (Steam)

Value type: Array of byte
Value: FF FF FF 00 00 00 00 B0 AE B1 42 01 00 00 00 01
Scan, then select first one. Right click on the result, select Browse this memory region.

Bottom rectangle is the value you've scanned.
#1 is location. For the example, value is 2B 00. it's 43 in dec. So this equip is located at 43th slot, or page 2 19th slot. 1st slot on page 1 is 00 00.
It's BOX. not head only or weapon only.
#2 and #4 determine what this equip is. #4 determines whether it is armor or weapon. 00 for armor, 01 for weapon.
#2 determines kind of weapon/armor.
00 head gear
01 body
02 arm
03 waist
04 leg
for armor.
00 greatsword
01 sword&shield
02 dual blades
03 long sword
04 hammer
05 horn
06 lance
07 gunlance
08 s axe
09 c axe
0A insect glaive
0B bow
0C hbg
0D lbg
for weapon. Changing 00~0B into 0C/0D crashes the game and vice versa.
#3 specifies weapon/armor.
For armor, E6 is dante, CE is dragoon.
For weapon, 72 for dual blades is gaira dagger fire.
If you wanna get gaira fire dagger, buy a Matched Slicer I. Then find where it's memory is. Go lower in your memory viewer. or you can scan it with it's location.
e.g. place slicer I in page 16 last slot. scan for 00 00 00 8F 01 00 00. then move 24th slot. scan for 00 00 00 8E 01 00 00.
When you find it, you're done. Just change #3 into 72.
For taroth assult glutton, #3 is 72.

-
- Expert Cheater
- Posts: 72
- Joined: Sat Sep 22, 2018 11:52 am
- Reputation: 4
Re: Monster Hunter World (Steam)
Thanks qpalskwo10 for that explanation! Just to check, there is no restriction on swapping the weapon into something else as long as its the same type? Example I put in any heavy bow gun and change it to a taroth assult glutton?
Who is online
Users browsing this forum: Bing [Bot], CompactDisc, iguanaxx, Iwadoshi, Rocco200088