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

DEMON'S TILT [0100BE800E6D8000]

  • Thread starter Thread starter Eiffel2018
  • Start date Start date
  • Views Views 180
  • Replies Replies 1
  • Likes Likes 8

Eiffel2018

Well-Known Member
Member
Joined
Aug 23, 2020
Messages
1,582
Reaction score
8,423
Trophies
3
Age
26
XP
10,668
Country
Hong Kong
[DEMON'S TILT (US) v1.54(v327680) TID=0100BE800E6D8000 BID=B6A0DEFB7D316045]

{Restore Codes}
040E0000 02832FE8 00000000
040E0000 02832FEC 18FFFFF5
040E0000 02832FF0 34000055
040E0000 02832FF4 2A1F03E0
040E0000 02832FF8 2A0003F5
040E0000 02832FFC D65F03C0
040E0000 006224E4 948842C2

[#01 Ball Count never increase]
010E0000 02832FE8 00000001

[Created by Eiffel2018, enjoy!]
 

Attachments

  • DEMON'S TILT.rar
    DEMON'S TILT.rar
    3.9 KB · Join the group to download
These files are for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to download them. It's free.
Although @zzpong, the predecessor who guided me to learn python, has developed a set of upgrade tools for cheat codes,
However, there are several problems in the implementation with such tool,
The first is that it is difficult for users to retrieve the NSP of old versions.
Secondly, the games developed for Unity and UE4 have a high failure rate and require manual adjustment of the scope to have a chance to achieve.
To this end, my idea is that if the original cheat code developer can provide the relevant AOB code, it is the best and convenient for those who upgrade later.
So, I made a preliminary structure, just need to modify this PY template slightly.

Now I will explain this python script for your convenience.
First of all, of course, find out what you want to change.
Like this example, I need to change the W21 that was originally used to increase 1 to zero (WZR)

1649847845084.png

Then we need to find out an unique AOB code for getting this address
After execute the python code (ALT+F7), those functions have been defined,
then we may type getAOB() at the Python command line
1649848460619.png
a unqiue AOB code will be generated , copy and put into the variable CheatAddr
Members only
Codes and spoilers in this group are for members. Join the Nintendo SWITCH Cheat Codes Download group to reveal them. It's free.
And put the command(s) you want to change inside the function CheatCode and ASM
ASM(code) is a simple function that return the hex codes
CheatCode(length,address,hexcode) is a function that return a line of cheat code,
RestoreCode(length,address) that return the original codes to be restored when the user disable the cheat
All that is.

if you remember the ASM code, e.g. NOP is D503201F, then you can also use CheatCode(4,CheatAddr,0xD503201F) to achieve the same result


For advance usage, to make code cave.

For example, the above cheat code (restore part) will not work in Ryujinx and Yuzu, we need to make a variable to store the status if this cheat is enable or disable, a code cave is needed

Here is another template deal with code cave
Members only
Codes and spoilers in this group are for members. Join the Nintendo SWITCH Cheat Codes Download group to reveal them. It's free.
the ASM lines store in a tuple or list, and there is a 4-byte record the on/off status of this cheat,
0x2832FE8 in this example, that is CodeK-4 in the above code

Finally, execute the finished python script once, cheat codes were generated (and you can also perform this python script in different version)
1649849826722.png
copy the cheat code generated, and press Shift+F2, and paste the code there (or paste the code in GDB instance after run this python script at there again)
1649849858161.png
then the cheat codes are applied and you can check if the jumping codes correct
1649850197324.png
 

Attachments

  • CheatGenTemplate.rar
    CheatGenTemplate.rar
    3.5 KB · Join the group to download
These files are for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to download them. It's free.
Last edited by Eiffel2018,

Group statistics

Group owner:
matias3ds
Members:
86195
Threads:
7803
Messages:
42372
Photos:
0

Site & Scene News