Gaming Gateway Cheats

Status
Not open for further replies.

codezer0

Gaming keeps me sane
Member
Joined
Jul 14, 2009
Messages
3,576
Trophies
2
Location
The Magic School Bus
XP
4,528
Country
United States
Seems the addresses for badge arcade are constant for each of the machine types.

As a result.

saved as 0004000000153500.txt
Code:
[Press Left + L for 99 plays]
DD000000 00000220
D3000000 3286744C
00000000 00000063
D0000000 00000000

[Press Right + L for 99 Practice Plays]
DD000000 00000110
D3000000 32C2155C
00000000 00000063
D0000000 00000000

For those with the US region version, let me know how this works out for you. :)
Just wondering, out of curiosity, would this trip their algorithm for a system ban? I recall reading something about that earlier.

If not... I'm not complaining. :)
 

caitsith2

Well-Known Member
Member
Joined
Jan 16, 2004
Messages
350
Trophies
2
Age
43
Location
a secret location 93 million miles from the sun
Website
www.caitsith2.com
XP
2,476
Country
Canada
Just wondering, out of curiosity, would this trip their algorithm for a system ban? I recall reading something about that earlier.

If not... I'm not complaining. :)

Very much so. I am pretty certain now that Nintendo knows whether or not a given machine can be cleared out in a single play, and if not, the approximate minimum number of plays required to clear said machine out. As things stand, no matter how you approach things, if you do cheat on badge arcade at all, sooner or later, you WILL be banned, and the ban is PERMANENT. One of the consequences of the ban, is if you did earn more that 1000 unique badges legitimately, you will be locked out of any badge sets you have put away, PERMANENTLY. Likewise, you will never ever be able to get badge arcade exclusive themes that appear from time to time.

Cheating on this game is NOT worth the risk.
 

codezer0

Gaming keeps me sane
Member
Joined
Jul 14, 2009
Messages
3,576
Trophies
2
Location
The Magic School Bus
XP
4,528
Country
United States
Well, it's a good thing I asked. I just know that i saw these featured on Fort42, and I'm only painfully aware of those that are just flat out unfair. The 99 plays one would have been retribution, personally :evil:

Oh, well. I already completed a few sets legitimately, eventually. But the wait for them to re-release games with the missing items in the rotation is a form of agony by itself when the training one only ever seems to earn you one play at most.
 

_eyCaRambA_

Well-Known Member
Member
Joined
Apr 22, 2009
Messages
525
Trophies
1
Location
Right around the corner™
XP
399
Country
United States
@ymyn You seem like one of the best Gateway coders in this thread. I'd appreciate your help with a question.
Do you know if (and how) it's possible to increase a float value with button press?

Say, I want to increase the value at offset 0x08123456 by tapping L-button one by one.
Base value: 0x3f800000 (1.0)
Value after first press: 0x40000000 (2.0)
Value after second press: 0x40400000 (3.0)
...

How would I achieve this? Increasing value of an integer is easy of course, not sure how to go about float values however...
 

Nanquitas

Well-Known Member
Member
Joined
Sep 29, 2015
Messages
2,345
Trophies
0
Age
30
Location
South of France :)
XP
3,336
Country
France
@_eyCaRambA_ :
You can do something like that:
XXXXXXXX is the address containing your value

DD000000 00000200 //When L is pressed
D9000000 XXXXXXXX //Save the value stocked at X in the data register
D4000000 3F800000 //Add 1.0 to the data register
D6000000 XXXXXXXX //Set X to the value of the data register
 

_eyCaRambA_

Well-Known Member
Member
Joined
Apr 22, 2009
Messages
525
Trophies
1
Location
Right around the corner™
XP
399
Country
United States
@_eyCaRambA_ :
You can do something like that:
That was my first idea as well, but that's not how float values work (see my example). Unless I'm missing sth in your template.

Let's take my example of 1.0 as base value again.
3F800000
L press: +3F800000
= 7f000000 (approx 1.7)

Desired value should be 0x40000000 (2.0).
 

ymyn

Well-Known Member
Member
Joined
Oct 5, 2010
Messages
688
Trophies
0
XP
1,908
Country
@ymyn You seem like one of the best Gateway coders in this thread. I'd appreciate your help with a question.
Do you know if (and how) it's possible to increase a float value with button press?

Say, I want to increase the value at offset 0x08123456 by tapping L-button one by one.
Base value: 0x3f800000 (1.0)
Value after first press: 0x40000000 (2.0)
Value after second press: 0x40400000 (3.0)
...

How would I achieve this? Increasing value of an integer is easy of course, not sure how to go about float values however...
That is very difficult.
I don't understand that.
 

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,044
Trophies
1
Location
California
XP
6,052
Country
United States
OK, I cant seem to find the GateShark Page, but this is getting ridiculous with AdFly. Just had fun trying to close out a damn Pop-Up that wouldn't let me close it out and it was some BS saying my Computer has been Locked. It is basically that crap where if you really do get Locked out, they Extort you in order to Unlock it by Calling some BS Number for a Password. Really? That is what they want Users to get? Viruses left and right and possibly Extorted? Seriously need to find a better Site to go through.
 

Deleted member 333767

Well-Known Member
Member
Joined
Aug 20, 2013
Messages
1,932
Trophies
2
XP
1,473
Hey guys, I've found a bunch of offsets I'd love to modify in the eshop RPG called "ASH."

Just the usual things like HP/MP/Money/ EXP etc. i used the Gateway cheat menu to find.

The funny thing is that when i manually change the value via the hex menu, i get success (money value changes, for example)

But when i put the code into a text document and activate it via the configure cheat option, my 3DS freezes.

I've got a feeling this means I'll have to use those offset parameter things that are way beyond my understanding and ability, is that correct?

Any adivice would be appreciated :)
 

ymyn

Well-Known Member
Member
Joined
Oct 5, 2010
Messages
688
Trophies
0
XP
1,908
Country
Sekaiju no Meikyuu 5
000400000018D000
Code:
敵を倒すとアイテム100%落とす
[100% item drop rate v1.0]
D3000000 00000000
00272554 E3A00000
002725AC E3A00000
 
消費TP0
[TP Cost0 v1.0]
D3000000 00000000
0029DAEC E3A00000
002BEDC8 E3A00000
 
中断セーブ消えない
[Temp save does not disappear v1.0]
D3000000 00000000
0022D724 E1A00000
003397A4 E1A00000
00431AF8 E3A02006
※"CONTINUE"、"LOAD GAME"、"NEWGAME"の選択をする前にコードをONにすること
※Please Enable code before Select "CONTINUE" or "LOAD GAME" or "NEWGAME"
 
  • Like
Reactions: speedfly and v18281

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,699
Trophies
2
XP
6,261
Country
Hey guys, I've found a bunch of offsets I'd love to modify in the eshop RPG called "ASH."

Just the usual things like HP/MP/Money/ EXP etc. i used the Gateway cheat menu to find.

The funny thing is that when i manually change the value via the hex menu, i get success (money value changes, for example)

But when i put the code into a text document and activate it via the configure cheat option, my 3DS freezes.

I've got a feeling this means I'll have to use those offset parameter things that are way beyond my understanding and ability, is that correct?

Any adivice would be appreciated :)
maybe the address changed, try search it again and see if the address is the same , if same then try to enable the cheats and see if it freezes
 

Deleted member 333767

Well-Known Member
Member
Joined
Aug 20, 2013
Messages
1,932
Trophies
2
XP
1,473
Dragon Fantasy: The Volumes of Westeria
0004000000163F00

[Inf/Max Health]
080530E4 000003E7
080530E8 000003E7

[Inf/Max Magic]
080530EC 000003E7
080530F0 000003E7

[999,999 Gold]
0806A434 003F420F

EDIT: Use with caution, i just had a black screen when entering/exiting a new area. Perhaps my codes are unstable, I'm still learning how to do this.
 
Last edited by Deleted member 333767,

Scarlet

Onion Soup
Editorial Team
GBAtemp Patron
Joined
Jan 7, 2015
Messages
5,144
Trophies
2
Location
Middleish North-Right
Website
scarlet.works
XP
14,767
Country
United Kingdom
Been playing with Federation Force. Most of the codes need pointers done to work properly, but hover meter, health, ammo and timer are all doable if somebody can be bothered. The only one I could find that didn't need a pointer was the part before missions when you're picking up ammo. You can lock the amount available to you, allowing you to fill your inventory with all of one item.

For example:
[Fire Missile Stock x5]
D3000000 30000000
23441A20 00000005

Would lock the Fire Missiles at 5, letting you take as many as you want. It seems like the weapon needs to be available in the first place for that to work though, so hardly perfect. Whelp, I might crack at these later if nobody beats me to it.
 

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,750
Country
United States
@ymyn You seem like one of the best Gateway coders in this thread. I'd appreciate your help with a question.
Do you know if (and how) it's possible to increase a float value with button press?

Say, I want to increase the value at offset 0x08123456 by tapping L-button one by one.
Base value: 0x3f800000 (1.0)
Value after first press: 0x40000000 (2.0)
Value after second press: 0x40400000 (3.0)
...

How would I achieve this? Increasing value of an integer is easy of course, not sure how to go about float values however...
Float values don't go up at a constant rate, so it's hard. But if you want something like that, then it's possible and very simple.

I would do something like this.

DD000000 00000YYY # YYY is the button activator
D3000000 XXXXXXXX # XXXXXXXX is an offset that you can write data to without it crashing the game, but without interfering with anything else.
D9000000 000000000 # Store values
D4000000 000000001 # Add 1
D6000000 000000000 # Write back the stored values + 1

Then, you would do a simple check on the address.

XXXXXXXX is still the offset that you chose earlier.

If XXXXXXXX = 0, then write 3F800000 to the offset 08123456
If XXXXXXXX = 1 (after one press), then write 40000000 to the offset 08123456
If XXXXXXXX = 2 (after two presses), then write 40400000 to the offset 08123456

EDIT: I pretty much made it for you here, just replace 12345678 with an address that isn't being used by the game, won't auto update (reset to 0, like some do), and doesn't crash when writing to it.
Code:
[Press L]
DD000000 00000200
D3000000 12345678
D9000000 00000000
D4000000 00000001
D6000000 00000000
D2000000 00000000
D3000000 12345678
50000000 00000000
D3000000 08123456
00000000 3F800000
D2000000 00000000
D3000000 12345678
50000000 00000001
D3000000 08123456
00000000 40000000
D2000000 00000000
D3000000 12345678
50000000 00000002
D3000000 08123456
00000000 40400000
D2000000 00000000

Hopefully you see what I did and can learn from it
 
Last edited by DarkFlare69,
  • Like
Reactions: _eyCaRambA_

Scarlet

Onion Soup
Editorial Team
GBAtemp Patron
Joined
Jan 7, 2015
Messages
5,144
Trophies
2
Location
Middleish North-Right
Website
scarlet.works
XP
14,767
Country
United Kingdom
Righty, I started at Federation Force ♪ I've only unlocked M01-03 so far, so that's as far as my testing goes - but these should work. Lemme know if there are any issues ^^
Code:
[Seconds Locked At 0 - Never mind, doesn't work lmao]
6080F5BC 00000000
B080F5BC 00000000
20000034 00000000
D2000000 00000000
I'm bad lol, only changed the visible value and not the value the game actually uses, ignore that one

[Infinite Health]
6085C598 00000000
B085C598 00000000
20000D38 00000062
D2000000 00000000
- Note: Health is locked at 98 so you can still get bonuses for using Med Packs on yourself
I'll update this post as I do more!
 
Last edited by Scarlet,

DarkFlare69

Well-Known Member
Member
Joined
Dec 8, 2014
Messages
5,147
Trophies
2
Location
Chicago
XP
4,750
Country
United States
Righty, I started at Federation Force ♪ I've only unlocked M01-03 so far, so that's as far as my testing goes - but these should work. Lemme know if there are any issues ^^
Code:
[Seconds Locked At 0]
6080F5BC 00000000
B080F5BC 00000000
00000034 00000000
D2000000 00000000
I'll update this post as I do more!
you might want to do an 8 bit write (20000034). you said seconds so i assume you mean time, which can only go up to 60
 
  • Like
Reactions: Scarlet

Scarlet

Onion Soup
Editorial Team
GBAtemp Patron
Joined
Jan 7, 2015
Messages
5,144
Trophies
2
Location
Middleish North-Right
Website
scarlet.works
XP
14,767
Country
United Kingdom
you might want to do an 8 bit write (20000034). you said seconds so i assume you mean time, which can only go up to 60
♪ Goooooooood ♪ point there! I'll change that.
 
  • Like
Reactions: DarkFlare69
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.
  • BakerMan @ BakerMan:
    fuck ubisoft, and fuck activision
    +1
  • realtimesave @ realtimesave:
    Nintendo needs to release a new console, switch is getting such shitty little games lately lol it's pathetic
  • Purple_Heart @ Purple_Heart:
    Lmao a new flashcart... The Unlock Switch... I knew it's not fake xD
    +1
  • NinStar @ NinStar:
    A new consoles won't solve that problem
  • NinStar @ NinStar:
    It will actually make it worse
  • The Real Jdbye @ The Real Jdbye:
    well actually
    a new console won't do anything right now, because the games are still in development, that's why there are few games being released
  • The Real Jdbye @ The Real Jdbye:
    it won't make the games finish any faster
  • Veho @ Veho:
    2/3rds of launch titles for the Switch 2 will just be lazy ports of Switch games anyway.
  • The Real Jdbye @ The Real Jdbye:
    probably
  • The Real Jdbye @ The Real Jdbye:
    maybe mario kart 9 will be a launch title
  • The Real Jdbye @ The Real Jdbye:
    i really want a new mario kart
  • Veho @ Veho:
    What, you mean the endless stream of DLCs doesn't count?
  • Veho @ Veho:
    Why develop a new game when you can just sell season passes forever?
  • Veho @ Veho:
    I'm still on MKDS so I'm not bothered :tpi:
  • The Real Jdbye @ The Real Jdbye:
    i like the dlc tbh, i'd like a new game more
  • ZeroT21 @ ZeroT21:
    but the current version is still selling fine at full price
  • SylverReZ @ SylverReZ:
    Hello
  • ZeroT21 @ ZeroT21:
    sup
    +1
  • SylverReZ @ SylverReZ:
    @realtimesave, You seen the Unlock Switch flashcart yet?
  • K3Nv2 @ K3Nv2:
    I'll see the 19.0 update that blocks use ability to it
    +1
  • K3Nv2 @ K3Nv2:
    Lol newegg+
    Screenshot-20240423-053504-Gmail.jpg
  • S @ salazarcosplay:
    does update 19 really block it
  • SylverReZ @ SylverReZ:
    Update 19 never came out yet. Just the 18.1.
    SylverReZ @ SylverReZ: Update 19 never came out yet. Just the 18.1.