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

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,811
Trophies
1
XP
6,512
Country
United States
the pointer +90+8 doesn't always work even when it is dbl
for atk, you could just use codecave on the damage rate cheat (+70) to easily kill enemies with 1 hit and give 0 damage to player
Yeah, the reason why 70 is 0 is because the dmg factor is AGAINST you. Can you switch elements? I have to swap to and from an element to see the changes.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,746
Trophies
2
XP
6,312
Country
Yeah, the reason why 70 is 0 is because the dmg factor is AGAINST you. Can you switch elements? I have to swap to and from an element to see the changes.
I didn't peek at the changes, it should has instant effect when the cheat is enabled
for now, I just use codecave for enemy dmg and pointer for player 0 dmg
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,811
Trophies
1
XP
6,512
Country
United States
the pointer +90+8 doesn't always work even when it is dbl
for atk, you could just use codecave on the damage rate cheat (+70) to easily kill enemies with 1 hit and give 0 damage to player
well, the other one involves the "baseparams" so it should be a little more accurate:
maxhp:
[[[[[[main+2F72D70]+C8]+80]+20]+24]+BC]+08 <- baseparams
[[[[[[main+2F72D70]+C8]+80]+28]+78]+BC]+08 <- modifiers

Def:
[[[[[[main+2F72D70]+C8]+80]+20]+24]+64]+08
[[[[[[main+2F72D70]+C8]+80]+28]+78]+64]+08

Focus:
[[[[[[main+2F72D70]+C8]+80]+20]+24]+38]+08
[[[[[[main+2F72D70]+C8]+80]+28]+78]+38]+08

atk:
[[[[[[main+2F72D70]+C8]+80]+20]+24]+90]+08
[[[[[[main+2F72D70]+C8]+80]+28]+78]+90]+08
Post automatically merged:

if you set player dmg rate to negative then it will +hp instead of minus

View attachment 431400
this could be a good alternative to inf health especially if the health is < 254....
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,746
Trophies
2
XP
6,312
Country
well, the other one involves the "baseparams" so it should be a little more accurate:
maxhp:
[[[[[[main+2F72D70]+C8]+80]+20]+24]+BC]+08 <- baseparams
[[[[[[main+2F72D70]+C8]+80]+28]+78]+BC]+08 <- modifiers

Def:
[[[[[[main+2F72D70]+C8]+80]+20]+24]+64]+08
[[[[[[main+2F72D70]+C8]+80]+28]+78]+64]+08

Focus:
[[[[[[main+2F72D70]+C8]+80]+20]+24]+38]+08
[[[[[[main+2F72D70]+C8]+80]+28]+78]+38]+08

atk:
[[[[[[main+2F72D70]+C8]+80]+20]+24]+90]+08
[[[[[[main+2F72D70]+C8]+80]+28]+78]+90]+08
Post automatically merged:


this could be a good alternative to inf health especially if the health is < 254....
not sure about the other ones, but +90 sometimes is not a pointer address, dbl or not
if you are going to use pointers then you might need to add a memory check to each
 
  • Like
Reactions: Gamerjin

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,565
Trophies
1
Age
44
XP
14,796
Country
United States
I'll try using Breeze for the searchs that i will do but i'm just curious about one thing, for searching an unknown value, i always need to search between a range? Because on Edizon SE there's the unknown value button, but i didn't see one for Breeze and read your tutorials about using it and was just curious to know if there is said button or i always need to search for a range to find the value.
Searching for a range is faster but you can always do a dump as a first search. Edizon do it implicitly when you perform a first search that requires previous data and don't have it. Breeze the dump is explicit with the memory dump button.
 
  • Like
Reactions: Phyon

ZiT

Well-Known Member
Member
Joined
Sep 14, 2022
Messages
478
Trophies
1
XP
3,888
Country
Japan
hero


Monkey Business

TID: 010038800DF74000
BID: F2D17AF6BBF4D149

·Max Coin
·Max Seed
·Speed Up
·Inf HP
·Semi-Invincible
·Moon Jump
·Time Stop

 

Reaper 303

Member
Newcomer
Joined
Aug 24, 2016
Messages
11
Trophies
0
Age
39
XP
55
Country
United States
Hello so i need help. I use EdiZon for my cheats and whenever i open the cheats it autonatically boots me. I already did a variety of things to try and fix it and research but i need help. So i
Removed the semi colon in front of
dmnt_cheats_enabled_by_default = u8! 0x0
THe default was already i so i didnt need to change it in system ini but in folder config template the system ini file had default at 1 so i changed that already to 0. Also i updated my EdiZon to the newest version by replacing the nro file. I dont know what else to do? Should i update my tesla overlay? When i open tesla overlay my EdiZon says v 1.07 could that be the reason? If anyone can help it would be much appreciated thank you!
Post automatically merged:

im trying to get my cheats to work but it keeps crashing when i open EdiZon. i already changed the value in the system ini file to default 0 and it still crashes. any solutions? if i send the crash report do you think that would help?
 
Last edited by Reaper 303,

ZiT

Well-Known Member
Member
Joined
Sep 14, 2022
Messages
478
Trophies
1
XP
3,888
Country
Japan
https://gbatemp.net/threads/using-breezes-search-manager.631610/

The main thing that is different from jnoexs is breeze search produce a result file. You can choose to name the file or you can let breeze just append a number to the file for successive search.

If you just install Breeze it present a basic menu. Use the full menu button to get the full menu.

==A is the normal search with the type you specify. ==*A search for u32, f32, f64 at one go. You can also search for range [A..B].

https://gbatemp.net/threads/tutorials-on-making-cheats-with-breeze.620878/

Here is a quick search for MP, it start with 200, assume I didn't know it is u32 I use ==A* which search for u32, f32, f64

View attachment 431338

View attachment 431339
reduce MP to 197, I edit A to 197 then continue search

Show candidate then I use inc1000 button to set the value to 198 and 199
View attachment 431340

Go back to game and now I know which one is the correct one
View attachment 431341

View attachment 431343
Add it to bookmark

View attachment 431344
Do pointer search

View attachment 431345
You can go one depth at a time with R or you can go straight for depth of 5 ( since we already know this one is depth 5 )

View attachment 431346

View attachment 431349goto bookmark, normally the next step is to restart the game and see which one is still good, pick one and add bookmark to cheat will make the cheat code

Write Cheat to atm will write cheat file to atmosphere/contents directory
Write Cheat to file will write cheat file to switch/Breeze/Cheats
View attachment 431353View attachment 431352
The search speed is very fast.
Even an unknown numeric search takes about 1 minute.
I would like to see the search result address in noexs, but it is encrypted.
Now I'm typing with my eyes.
Can't export unencrypted to a bookmark file?
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,565
Trophies
1
Age
44
XP
14,796
Country
United States
Can't export unencrypted to a bookmark file?
It's not encrypted but the file is binary. I will make a export to text option for you.

https://github.com/tomvita/Breeze-Beta/releases/download/beta89/Breeze89d.zip
2024041315531100-CCFA659F4857F96DDA29AFEDB2E166E6.jpg

[Ancient Weapon Holly 1.3.0 TID: 0100F7201D1B0000 BID: CF8C5572ACB073AC]
bookmark export from sdmc:/switch/breeze/cheats/Ancient Weapon Holly/CF8C5572ACB073AC(011).bmk
00001 Inf Life z=4 main+50424E8+B8+0+18+88
00002 Inf Life z=4 main+50A3710+B8+0+18+88
00003 Inf Life z=4 main+50C89D0+B8+0+18+88
00004 Inf Life z=4 main+50C8A30+B8+0+18+88
00005 Inf Life z=4 main+50C8AF0+B8+0+18+88
00006 Inf Life z=4 main+50C8B80+B8+0+18+88
00007 Inf Life z=4 main+50C8C10+B8+0+18+88
00008 Inf Life z=4 main+50C8D60+B8+0+18+88
00009 Inf Life z=4 main+50C8DF0+B8+0+18+88
00010 Inf Life z=4 main+50C8E50+B8+0+18+88
00011 Inf Life z=4 main+5146048+B8+0+18+88
00012 Inf Life z=4 main+51463A8+B8+0+18+88
00013 Inf Life z=4 main+51467A8+B8+0+18+88
00014 Inf Life z=4 main+5148BF0+B8+0+18+88
00015 Inf Life z=4 main+5148C88+B8+0+18+88
00016 Inf Life z=4 main+5148C98+B8+0+18+88
00017 Inf Life z=4 main+5148CA0+B8+0+18+88
00018 Inf Life z=4 main+5148CC0+B8+0+18+88
 
Last edited by TomSwitch,

ZiT

Well-Known Member
Member
Joined
Sep 14, 2022
Messages
478
Trophies
1
XP
3,888
Country
Japan
It's not encrypted but the file is binary. I will make a export to text option for you.

https://github.com/tomvita/Breeze-Beta/releases/download/beta89/Breeze89d.zip
View attachment 431456
[Ancient Weapon Holly 1.3.0 TID: 0100F7201D1B0000 BID: CF8C5572ACB073AC]
bookmark export from sdmc:/switch/breeze/cheats/Ancient Weapon Holly/CF8C5572ACB073AC(011).bmk
00001 Inf Life z=4 main+50424E8+B8+0+18+88
00002 Inf Life z=4 main+50A3710+B8+0+18+88
00003 Inf Life z=4 main+50C89D0+B8+0+18+88
00004 Inf Life z=4 main+50C8A30+B8+0+18+88
00005 Inf Life z=4 main+50C8AF0+B8+0+18+88
00006 Inf Life z=4 main+50C8B80+B8+0+18+88
00007 Inf Life z=4 main+50C8C10+B8+0+18+88
00008 Inf Life z=4 main+50C8D60+B8+0+18+88
00009 Inf Life z=4 main+50C8DF0+B8+0+18+88
00010 Inf Life z=4 main+50C8E50+B8+0+18+88
00011 Inf Life z=4 main+5146048+B8+0+18+88
00012 Inf Life z=4 main+51463A8+B8+0+18+88
00013 Inf Life z=4 main+51467A8+B8+0+18+88
00014 Inf Life z=4 main+5148BF0+B8+0+18+88
00015 Inf Life z=4 main+5148C88+B8+0+18+88
00016 Inf Life z=4 main+5148C98+B8+0+18+88
00017 Inf Life z=4 main+5148CA0+B8+0+18+88
00018 Inf Life z=4 main+5148CC0+B8+0+18+88
WOW! thank you‼

Walk through Walls and Invincible are very helpful because you can't find them by searching.
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
3,054
Trophies
1
XP
8,161
Country
Italy
I'm asking those more experienced than me here:i was looking for cheats beyond the max level of Raimbow Moon characters and this happened,
2024040917034600-3A8105B45F0E60FE450F3897752AAF28.jpg

practically nothing more appears in the Main quest,i wanted to know if it was possible to restore that option without having to start the game from the beginning because i'm about to complete it.
 

Thelastunicorn

Well-Known Member
Member
Joined
Feb 3, 2019
Messages
118
Trophies
0
Location
Germany
XP
1,003
Country
Germany
究極タイガーヘリ 1.5.0
TID: 01002650114B4000
BID: C0A48849A44BC5D7

[Inf.Lives]
[Inf.Bombs]
[Inf.Yellow Rhombuses]

[1P Inf.Lives]
[1P Inf.Bombs]
[1P Always Max Shot]
[1P Always Red Weapon]
[1P Always Green Weapon]
[1P Always Blue Weapon]
[1P Always Yellow Weapon]
[2P Inf.Lives]
[2P Inf.Bombs]
[2P Alwayw Max Shot]
[2P Alwayw Red Weapon]
[2P Alwayw Green Weapon]
[2P Alwayw Blue Weapon]
[2P Alwayw Yellow Weapon]

[Inf.Credits]
[Inf.Lives]
[Inf.Energy]
[Inf.Ammo Time]
[One Hit Kill Boss]
[Always Have Laser]
[Always Speed Punch]
[Always Fire Punch]
[Always Super Punch]

[Inf.Credits]
[Inf.Lives]
[Inf.Energy]
[Inf.Ammo Time]
[One Hit Kill Boss]
[Always Have Laser]
[Always Speed Punch]
[Always Fire Punch]
[Always Super Punch]

Original Code by ネオ•グランゾン
Can you Make cheats for Blue fire 6.1.0 Infinite health & Moonjump please.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: I went to the drive thru lady hands me me receipt go up to the 2nd window same lady hands me my...