Hacking Badge Arcade Cheating with Gateway

  • Thread starter Thread starter aos10
  • Start date Start date
  • Views Views 198,238
  • Replies Replies 1,063
  • Likes Likes 8
I used write(0x36468C3C, (0x04, 0x00), pid=0x??) for 5 plays without needing any on my N3DS and it worked so...

and used write(0x32868C4C, (0x64, 0x00), pid=0x??) for 99 plays..
 
Last edited by DarkenedMatter,
I just now noticed that the OP has the wrong codes for N3DS. Are you using the one I posted or the one in the OP. These are the ones that should work. If you used this one then I don't know whats wrong because someone has already confirmed that the address I used is correct.
Code:
Unlock Catcher - NTR Debugger (Use if you have no plays. Gives 5 plays and requires no plays to activate)

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

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

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

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

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

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

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

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

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

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

US N3DS:
write(0x3649894C, (0x00, 0x00), pid=0x**)
OK, I will put that codes instead
 
Could someone post the new gateway code for N3DS US? Thanks!
Try these

[Unlock Catcher L+UP]
DD000000 00000240
D3000000 3649893C
20000000 00000004
D2000000 00000000

[Press Left + L for 99 plays Real Catcher]
DD000000 00000240
D3000000 3649894C
00000000 00000063
D0000000 00000000
 
  • Like
Reactions: montalvoe
I used write(0x36468C3C, (0x04, 0x00), pid=0x??) for 5 plays without needing any on my N3DS and it worked so...

and used write(0x32868C4C, (0x64, 0x00), pid=0x??) for 99 plays..
That is very strange. I'm glad you got them working though.

OK, I will put that codes instead
Thanks!
 
Last edited by Splosionz,
US System.
yah , i just tried it and it's not working
it strange they changed it twice today.
WTF ?

i think it's because they returned the fire and dark pokemon now , 8 hours ago they were not available .

maybe try the codes before 7-8 pages.
 
Last edited by aos10,
(EUR o3ds) Hey guys, the process "0000002f" have the titleid of badge arcade and the pname say "CENTER", can this help someone, is this the "key" for the code?
 
yah , i just tried it and it's not working
it strange they changed it twice today.
WTF ?

i think it's because they returned the fire and dark pokemon now , 8 hours ago they were not available .

maybe try the codes before 7-8 pages.

O3DS US code is 32868C4C now and the unlock code is 32868C3C
 
How can i find the eur code?...
If all the addresses got reverted then these may work still

Code:
UnlockCatcher- NTR Debugger(Sets your plays to 5 regardless of how many you had before)

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

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

EU N3DS:
write(0x3646AD3C,(0x04,0x00), pid=0x**)

EU O3DS:
write(0x3286AD3C,(0x04,0x00), pid=0x**)

JP N3DS
write(0x36469ABC,(0x04,0x00), pid=0x**)

Code:
99Plays- NTR Debugger

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

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

EU N3DS:
write(0x3646AD4C,(0x64,0x00), pid=0x**)

EU O3DS:
write(0x3286AD4C,(0x64,0x00), pid=0x**)

JP N3DS
write(0x36469ACC,(0x64,0x00), pid=0x**)

Code:
30Plays- NTR Debugger

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

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

EU N3DS:
write(0x3646AD4C,(0x1f,0x00), pid=0x**)

EU O3DS:
write(0x3286AD4C,(0x1f,0x00), pid=0x**)

JP N3DS
write(0x36469ACC,(0x1f,0x00), pid=0x**)
 
Last edited by Splosionz,
  • Like
Reactions: HappyzLife
I don't know why but everytime i connect to the 3ds i get some errors, what can i do? And can i use the first code (UnlockCatcher) when i have no plays?
Code:
> connect('192.168.1.136', 8000)
null
Server connected.
openProcess failed: d9001818, pid: 0000002f
broken protocol: 56780064, cec01234
 
That error is ok. You can ignore it. Yes, the first code is for when you have no plays.
Nothing, everytime i try to put the first code i get that error:
Code:
> write(0x3286AD3C,(0x04,0x00), pid=0x**)
unexpected token ')'
   in Microsoft.Scripting.ErrorSink.Add(SourceUnit source, String message, SourceSpan span, Int32 errorCode, Severity severity)
   in IronPython.Compiler.Parser.ReportSyntaxError(Int32 start, Int32 end, String message, Int32 errorCode)
   in IronPython.Compiler.Parser.ReportSyntaxError(Token t, IndexSpan span, Int32 errorCode, Boolean allowIncomplete)
   in IronPython.Compiler.Parser.ParsePrimary()
   in IronPython.Compiler.Parser.ParsePower()
   in IronPython.Compiler.Parser.ParseFactor()
   in IronPython.Compiler.Parser.ParsePower()
   in IronPython.Compiler.Parser.ParseFactor()
   in IronPython.Compiler.Parser.ParseExpr(Int32 precedence)
   in IronPython.Compiler.Parser.ParseComparison()
   in IronPython.Compiler.Parser.ParseNotTest()
   in IronPython.Compiler.Parser.ParseAndTest()
   in IronPython.Compiler.Parser.ParseOrTest()
   in IronPython.Compiler.Parser.ParseExpression()
   in IronPython.Compiler.Parser.FinishKeywordArgument(Expression t)
   in IronPython.Compiler.Parser.FinishArgumentList(Arg first)
   in IronPython.Compiler.Parser.FinishArgListOrGenExpr()
   in IronPython.Compiler.Parser.AddTrailers(Expression ret, Boolean allowGeneratorExpression)
   in IronPython.Compiler.Parser.ParsePower()
   in IronPython.Compiler.Parser.ParseFactor()
   in IronPython.Compiler.Parser.ParseExpr(Int32 precedence)
   in IronPython.Compiler.Parser.ParseComparison()
   in IronPython.Compiler.Parser.ParseNotTest()
   in IronPython.Compiler.Parser.ParseAndTest()
   in IronPython.Compiler.Parser.ParseOrTest()
   in IronPython.Compiler.Parser.ParseExpression()
   in IronPython.Compiler.Parser.ParseTestListAsExpr()
   in IronPython.Compiler.Parser.ParseExprStmt()
   in IronPython.Compiler.Parser.ParseSmallStmt()
   in IronPython.Compiler.Parser.ParseSimpleStmt()
   in IronPython.Compiler.Parser.ParseStmt()
   in IronPython.Compiler.Parser.ParseFileWorker(Boolean makeModule, Boolean returnValue)
   in IronPython.Compiler.Parser.ParseFile(Boolean makeModule, Boolean returnValue)
   in IronPython.Runtime.PythonContext.ParseAndBindAst(CompilerContext context)
   in IronPython.Runtime.PythonContext.CompilePythonCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
   in IronPython.Runtime.PythonContext.CompileSourceCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
   in Microsoft.Scripting.SourceUnit.Compile(CompilerOptions options, ErrorSink errorSink)
   in Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)
   in Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
   in ntrclient.CmdWindow.runCmd(String cmd)
 

Site & Scene News

Popular threads in this forum