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

JeepX87

Well-Known Member
Member
Joined
Aug 17, 2016
Messages
1,761
Trophies
0
Age
36
XP
3,303
Country
United States
haha if it isn't difficult to make why don't you try it.

1) I don't have this game
2) I have ZERO interest in game
3) I'm not expert in cheatmaking (it means cheats may not working and y'all likely to bomb in here)

I'm saying - if there are PC trainers for specific game so it isn't impossible to make a cheat for Switch so not everyone are expert to making a trainer so y'all have to wait for someone willing to make one.
 

DaBlackDeath

.::[ lone wolf ]::.
Member
Joined
Dec 22, 2007
Messages
928
Trophies
2
XP
4,454
Country
Germany
1) I don't have this game
2) I have ZERO interest in game
3) I'm not expert in cheatmaking (it means cheats may not working and y'all likely to bomb in here)

I'm saying - if there are PC trainers for specific game so it isn't impossible to make a cheat for Switch so not everyone are expert to making a trainer so y'all have to wait for someone willing to make one.
For PC Games you can set breakpoints and easily trace assembler. For Switch there are only limited tools, like no breakpoints etc.
So you cannot compare switch and PC for codemaking.
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,813
Trophies
1
XP
6,522
Country
United States
:wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko:
(if this doesnt show how confused i am about the following....)
i trying to find the where-the-hell-is-the-damn Life Points for Yu-Gi-Oh v1.0.1.
i have tried known values, which is what the currently-not-working code is.
and then i tried the unknown and use the less than search when i took damage, but the narrowed down ~15 are apparently for display only, because i can freeze/lock them all and still lose after 8000 damage points.....
 

serenity42

Well-Known Member
Member
Joined
Aug 26, 2019
Messages
184
Trophies
0
Age
38
XP
1,191
Country
United States
Hey there looking for help with a couple cheats for Shantae half genie hero

This moon jump code is from a different bid and does not work in the one I have. Wondering if anyone can figure out a way to fix it. This is from 6559C96F6A92504D and version I have is 27A4723579D81133
[Moon Jump]
80000002
580F0000 009A9EB8
580F1000 00000018
780F0000 000000C4
640F0000 00000000 41700000
20000000

Additionally I have a money cheat, that works but it's not maxing out gems, it's only going to 150.
[Max Gems]
01010000 009b7cb8 00000096

I thought of just changing the hex at the end from 96 which is 150 in decimal to 3E7 which is 999 and that did not work. Gave me like 230. Going to 9999 gave me 17. Just tried 700/2BC and it gave me 188. Trying to get at least to around 300-500 so can buy all the upgrades.
 

Veroniica

Member
Newcomer
Joined
Dec 1, 2019
Messages
21
Trophies
0
XP
172
Country
Norway
try this way...

[01# inf health 8888]
580F0000 0623B7A8
580F1000 00000008
580F1000 00000008
580F1000 000000D0
780F0000 000000E8
640F0000 00000000 460AE000

[01# inf health 500]
580F0000 0623B7A8
580F1000 00000008
580F1000 00000008
580F1000 000000D0
780F0000 000000E8
640F0000 00000000 43FA0000

[01# inf health 88888]
580F0000 0623B7A8
580F1000 00000008
580F1000 00000008
580F1000 000000D0
780F0000 000000E8
640F0000 00000000 47AD9C00

Wow! The second option with health 500 did make me finally beat the DLC boss named Riak! (I did not try the other options) Thank you very much! You definitely should upload your cheat elsewhere as well since you truly deserve more credits for it! I guess others as well will enjoy it to take down perhaps the most frustrating boss of my souls-like career so far. Thanks and have a splendid day!
 
Last edited by Veroniica,
  • Like
Reactions: Jericoss

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,813
Trophies
1
XP
6,522
Country
United States
Additionally I have a money cheat, that works but it's not maxing out gems, it's only going to 150.
[Max Gems]
01010000 009b7cb8 00000096
so i have no experience with moon jump. but i can tell you how to fix this code.

0X010000 009b7cb8 YYYYYYYY
where X:
1 = 08 bit (0-255)
2 = 16 bit (0-65535)
4 = 32 bit (0-4294967295)
8 = 64 bit (0-9223372036854775807)(last known positive number)

and Y to match X
1 = 000000YY
2 = 0000YYYY
4 = YYYYYYYY
8 = YYYYYYYY YYYYYYYY (this is the only time you extend the code)
 

arismendy64

Well-Known Member
Member
Joined
Dec 1, 2013
Messages
1,052
Trophies
2
Age
45
XP
4,350
Country
Dominican Republic
:wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko::wacko:
(if this doesnt show how confused i am about the following....)
i trying to find the where-the-hell-is-the-damn Life Points for Yu-Gi-Oh v1.0.1.
i have tried known values, which is what the currently-not-working code is.
and then i tried the unknown and use the less than search when i took damage, but the narrowed down ~15 are apparently for display only, because i can freeze/lock them all and still lose after 8000 damage points.....
On castlecrasher ,the real health value appears after first hit, and if I use a potion to get full health, it goes back to no health value.
 

matias3ds

Well-Known Member
OP
Member
Joined
Oct 25, 2017
Messages
3,678
Trophies
1
Age
38
XP
9,415
Country
Argentina
Is there a way to remove the update from the game? I want to go back to version 1.0 because there are more codes for that,
yes i used devkit it allowed you to remove updates and even dlc but only for firmware 9.4 and older , after 9.4 firmware it stop working . i dont know if theres a new homebrew app that allows games downgradinf after 9.4 firmware
 

serenity42

Well-Known Member
Member
Joined
Aug 26, 2019
Messages
184
Trophies
0
Age
38
XP
1,191
Country
United States
so i have no experience with moon jump. but i can tell you how to fix this code.

0X010000 009b7cb8 YYYYYYYY
where X:
1 = 08 bit (0-255)
2 = 16 bit (0-65535)
4 = 32 bit (0-4294967295)
8 = 64 bit (0-9223372036854775807)(last known positive number)

and Y to match X
1 = 000000YY
2 = 0000YYYY
4 = YYYYYYYY
8 = YYYYYYYY YYYYYYYY (this is the only time you extend the code)

Took me a bit to understand but I got it and it works. Thank you. My knowledge is no where near good enough to fix the moon jump. It appears that there is no updates or other versions to this game just a NA/EU/JP version and moon jump is for a different version unfortunately.

For anyone else who needs:

Shantae Half-Genie Hero
01006A200936C000
27a4723579d81133

[999 Gems]
02010000 009b7cb8 000003E7
 
  • Like
Reactions: Tere Valentin

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,749
Trophies
2
XP
6,319
Country
yes i used devkit it allowed you to remove updates and even dlc but only for firmware 9.4 and older , after 9.4 firmware it stop working . i dont know if theres a new homebrew app that allows games downgradinf after 9.4 firmware
Is there a way to remove the update from the game? I want to go back to version 1.0 because there are more codes for that,
https://gbatemp.net/threads/alternative-to-devmenu-for-9-1-0.557436/page-2#post-9079254
 

ulisesr_aldana

Member
Newcomer
Joined
Apr 7, 2020
Messages
5
Trophies
0
Age
33
XP
66
Country
Mexico
Can you add designs by QR code for the floor or clothes from cheats? or is there some other way using save JKSV? I feel frustrated to be able to have what I want from the catalog of objects but not custom designs that I see on the internet
 

powman

Active Member
Newcomer
Joined
Oct 2, 2016
Messages
34
Trophies
0
Age
34
XP
105
Country
United States
can anyone put any cheats for caveblazers under this BID 64656a05f26586e4

be ever grateful, tried to chnge bid on old codes, they show up but none of them work. thanks in advance
 

NaviInside

Active Member
Newcomer
Joined
Dec 18, 2014
Messages
31
Trophies
0
Age
38
XP
183
Country
Indonesia
Can i request Minecraft Dungeon v1.0.0 ? I haven't updated so I can play on firmware 9.2.
I tried to search it using sx os, but keep hang and not moving at all when search the exact amount.

I saw someone posted it but for updated version, not the v1.0.0.
 
  • Like
Reactions: zebrone

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: 90K it's fine lol