ROM Hack [Spider] ARCode

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,727
Trophies
2
XP
6,289
Country
V1.01
Based on the Action Replay DS Code Types

my ar2bin looks like this
03464B20 00000063
03464B2C 00000063
C0000000 0000002C //repeat 44 times
03465078 00000063//start address and value
DC000000 00000004//increase address by 4
D2000000 00000000

but, only red text (3 address) have effect
Does the C0 and DC codetype works on ARCode or did I type something wrong?
 

MegaSynka

Active Member
Newcomer
Joined
Feb 2, 2015
Messages
41
Trophies
0
XP
142
Country
my ar2bin looks like this
03464B20 00000063
03464B2C 00000063
C0000000 0000002C //repeat 44 times
03465078 00000063//start address and value
DC000000 00000004//increase address by 4
D2000000 00000000

but, only red text (3 address) have effect
Does the C0 and DC codetype works on ARCode or did I type something wrong?


D2 codes clear everything anytime they are encountered in Kazo's original implementation. Use a D1 code instead or the updated implementations.
 

ad2099

Active Member
Newcomer
Joined
Jan 26, 2015
Messages
28
Trophies
0
Age
28
XP
60
Country
Mexico
How do I go about finding the value that goes into the
Patch Code
0x0E

EXXXXXXX YYYYYYYY
Is that "X" is the address
but in "Y"
 

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
D2 codes clear everything anytime they are encountered in Kazo's original implementation. Use a D1 code instead or the updated implementations.

my ar2bin looks like this
03464B20 00000063
03464B2C 00000063
C0000000 0000002C //repeat 44 times
03465078 00000063//start address and value
DC000000 00000004//increase address by 4
D2000000 00000000

but, only red text (3 address) have effect
Does the C0 and DC codetype works on ARCode or did I type something wrong?

Just updated my build with this fix. In case direct link will be used: the offset hase been changed.
 
  • Like
Reactions: dsrules

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,727
Trophies
2
XP
6,289
Country
D2 codes clear everything anytime they are encountered in Kazo's original implementation. Use a D1 code instead or the updated implementations.
Thanks, D1 works good

How do I go about finding the value that goes into the
EXXXXXXX YYYYYYYY
Is that "X" is the address
but in "Y"

XXXXXXX is the start address
YYYYYYYY is the number of bytes you want to write, counting from the start address

instead of input each consecutive address and value one by one
03123450 00000001
03123454 00000003
03123458 00000054
0312345C 01002003
03123460 09005030
03123464 00015080
03123468 01010010
0312346C 01010170
you could use 1 starting address follow by each value, only use this when you have a lot of consecutive address with different values

E3123450 00000020 //start address and bytes to write
00000001 00000003//50 54
00000054 01002003//58 5C
09005030 00015080//60 64
01010010 01010170//68 6C
D2000000 00000000

Just updated my build with this fix. In case direct link will be used: the offset hase been changed.
Thanks, is there a new source code or new arcode.bin for my SD card? I didn't find it in Post #1
 
  • Like
Reactions: ad2099

lucoia

Well-Known Member
Member
Joined
Nov 29, 2008
Messages
130
Trophies
1
XP
571
Country
Italy
Hi, I have an EUR 3DS XL with a Getaway, sysnand 4.2.0-9E, emunand GW3D 9.5.0-23E.

I read almost all the topic and I still have a couple of question.

Which version of the browser should I download that works with my emunand? EU browser (0004003000009D02 version 4096) Is that one good or I need another specific one?

I also read I can just easily switch to home, and use existing codes by converting them in QR via http://lunarcookies.github.io/cheat.html , but how can I scan for my own cheats in game and make them like if I'm using Cheat Engine?

I will cheat on mostly just .3ds scene roms on the microsd inside the gateway, but I also have some .cia on the SD, and one custom .3dz rom made with an EU dump of the game plus custom header from another game I own to make it playable online, does it make any difference or it will work on all the rom formats the same way?

Also can someone be so kind to tell me or link me on how to downgrade browser with devmenu to be sure I don't screwup? I just opened it but seems I can only launch appz or import .cia, I dunno where to find the browser and delete it.
 

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,405
Country
Germany
Hi, I have an EUR 3DS XL with a Getaway, sysnand 4.2.0-9E, emunand GW3D 9.5.0-23E.

I read almost all the topic and I still have a couple of question.

Which version of the browser should I download that works with my emunand? EU browser (0004003000009D02 version 4096) Is that one good or I need another specific one?

I also read I can just easily switch to home, and use existing codes by converting them in QR via http://lunarcookies.github.io/cheat.html , but how can I scan for my own cheats in game and make them like if I'm using Cheat Engine?

I will cheat on mostly just .3ds scene roms on the microsd inside the gateway, but I also have some .cia on the SD, and one custom .3dz rom made with an EU dump of the game plus custom header from another game I own to make it playable online, does it make any difference or it will work on all the rom formats the same way?

Also can someone be so kind to tell me or link me on how to downgrade browser with devmenu to be sure I don't screwup? I just opened it but seems I can only launch appz or import .cia, I dunno where to find the browser and delete it.



Zhis Setup. Browser is Spoofed. ;))

http://www.directupload.net/file/d/3953/6jj5d4qa_png.htm
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,727
Trophies
2
XP
6,289
Country
Question about shuffleshop does the exploit have to stay green for some minutes or if the exploit freezes for 5 or more minutes means the 3ds has frozen? :/

it should only take no more than 30 seconds, if the home button is not responding then the 3ds has already been frozen
 

Nobunaga

Empty
Member
Joined
Apr 19, 2010
Messages
2,077
Trophies
1
Age
29
XP
2,647
Country
Greece
it works fine for me on emunand 8.1 and 9.4
but I am using the arcode.bin + arcode.cht method
Oh I see I will try this one then thanks ^^

Pokemon World EUR

All Ballons Free:

First Use Them

025B52E4 000F423F
025B538C 000F423F

Than Them

00013600 0000270F
0021A700 0000270F
025B52E8 0000270F
02B24B68 0000270F

The codes finally loaded but the balloons are not showing up for free for some reason and the game froze after scrolling down :/
 

lucoia

Well-Known Member
Member
Joined
Nov 29, 2008
Messages
130
Trophies
1
XP
571
Country
Italy
Yep I did it, and my web browser now says it's 1.7567 in version info (which seems to be correct as 3DS Browser Version 1.7567 For Firmware 7.1.0-16 > Mozilla/5.0 (Nintendo 3DS; U; ; de) Version/1.7567.EU)

I tried a couple of codes with http://lunarcookies.github.io/cheat.html the browser crash after few seconds as it should do, but when I go back to the game nothing has changed.

I tried Mario Kart 7 and Etrian Odyssey Untold : MIllenium Girl, they are bot scene roms .3ds on the mini sdhc inside gateway cart.

Am I missing something?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Veho @ Veho:
    Nah, a hit gives them mad meth powers, but makes them more difficult to control.
    +1
  • Veho @ Veho:
    Before a hit they're like zombies, persistent but slow.
    +1
  • Veho @ Veho:
    It's a tradeoff.
    +1
  • The Real Jdbye @ The Real Jdbye:
    no i mean, before a hit is after the previous hit
    +1
  • The Real Jdbye @ The Real Jdbye:
    if you keep them well enough fed, it's the same thing
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    By the power of Florida Man, I have the power!!! *Lifts up meth pipe* Meth Man!!! lol
  • BakerMan @ BakerMan:
    Guys, I just learned my little brother is in the hospital because he had a seizure last night.
  • cearp @ cearp:
    Sorry to hear that BakerMan
    +2
  • BakerMan @ BakerMan:
    Just found out he's doing alright, doing a lot of complaining too, rightfully so. Who wouldn't complain after having a seizure and being hospitalized?
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Glad he is OK and complaining is cool :)
    +1
  • K3Nv2 @ K3Nv2:
    Yeah been there had that no fun
    +1
  • K3Nv2 @ K3Nv2:
    They'll give him sleep studies eegs and possibly one week hospital stay
    +1
  • BakerMan @ BakerMan:
    I hope it's not a week.
  • K3Nv2 @ K3Nv2:
    It's standard so doctors can get a idea about what's going on
  • BakerMan @ BakerMan:
    understood
  • BakerMan @ BakerMan:
    well, i'm glad he seems to be doing fine, and ig i'm going to start spewing goofy shit again
  • BakerMan @ BakerMan:
    Update: Turns out he's epileptic
  • K3Nv2 @ K3Nv2:
    Get a 2nd opinion run mris etc they told me that also
  • Psionic Roshambo @ Psionic Roshambo:
    Also a food allergy study would be a good idea
  • K3Nv2 @ K3Nv2:
    Turns out you can't sprinkle methamphetamine on McDonald's French fries
  • ZeroT21 @ ZeroT21:
    they wouldn't be called french fries at that point
  • ZeroT21 @ ZeroT21:
    Probably just meth fries
  • K3Nv2 @ K3Nv2:
    White fries hold up
    K3Nv2 @ K3Nv2: White fries hold up