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

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
I am not sure about magic, he didn't enable the magic in the video

Try these:

Blossom Tales v1.0.1 (0100C1000706C000) (94b20fd4bc79108e)
Code:
[Inf. Health]
580f0000 03cfa320
780f0000 00000060
640f0000 00000000 00000010

[Inf. Money]
580f0000 03cfa320
780f0000 00000150
640f0000 00000000 000003e7

[99x Mushroom]
580f0000 03cfa320
780f0000 00000174
640f0000 00000000 00000063

[99x Feather]
580f0000 03cfa320
780f0000 0000017c
640f0000 00000000 00000063

[99x Scroll]
580f0000 03cfa320
780f0000 00000188
640f0000 00000000 00000063

[Inf. Magic]
580f0000 03cfa320
780f0000 00000194
640f0000 00000000 42A00000

Based on the video all values appear to be 32bit (4 byte) values. Explanation of the codes below:

Code:
[Inf. Health]
580f0000 03cfa320           // Read 8 byte value stored in MAIN+0x3cfa320 & save to register F
780f0000 00000060           // Add 0x60 to register F & store as 8 byte value
640f0000 00000000 00000010  // Write a 4 byte value of 0x10 to address stored in register F
 
Last edited by DocKlokMan,

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,746
Trophies
2
XP
6,312
Country
Try these:

Blossom Tales (0100C1000706C000)
Code:
[Inf. Health]
580f0000 03cfa320
780f0000 00000060
640f0000 00000000 00000010

[Inf. Money]
580f0000 03cfa320
780f0000 00000150
640f0000 00000000 0001869f

[99x Mushroom]
580f0000 03cfa320
780f0000 00000174
640f0000 00000000 00000063

[99x Feather]
580f0000 03cfa320
780f0000 0000017c
640f0000 00000000 00000063

[99x Scroll]
580f0000 03cfa320
780f0000 00000188
640f0000 00000000 00000063

[Inf. Magic]
580f0000 03cfa320
780f0000 00000194
640f0000 00000000 42A00000

Based on the video all values appear to be 32bit (4 byte) values. Explanation of the codes below:

Code:
[Inf. Health]
580f0000 03cfa320           // Read 8 byte value stored in MAIN+0x3cfa320 & save to register F
780f0000 00000060           // Add 0x60 to register F & store as 8 byte value
640f0000 00000000 00000010  // Write a 4 byte value of 0x10 to address stored in register F
tested HP,MP, and Money works fine on game version 1.0.1, the item codes have no effect, maybe needs to pick 1 up first before it becomes x99

1.0.1 build id 94b20fd4bc79108e.txt
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
tested HP,MP, and Money works fine on game version 1.0.1, the item codes have no effect, maybe needs to pick 1 up first before it becomes x99

1.0.1 build id 94b20fd4bc79108e.txt
Yes, it only edits the value, not the item's ID. If you don't have that item then it won't show. Good to know, will edit the original post with your additional info. If the max HP increases or the max Magic increases, I can make better codes if I know the address for Max HP and Max Magic.
 
Last edited by DocKlokMan,

DiscoDaz

Well-Known Member
Newcomer
Joined
Sep 16, 2018
Messages
52
Trophies
0
Age
37
XP
264
Country
Ireland
Yes, it only edits the value, not the item's ID. If you don't have that item then it won't show. Good to know, will edit the original post with your additional info. If the Max HP increases or the max Magic increases, I can make better codes if I know the address for Max HP and Max Magic.
You seem to know what your talking about. Any chance you could look into dead cells? Please and thanks
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
You seem to know what your talking about. Any chance you could look into dead cells? Please and thanks
Maybe, I don't have that game but it seems to be in popular demand. Not sure how @matt123337 found the pointer codes for Blossom Tales (seems like a simplistic game so it only had a pointer depth of one) but I may install Dead Cells and take a peak into what there is. Won't promise I'll find the pointers though. If someone else finds the pointers first though I would be happy to create cheats based off them.
 
  • Like
Reactions: DiscoDaz

zebrone

Well-Known Member
Member
Joined
Jul 2, 2007
Messages
1,041
Trophies
1
Location
ITALY
XP
3,362
Country
Italy
CHEAT REQUEST FOR (ESPECIALLY INFINITE LIFES-HP-MP):
Megaman Legacy
Megamb X Legacy
Dead Cells v1.1
Axiom Verge
Hollow Knight latest with latest update
Dragon Ball z
Mario e Rabbids latest update
The Messenger latest update
Hyper light drifter
Xenoblade Ch.2
Xenoblade Ch.2 The Golden Torna
Dust sn Elysian Tale
Pankapu
Golf Story
Bayonetta
Bayonetta 2
D.K. tropical freeze
Hyrule Warriors
Octopath Travel
Sonic mania
The binding of isaac +
Rayman legends


Thanks in advance✌
 
Last edited by zebrone,
  • Like
Reactions: Supreme23

liamhstokes87

Member
Newcomer
Joined
Jan 11, 2017
Messages
13
Trophies
0
Age
37
XP
438
Country
I have managed to cheat on FIFA19. I now have £1billion+ transfer budget and £20million+ wage budget. Im not sure how to get my results into a sx cheat format text fileyet but working on it.

I have attached a small 'idiot proof' write up for you guys to do the cheat from scratch though
 

Attachments

  • FIFA19_SXOS_BUDGET-CHEAT.txt
    1.4 KB · Views: 821

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,746
Trophies
2
XP
6,312
Country
Yes, it only edits the value, not the item's ID. If you don't have that item then it won't show. Good to know, will edit the original post with your additional info. If the max HP increases or the max Magic increases, I can make better codes if I know the address for Max HP and Max Magic.
yeah, if the magic value is too high then the magic bar will go out of proportion
based on youtube videos, the max number of hearts is 20 full hearts (10 on the first row and 10 on the 2nd row) so 20*2 = 40 (0x00000028), but when I tried the cheat, it only shows 1 row of 20 hearts
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
yeah, if the magic value is too high then the magic bar will go out of proportion
based on youtube videos, the max number of hearts is 20 full hearts (10 on the first row and 10 on the 2nd row) so 20*2 = 40 (0x00000028), but when I tried the cheat, it only shows 1 row of 20 hearts
Try this:
Code:
[Inf. Max Health]
580f0000 03cfa320
780f0000 00000060
640f1000 00000000 00000028
640f0000 00000000 00000028
 
Last edited by DocKlokMan,
  • Like
Reactions: eco95

DiscoDaz

Well-Known Member
Newcomer
Joined
Sep 16, 2018
Messages
52
Trophies
0
Age
37
XP
264
Country
Ireland
Maybe, I don't have that game but it seems to be in popular demand. Not sure how @matt123337 found the pointer codes for Blossom Tales (seems like a simplistic game so it only had a pointer depth of one) but I may install Dead Cells and take a peak into what there is. Won't promise I'll find the pointers though. If someone else finds the pointers first though I would be happy to create cheats based off them.
Absolute gent.
 

matt123337

Well-Known Member
Member
Joined
Mar 25, 2014
Messages
151
Trophies
0
XP
623
Country
Canada
Maybe, I don't have that game but it seems to be in popular demand. Not sure how @matt123337 found the pointer codes for Blossom Tales (seems like a simplistic game so it only had a pointer depth of one) but I may install Dead Cells and take a peak into what there is. Won't promise I'll find the pointers though. If someone else finds the pointers first though I would be happy to create cheats based off them.
It's just a pointer to the start of the heap section where a bunch of game stuff is, I actually found it before I wrote any pointer search stuff lol. I also have a few other pointers laying about, once I'm on my PC I'll post em

Edit: This JSON is usable in the watchlist in the latest version of Noexs client (needs to be compiled from source for now, next release will have it built in)

SMO (Unknown version, probably latest):
Code:
[
  {
    "update": false,
    "locked": true,
    "addr": "[main+26583c0] + 642d3c",
    "desc": "Health",
    "type": "INT",
    "value": 6
  },
  {
    "update": false,
    "locked": true,
    "addr": "[main+264af58] + 4ff8a0",
    "desc": "Money",
    "type": "INT",
    "value": 9999
  },
  {
    "update": false,
    "locked": true,
    "addr": "[main+264af58] + 78B330",
    "desc": "Level Specific Money",
    "type": "INT",
    "value": 9999
  }
]
 
Last edited by matt123337,

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
It's just a pointer to the start of the heap section where a bunch of game stuff is, I actually found it before I wrote any pointer search stuff lol. I also have a few other pointers laying about, once I'm on my PC I'll post em

Edit: This JSON is usable in the watchlist in the latest version of Noexs client (needs to be compiled from source for now, next release will have it built in)

SMO (Unknown version, probably latest):
Code:
[
  {
    "update": false,
    "locked": true,
    "addr": "[main+26583c0] + 642d3c",
    "desc": "Health",
    "type": "INT",
    "value": 6
  },
  {
    "update": false,
    "locked": true,
    "addr": "[main+264af58] + 4ff8a0",
    "desc": "Money",
    "type": "INT",
    "value": 9999
  },
  {
    "update": false,
    "locked": true,
    "addr": "[main+264af58] + 78B330",
    "desc": "Level Specific Money",
    "type": "INT",
    "value": 9999
  }
]

Super Mario Odyssey v1.2.0 (0100000000010000) (f5dccddb37e97724)
Code:
[Inf. Health]
580f0000 026583c0
780f0000 00642d3c
640f0000 00000000 00000006

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

[999 Purple Pyramids (Sand Kingdom)]
580f0000 0264af58
780f0000 0078B330
640f0000 00000000 000003e7
 
Last edited by DocKlokMan,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    Biomutant looks cool tho, may have to try that
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
    K3Nv2 @ K3Nv2: @BigOnYa...