Gaming Gateway Cheats

Status
Not open for further replies.

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,242
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,293
Country
United States
Im searching for a good way to set all items in the bank to XX amount .
For US or EU? I made the code for US (press X+Left on Dpad to activate):

[(X+Left)All Item Box Items x99]
DD000000 00000420
C0000000 000003E8
A8383F02 00000000
18383F04 00000063
D0000000 00000000
DC000000 00000004
D1000000 00000000
D2000000 00000000

This code assumes you haven't upgraded your Item Box's capacity to 1200 or 1400 slots yet.
 

Kyrara

Well-Known Member
Member
Joined
Apr 4, 2007
Messages
142
Trophies
1
Age
37
XP
1,715
Country
Germany
For US or EU? I made the code for US (press X+Left on Dpad to activate):

[(X+Left)All Item Box Items x99]
DD000000 00000420
C0000000 000003E8
A8383F02 00000000
18383F04 00000063
D0000000 00000000
DC000000 00000004
D1000000 00000000
D2000000 00000000

This code assumes you haven't upgraded your Item Box's capacity to 1200 or 1400 slots yet.

I play the EU version ^^
but i will test it later, but is it for all items? or only maxed exist items?

Thats my code that i used at the moment but after a quick sort there are many empty places at the first page.
L+R+Start All items 49
DD000000 00000308
D3000000 00000000
C0000000 000001F4
283844E4 00000031
DC000000 00000004
D1000000 00000000
D0000000 00000000
 
Last edited by Kyrara,

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,242
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,293
Country
United States
I play the EU version ^^
but i will test it later, but is it for all items? or only maxed exist items?

Thats my code that i used at the moment but after a quick sort there are many empty places at the first page.
L+R+Start All items 49
DD000000 00000308
D3000000 00000000
C0000000 000001F4
283844E4 00000031
DC000000 00000004
D1000000 00000000
D0000000 00000000

It only affects the quantities of items you already have in your Item Box.
Try using this as your code:

L+R+Start All items 49
DD000000 00000308
C0000000 000003E8
A83844E2 00000000
183844E4 00000031
D0000000 00000000
DC000000 00000004
D1000000 00000000
D2000000 00000000

This code has 1 more line, but only modifies items in occupied slots (see note) in your Item Box. Your code makes you have 99 'no item' in unoccupied slots, and might be detected by the game as hacking while Online, since it isn't normally possible to do. The 99 'no items' will be replaced with 0 'no items' after a quest is completed automatically, but if you use your code right before going Online and starting a quest, it might cause issues. I would play it safe to avoid a ban if it were me.

Note: A83844E2 00000000 checks if 083844E2 (Item Box slot 1's Item ID) is not zero; if it is not zero, then it will write 0x31 (49) to 083844E4 (Item Box slot 1's quantity) - otherwise, it will skip that slot.

Also, your code was writing to only 500 (1F4) slots, not the minimum of 1000 (3E8) that you start off with.

Finally, just so you know, D2000000 00000000 has the same effect as using both D0000000 00000000 and D3000000 00000000, but is only useful at the end of most codes, and not anywhere else.
 
Last edited by Maq47,

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,242
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,293
Country
United States
I wish there was a code for MHG that have all items in item box :)

Sent from my VS985 4G using Tapatalk

There are almost certainly too many different items in MHG for even 1400 slots anyway. in MH4U, even if you cut out all account and supply items, there's still over 1500 items. Cutting out Japan-only DLC items as well still results in around 1440 items in MH4U, and I can only imagine how many items are in MHG. The only way to fit MOST items in is to exclude Scraps. So for the time being, just modify your Item Box with the Hex Viewer manually as needed (but don't give yourself any unreleased DLC items if you plan to go Online (obviously), or any other items when you haven't unlocked their quests yet (also obvious, but n00bz do dumb things all the time, so... :P)).
 

Skeet1983

Well-Known Member
Member
Joined
Apr 22, 2012
Messages
3,595
Trophies
1
Age
41
Location
Somewhere, out there...
XP
3,184
Country
United States
I am looking for codes for "Hyrule Warriors Legends". I found some on Fort42, but are there others? I am mainly looking for "Infinite Health", all materials? Are there codes like that? I have the US version of the game (Non updated). Thoughts and help appreciated :)
 

ymyn

Well-Known Member
Member
Joined
Oct 5, 2010
Messages
688
Trophies
0
XP
1,908
Country
Code:
Monster Hunter X
0004000000155400
アイテム全種販売される(1948種) v1.0
[All items is sold(1948items) v1.0]
D3000000 00000000
00294B74 E3A01E7A
00295174 E08A9007
0029517C E2899001
00295190 E08A1007

アイテム全種販売される(1948種) v1.2
[All items is sold(1948items) v1.2]
D3000000 00000000
00294D84 E3A01E7A
00295384 E08A9007
0029538C E2899001
002953A0 E08A1007
Code:
Monster Hunter Generations EUR
0004000000185B00
[All items is sold(1948items) v1.0]
D3000000 00000000
002A1C3C E3A01E7A
002A223C E08A9007
002A2244 E2899001
002A2258 E08A1007
Code:
Monster Hunter Generations USA
0004000000187000
[All items is sold(1948items) v1.0]
D3000000 00000000
002A1C3C E3A01E7A
002A223C E08A9007
002A2244 E2899001
002A2258 E08A1007
top_0001.png
 

Skeet1983

Well-Known Member
Member
Joined
Apr 22, 2012
Messages
3,595
Trophies
1
Age
41
Location
Somewhere, out there...
XP
3,184
Country
United States
Code:
Monster Hunter X
0004000000155400
アイテム全種販売される(1948種) v1.0
[All items is sold(1948items) v1.0]
D3000000 00000000
00294B74 E3A01E7A
00295174 E08A9007
0029517C E2899001
00295190 E08A1007

アイテム全種販売される(1948種) v1.2
[All items is sold(1948items) v1.2]
D3000000 00000000
00294D84 E3A01E7A
00295384 E08A9007
0029538C E2899001
002953A0 E08A1007
Code:
Monster Hunter Generations EUR
0004000000185B00
[All items is sold(1948items) v1.0]
D3000000 00000000
002A1C3C E3A01E7A
002A223C E08A9007
002A2244 E2899001
002A2258 E08A1007
Code:
Monster Hunter Generations USA
0004000000187000
[All items is sold(1948items) v1.0]
D3000000 00000000
002A1C3C E3A01E7A
002A223C E08A9007
002A2244 E2899001
002A2258 E08A1007
top_0001.png

Does this code include Weapons and Armor?
 

Skeet1983

Well-Known Member
Member
Joined
Apr 22, 2012
Messages
3,595
Trophies
1
Age
41
Location
Somewhere, out there...
XP
3,184
Country
United States
This makes it so that you can buy any item in the shops. It does not give you the money to buy them, nor does it supply any Weapons or Armor. You can, however, buy the items needed for the weapons/armor you want, then forge them manually.

Ok, this may sound stupid, but where/how do I forge Weapons and Armor?
 

Killaclown

Well-Known Member
Member
Joined
Feb 13, 2015
Messages
132
Trophies
0
Age
32
XP
518
Country
Norway
Code:
Monster Hunter Generations EUR v1.0.0
0004000000185B00

[Display Boss HP v1.0]
D3000000 00000000
683349XX 00000000
683843YY 00000000
B83349XX 00000000
DA000000 00001318
D3000000 00000000
D7000000 083843ZZ
D0000000 00000000
D0000000 00000000
XX:1st Boss=0x84, 2nd Boss=0x88, 3rd Boss=0x8C...
YY:1st Item=0x12, 2nd Item=0x16, 3rd Item=0x1A...
ZZ=YY+0x02

It is Bug. I think that the revise is difficult.


Thank you for making the revisions

This crashes my game when I enable it :/ Is there a special way I have to enable it, on a boss level or during pause maybe? Tried some different ways, even on main menu but it always hangs my game up and I have to restart. EU 1.0 version, the other codes posted here works fine.
 

Killaclown

Well-Known Member
Member
Joined
Feb 13, 2015
Messages
132
Trophies
0
Age
32
XP
518
Country
Norway
did you fill in the XX YY ZZ in the code?

I just glanced over it and copied it into my txt file thinking the xx and yy were some kind of coordinates for the boss text on my screen or something. I had no idea what the Item# meant tbh.. So I have to fill in the x,y and z's depending on what boss I am facing or something? These things are hieroglyphs to me, and since there is no pre filled thing in the distributed code I assume it requires some knowledge on the subject?

Edit:

Nevermind, I got it now. The item# was because the health isn't shown over the boss or on a seperate bar like I was used to on previous games, it overwrites the stacks of items in your 1,2,3rd itemslot. Smart way to show it if the other options aren't available yet. So if you want to have the #1 boss HP on your #1 item slot, use this:

[DisplayBoss HP v1.0]
D3000000 00000000
68334984 00000000
68384312 00000000
B8334984 00000000
DA000000 00001318
D3000000 00000000
D7000000 08384314
D0000000 00000000
D0000000 00000000

Works fine for me atleast.
 
Last edited by Killaclown,

lucoia

Well-Known Member
Member
Joined
Nov 29, 2008
Messages
130
Trophies
1
XP
571
Country
Italy
How do you guys enter the gateway cheat menu on MH:G?

If I press the "ingame menu buttons" the game just freezes.

I'm on O3DS with the EU .3ds version of the game.
 

Skeet1983

Well-Known Member
Member
Joined
Apr 22, 2012
Messages
3,595
Trophies
1
Age
41
Location
Somewhere, out there...
XP
3,184
Country
United States
Code:
Monster Hunter X
0004000000155400
アイテム全種販売される(1948種) v1.0
[All items is sold(1948items) v1.0]
D3000000 00000000
00294B74 E3A01E7A
00295174 E08A9007
0029517C E2899001
00295190 E08A1007

アイテム全種販売される(1948種) v1.2
[All items is sold(1948items) v1.2]
D3000000 00000000
00294D84 E3A01E7A
00295384 E08A9007
0029538C E2899001
002953A0 E08A1007
Code:
Monster Hunter Generations EUR
0004000000185B00
[All items is sold(1948items) v1.0]
D3000000 00000000
002A1C3C E3A01E7A
002A223C E08A9007
002A2244 E2899001
002A2258 E08A1007
Code:
Monster Hunter Generations USA
0004000000187000
[All items is sold(1948items) v1.0]
D3000000 00000000
002A1C3C E3A01E7A
002A223C E08A9007
002A2244 E2899001
002A2258 E08A1007
top_0001.png

I really am thankful for this code/cheat, and others as well :)

I was wondering something though:
There is a guy to the left of the Blacksmith that can make Weapons/Armor without needing mats, just needs money/zenny. Would it be possible through a code/cheat to unlock all Weapons/Armor for him to make? Another code/cheat that could be cool would be all items cost like 1z or something :)
Thoughts and help appreciated :)
 
  • Like
Reactions: Maq47

BobNoton

Active Member
Newcomer
Joined
Jun 19, 2016
Messages
30
Trophies
0
Age
29
XP
71
Country
France
I really am thankful for this code/cheat, and others as well :)

I was wondering something though:
There is a guy to the left of the Blacksmith that can make Weapons/Armor without needing mats, just needs money/zenny. Would it be possible through a code/cheat to unlock all Weapons/Armor for him to make? Another code/cheat that could be cool would be all items cost like 1z or something :)
Thoughts and help appreciated :)
Ymyn did one which allows you to craft and upgrade any armor or weapon without materials, and another one which allows you to unlock all the craftable items of the blacksmith, it's the same thing that you are looking for ;)
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Lol rappers still promoting crypto