Hacking Badge Arcade Cheating with Gateway

  • Thread starter Thread starter aos10
  • Start date Start date
  • Views Views 197,993
  • Replies Replies 1,063
  • Likes Likes 8
Which ones?

UnlockCatcher- NTR Debugger(Useif you have no plays.Gives5 plays and requires no plays to activate)

US N3DS
write(0x3649893C,(0x04,0x00), pid=0x**)

Code:
99Plays- NTR Debugger(Requiresuse of 1 play to activate)

US N3DS:
write(0x3649894C,(0x64,0x00), pid=0x**)
 
UnlockCatcher- NTR Debugger(Useif you have no plays.Gives5 plays and requires no plays to activate)

US N3DS
write(0x3649893C,(0x04,0x00), pid=0x**)

Code:
99Plays- NTR Debugger(Requiresuse of 1 play to activate)

US N3DS:
write(0x3649894C,(0x64,0x00), pid=0x**)
I can can confirm that these don't work for me either.
 
  • Like
Reactions: mungry
Those are old. These are the current ones.
Can some confirm the GW codes work for me?
Code:
Unlock Catcher - NTR Debugger (Use if you have no plays. Gives 5 plays and requires no plays to activate)

US O3DS:
write(0x328686BC, (0x04, 0x00), pid=0x**)

US N3DS
write(0x364686BC, (0x04, 0x00), pid=0x**)

Code:
99 Plays - NTR Debugger (Requires use of 1 play to activate)

US O3DS:
write(0x328686CC, (0x64, 0x00), pid=0x**)

US N3DS:
write(0x364686CC, (0x64, 0x00), pid=0x**)

Code:
30 Plays - NTR Debugger (Requires use of 1 play to activate)

US O3DS:
write(0x328686CC, (0x1f, 0x00), pid=0x**)

US N3DS:
write(0x364686CC, (0x1f, 0x00), pid=0x**)

Code:
Stop Playing - NTR Debugger (Activates after 1 play)

US O3DS:
write(0x328686CC, (0x00, 0x00), pid=0x**)

US N3DS:
write(0x364686CC, (0x00, 0x00), pid=0x**)

Code:
GW US O3DS

[Unlock Catcher L + UP]
DD000000 00000240
D3000000 328686BC
20000000 00000004
D2000000 00000000

[Press L + Left for 99 plays Real Catcher]
DD000000 00000240
D3000000 328686CC
00000000 00000063
D0000000 00000000

[Press L + Down to stop playing]
DD000000 00000280
D3000000 328686CC
00000000 00000000
D0000000 00000000

Code:
GW US N3DS

[Unlock Catcher L + UP]
DD000000 00000240
D3000000 364686BC
20000000 00000004
D2000000 00000000

[Press L + Left for 99 plays Real Catcher]
DD000000 00000240
D3000000 364686CC
00000000 00000063
D0000000 00000000

[Press L + Down to stop playing]
DD000000 00000280
D3000000 364686CC
00000000 00000000
D0000000 00000000
 
  • Like
Reactions: Monty Kensicle
UnlockCatcher- NTR Debugger(Useif you have no plays.Gives5 plays and requires no plays to activate)

US N3DS
write(0x3649893C,(0x04,0x00), pid=0x**)

Code:
99Plays- NTR Debugger(Requiresuse of 1 play to activate)

US N3DS:
write(0x3649894C,(0x64,0x00), pid=0x**)

I can can confirm that these don't work for me either.
Please check last page again

https://gbatemp.net/threads/badge-arcade-cheating-with-gateway.407588/page-27#post-5972418
 
offsets are the same for people i think.
but the n3ds memory region the values are in do not exist on o3ds and the game will freeze.
no need to freeze to 5 turns, because you can't stop the game until you disable the code.
nice to set to a high number, then set to 0 or 1 when you want to stop. 1 is technically better i guess. i think the value is 32bit, not 8bit, but not very important.
but faster (i think) to search for 32bit values because there are less of them.
the offset between practice and real, is the same, at least for jpn, from o3ds and n3ds. so i calculated the address before finding it. i tested the code and it works :)


my codes for jpn:
best and easiest badge codes i think

it works in training and real plays.
play the training until you 'win' 10 badges, then you get 1 free real try no matter what.
stop the game with L+R+DOWN when you are bored.

0004000000134600.txt

[v1.3 N3DS* L+UP - 50 plays]
DD000000 00000240
D3000000 3644B54C
00000000 00000032
003E0B10 00000032
D0000000 00000000

[v1.3 N3DS* L+R+DOWN - 0 plays (stop)]
DD000000 00000380
D3000000 3644B54C
00000000 00000000
003E0B10 00000000
D0000000 00000000

[v1.3 O3DS* L+UP - 50 plays]
DD000000 00000240
D3000000 3284B54C
00000000 00000032
003E0B10 00000032
D0000000 00000000

[v1.3 O3DS* L+R+DOWN - 0 plays (stop)]
DD000000 00000380
D3000000 3284B54C
00000000 00000000
003E0B10 00000000
D0000000 00000000

Doesn't work for me :/
Using the N3DS codes on my JP New 3ds.

Can anyone make new ones for JP n3ds?
I tried doing it myself, found the address and all but it keeps resetting to 0 each time I try to change it.
 
I assume this is what I was waiting for but how do I use it?
Those are the direct addresses where the plays are stored (for the us n3dsxl) for today. You can either input them into a text file and modify them (000000XX) to have direct access to those plays, or you can create button triggers to input them modified values to your liking (like Press L+Left to have X plays, for example)
 
Last edited by ness151,
Those are the direct addresses where the plays are stored. You can either input them into a text file and modify them (000000XX) to have direct access to those plays, or you can create button triggers to input them modified values to your liking (like Press L+Left to have X plays, for example)
That's the thing I dont know how and the people coming for the cheats more than likely dont know either, no one has bothered to make a tut yet -__-
 
  • Like
Reactions: x06xp
That's the thing I dont know how and the people coming for the cheats more than likely dont know either, no one has bothered to make a tut yet -__-
have you bothered reading the first page at least ?
the GW cheat search is pretty easy.
 
have you bothered reading the first page at least ?
the GW cheat search is pretty easy.
It faild for me on the days I can try, at first it would simply freeze on comparing and last night I got it to find an address for practice but nothing would change the "tutorial" of images isn't very clear.
 
It faild for me on the days I can try, at first it would simply freeze on comparing and last night I got it to find an address for practice but nothing would change the "tutorial" of images isn't very clear.
1- go to practice mode
2- make search for the value 5 using 8 bit ( the first one ), then try catch any thing
3- make search for value 4 , then try again catch
4- make search again for number 3 , then try again to catch
5- now there is suppose 2 tries left for you , go to the result page and you suppose to see 2 address , change the first one to any number
6- now try again to catch
7- profit ???
 
1- go to practice mode
2- make search for the value 5 using 8 bit ( the first one ), then try catch any thing
3- make search for value 4 , then try again catch
4- make search again for number 3 , then try again to catch
5- now there is suppose 2 tries left for you , go to the result page and you suppose to see 2 address , change the first one to any number
6- now try again to catch
7- profit ???
I just said changing the amount did nothing if you have the time why not make a clear tut with screen shots from NTR you have control of the thread and having someone else make a clearer one would be pointless.
 
I just said changing the amount did nothing if you have the time why not make a clear tut with screen shots from NTR you have control of the thread and having someone else make a clearer one would be pointless.
you are talking about NTR ?
this is for GW , i believe some one in this thread made a tutorial how to use the plug in for NTR
and you can't search in NTR in this game.
 
you are talking about NTR ?
this is for GW , i believe some one in this thread made a tutorial how to use the plug in for NTR
and you can't search in NTR in this game.
I'm not using NTR you can use NTR to take screenshots instead of pictures from and camera and vague instructions.
 
My address (JP New 3DS) is 3644BBCC for real catcher. Anyone knows what code do I need to add then? I have 0 plays left btw, do I need a play to make this work?
 

Site & Scene News

Popular threads in this forum