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

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand
not working for me this is the 1st ever cheats thats not working with me especially crazy_p(till date all ur work is amazing and works)
checked everything bid folders tid my version 1.0.1
but i didn,t install the dlc is it because of it
cheats r showing and selected but in game not working ?

TomSwitch told me the same Thing Yesterday...

I tried the code and I found that the code didn't work for me, I did a search and found that there is an offset of -0x10000 from your address.

Nintendo sometimes insert holes in the heap, these holes appears random but maybe not, as it is quite consistent for me to have the address that works for me (with only a few game restart).

I think what happens is that one of these hole appear on your switch memory map or maybe you get one more hole than my memory map.

I did a pointer search and I get
[main+4E160D0]+8366
for
[P1 Inf. Health]
021C0000 05008406 00000090

So I have made a code to adjust for offset so the existing code can work on my Switch.

[Get offset]
580F0000 070C7228
580E0000 0661C588
981CE0F0
981CC100 00000000 050000A0

The way the code work is
heap+R12+05008406 = ptr + 8366
so R12 = ptr - heap - (05008406-8366) => R12 = ptr - heap - 050000A0

The games memory are all static but the base address of the emulated memory is not as the emulator put in on heap instead of main and Nintendo added some hole in the heap and displaced it.

If the Cheats don't work for you simply Add the Following Cheat Code to your Cheat File and
activate it when it's needed!

[Get Offset]
580F0000 070C7228
580E0000 0661C588
981CE0F0
981CC100 00000000 050000A0


Huge thanks to TomSwitch for providing a Solution!
Otherwise i had to redo the Cheats...

I also added the Cheat to the Cheat File....
 

mohammedkhan21

Member
Newcomer
Joined
Oct 30, 2019
Messages
19
Trophies
0
Age
43
XP
384
Country
United Arab Emirates
TomSwitch told me the same Thing Yesterday...



If the Cheats don't work for you simply Add the Following Cheat Code to your Cheat File and
activate it when it's needed!

[Get Offset]
580F0000 070C7228
580E0000 0661C588
981CE0F0
981CC100 00000000 050000A0


Huge thanks to TomSwitch for providing a Solution!
Otherwise i had to redo the Cheats...

I also added the Cheat to the Cheat File....
thanks a lot its working now :bow:
 

Galmin

Member
Newcomer
Joined
Jul 2, 2022
Messages
5
Trophies
0
Age
24
Location
Bahamas
XP
29
Country
Antarctica
@patjenova Any chance you'd be interested working with me on The Survivalist 1.0.7 via Discord? I've been trying to find the correct offsets but no luck so far. I need a tutor really bad. I used Edison SE and Pointer Searcher SE with dumps. Tried finding the first feature you got on the older version which was invincible tools. Maybe you could give me some pointers as to how you found those value and what was your method? I'd really appreciate your help. I attached a screenshot of what I keep finding but the offset changes each time I restart the game and Pointer Searcher SE keeps failing at finding those.
20220630_232616.jpg
20220630_221831.jpg
 

arismendy64

Well-Known Member
Member
Joined
Dec 1, 2013
Messages
1,052
Trophies
2
Age
44
XP
4,306
Country
Dominican Republic
@patjenova Any chance you'd be interested working with me on The Survivalist 1.0.7 via Discord? I've been trying to find the correct offsets but no luck so far. I need a tutor really bad. I used Edison SE and Pointer Searcher SE with dumps. Tried finding the first feature you got on the older version which was invincible tools. Maybe you could give me some pointers as to how you found those value and what was your method? I'd really appreciate your help. I attached a screenshot of what I keep finding but the offset changes each time I restart the game and Pointer Searcher SE keeps failing at finding those. View attachment 316245View attachment 316246
the only pointer is the last, the others are asm.

The Survivalists
TID: 0100EF200DA60000
BID: 9237D917928AEB4A
Version: 1.0.3
Spoiler
[01# Remove Item Durability]
04000000 008AB780 D65F03C0

[Remove Item Durability (off)]
04000000 008AB780 D105C3FF

[02# Can Craft]
04000000 005F0770 52800020
04000000 005F0774 D65F03C0

[Can Craft (off)]
04000000 005F0770 F81C0FF7
04000000 005F0774 A90157F6

[03# inf Energy]
04000000 005BFB10 D65F03C0

[inf Energy (off)]
04000000 005BFB10 FC1D0FE8

[04# Add 99 items (Press L)]
04000000 00410D10 0B000108
80000040
04000000 00410D10 52800C68
20000000

[05# Inf Health (for everything so look out)]
04000000 008A072C 5284E214

[Inf Health (off)]
04000000 008A072C 2A0103F4

[06# Inf Hunger]
580F0000 062388F0
580F1000 000000B8
580F1000 00000030
580F1000 00000078
580F1000 00000018
580F1000 000002F8
580F1000 00000050
780F0000 00000014
640F0000 00000000 00000064
 

Galmin

Member
Newcomer
Joined
Jul 2, 2022
Messages
5
Trophies
0
Age
24
Location
Bahamas
XP
29
Country
Antarctica
the only pointer is the last, the others are asm.

The Survivalists
TID: 0100EF200DA60000
BID: 9237D917928AEB4A
Version: 1.0.3
Spoiler
[01# Remove Item Durability]
04000000 008AB780 D65F03C0

[Remove Item Durability (off)]
04000000 008AB780 D105C3FF

[02# Can Craft]
04000000 005F0770 52800020
04000000 005F0774 D65F03C0

[Can Craft (off)]
04000000 005F0770 F81C0FF7
04000000 005F0774 A90157F6

[03# inf Energy]
04000000 005BFB10 D65F03C0

[inf Energy (off)]
04000000 005BFB10 FC1D0FE8

[04# Add 99 items (Press L)]
04000000 00410D10 0B000108
80000040
04000000 00410D10 52800C68
20000000

[05# Inf Health (for everything so look out)]
04000000 008A072C 5284E214

[Inf Health (off)]
04000000 008A072C 2A0103F4

[06# Inf Hunger]
580F0000 062388F0
580F1000 000000B8
580F1000 00000030
580F1000 00000078
580F1000 00000018
580F1000 000002F8
580F1000 00000050
780F0000 00000014
640F0000 00000000 00000064
So what do you think was used to get that? Sorry I'm just a little confused. What steps should I take if the Edison SE code I find changes each time I restart the game? Think he used IDA pro? I assume I'd need a debugger of some sort. Are there any fresh tutorials on this? New to hacking Switch games. I've made iOS cheats in the past with IDA Pro though.
 

arismendy64

Well-Known Member
Member
Joined
Dec 1, 2013
Messages
1,052
Trophies
2
Age
44
XP
4,306
Country
Dominican Republic
So what do you think was used to get that? Sorry I'm just a little confused. What steps should I take if the Edison SE code I find changes each time I restart the game? Think he used IDA pro? I assume I'd need a debugger of some sort. Are there any fresh tutorials on this? New to hacking Switch games. I've made iOS cheats in the past with IDA Pro though.
Eiffel2018 and Tomswitch have good knowledge of this.

https://gbatemp.net/threads/atmospheres-gdb.602435/

https://gbatemp.net/threads/tutorial-1-making-a-multiplier-cheat.603417/

if the code exists you can rebase it with this tool.
https://gbatemp.net/threads/interac...ts-by-yourself-ver-0-3-stable-out-now.610647/
 
Last edited by arismendy64,

askdak

Member
Newcomer
Joined
Dec 26, 2021
Messages
9
Trophies
0
Age
31
XP
275
Country
Indonesia
Monster Hunter Rise Sunbreak
TID : 0100B04011742000
BID : 79D55D0394AC2820
anything cheat welcome and if u can add more for item multiplier +700 on 3.0.0 version will gladly happy to hear and get it
 

Galmin

Member
Newcomer
Joined
Jul 2, 2022
Messages
5
Trophies
0
Age
24
Location
Bahamas
XP
29
Country
Antarctica
@arismendy64 thank you so much!! :)

Also, how would I convert something like this?

Example 1 (easy): NOP = D503201F
Example 2 (confused): STR W2, [X2] = B9000042

Now what If I want to go backwards and see what B9000042 is and read it, let's just assume I didn't know that it meant STR W2, [X2].

This is probably a noob question but Its been a while.

For instance I see that @patjenova used D65F03C0 how do I convert that?
 

Galmin

Member
Newcomer
Joined
Jul 2, 2022
Messages
5
Trophies
0
Age
24
Location
Bahamas
XP
29
Country
Antarctica
I have a question guys,
I have the base version of the game + old version of the game NSP update + the new version of the game update also a NSP.
To pull out the main files of both I just use a tool I assume? The game itself needs to be installed on the switch with base version and then I specify which update to use to pull the main file out? Did I understand this correctly? Trying to use the Interactive ASM Cheats Updater. If this works I'll post "The Survivalist 1.0.7 updated cheat of @patjenova"
 

Deleted member 587859

Active Member
Newcomer
Joined
Mar 8, 2022
Messages
35
Trophies
0
Age
44
Location
Missouri
XP
209
Country
United States

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,966
Trophies
1
XP
7,899
Country
Italy
Arcade Archives RYGAR
TID: 0100C2D00981E000
BID: 5B2E5BD36B0A27BA

Inf.Credits
Inf.Lives
Invincibility
Inf.Time
Always Barrier/AllPowers
Next Star always 70000pts
Rapid Fire

Note: cheats work with both versions of the game.
 

Attachments

  • 5B2E5BD36B0A27BA.txt
    427 bytes · Views: 29

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
Request: Mario + Rabbids Kingdom battle
010067300059A000
3B39E0C06B8841f1

Skill Orbs (the purple orbs you use in battle hq in the skills trees) do not decrease.

i can find a matching display value, but even trying an unknown fuzzy search fails to find anything different. i froze the three results, and the math still happened.
 

silien3

Well-Known Member
Member
Joined
Jun 7, 2017
Messages
333
Trophies
0
Age
29
XP
737
Country
France
Monster Hunter Rise Sunbreak
TID : 0100B04011742000
BID : 79D55D0394AC2820

cheat search or place to modify in the backups with jksv to unlock all amiibo costumes
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtu.be/MddR6PTmGKg?si=mU2EO5hoE7XXSbSr