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

3Darkmasters

New Member
Newbie
Joined
May 27, 2020
Messages
3
Trophies
0
Age
34
XP
55
Country
United States
Install the update and DLC or install update and use my unlock code.
None of that worked

--------------------- MERGED ---------------------------

Install the update and DLC or install update and use my unlock code.
I tried uninstalling everything and reinstalling. Aftermath just won't pop up
 

Jericoss

Well-Known Member
Member
Joined
Sep 24, 2019
Messages
1,640
Trophies
1
XP
4,948
Country
Mexico
u genius!! but how did u know hold A?

When you see something like this:

[09 # Speed x 2 Press A]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157A30
300E0000 00000007
640F0000 00000000 3f800000
780F0000 00003480
310E0000 20000000
80000001 ------------------------------------- Button A
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157A30
300E0000 00000007
640F0000 00000000 40000000
780F0000 00003480
310E0000 20000000
20000000--------------------------------------terminal

other example:

[10# Inf Jump]
80000100 --------------------------------------------button ZL
580F0000 04143D18
580F1000 000000B8
580F1000 00000010
580F1000 00000090
780F0000 0000002C
640F0000 00000000 C0A00000
20000000 ---------------------------------------------terminal


# Code Type 8: Check for buttons being pressed

8kkkkkkk

k = keypad value to check against. the hex values for the various keys are:

0000001 - A
0000002 - B
0000004 - X
0000008 - Y
0000010 - Left Stick Pressed
0000020 - Right Stick Pressed
0000040 - L
0000080 - R
0000100 - ZL
0000200 - ZR
0000400 - Plus
0000800 - Minus
0001000 - Left
0002000 - Up
0004000 - Right
0008000 - Down
0010000 - Left Stick Left
0020000 - Left Stick Up
0040000 - Left Stick Right
0080000 - Left Stick Down
0100000 - Right Stick Left
0200000 - Right Stick Up
0400000 - Right Stick Right
0800000 - Right Stick Down
1000000 - SL
2000000 - SR

Multiple button values can be combined by OR'ing them together. For example
A+B becomes 0000003, and A+B+X+Y becomes 000000f.

This code type otherwise behaves the same as the conditional code type 1.
 
Last edited by Jericoss,

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,776
Trophies
1
XP
6,446
Country
United States
for Xenoblade chronicle DE, Sharla's Talent Cooldown address need to be found, the current "All AP No Cooldown" is forcing Sharla in constant cooldown mode. she cant fire her rifle.....
 

3Darkmasters

New Member
Newbie
Joined
May 27, 2020
Messages
3
Trophies
0
Age
34
XP
55
Country
United States
When you see something like this:

[09 # Speed x 2 hold A]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157A30
300E0000 00000007
640F0000 00000000 3f800000
780F0000 00003480
310E0000 20000000
80000001 ------------------------------------- Button A
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157A30
300E0000 00000007
640F0000 00000000 40000000
780F0000 00003480
310E0000 20000000
20000000--------------------------------------terminal

other example:

[10# Inf Jump]
80000100 --------------------------------------------button ZL
580F0000 04143D18
580F1000 000000B8
580F1000 00000010
580F1000 00000090
780F0000 0000002C
640F0000 00000000 C0A00000
20000000 ---------------------------------------------terminal


# Code Type 8: Check for buttons being pressed

8kkkkkkk

k = keypad value to check against. the hex values for the various keys are:

0000001 - A
0000002 - B
0000004 - X
0000008 - Y
0000010 - Left Stick Pressed
0000020 - Right Stick Pressed
0000040 - L
0000080 - R
0000100 - ZL
0000200 - ZR
0000400 - Plus
0000800 - Minus
0001000 - Left
0002000 - Up
0004000 - Right
0008000 - Down
0010000 - Left Stick Left
0020000 - Left Stick Up
0040000 - Left Stick Right
0080000 - Left Stick Down
0100000 - Right Stick Left
0200000 - Right Stick Up
0400000 - Right Stick Right
0800000 - Right Stick Down
1000000 - SL
2000000 - SR

Multiple button values can be combined by OR'ing them together. For example
A+B becomes 0000003, and A+B+X+Y becomes 000000f.

This code type otherwise behaves the same as the conditional code type 1.
And how do we get the No AP Cooldown code to work? It used to work and turn off on boss battles. Now it isn't working at all.
 

Jericoss

Well-Known Member
Member
Joined
Sep 24, 2019
Messages
1,640
Trophies
1
XP
4,948
Country
Mexico
And how do we get the No AP Cooldown code to work? It used to work and turn off on boss battles. Now it isn't working at all.


I don't know, I haven't played that game yet or tried the cheats. But you need to modify the cheat or use an activating Button perhaps (as it is dynamic, it is pressed every time the cheat stops working)

example:::
The Best is this,is ASM
[Unlock map and Landmarks (on)]
04000000 001C21DC D503201F
04000000 001C4C1C D503201F

[Unlock map and Landmarks(off)]
04000000 001C21DC 360000A0
04000000 001C4C1C 36000160



it's just an example, I haven't tested the cheats and I don't know if that button is used in the game either.

[03# P1 No Cooldown Left Stick Pressed]
80000010
580F0000 01419990
580F1000 00005048
580F1000 00000050
580F1000 00000020
780F0000 00155FA0
640F0000 00000000 42C80000
20000000
 
Last edited by Jericoss,

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,776
Trophies
1
XP
6,446
Country
United States
ok, maybe im insane (i know im crazy, but i dont think im insane,yet.). but i think the addresses for the HP, cooldown, and speed are in fact static.....
i have literally gone thur over three bosses, teleport at least 15 times, and i even check while at the title screen.
so can anyone confirm that shulk's addresses are here:
Code:
this is my current pointer:
581F0000 28DCC538
780F0000 0015A3CC

current Health = heap + 28F268FC
cooldown       = heap + 28F268D0
speed          = heap + 28F26A10

(i should also mention this is for both v1.0 AND v1.1.1)
and if im wrong, can you tell me where you're at, so i can check as well....
 
Last edited by Gamerjin,

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,045
Trophies
1
Location
California
XP
6,062
Country
United States
Mortal Kombat 11
TitleID - 0100F2200C984000
BuildID - 2102A7476C861BE3
Version - 1.0.17
======================

[Inf Round Time 1]
580F0000 08015140
780F1000 000005C0
620F0000 00000000 000000F0

[P1 Inf Health]
580F0000 092B7CD8
580F1000 00000000
780F0000 00000C18
640F0000 00000000 3F800000

[Inf 1P Interactions 1]
580F0000 08BBF990
780F0000 00000184
640F0000 00000000 44FA0000

[Inf 1P Enhanced Moves 1]
580F0000 08BBF990
780F0000 00000194
640F0000 00000000 44FA0000

[Inf 1P Fatal Blows]
580F0000 08BBF990
780F0000 000003DC
640F0000 00000000 00000001

[No CPU Interactions]
580F0000 08BC26A8
780F0000 00000184
640F0000 00000000 00000000

[No CPU Enhanced Moves ]
580F0000 08BC26A8
780F0000 00000194
640F0000 00000000 00000000

[No CPU Fatal Blows Might not Work]
580F0000 08BC26A8
580F0000 00000158
780F0000 000003E4
640F0000 00000000 00000001

[CPU 1Hit Death]
580F0000 092B7CD8
580F1000 00000018
780F0000 00000C18
640F0000 00000000 3A000000

[CPU 1 Hit Death Press R3]
80000020
580F0000 092B7CD8
580F1000 00000018
780F0000 00000C18
640F0000 00000000 00000000
20000000

[Unlock Collection + Chars + Stages (On)]
04000000 0249EE38 52800020

[Unlock Collection + Chars + Stages (Off)]
04000000 0249EE38 2A1303E0
 
Last edited by Smoker1,

Deobulakenyo

Well-Known Member
Member
Joined
Oct 8, 2018
Messages
584
Trophies
0
Age
49
XP
1,422
Country
Philippines
Updated inlcuding speed x2
Xenoblade Chronicles
[01# All Max Health]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 0015791C
300E0000 00000007
640F0000 00000000 0000270F
780F0000 00003480
310E0000 20000000
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157954
300E0000 00000007
640F0000 00000000 0000270F
780F0000 00003480
310E0000 20000000

[02# All AP No Cooldown]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 0015791C
300E0000 00000007
640F0000 00000000 42C80000
780F0000 00003480
310E0000 20000000

[03# All Max Abillities]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157958
300E0000 00000007
640F0000 00000000 270F270F
780F0000 00003480
310E0000 20000000
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 0015795C
300E0000 00000007
640F0000 00000000 270F270F
780F0000 00003480
310E0000 20000000
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157968
300E0000 00000007
640F0000 00000000 270F270F
780F0000 00003480
310E0000 20000000

[04# All Max Critical hit range]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157970
300E0000 00000007
640F0000 00000000 000003E7
780F0000 00003480
310E0000 20000000

[05# All Max XP]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157928
300E0000 00000007
640F0000 00000000 05F5E0FF
780F0000 00003480
310E0000 20000000

[06# All Max AP]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157934
300E0000 00000007
640F0000 00000000 05F5E0FF
780F0000 00003480
310E0000 20000000

[07# All Max SP]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 0015A700
300E0000 00000007
640F0000 00000000 0001869F
780F0000 00003480
310E0000 20000000
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 0015A704
300E0000 00000007
640F0000 00000000 0001869F
780F0000 00003480
310E0000 20000000
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 0015A708
300E0000 00000007
640F0000 00000000 0001869F
780F0000 00003480
310E0000 20000000

[08# moonjump]
80000002
580F0000 01B472D8
580F1000 000005F0
580F1000 00000018
580F1000 00000038
780F0000 00000264
640F0000 00000000 40200000
20000000

[09# Speed x 2]
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157A30
300E0000 00000007
640F0000 00000000 3f800000
780F0000 00003480
310E0000 20000000
80000001
580F0000 014068C8
580F1000 00000210
580F1000 000002B0
580F1000 000000E0
780F0000 00157A30
300E0000 00000007
640F0000 00000000 40000000
780F0000 00003480
310E0000 20000000
20000000

[10# Max Money]
04000000 000F0498 3B9AC9FF
04000000 000F04C0 18FFFEC0

[11# Party Gauge Max]
040B0000 0054A7B4 D503201F
040B0000 0054A7DC D503201F

[12# Unlock map and Landmarks]
04000000 001C21DC D503201F
04000000 001C4C1C D503201F

[Unlock map and Landmarks(off)]
04000000 001C21DC 360000A0
04000000 001C4C1C 36000160

[13# Materials & valuables 50 times]
040B0000 00B3A080 52800651
040B0000 00B3A084 1B117C42
040B0000 00B3A088 AA0003F4
040B0000 00B3A08C D65F03C0
040B0000 000F30E4 94291BE7

[Material & valuables (off)]
040B0000 000F30E4 AA0003F4


Max HP does not work.
I don't know about the other cheats. Max money work

X2 speed does not work
 
Last edited by Deobulakenyo,

patjenova

Well-Known Member
Member
Joined
Jul 31, 2018
Messages
1,644
Trophies
1
XP
8,854
Country
Netherlands
Max HP does not work.
I don't know about the other cheats. Max money work

X2 speed does not work
For speed hold a and if your health is not working than the rest will not work to because there all in the same region. But is weird because you are the first to say that they are not working. You did not installed the update right?
 
  • Like
Reactions: Supreme23

Deobulakenyo

Well-Known Member
Member
Joined
Oct 8, 2018
Messages
584
Trophies
0
Age
49
XP
1,422
Country
Philippines
For speed hold a and if your health is not working than the rest will not work to because there all in the same region. But is weird because you are the first to say that they are not working. You did not installed the update right?

Nope. I didn't even know there is an update .

I am holding A when running and no it does not work. Same speed as normal.

All three party members just died with max health for all activated.

Moon jump works fine
 
Last edited by Deobulakenyo,

Deobulakenyo

Well-Known Member
Member
Joined
Oct 8, 2018
Messages
584
Trophies
0
Age
49
XP
1,422
Country
Philippines
Nope. I didn't even know there is an update .

I am holding A when running and no it does not work. Same speed as normal.

All three party members just died with max health for all activated.

Moon jump works fine

could you upload your save?

Okay wait a few minutes. Gonna boot up my pc.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: