Nintendo SWITCH Cheat Codes Download

Avoid creating cheat Request Topic​

Request cheats are made in :​

cheat-codes-ams-and-sx-os-add-and-request-general


This group provides cheat code authors to post works, share experience, learn and exchange

This group also provides cracking game players to get the latest and most complete cheats, and assist in testing

Since GBATemp is the most famous place in the industry, we hope to improve the content quality of this group

The main contents of this group include:
1. Publish personal originals.
2. Improve the quality of secondary creation (including version updates, repairs, and enhancements)
3. Request to create game cheats
4. Tutorial sharing on developing game cheat codes

For technical exchanges, sharing the code of others must attach the URL of the webpage published by the original author (do not copy the complete code)

Although the content of this group is very precious, it is provided for free, and it is not allowed to reprint it to commercial places or paid membership websites for profit.
Nintendo SWITCH Cheat Codes Download
Nintendo SWITCH Cheat Codes Download

Cheat Codes AMS and Sx Os, Add and Request GENERAL

  • Thread starter Thread starter matias3ds
  • Start date Start date
  • Views Views 293,581
  • Replies Replies 3,336
  • Likes Likes 85
Young Souls 1.0.3 cheat ID: 010097900F550000 please?
 

Attachments

  • Messenger_creation_9DBD4BDF-7542-4DCF-8739-6376007C5B84.jpeg
    Messenger_creation_9DBD4BDF-7542-4DCF-8739-6376007C5B84.jpeg
    166.2 KB · Views: 4
Request
Village in the Shade | ほの暮しの庭
TID : 01001BA027DD8000
BID : 42C41D8402C49086
game version 1.0.2

Anyone know how to make item not decrease, and freeze time for this game ?

I can only cheat the money not decrease in this game. but don't know how to freeze time and item.

Ps. The save game between Switch and PC are interchange able by just copy and paste.

1785633418811.png
 
Last edited by SnowStormAkikaze,
  • Like
Reactions: RegVayne
Request
Village in the Shade | ほの暮しの庭
TID : 01001BA027DD8000
BID : 42C41D8402C49086
game version 1.0.2

Anyone know how to make item not decrease, and freeze time for this game ?

I can only cheat the money not decrease in this game. but don't know how to freeze time and item.

Ps. The save game between Switch and PC are interchange able by just copy and paste.

View attachment 584506
Have you tried watching the value and look for a add or sub near the code that change it?

Did you try searching for time in seconds? Remember to cater value after the decimal point. Search =**
 
Last edited by TomSwitch,
@TomSwitch

Oh ! I will try it when I finish my breakfast ! Thanks XD
Post automatically merged:

@TomSwitch I can only found the money value. P1 but I can not fine the Time value. I have try both u16 and u32 P2, P3
search for 700, 715, 730
2026080209444100.jpg

2026080209383300.jpg
 

Attachments

  • 2026080209442500.jpg
    2026080209442500.jpg
    171.8 KB · Views: 5
Last edited by SnowStormAkikaze,
  • Like
Reactions: RegVayne
@TomSwitch

Oh ! I will try it when I finish my breakfast ! Thanks XD
Post automatically merged:

@TomSwitch I can only found the money value. P1 but I can not fine the Time value. I have try both u16 and u32 P2, P3
search for 700, 715, 730
View attachment 584514

View attachment 584515
To search for time you need to formulate a guess on how the time is being represented in the game.

There are many options. I would normally assume one second is 1. But what unit should that be? I normally would also assume float. This would be the nice case. It is not the case for this game.

The next thing would be assume it is integer. Nice case would be 1 is one second. Turns out that for this game it is.

The next thing is whether day is included in the integer. In this case it is.

Finally what is 0? In this case 0 is day 1, 7am.

You need to be fairly lucky to have guess all these correctly.

Basically it is grind a bit until you find it.

Now that I have given you exactly the data model you can go ahead and search for time skipping the grind.

View attachment WIN_20260803_10_06_12_Pro.mp4
See time ticking. See what action stop time from moving.
 
Last edited by TomSwitch,
ok, still working on it........BUT:
1a1306c - 39404b79 for sf2
55F31F0 - 39404D08 for sf3

so.....
[have all cards sf2]
04000000 01A1306C 52800A19

[have all cards sf3]
04000000 055F31F0 52800A08

sf2, like sf1, will write to all, so it once you use the code, you will need to delete the blanks and dummy cards, i believe sf3 is the only one with a builtin card filter.
The game has now been updated to a new version. May I ask if there are any new codes available?
 
Hello together,

I am searching for cheats for the Switch game

Name: Simon the Sorcerer Origins
TID: 01004220240B8000
BID: 7B32373543E57105 (but the version does not matter, I can install another update)

Thank you very much, kind regards

Aufnahme1.png
 
Hello Everyone,

I have request for these game:

Skautfold: Into The Fray v1.0.1
TID= 0100FC801CF0E000
BID= EDDCC1ED48A46FF2
Note: any kinds of cheat for this game

Unworthy v1.0.0a
TID= 01004AB00B4F8000
BID= 00D299B0EA87D13E
Note: any kinds of cheat for this game

Shadow of the Orient v1.0.0
TID= 0100648022506000
BID= B24B340D52DDCF90
Note: any kinds of cheat for this game or any information

Thank you for any cheat codes of the games above at anytime
 
Last edited by RegVayne,
The game has now been updated to a new version. May I ask if there are any new codes available?
Yes, I will look into the write all cards code.

[all* cards - sf1]
04000000 000CE0F8 52800C77

[all cards sf2]
04000000 020683CC 39404B79

[all cards sf3]
04000000 037C740 39404D08

so far. for the most part, i was suprised by how much the code was shifted arounded.
update: until i get to it, you may have to use breeze to asm edit the code to "mov w<reg>, <amount>"
 
Last edited by Gamerjin,
Yes, I will look into the write all cards code.

[all* cards - sf1]
04000000 000CE0F8 52800C77

[all cards sf2]
04000000 020683CC 39404B79

[all cards sf3]
04000000 037C740 39404D08

so far. for the most part, i was suprised by how much the code was shifted arounded.
Thanks so much for taking the time to look into this and sharing the codes! Really appreciate it. And yeah, I totally agree – I was also surprised by how much the addresses have shifted around after the update. Seems like quite a lot changed behind the scenes. Thanks again for your hard work!
 
Request for Tomb Raider: Definitive Edition v1.0.4 Cheat

Title ID: 0100092021C80000
Build ID: 97EB11E9B56A96E5

Infinite health, ammo/arrows, salvage, XP, etc.
 
Hello, I'm requesting a cheat for:

Game: Shadow Fight 2
Title ID: 0100AB000ABFE000
Build ID: E15FC665EC42684A
Version: 1.1.0

Could someone help create a cheat for unlimited coins/gems?

Thanks!
 
mutant year zero road есть ли файл читов на Нинтендо свитч
 
request codes
Blueys Quest For The Gold Pen 1.0.1
TID: 0100EF802631A000
BID: A9715185644781FE
all items with high quantity
increased character speed
moon jump
 
Request cheat: Volcano Princess

TID: 01007CB025C58000
BID: 4B696178BB0386C3
Game Version: v1.0.2

Any cheats available for this game.

Thank you in advance for any help!
 

Group statistics

Group owner:
matias3ds
Members:
86052
Threads:
7759
Messages:
42257
Photos:
0

Site & Scene News