ROM Hack [Spider] ARCode

DFuast

Member
Newcomer
Joined
Sep 14, 2009
Messages
13
Trophies
1
XP
242
Country
United States
I have a regular old 3ds with 9.5.0-19U and the codes don’t seem to work the crash happens from the browser then nothing the codes don’t work i haven’t had this problem before usually i use a 3dsxl with the same fw but its not available to me right now
 
Last edited by DFuast,

KazoWAR

Well-Known Member
OP
Member
Joined
Aug 12, 2008
Messages
1,952
Trophies
1
Age
35
Location
Winter Haven
XP
2,135
Country
United States
I have a regular old 3ds with 9.5.0-19U and the codes don’t seem to work the crash happens from the browser then nothing the codes don’t work i haven’t had this problem before usually i use a 3dsxl with the same fw but its not available to me right now
have you tried to clear cookies and history?
 
D

Deleted User

Guest
I know how to dump, but how do i create a code? I don't know what to do in that part...
 

ultimatetemper

Well-Known Member
Member
Joined
Dec 30, 2010
Messages
320
Trophies
1
XP
523
Country
Thank you. BTW Irumi`, is there a way to "simulate" the secret between the 2 IE versions? I'd really like to unlock the matches, but i can't find anyone who lives near me with the other version of the game.

I don't know, but I suppose it's only changing a flag in the save.
 

mancasoko

Well-Known Member
Member
Joined
Apr 27, 2014
Messages
211
Trophies
0
Age
35
XP
712
Country
Inazuma Eleven Go Galaxy Supernova (J)


Level
Change first line 0a for number of players you have
c0000000 0000000a
00ea04a2 00000063
DC000000 0000013c
D1000000 00000000
I tried this code and it only change stats of players for one game, in next game all stats are back to normal (and without all hissatsu) but players are level 99 back with stats of level from before activate the cheat (for example level 1).
 

tomx86

Well-Known Member
Member
Joined
Jun 3, 2015
Messages
780
Trophies
0
Age
38
XP
2,202
Country
Poland
Hi, everybody did someone find out the codes for O3DS and N3DS buttons, so we can activate and deactivate the codes by pressing buttons, like we did on the 3DS?
 

conanac

Be an Angel
Member
Joined
Sep 13, 2009
Messages
267
Trophies
1
XP
329
Country
United States
hi,
I think, the code section offset is not same location to heap section's.
A case of 3D Land, code section will have atleast 3 or more segments.
FCRAMadr, code-adr
03E00000, 00100000
03FFFFFF, 002FFFFF
03D10000, 00300000
03DFFFFF, 003EFFFF
unknown 003F0000
~

Code:
FCRAMadr code-adr machine-code
03E76AA8 00176AA8 EB03942C bl 0025BB60                  "return pointer that has game time
03E76AAC 00176AAC E1A01004 mov  r1,r4
03E76AB0 00176AB0 E8BD4010 ldmia  SP!,{r4,rL}
03E76AB4 00176AB4 E1A00000 nop(mv r0r0)
03E76AB8 00176AB8 E590201C ldr r2,[r0, #+$1c]        "record time
03E76ABC 00176ABC E3A03000 mov  r3,#$0
#03E76ABC 00176ABC E3A03E01 mov  r3,#$10           "cheat as remain time min value
03E76AC0 00176AC0 E3520000 cmp r2,#$0
03E76AC4 00176AC4 A0822001 addge  r2,r2,r1            "INC record time
03E76AC8 00176AC8 A580201C strge r2,[r0, #+$1c]
03E76ACC 00176ACC E5902018 ldr r2,[r0, #+$18]        "remain time
03E76AD0 00176AD0 E0421001 sub  r1,r2,r1                "DEC remain time
#03E76AD0 00176AD0 E1A01002 mov  r1,r2                 "cheat as Nop remain time
03E76AD4 00176AD4 E59F2018 ldr r2,[PC, #+$18]        "00176AF4 000055DA (=999*22)
03E76AD8 00176AD8 E3510000 cmp r1,#$0
#03E76AD8 00176AD8 E1510003 cmp r1,r3                 "cheat remain time min
03E76ADC 00176ADC B1A01003 movlt r1,r3
03E76AE0 00176AE0 BA000001 blt 00176AEC
03E76AE4 00176AE4 E1520001 cmp r2,r1
03E76AE8 00176AE8 B1A01002 movlt  r1,r2
03E76AEC 00176AEC E5801018 str r1,[r0, #+$18]     "write back remain time
03E76AF0 00176AF0 E12FFF1E bx rL (w/CPSR_fsxc)
03E76AF4 00176AF4 000055DA dc.l 999*22

Great, thanks for the information. I managed to port the codes for the US version (and tested them in the NTR CFW):
# stop time count down
AR Code
03E76AC8 E1A01002
NTR CFW
write(0x176AC8, (0x02, 0x10, 0xA0, 0xE1), pid=PP)

# pass over time-up
AR Code
03E76AB4 E3A03E01
03E76AD0 E1510003
NTR CFW
write(0x176AB4, (0x01, 0x3E, 0xA0, 0xE3), pid=PP)
write(0x176AD0, (0x03, 0x00, 0x51, 0xE1), pid=PP)

And PP should be replaced by the appropriate process ID using listprocess() command in NTR CFW.

If you could put a tutorial on how to find such a function (timer) that would be great so we could learn more. I am also interested to find the function that decrease the heart in Luigi Mansion Dark Moon game so that we could nop it.

Cheers.
 
  • Like
Reactions: Margen67 and Lord M

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,746
Trophies
2
XP
6,315
Country

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,928
Trophies
0
Age
38
XP
5,180
Country
United States
No, it's not that. I can't use the cheat engine...
I just need a full tutorial. That would be helpful! :D

Open Cheat engine, then open the first FCRAM dump, i tend to make a note each time i do a dump so i know what the value is.

once you have opened your dump click new scan then start your search, known value, unkown etc.

once you have done your first scan, open your next dump and do your next scan.

continue process until the list of possibilities has narrowed down then write down the address's and the value you want to set then enter them into the AR QR site then generate QR and use your QR scanner to apply the code.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    @mthrnite, Cheetah Girls, the sequel to Action 52's Cheetah Men.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Pokemon Black I played that one a lot
  • K3Nv2 @ K3Nv2:
    Honestly never messed with Pokémon on ds much
  • mthrnite @ mthrnite:
    I played pokemon once, was bored, never tried again
  • Psionic Roshambo @ Psionic Roshambo:
    Oh Dragon Quest IX
  • K3Nv2 @ K3Nv2:
    Spent like 5 hours on switch one never touched it again
  • Psionic Roshambo @ Psionic Roshambo:
    Sentinel of the stary skies
  • K3Nv2 @ K3Nv2:
    Ds is 20 years old this year
  • Psionic Roshambo @ Psionic Roshambo:
    So MJ no longer wants to play with it?
  • K3Nv2 @ K3Nv2:
    He put it down when the 3ds came out
  • SylverReZ @ SylverReZ:
    @K3Nv2, RIP Felix does great videos on the PS3 yellow-light-of-death.
  • Jayro @ Jayro:
    Eventhough the New 3DS XL is more powerful, I still feel like the DS Lite was a more polished system. It's a real shame that it never got an XL variant keeping the GBA slot. You'd have to go on AliExpress and buy an ML shell to give a DS phat the unofficial "DS Lite" treatment, and that's the best we'll ever get I'm afraid.
    +1
  • Jayro @ Jayro:
    The phat model had amazingly loud speakers tho.
    +1
  • SylverReZ @ SylverReZ:
    @Jayro, I don't see whats so special about the DS ML, its just a DS lite in a phat shell. At least the phat model had louder speakers, whereas the lite has a much better screen.
    +1
  • SylverReZ @ SylverReZ:
    They probably said "Hey, why not we combine the two together and make a 'new' DS to sell".
  • Veho @ Veho:
    It's a DS Lite in a slightly bigger DS Lite shell.
    +1
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
    Veho @ Veho: +1