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

Critadel v1.0.4 TID=0100602014212000 BID=7C141FA4C5E6F5C4

  • Thread starter Thread starter Gamerjin
  • Start date Start date
  • Views Views 149
  • Replies Replies 2
  • Likes Likes 9

Gamerjin

No emulator code questions
Member
GBAtemp Patron
Joined
May 25, 2016
Messages
3,603
Reaction score
5,546
Trophies
3
XP
9,143
Country
United States
[Inf Ammo/Stamina]
-ignores 0 check-
[Inf Grenades]
-need at least 1 to trigger, then it stores max-
[Inf Jump]
-works in level, not the tower hub-
[Inf Health]
-skip the subtraction part-
[Inf Shields]
-skip the subtraction part-
[Fixed 3500 Durability]
-only works by switch to the weapon using the ZL/ZR or the Quick weapon circle-
[Fixed 9999 Crystals]
-only in level, always you to always be able to pay crystals-

the next code series hacks what the game thinks you have.
version 1 is set to highest Synergy level for all.
version 2 has individual code caves, so while it does require you to edit the configuration byte, you can now control what level you are.
[Rifle synergy] => Increase Rifle Fire Rate by {100%, 200%, 300%}
[Pistol synergy] => Increase Pistol Critical Chance by {5%,15%,30%}
[Charge synergy] => Reduce Charge Duration by {10%,25%,50%}
[Shotgun synergy] => Increase shotgun damage by {2,4,8}
[Laser synergy] => Reduce all Weapon AP cost by {1,2,3}
[Melee synergy] => Take {10%,20%,30%} less damage
[Normal synergy] => increase damage dealt by {1,2,5} for all weapons
[Energy synergy] => Increase all weapon damage by {10%,20%,50%}
[Explosive synergy] => Increase Range of Explosives by {30%,60%,100%}
[Freeze synergy] => Eliminate the frozen enemy and get {3,5,10} crystals
[Burn synergy] => increase burn damage by {1, 3, 8}
[Nature synergy] => Restore {2, 3, 8} HP when enemy is defeated with a nature weapon
[Divine synergy] => summon Angel Companion to assist you
[Void synergy] => Increase critical damage of all weapons by 100 percent
 

Attachments

  • 7C141FA4C5E6F5C4.txt
    7C141FA4C5E6F5C4.txt
    2.3 KB · Join the group to download
  • 7C141FA4C5E6F5C4_v2.txt
    7C141FA4C5E6F5C4_v2.txt
    4.7 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 Gamerjin,
2026082410453600-CCFA659F4857F96DDA29AFEDB2E166E6.jpg
At the moment the main assistant Breeze has for game maker studio game is the RValue mode which decode the ,0x4 position of a pointer into a label, when the label make sense this pointer has a good chance that can be use to hack the value.
By watching the address often a share function that has two register addressing such as [x8, x9] is there. By catching X9 value at the instruction execution we often get a value that looks like a offset into a table
2026082410504600-CCFA659F4857F96DDA29AFEDB2E166E6.jpg
By making cheat that match either label or offset or both we might be able to make cheat that is unique to the value we want to hack.

This is the stage we have now and I am looking to enhance it.

@Gamerjin do you make use of this feature? Any feedback? Any ideas to provide better support for game maker studio game?
Post automatically merged:

What may come in beta116

2026082411252300-CCFA659F4857F96DDA29AFEDB2E166E6.jpg

2026082411254300-CCFA659F4857F96DDA29AFEDB2E166E6.jpg

// GameMaker variable hook for AmPt_now, id 100245
// ldr x21, [x8, x9] at M+0x032C6F8C reads the slot as [x8 + x9].
// Act only while X9 still holds the captured slot offset 0x3060 and the
// id at slot+8 is still 100245, then repeat the access at gm_watch so a Gen2
// watch on cave_start+0x24 shows every address the pair still lets
// through -- a single address means the match is unique.
stp x25, x26, [sp,#-0x90]
ldr w25, gm_offset
cmp x9, x25
b.ne original
add x26, x8, x9
ldr w25, [x26, #8]
ldr w26, gm_varid
cmp w25, w26
b.ne original
gm_watch:
ldr x21, [x8, x9] <= not hacked yet, this part is for human to do
original:
ldp x25, x26, [sp,#-0x90]
{original}
return:
b code1+4
gm_offset: .word 0x3060
gm_varid: .word 100245
Post automatically merged:

Members-only download
This download link is for members of the Nintendo SWITCH Cheat Codes Download group. Join the group to see it. It's free.


Final tool support multiple cheats on one hook. To add them is as show above.

I made a few cheats using this tool. The tool automatically name the cheat using the label of the field. You have a chance to change it. Here hp boss has the same label as hero's hp. I rename it hp_boss. What this tool does is it makes code matching part in the hook cheat and the named cheat has the line that access your target (you need to check for uniqueness before use). You can then make cheats like normal. Support for multi target using same hook for x30 match will come in future release.2026082511083200-CCFA659F4857F96DDA29AFEDB2E166E6.jpg
 

Attachments

  • 7C141FA4C5E6F5C4.txt
    7C141FA4C5E6F5C4.txt
    2.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 TomSwitch,

Group statistics

Group owner:
matias3ds
Members:
86086
Threads:
7772
Messages:
42280
Photos:
0

Site & Scene News