ROM Hack [Spider] ARCode

supermariorick

Well-Known Member
Member
Joined
Jun 18, 2010
Messages
640
Trophies
1
XP
816
Country
United States
You need the NTR CFW debugger for the New3DS, don't you?
i dont have new3ds. im trying to make a code that stops depletion without NTR CFW debugger freezing values. the codes i am trying to make are for arcode using spider exploit on old3ds edit: someone on codemasters-project said they used ramdumps from old3ds memdump thru spider exploit and idapro to make complex asm codes and not NTR CFW debugger.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,733
Trophies
2
XP
6,295
Country
i dont have new3ds. im trying to make a code that stops depletion without NTR CFW debugger freezing values. the codes i am trying to make are for arcode using spider exploit on old3ds edit: someone on codemasters-project said they used ramdumps from old3ds memdump thru spider exploit and idapro to make complex asm codes and not NTR CFW debugger.
you need to know arm assembly language to read the functions and instructions
 

ness151

Well-Known Member
Member
Joined
Jun 2, 2008
Messages
443
Trophies
1
Location
D:\virus.exe
XP
993
Country
United States
Ty but I need super mushrooms not gold ty though

Fire Flower:
03a2ae68 000000XX
Super Mushroom:
03A2AE60 000000XX
Flame Chomp Coin:
03A2AFF8 000000XX
Super Leaf:
03a2ae70 000000XX
Ice Flower:
03A2AE78 000000Xx
Boo Mushroom:
03a2ae80 000000Xx
Poison Mushroom:
03a2aeb0 000000xx
Goomba Coin:
03a2afe8 000000xx
Cheep Cheep Coin:
03a2aff0 000000xx
Lakitu Coin:
03a2b000 000000xx
Boo Coin:
03A2B008 000000xx
Green Star Coin:
03A2AF00 000000xx
Super Star:
03A2AF10 000000xx
Grand Comet Medal:
03a2aee0 000000xx
Comet Medal:
03A2AF18 000000xx
Star Coin:
03a2aef8 000000xx
Berry:
03a2af20 000000xx

change XX to any number (in hex) that you want.
63 in hex = 99.
 
Last edited by ness151,
  • Like
Reactions: Roxas1/2

supermariorick

Well-Known Member
Member
Joined
Jun 18, 2010
Messages
640
Trophies
1
XP
816
Country
United States
anyone know how to port the infinite blue magic meter code from here http://geckocodes.org/?c=NARE to Majora's Mask 3D (U) 1.0 ? i attempted but it looks like it isnt the same relative distance to the rupee address in memory edit: i found this supposed "perfect infinite health" code on Glitchkill but after i attempted to port it and tested it all that happened was the game froze. i am working on a bottle modifier port but instead of replacing the bottle it overwrites the powder keg. 239F5360 00000025 with a little effort and memory address shifting by 0x2 and with enough time testing a proper bottle modifier code can be made/ported.
 
Last edited by supermariorick,

Irumi`

Well-Known Member
Member
Joined
May 2, 2015
Messages
104
Trophies
0
Age
26
XP
157
Country
Italy
Irumi` pls can you make a code for quick win(set the time directly to 30.00 or something else) for inazuma go chrono stone(EU).thx
by the way i dont know how to dum ram in emunand to make code.
Sorry to say certain things to someone with Laxus as avatars, but I do not know if it is possible (But maybe it's me, I had not thought about the idea of creating this code). I'll try, but I do not promise anything. I could try to create the various FCRAM every few minutes of the match.
 

The picky Vayne[EU]

Member
Newcomer
Joined
May 30, 2015
Messages
12
Trophies
0
Age
27
XP
100
Country
France
thx Irumi` give me if you can some fcram dump so i can work on it too.do multiple ram dump at diffrent time is i belive the good way. make sure you check the time at evry dump.
with this i will be able to make 100% recrutiment item and all the player save.
 

conanac

Be an Angel
Member
Joined
Sep 13, 2009
Messages
267
Trophies
1
XP
329
Country
United States
Super mario 3D Land (JPN/EUR)

# stop time count down (残り時間減らない)
03E76AD0 E1A01002

# pass over timeup (残り時間1でストップ)
03E76ABC E3A03E01
03E76AD8 E1510003

Thanks for sharing, I am interested in porting this to US version, do you by any chance could share several lines of ASM hex-codes before and after these addresses so I could search a similar part of ASM hex-codes in the US version? I could only try to use the EUR version and by using NTR CFW, the valid memory address region for this somehow ranges from 0x14000000 to 0x17cadfff (which corresponds to 0x00000000 to 0x03CADFFF for AR code style), so I could not unfortunately check the appropriate section of ASM codes (at 0x03E76AD0 or 0x17E76AD0) shown in your codes. Or perhaps I miss something here.

And for anyone who wants to have triple-crown of lives (i.e. 1110 lives) in US version (in case this has not been posted yet), you could try this AR code (I did this quickly so it may not work for every cases, and it may show only after you finish the round):
1218FAE2 00000456
or for NTR CFW:
write(0x1618FAE2, (0x56, 0x04), pid=0xPP)
replace PP in pid with the right number for this game (use 'listprocess()' command in the debugger for getting the right number).

Cheers.
 

Irumi`

Well-Known Member
Member
Joined
May 2, 2015
Messages
104
Trophies
0
Age
26
XP
157
Country
Italy
thx Irumi` give me if you can some fcram dump so i can work on it too.do multiple ram dump at diffrent time is i belive the good way. make sure you check the time at evry dump.
with this i will be able to make 100% recrutiment item and all the player save.
Unfortunately I couldn't do much. Even with 3 FCRAM, they remain too many values. Also with Cheat Engine I can not enter ":" for the search, and then I have to look for the minutes without the seconds. I also tried to do something different, such as 99 goals, but I might have done something wrong.
 

Boysbigbig

Well-Known Member
Newcomer
Joined
Apr 28, 2015
Messages
55
Trophies
0
Age
33
Location
Concord, North Carolina
XP
103
Country
United States
Fire Flower:
03a2ae68 000000XX
Super Mushroom:
03A2AE60 000000XX
Flame Chomp Coin:
03A2AFF8 000000XX
Super Leaf:
03a2ae70 000000XX
Ice Flower:
03A2AE78 000000Xx
Boo Mushroom:
03a2ae80 000000Xx
Poison Mushroom:
03a2aeb0 000000xx
Goomba Coin:
03a2afe8 000000xx
Cheep Cheep Coin:
03a2aff0 000000xx
Lakitu Coin:
03a2b000 000000xx
Boo Coin:
03A2B008 000000xx
Green Star Coin:
03A2AF00 000000xx
Super Star:
03A2AF10 000000xx
Comet Medal:
03A2AF18 000000xx
Star Coin:
03a2aef8 000000xx
Berry:
03a2af20 000000xx

change XX to any number (in hex) that you want.
63 in hex = 99.
Thank you soooooo much
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://m.youtube.com/watch?v=d0-EuoBjkKI&pp=ygUqd2F0Y2htZW4gaSdtIG5vdCB0cmFwcGVkIGluIGhlcmUgd2l0...