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

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,008
Trophies
2
Age
36
XP
4,570
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,694
Trophies
2
XP
6,249
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,008
Trophies
2
Age
36
XP
4,570
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,008
Trophies
2
Age
36
XP
4,570
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,032
Trophies
1
Location
ITALY
XP
3,315
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: 816

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,694
Trophies
2
XP
6,249
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,008
Trophies
2
Age
36
XP
4,570
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,008
Trophies
2
Age
36
XP
4,570
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
    Purple_Heart @ Purple_Heart: shit like goku mui and beerus and other dbs stuff lmao