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

gamer4lif3

Well-Known Member
Member
Joined
Dec 31, 2015
Messages
495
Trophies
0
XP
464
Country
United States
Anybody have megaman 11 cheats like infinite health? My search just keepa freezing been searching for over 1 hour now and its not moving.
 

matt123337

Well-Known Member
Member
Joined
Mar 25, 2014
Messages
151
Trophies
0
XP
623
Country
Canada
Super Mario Odyssey v1.2.0 (0100000000010000) (f5dccddb37e97724)
Code:
[Inf. Health]
580f0000 026583c0
780f0000 00642d3c
640f0000 00000000 00000006

[Inf. Gold Coins]
580f0000 0264af58
780f0000 004ff8a0
640f0000 00000000 0000270f

[Inf. Purple Coins]
580f0000 0264af58
780f0000 0078B330
640f0000 00000000 0000270f

XC2 Money:
[main + 121ac0] - 2c
 
  • Like
Reactions: pimentan

salmon01

Well-Known Member
Newcomer
Joined
Sep 15, 2017
Messages
57
Trophies
0
Age
23
XP
934
Country
United States
Is it possible to use the SX OS cheat feature without owning a SX OS license? Could I simply just run the ROMMENU 2.1 .nro in a different CFW?
 
Last edited by salmon01,

therysin

Active Member
Newcomer
Joined
Jul 31, 2018
Messages
37
Trophies
0
Age
28
XP
153
Country
United States
Great thread! Just a tip for the guys who're searching, remember to convert your values from decimal to hex before you search, and most values like money and stuff(that is pretty high as a value) would usually be 32 bit unsigned.
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,008
Trophies
2
Age
36
XP
4,559
Country
United States
I am just at the start of the game, so not sure about the max values
is it possible to copy value from +198 to +194? that should give the correct value
That was my original plan but it turns out no, I cannot. There's no code type or options for writing a register to a memory address stored in another register which is the very least of what I need. I've already provided feedback on it so hopefully we'll see that capability in the next update.
 
  • Like
Reactions: dsrules

hrtbrkd

Well-Known Member
Newcomer
Joined
May 24, 2018
Messages
78
Trophies
0
Age
46
XP
814
Country
United States
So i'm very familiar with making gameshark codes and action replay codes from back in the day. I have been playing around with the SX OS Code/Cheat Creator and it works great. My question is. How do i write or format the code to be active all the time. My example is as shown from my picture i uploaded. I am making some Dead Cell codes my search shows both HP on hand and Max HP possible (example 255/255). What is the format i need to put in the text file? Once I figure this out i can post tons of codes for all the games i worked on.
 

Attachments

  • IMG_1294.JPG
    IMG_1294.JPG
    2.3 MB · Views: 884
Last edited by hrtbrkd,

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,635
Trophies
2
XP
6,201
Country
Infinite Health for Breath of the Wild would be great!
someone said 1 full heart = search 00000004, 2 = 00000008
if you want to try

So i'm very familiar with making gameshark codes and action replay codes from back in the day. I have been playing around with the SX OS Code/Cheat Creator and it works great. My question is. How do i write or format the code to be active all the time. My example is as shown from my picture i uploaded. I am making some Dead Cell codes my search shows both HP on hand and Max HP possible (example 255/255). What is the format i need to put in the text file? Once I figure this out i can post tons of codes for all the games i worked on.
you need to find the pointer that points to the hp address, the base pointer is in Main + xxxxxxxx, maybe dumping Main + xxxxxxxx memories and search it in ArtMoney or HexEditor might able to find lv1 pointer code
 
Last edited by dsrules,
  • Like
Reactions: eco95

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,008
Trophies
2
Age
36
XP
4,559
Country
United States
So i'm very familiar with making gameshark codes and action replay codes from back in the day. I have been playing around with the SX OS Code/Cheat Creator and it works great. My question is. How do i write or format the code to be active all the time. My example is as shown from my picture i uploaded. I am making some Dead Cell codes my search shows both HP on hand and Max HP possible (example 255/255). What is the format i need to put in the text file? Once I figure this out i can post tons of codes for all the games i worked on.
Just use curly braces when putting in the code rather than square brackets:
Code:
{Always on Code}
........ ........

[Code you can toggle]
....... ........
 

matias3ds

Well-Known Member
OP
Member
Joined
Oct 25, 2017
Messages
3,666
Trophies
1
Age
38
XP
9,269
Country
Argentina
So i'm very familiar with making gameshark codes and action replay codes from back in the day. I have been playing around with the SX OS Code/Cheat Creator and it works great. My question is. How do i write or format the code to be active all the time. My example is as shown from my picture i uploaded. I am making some Dead Cell codes my search shows both HP on hand and Max HP possible (example 255/255). What is the format i need to put in the text file? Once I figure this out i can post tons of codes for all the games i worked on.
Have you seen the .txt file from megaman collection on xecuter web ??
 
  • Like
Reactions: Xiaole and hrtbrkd

hrtbrkd

Well-Known Member
Newcomer
Joined
May 24, 2018
Messages
78
Trophies
0
Age
46
XP
814
Country
United States
Just use curly braces when putting in the code rather than square brackets:
Code:
{Always on Code}
........ ........

[Code you can toggle]
....... ........

right i understand that part but in the old days the format was like this. (toggle format)

[inf hp]
1AAF6540 000000FF

[max hp]
1AAF6544 000000FF

is this the correct format for the text file?

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

Have you seen the .txt file from megaman collection on xecuter web ??
yes i have. i'll re-read it and hopefully grasp the format. so far i have been making cheats on the fly for my games but would be nice to create a database for them to share out.
 
Last edited by hrtbrkd,

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,635
Trophies
2
XP
6,201
Country
That was my original plan but it turns out no, I cannot. There's no code type or options for writing a register to a memory address stored in another register which is the very least of what I need. I've already provided feedback on it so hopefully we'll see that capability in the next update.
also, there seems to be no way to disable the cheats after they are enabled
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    I guess Ancientboi would be Peter
    +3
  • SylverReZ @ SylverReZ:
    Loooooool :rofl2:
  • SylverReZ @ SylverReZ:
    So true
  • BigOnYa @ BigOnYa:
    @K3Nv2 Snow Day is pretty fun. My only bitch would be the camera controls, when you move around, say down, you have to move the right stick left or right to get camera to turn and get your view, other than that I like it so far.
  • K3Nv2 @ K3Nv2:
    From what people say pvp isn't even worth it
  • BigOnYa @ BigOnYa:
    I just been playing offline, and they give you a few bots here n there on your team to help battle. I don't think it's as funny as the other games tho, more battle oriented than humor, which kinda sucks, but I'm still early in it
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, doesnt the game have a campaign mode?
  • BigOnYa @ BigOnYa:
    Yea, and co-op, but you can also start a pvp session and battle just with friends. You get special skill cards (powers) the more you play. And higher value cards, but you can only enable so many cards at a time.
  • K3Nv2 @ K3Nv2:
    If you can find enough for it
  • BigOnYa @ BigOnYa:
    Toilet paper is considered the money, you collect and buy stuff with TP, kinda funny. Graphics are def better than the other games tho, I think they used Unity 5 engine.
  • Psionic Roshambo @ Psionic Roshambo:
    Look if I zoom in enough I can see the herpes!!!
    +1
  • BigOnYa @ BigOnYa:
    In fact I'm gonna go make a drink, roll a fatty n play some, good night to all!
    +2
  • Xdqwerty @ Xdqwerty:
    I bet most people at the time still watched it in black and white
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Many of them did before colour television was common.
  • SylverReZ @ SylverReZ:
    Likely because black and white TV was in-expensive.
    +1
  • K3Nv2 @ K3Nv2:
    It certainly wasn't inexpensive it cost the same as a new car back then
  • K3Nv2 @ K3Nv2:
    How much did a 1965 color TV cost?

    For example, a 21-inch (diagonal) GE color television in 1965 had an advertised price of $499, which is equal to $4,724 in today's dollars, according to the federal government's inflation calculator.
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, take into consideration how economy was back then
  • K3Nv2 @ K3Nv2:
    Yeah that's why they listed inflation rates
  • Xdqwerty @ Xdqwerty:
    Sorry didnt read that part
  • BakerMan @ BakerMan:
    @LeoTCK don't worry i knew he was joking
    +1
    BakerMan @ BakerMan: @LeoTCK don't worry i knew he was joking +1