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

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,698
Trophies
1
Age
44
XP
15,258
Country
United States
Hey, is there a way to search for a pointer chain with specific offsets in Breeze?

Like, take this made up code:

580F0000 01234568
580F1000 00000012
580F1000 00000034
580F1000 00000056
580F1000 00000078
780F0000 00000090
640F0000 00000010 3CCCCCCD

Is there a way to find a pointer chain that has an initial offset of 0x12, then an offset of 0x34, then an offset of 0x56, and so on? It would make porting pointer codes easier, as often only the initial address changes and nothing else.
There is easy rebase which is supported on both Edizon SE and Breeze which change the first offset and try to complete the chain, just add cheat to bookmark and you will be offered to rebase.
 

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,288
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,411
Country
United States
There is easy rebase which is supported on both Edizon SE and Breeze which change the first offset and try to complete the chain, just add cheat to bookmark and you will be offered to rebase.
Soooo, I'm running into an issue where a moon jump code only works while standing still, but I want the player to be able to move while using it, otherwise it is useless. How do I make a 0x8 code type ignore the upper 16 bits of the code so that stick controls are ignored? This is really agitating. No other moon jump code does this in any other game I have played, so I'm at a loss...
Post automatically merged:

Soooo, I'm running into an issue where a moon jump code only works while standing still, but I want the player to be able to move while using it, otherwise it is useless. How do I make a 0x8 code type ignore the upper 16 bits of the code so that stick controls are ignored? This is really agitating. No other moon jump code does this in any other game I have played, so I'm at a loss...
Edit: Okay, never mind. The character moving makes the gravity increase, so I just had to hold the button longer to get it to work. The code is working as intended.

Edit 06/28/2024 @ 6:42 PM EST:

Added the rest of the codes I wish to port, for now.

Monster Hunter Stories 2: Wings of Ruin v1.5.3
TID: 0100E21011446000
BID: 52D3FBEF16F2D951

[Moon Jump(B)+ Walk Through Walls]
80000002
580F0000 02425070
580F1000 00000078
580F1000 00000148
580F1000 00000060
580F1000 00000008
780F0000 00000014
640F0000 00000000 42C80000
20000000

[Max 9999 Stats+Level 99 (Main Character)]
041D0000 4050AFEC 0000270F
081D0000 4050AFF0 0000270F 0000270F
011D0000 4050AFFA 00000063
021D0000 4050B028 0000270F
021D0000 4050B03E 0000270F
011D0000 4050B040 00000000

[Max 9999 Stats+Level 99 (Monsties)]
580C0000 0241C260
580C1000 00000038
580C1000 00000038
300D0000 000000FF
989EC0F0
580E1000 00000000
780E0000 00000078
680E0000 0000270F 0000270F
780E0000 00000008
620E0000 00000000 0000270F
780E0000 00000006
610E0000 00000000 00000063
780E0000 0000002E
620E0000 00000000 0000270F
780E0000 00000014
680E0000 270F270F 270F270F
780E0000 00000008
640E0000 00000000 270F270F
780C0000 00000008
310D0000 20000000

[Run Speed x1.25]
040C0000 010BC448 1E2E900D

[Run Speed 1.5x]
040C0000 010BC448 1E2F100D

[Run Speed 1.75x]
040C0000 010BC448 1E2F900D

[Run Speed Normal]
040C0000 010BC448 1E2E100D

[EXP Gained After Battle = 999,999]
580F0000 0241BF38
780F0000 00002304
640F0000 00000000 000F423F

[Max Money]
04100000 40732670 3B9AC9FF

Notes:

These codes were all ported from the originals by @Hazerou, @xtatu, and others whom I don't know the origins of their codes.

  • For the moon jump code, when you're on foot with your main character, you need to walk 'down' a slope wile holding B, and once you're 'high' enough, then the moon jump will start working.
  • The character stats code may only work in the first outdoor map outside Mahana Village; more testing needs to be done to confirm this.
  • The run speed codes cause your weapon to jiggle like crazy when on foot. This is purely visual, and to avoid it, ride a Monstie; the speed boost works on them as well!
  • The max money code was unchanged between v1.1.0 and v1.5.3, for some odd reason.
 

Attachments

  • contents.zip
    935 bytes · Views: 2
Last edited by Maq47,

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,698
Trophies
1
Age
44
XP
15,258
Country
United States
the money cheat doesn't seem to stick, only works on the first level? other levels it doesn't add to the total
The money cheat hack the total not add to total, turn off the cheat to add to it or it will always be 16000 even if the screen say it is more. The hacked address isn't reference until you change the money, i.e. you have 16000 and you add 1 then you get 16001 on screen but if the code is not turn off you still just have 16000 all the time
 
  • Like
Reactions: jalaneme

loser_monkey

Member
Newcomer
Joined
Oct 10, 2018
Messages
11
Trophies
0
XP
111
Country
United States
Super Smash Bros. Ultimate (v13.0.2)
TID: 01006A800016E000
BID: CBD5A9B56EA859BA

Request (cheats from Tinfoil):

• 255 Stocks
• CPU No Move
• Always Bowser
• Giga Bowser
• Master Hand

// I can't do a u8 search (for 255 stock cheat) or any other search with Super Smash Bros. Ultimate using Edison(-SE) cuz it will load forever and the Nintendo Switch will get stuck.
// Also, for the character cheats (Bowser = `DD2AFECC`, Giga Bowser = `93DBBF13, and Master Hand = `89102CBF`), what kind of data type thing are their values stored as? u32 I think
 
Last edited by loser_monkey,

Bobyg55

Well-Known Member
Member
Joined
Oct 17, 2019
Messages
101
Trophies
0
Age
34
XP
684
Country
Indonesia
I think what might be happening is the dead flag is getting triggered, as my code only works with hp and mp, not the status flags, so it's possible that too high damage or instakill moves can still "kill" them

hi @Gamerjin ,

thx for all the codes you make all this year, really appreciated it.
I am a user of your codes from SMT V vanilla, there's codes that multiply the effect of stats increasing items for MC and demon,
here's the codes you make before :

[Stat gain MC x4]
04000000 011B8C4C 0B0A0129
04000000 0123AC60 0B130929

[Stat gain MC x8]
04000000 011B8C4C 0B0A0129
04000000 0123AC60 0B130D29

[Stat gain MC x16]
04000000 011B8C4C 0B0A0129
04000000 0123AC60 0B131129

[Stat gain Demon Ally x4]
04000000 011B85C0 0B0A0129
04000000 01251400 0B130929

[Stat gain Demon Ally x8]
04000000 011B85C0 0B0A0129
04000000 01251400 0B130D29

[Stat gain Demon Ally x16]
04000000 011B85C0 0B0A0129
04000000 01251400 0B131129

Can you make the codes for vengeance that do that too ? X4,x8,x16,x32 will be very helpful .
thank you
 
  • Like
Reactions: kaiser280598

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,698
Trophies
1
Age
44
XP
15,258
Country
United States
2024062715171900-DF3B4A41115FD7D06723242960C445E8.jpg

code updated, previous code for total coin only hack the display, to get the benefit need to hack three items
2024062715431900-CCFA659F4857F96DDA29AFEDB2E166E6.jpg
 

Arkavatos

Member
Newcomer
Joined
Apr 16, 2022
Messages
14
Trophies
0
Age
42
Location
indonesia
XP
99
Country
Indonesia
Code:
[set valor]
580F0000 032DD290
580F1000 000000B8
580F1000 00000010
780F0000 00000948
640F0000 01000100 0000000A

[max money on purchase]
04000000 00035FC8 B9001009

[max money on purchase off]
04000000 00035FC8 B9001008

[max honor and item]
04000000 002C9310 5284E1E8

[max honor and item off]
04000000 002C9310 0B010108

[max reown]
04000000 002CD218 52827108

[max reown off]
04000000 002CD218 1A88B3E8


[max stamina]
04000000 000D6DE8 528000CB

[max stamina off]
04000000 000D6DE8 B9417E6B

[max ammo]
04000000 002216EC 52800C69

[max ammo off]
04000000 002216EC 71000509

Edit:
Added:
-Max Ammo

Note:
-Enable max honor and item will max honor on use, max item on pick up/sell.
-Enable Max ammo for ballista and catapults.

Will post more if I manage to find more.

Enjoy~
do you have for A3780FD4DDD62389
 
  • Like
Reactions: AkiraFox

silien3

Well-Known Member
Member
Joined
Jun 7, 2017
Messages
337
Trophies
0
Age
29
XP
763
Country
France
you need a cheat for the akuba bar safe, the one obtainable on the internet to force the opening for example the password is 1234 with the cheat activated or a cheat which unblocks it directly without a password

edit: useless they changed the way to get it so useless cheat except for those who want to go quickly and not search
 
Last edited by silien3,

kindren

Well-Known Member
Member
Joined
May 18, 2020
Messages
304
Trophies
0
Age
34
XP
1,398
Country
Singapore
SPY×ANYA: Operation Memories 1.0.0
TID: 010089B01AB44000
BID: DDD449531A7491D7
Code:
[max money]
04000000 0298C758 B9005113 
04010000 0298C758 144619DA 
04010000 03B12EC0 18000073 
04010000 03B12EC4 B9005113 
04010000 03B12EC8 17B9E625 
04010000 03B12ECC 05F5E0FF 

[max money off]
04000000 0298C758 B9005113 

[max eurika]
04010000 02B4A464 143F229B 
04010000 03B12ED0 18000060 
04010000 03B12ED4 B900F660 
04010000 03B12ED8 17C0DD64 
04010000 03B12EDC 000003E7 

[max eurika off]
04000000 02B4A464 B900F660

Will post more if I manage to find more.

Enjoy~
 

dd888

New Member
Newbie
Joined
Jun 27, 2024
Messages
4
Trophies
0
XP
14
Country
Mexico
Would it be possible for an update on Dave the Diver codes, please? Current ones aren't working at all with newest patches.

Dave the Diver
PID : 010097F018538000
BID : 8AF01EB163250F4D
Patch version: 1.0.2.747

Thank you.
 
Last edited by dd888,
  • Like
Reactions: burhansalih

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Newcomer
Joined
Aug 4, 2019
Messages
3,114
Trophies
1
XP
8,418
Country
Italy
Arcade Archives CRIME FIGHTERS
TID: 01002620141B6000
BID: A984212B70C962D8

[In.Credits]
[Inf.Time]
[1P Inf.Lives]
[1P Inf.Energy]
[1P Invincibility]
[2P Inf.Lives]
[2P Inf.Energy]
[2P Invincibility]
[3P Inf.Energy]
[3P Invincibility]
[4P Inf.Energy]
[4P Invincibility]

Original Code by ネオ•グランゾン
 

Attachments

  • A984212B70C962D8.txt
    693 bytes · Views: 1

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Broke back