ROM Hack Cheat Codes AMS and Sx Os, Add and Request

ROMULO2020

Member
Newcomer
Joined
May 5, 2020
Messages
5
Trophies
0
Age
43
XP
74
Country
Venezuela
FULL METAL FURIES
TITLE ID:010079300AD54000
BUILD ID: 0b76ec521212fd1c
VERSION: FULL METAL FURIES v1.0.4
REQUEST:
INFINITE HP (1Player, 2Player),
INFINITE POWER (1Player, 2Player),
INFINITE TECHNICS (1Player, 2Player)


NINJIN CLASH OF CARROTS
TITLE ID:010003C00B868000
BUILD ID:82742cdd371d8d46
VERSION: NINJIN CLASH OF CARROTS v1.0.0
REQUEST:
INFINITE HP (1Player, 2Player),
INFINITE SP (1Player, 2Player),
INFINITE CARROTS
 
  • Like
Reactions: platanos

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
Hi i know this is offtopic, but do you happen to know how to edit the exp multiplier so instead of getting 16x exp i can get x2?
i guessing this code?
Code:
[16x experience points]
040B0000 00B3A060 0B0913E9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
"040B0000 00B3A060 0B0913E9" this line is contains the actual modifier:
Code:
add w9, wzr, w9, lsl #?
where the "?" is the multiplier. so 4 is 16(left shift 4 times).
so 2 would be "add w9, wzr, w9, lsl #2" or E9 0B 09 0B, but for switch we have to reverse it. so final code is:
Code:
[2x experience points]
040B0000 00B3A060 0B090BE9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
 

toto621

Well-Known Member
Member
Joined
Jan 19, 2015
Messages
384
Trophies
0
XP
1,426
Country
Belgium
i guessing this code?
Code:
[16x experience points]
040B0000 00B3A060 0B0913E9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
"040B0000 00B3A060 0B0913E9" this line is contains the actual modifier:
Code:
add w9, wzr, w9, lsl #?
where the "?" is the multiplier. so 4 is 16(left shift 4 times).
so 2 would be "add w9, wzr, w9, lsl #2" or E9 0B 09 0B, but for switch we have to reverse it. so final code is:
Code:
[2x experience points]
040B0000 00B3A060 0B090BE9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
i think it's EXP x4 instead, like the code posted earlier or a mistranslation if the code is actually x2 :

https://gbatemp.net/threads/cheat-codes-ams-and-sx-os-add-and-request.520293/page-1193#post-9069433
 
Last edited by toto621,

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
i think it's EXP x4 instead, like the code posted earlier or a mistranslation if the code is actually x2 :
[Exp x4]
040B0000 00B3A060 0B090BE9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
oh, er....in that case,i think i miscounted, try using "0B0907E9" instead.
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States

That's right, i think i found a true game-breaking code for Xenoblade DE. and it comes in three "strengthens"
Code:
Please choose and use ONLY 1
[Unlock All Arts]
30010000 0000005C
04110000 28F826F4 03010301
78010000 00000004
31010000
note: this will reset any skills you did upgrade....

[Unlock and Max All Arts]
30010000 0000005C
04110000 28F826F4 030A030A
78010000 00000004
31010000

[Unlock and Max OP All Arts]
30010000 0000005C
04110000 28F826F4 030C030C
78010000 00000004
31010000
update: it was only unlocking and updating to the first level, not fully unlocked....
 
Last edited by Gamerjin,

patjenova

Well-Known Member
Member
Joined
Jul 31, 2018
Messages
1,642
Trophies
1
XP
8,838
Country
Netherlands

That's right, i think i found a true game-breaking code. and it comes in three "strengthens"
Code:
[Unlock All Arts]
30010000 0000005C
04110000 28F826F4 00010001
78010000 00000004
31010000
note: this will reset any skills you did upgrade....

[Unlock and Max All Arts]
30010000 0000005C
04110000 28F826F4 000A000A
78010000 00000004
31010000

[Unlock and Max OP All Arts]
30010000 0000005C
04110000 28F826F4 000C000C
78010000 00000004
31010000

is this for xenoblade? because it's crashing my game
 

DaBlackDeath

.::[ lone wolf ]::.
Member
Joined
Dec 22, 2007
Messages
928
Trophies
2
XP
4,454
Country
Germany
i guessing this code?
Code:
[16x experience points]
040B0000 00B3A060 0B0913E9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
"040B0000 00B3A060 0B0913E9" this line is contains the actual modifier:
Code:
add w9, wzr, w9, lsl #?
where the "?" is the multiplier. so 4 is 16(left shift 4 times).
so 2 would be "add w9, wzr, w9, lsl #2" or E9 0B 09 0B, but for switch we have to reverse it. so final code is:
Code:
[2x experience points]
040B0000 00B3A060 0B090BE9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
LSL#1 = 2x
LSL#2 = 4x
LSL#3 = 8x
LSL#4 = 16x
and so on
 

Herald

Well-Known Member
Member
Joined
Feb 27, 2016
Messages
142
Trophies
0
Location
Plegia
XP
439
Country
United States
i guessing this code?
Code:
[16x experience points]
040B0000 00B3A060 0B0913E9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
"040B0000 00B3A060 0B0913E9" this line is contains the actual modifier:
Code:
add w9, wzr, w9, lsl #?
where the "?" is the multiplier. so 4 is 16(left shift 4 times).
so 2 would be "add w9, wzr, w9, lsl #2" or E9 0B 09 0B, but for switch we have to reverse it. so final code is:
Code:
[2x experience points]
040B0000 00B3A060 0B090BE9
040B0000 00B3A064 0B080128
040B0000 00B3A068 D65F03C0
040B0000 000EE58C 94292EB5
Thanks for the help! I tried looking for some tutorials, but maybe it's better to learn how to do this myself in the future.
 

doctordoom

Well-Known Member
Member
Joined
Mar 13, 2017
Messages
150
Trophies
0
Age
40
XP
580
Country
United States
Minecraft Dungeons
TID: 01006C100EC08000
BID: 4C96984B61A4D631

Unlimited Enchantment Points (most important)
Unlimited Health
Unlimited Emeralds (money)

I was able to do my own money code, just searched u32 for the amount. When I tried doing enchantment points, the game would crash every time.
 
  • Like
Reactions: comput3rus3r

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://youtu.be/MddR6PTmGKg?si=mU2EO5hoE7XXSbSr