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

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,407
Country
Germany
so not sure why your lives code value is FF (255) rather than 63 (99) or increase byte range so 3E7 gives 999.

in some games the value FF could refer to making something blank, for example if you have items it could have value 01 and if you have nothing in that location (say slot box) the game may refer to it as FF.

I always use a max value for what the actual game can have, either 99 or 999.

I dont know 255 (FF) is a good Number. :D
 

rafaap

Member
Newcomer
Joined
Oct 26, 2018
Messages
5
Trophies
0
Age
32
XP
64
Country
Brazil
Can someone make the cheat for football manager touch, please? I did not find any tutorial that taught me how to modify RAM.

I dont understand if Stoned could make this cheat, sorry. LOL xD
 

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,407
Country
Germany
Can someone make the cheat for football manager touch, please? I did not find any tutorial that taught me how to modify RAM.

I dont understand if Stoned could make this cheat, sorry. LOL xD

Chill i do it at the moment Transfer Budged is already ready
 

Spider_Man

Well-Known Member
Member
Joined
May 28, 2015
Messages
3,927
Trophies
0
Age
38
XP
5,174
Country
United States
Can someone make the cheat for football manager touch, please? I did not find any tutorial that taught me how to modify RAM.

I dont understand if Stoned could make this cheat, sorry. LOL xD
finding cheats is pretty easy, if your looking for a known value (something that displays a number on screen) search for the value (in hex).

so if you have 1 goal (never recomend starting first search on 0 because it will scan everything), enter value 01, get a goal do next search for value of your goal, example 2 goals search 02.

when you get past 9, you search a for 10 a good site to use if you dont know what dec converted to hex is, is:
https://www.binaryhexconverter.com/decimal-to-hex-converter

enter the decimal value then click convert and it will convert it to hex for you to search.

keep searching until you get down to say 10 results.

if it says main then your code should work everytime, if its heap it will likely be a pointer and change everytime you boot the game.

you can use simple sx os code builder to try convert your code and test.

to create a cheat file simply create a folder inside our sxos folder called titles, inside this create a folder for your build id of your game, then inside that create a folder called cheats, then create a txt file using the title id and save your codes into the text file for example.
[CHEAT NAME]
00000000 00000000 00000000 <- being your cheat code
 
  • Like
Reactions: rafaap

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,407
Country
Germany
Can someone make the cheat for football manager touch, please? I did not find any tutorial that taught me how to modify RAM.

I dont understand if Stoned could make this cheat, sorry. LOL xD


Sorry Can´t give you codes.

Do it your self.

This is one of the most bizarre games I have ever seen.
Play Fifa because you have more of!
 
  • Like
Reactions: iLL wiLL

SpadesofAce

Active Member
Newcomer
Joined
Oct 19, 2018
Messages
41
Trophies
0
Age
29
XP
117
Country
United States
Okay so I am able to use Noexes to find the values in the search. I move them to the watch list and can change the values. But my question is how do I find the pointers? I dont see a way to create a dump file?

(Please help @Stoned, thank you)
 

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,407
Country
Germany
Okay so I am able to use Noexes to find the values in the search. I move them to the watch list and can change the values. But my question is how do I find the pointers? I dont see a way to create a dump file?

(Please help @Stoned, thank you)

Find Pointers Nintendo Switch

Search the pointer:


Now we are gonna search for pointer for this code.

*First we have to understant how this Works. This option its going to search in “Main” memory a jump to heap memory and calculate the difference to our code.

-So the first thing that he have to to is dump all the main memory like this.

-Rigth click on the first block of main

vi-LQvaj.jpg


-And select Search (Start),
-Repeat and select “pointer Search Main” then,
-Rigth click again on the last block of Main, and select Search End

vi-dCEx8C.jpg


-Now go to Search Tab, and have to looks like this

vi-NnDykx.jpg


-Press restart Search, and search. The number on value doesnt care .
-With this we have make a complete dump of Main memory.
-Now go to “Pointer search”.
-This is a little explanation of each thing.

Code:
“Dump file” The last dump we made ( Main Memory)

“Index File” On same directory

“Address” The code that we found for our HP

“Max Offset” The valueo the diff to calculate after the jump

“Main” The address where Main memory start “ we selected on Tools Tab”

It should looks like this:

vi-rKmVb9.jpg


-Then click Search

vi-HpREl.jpg


The problem with the pointers is that some of them Works and others not,so you have to test one by one. In this case the last code is working for me.


Code:
[main+264af58] + 642d3c


Convert to SX format:

Now that we have a pointer we have to convert it to SX format, the good thing is the we have a app that do it for us. THANKS to @DaBlackDeath for the tool.

-Download it from (https://gbatemp.net/attachments/sxos_codebuilder-zip.146262/ )
-Is really easy to use and still on preogress, Works really good.
-With our code have to look like this,

vi-hvOXyW.jpg


Copy the code to our txt and thats all!!!


I made the tutorial on 30 minutes and my english its not really good, hope everyone understand the basic , and we can enjoy a good community of codes for Nintendo Swith.


Thanks.
 

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,407
Country
Germany
Nooooo, plz! I need The transfer budget only and I dont know made this =(

Go to Sx Os Cheat Engine.

Select Cheat Search.
32Bit Signed.
Convert your Budget Value from Decimal to hex and Enter the Hex Value on the Cheat engine. And let it search.

After that change the Transfer Value and go to Cheat Engine. Click next Search and convert your new Transfer Value to Hex.
And research.

Do it Again and Again

When you only have 1-2 Values one from both is the right.

Example. Your ingame Value is 12 (00 00 00 0C)

It's Backwards.

Example your old Value is 00 00 00 0C
And your target Value is 270F (9999)

Code will 00 00 0F 27
 
  • Like
Reactions: Masim and rafaap

SpadesofAce

Active Member
Newcomer
Joined
Oct 19, 2018
Messages
41
Trophies
0
Age
29
XP
117
Country
United States
So an odd thing is happening to me. I have been trying to launch some games like Starlink and Super Mario Oddessy and when I launch into Noexes CFW, it says I have corrupted data. But then I launch into SX OS and I am able to load and play the game normally. Any clue on how to fix?
 

Stoned

Well-Known Member
Member
Joined
Mar 26, 2014
Messages
2,764
Trophies
2
Age
45
XP
4,407
Country
Germany
So an odd thing is happening to me. I have been trying to launch some games like Starlink and Super Mario Oddessy and when I launch into Noexes CFW, it says I have corrupted data. But then I launch into SX OS and I am able to load and play the game normally. Any clue on how to fix?

yes, Use Reinx 1.6 some games wont boot whit hekate and some games wont launch whit reinx
 
  • Like
Reactions: SpadesofAce

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Veho @ Veho: https://i.imgur.com/bG1pQld.mp4 +1