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

DaBlackDeath

.::[ lone wolf ]::.
Member
Joined
Dec 22, 2007
Messages
928
Trophies
2
XP
4,454
Country
Germany
Hey so i tried your save , i thougt that it was going to work because your was in german language , but i start playing and health cheat work but the fire one didnt , i also realiza that you save file has one more file than mine , im putting the cheat folder that i have and the save in case you want to check it out .
I've tried your savegame with my codes and they were working here fine.
Check this video ... sorry for bad quality. Recorded from TV with my old smartphone :D ... check your pm
 
  • Like
Reactions: Supreme23 and eco95

matias3ds

Well-Known Member
OP
Member
Joined
Oct 25, 2017
Messages
3,670
Trophies
1
Age
38
XP
9,328
Country
Argentina
I've tried your savegame with my codes and they were working here fine.
Check this video ... sorry for bad quality. Recorded from TV with my old smartphone :D ... check your pm
Yeap your fire cheat works the first one , was working all the time . My mistake was that as i was watching that the energy bar keep droping everytime i use a shoot i thought it wasnt working.
So the infinite fire is unlimited even if you see that the energy bar is empty .
My bad Sorry :-)
For every mistake that we commit against DablackDeath 5 points will be substracted , after 15 points you guys will be vanish to a Ps4 forum or vanished from earth :-)
 

patjenova

Well-Known Member
Member
Joined
Jul 31, 2018
Messages
1,644
Trophies
1
XP
8,852
Country
Netherlands
super speed mario odyssey 1.2
0100000000010000
f5dccddb37e97724

[Super Speed on]
04000000 00456C00 52A7B986
04000000 00456C04 729999A6
04000000 00456C44 52A85406
04000000 00457164 52A7C005
04000000 00457328 52A7F004

[Super Speed off]
04000000 00456C00 52A7DEA6
04000000 00456C04 729851E6
04000000 00456C44 52A82C06
04000000 00457164 52A7FC11
04000000 00457328 52A82404
 
D

Deleted User

Guest
super speed mario odyssey 1.2
0100000000010000
f5dccddb37e97724

[Super Speed on]
04000000 00456C00 52A7B986
04000000 00456C04 729999A6
04000000 00456C44 52A85406
04000000 00457164 52A7C005
04000000 00457328 52A7F004

[Super Speed off]
04000000 00456C00 52A7DEA6
04000000 00456C04 729851E6
04000000 00456C44 52A82C06
04000000 00457164 52A7FC11
04000000 00457328 52A82404

nice codes!!

How did you create this program code?

The noexs disassembler cannot be used.
 

patjenova

Well-Known Member
Member
Joined
Jul 31, 2018
Messages
1,644
Trophies
1
XP
8,852
Country
Netherlands
Now that you know how to find values, how's about a nice IDA PRO tutorial ? :)
Maybe with your speed code as example, so they could make them for v1.3 update.
Haha You make better cheats than i am so i like you to do the honours.

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

and the 1.3 update doesn't have symbols
 
  • Like
Reactions: matias3ds

DaBlackDeath

.::[ lone wolf ]::.
Member
Joined
Dec 22, 2007
Messages
928
Trophies
2
XP
4,454
Country
Germany
I can make codes but I cannot teach how to do. My english language and grammar is horrible. I tried to make a tutorial but after 3 days I gave up, because of it's length and useless side informations. I guess my role is to be a code creator rather than a tutorial writer :D

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

Haha You make better cheats than i am so i like you to do the honours.

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

and the 1.3 update doesn't have symbols
for the v1.3 update... check this offset 0x438088 IDA Pro. Maybe this is what you want !? Happy porting ^_^
 

patjenova

Well-Known Member
Member
Joined
Jul 31, 2018
Messages
1,644
Trophies
1
XP
8,852
Country
Netherlands
I can make codes but I cannot teach how to do. My english language and grammar is horrible. I tried to make a tutorial but after 3 days I gave up, because of it's length and useless side informations. I guess my role is to be a code creator rather than a tutorial writer :D
You can write it in german. Than i can translate is for you ;). But there isn't a quick way to write a tutorial for assembly coding.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,702
Trophies
2
XP
6,265
Country
I can make codes but I cannot teach how to do. My english language and grammar is horrible. I tried to make a tutorial but after 3 days I gave up, because of it's length and useless side informations. I guess my role is to be a code creator rather than a tutorial writer :D

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


for the v1.3 update... check this offset 0x438088 IDA Pro. Maybe this is what you want !? Happy porting ^_^
it doesn't need to be lengthy
just a simple tutorial on what are the required tools and how to open the file in idapro and what to look for in idapro, doesn't need how to change value from add to mov, etc...
 
D

Deleted User

Guest
Mmm...
I will need to study a lot...


Please make a Switch version of someone Wiird.:ha:
 
Last edited by ,
  • Like
Reactions: matias3ds

patjenova

Well-Known Member
Member
Joined
Jul 31, 2018
Messages
1,644
Trophies
1
XP
8,852
Country
Netherlands
oke first you need ida pro. not the free version. doesn't work with extensions. If you don't know were to find ida pro than you could always use ghidra. It's free and works almost the same.

For ida pro you need a switch plugin. Use this one: https://github.com/pgarba/SwitchIDAProLoader.
To unpack a nsp. Follow this link: https://gbatemp.net/threads/extract-nsp-nca-xci-update-all-in-one-tool-for-layeredfs.511156/.

When you have unpacked your nsp you get a main file. Open this in ida. Then you have to wait for the program to dissemble it. It can take a couple of minutes to a couple of hours depending on your pc.
If you're lucky and your nsp has assembly symbols you could look around and try to change anything.
When you found a address that you want to change copy the code for example: .text:0000007100444788 MOV X23, X4 to http://armconverter.com/ and press convert. then you see ARM64 GDB/LLDB: AA0403F7. This is your code for sx os or atmosphere. So the code would be 04000000 00444788 AA0403F7.

There are more ways to do this. Like unity games use il2cpp. Than you can use this:
https://github.com/Perfare/Il2CppDumper/releases.
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,392
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,783
Country
United States
oke first you need ida pro. not the free version. doesn't work with extensions. If you don't know were to find ida pro than you could always use ghidra. It's free and works almost the same.

For ida pro you need a switch plugin. Use this one: https://github.com/pgarba/SwitchIDAProLoader.
To unpack a nsp. Follow this link: https://gbatemp.net/threads/extract-nsp-nca-xci-update-all-in-one-tool-for-layeredfs.511156/.

When you have unpacked your nsp you get a main file. Open this in ida. Then you have to wait for the program to dissemble it. It can take a couple of minutes to a couple of hours depending on your pc.
If you're lucky and your nsp has assembly symbols you could look around and try to change anything.
When you found a address that you want to change copy the code for example: .text:0000007100444788 MOV X23, X4 to http://armconverter.com/ and press convert. then you see ARM64 GDB/LLDB: AA0403F7. This is your code for sx os or atmosphere. So the code would be 04000000 00444788 AA0403F7.

There are more ways to do this. Like unity games use il2cpp. Than you can use this:
https://github.com/Perfare/Il2CppDumper/releases.
Let me try this later and I'll add it to my noexs tutorial. This way we could have a bit more info to do different codes.
 
  • Like
Reactions: patjenova

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: yawn