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

  • Thread starter Thread starter matias3ds
  • Start date Start date
  • Views Views 24,142,454
  • Replies Replies 73,170
  • Likes Likes 249
so what i have settled for is using anything for a starting point. and then just mod it. use the steps below....
(remember this is an example, you will need to use the values in your current game)
1) starting keys = 3, either you have a table value for double float memorized or use a converter for 3 double float.
in this case Dbl 3 => 0x4008000000000000
2) start a u64 search for that value.
3) use a key, best place is the mirror, which should only use 1 key to reset your darkness "money".
4) keys now = 2. value = 0x4000000000000000. search for new value.
5) depending on what youre search for, you should have ~1 - 6 results. just change one at a time or all of them. and reopen the mirror to check.
6) if you set the numbers high enough, the only times you will need to redo the steps is for health, coins, the "redo" icon, maybe nector(if you didnt already)
It worked !! :-) thanks for the explination , i could modify gold , keys and the violet crystal . Is it possible that it doesnt work when in game theres a fight : lets say i have 50 hp of 50 i get hit and now i have 35 hp of 50 , when i search the second round it returned with 0 results , for hp
 
It worked !! :-) thanks for the explination , i could modify gold , keys and the violet crystal . Is it possible that it doesnt work when in game theres a fight : lets say i have 50 hp of 50 i get hit and now i have 35 hp of 50 , when i search the second round it returned with 0 results , for hp
youre still searching in double float for health too, right?
 
i am just curious. why this save anywhere is not working on my AMS and SXOS
what do i miss?
thanks

Game : tales of vesperia
ID : 01002c0008e52000
build: f244b656b1cafe52

[Save Anywhere]
580F0000 01050A88
780F0000 00000014
640F0000 00000000 00000001
credits to the codemaker
 
i am just curious. why this save anywhere is not working on my AMS and SXOS
what do i miss?
thanks

Game : tales of vesperia
ID : 01002c0008e52000
build: f244b656b1cafe52

[Save Anywhere]
580F0000 01050A88
780F0000 00000014
640F0000 00000000 00000001
credits to the codemaker
ah, that one, it only works where this is a "book" in that area. i was using it and i notice that the times i couldnt save, there was no book...

--------------------- MERGED ---------------------------

Yes in doble float , the only diffrence la that i'm searching for health when i'm fighting
well, let me load sxos and see if my step hold true for health too....
 
  • Like
Reactions: matias3ds
ah, that one, it only works where this is a "book" in that area. i was using it and i notice that the times i couldnt save, there was no book...

ah you mean the "book" to save? so the code just makes we could save without touching the book then but we need to be on that screen with book?

--------------------- MERGED ---------------------------

how about this code

[All Items x99]
580F0000 0104CFE0
780F0000 0000003C
300e0000 00000623
640F1000 00000000
0000270F 310e0000

does it freeze the game too? @Gamerjin
 
  • Like
Reactions: Gamerjin
[All Items x99]
580F0000 0104CFE0
780F0000 0000003C
300e0000 00000623
640F1000 00000000
0000270F 310e0000
does it freeze the game too? @Gamerjin
well, never tried that code, i look into it later...

--------------------- MERGED ---------------------------

well, let me load sxos and see if my step hold true for health too....
ok, so my live example is as followed:
start health 190 (4067C00000000000)
Cheat searcher > New Cheat search > 64 bit unsigned > exact value > 4067C00000000000 (in my case i got 103)
took a hit, im at 183 (4066E00000000000)
Cheat Searcher > Next Search > exact value > 4066E00000000000
results: 1

Now, @matias3ds, you are search in the same room, right? because the address does change every few rooms....(as i found out later)
also, it wont update your health bar immediately, but when you take a hit....
 
Last edited by Gamerjin,
well, never tried that code, i look into it later...

--------------------- MERGED ---------------------------


ok, so my live example is as followed:
start health 190 (4067C00000000000)
Cheat searcher > New Cheat search > 64 bit unsigned > exact value > 4067C00000000000 (in my case i got 103)
took a hit, im at 183 (4066E00000000000)
Cheat Searcher > Next Search > exact value > 4066E00000000000
results: 1

Now, @matias3ds, you are search in the same room, right? because the address does change every few rooms....(as i found out later)
also, it wont update your health bar immediately, but when you take a hit....


The issue i've found with both SX os and Edizon is that the value refuses to freeze but will change to say 999 or else wise, however it'll stick for about maybe a room or two but then revert

It also may sometimes crash. If we all keep working at it then eventually we'll crack Hades.
 
Hades=>
i give up!
Edizon-SE
pointerseacher SE 0.5 Beta 1
Depth 7, OffsetNum 100, offsetRange:100000
1198157 results
compare to a close/reopen memory dump:
results:
....0....
a million pointers, and not one of them is common?!

You may have a look to the code.
Making a mod is much easy than making cheat code.


upload_2020-9-22_13-11-46.png

Start new game with difficult mode. You will get these bonus:
5000HP / 2000coins / 30 giftpoints / 2500 metapoints / 2500 gems / 50 lockKeys / 5 super Lock Key / 10 diamonds / 15 honey wine and the outcoming money drop rate increase / the hero, epic, rare skill appear easily
 

Attachments

Last edited by Eiffel2018,
I'm a bit illiterate when it comes to THIS side of things what exactly does this one do? And how do you set it up?
so, i can figure a little bit.
for example:
lines 82-108:
function InitHeroLastStands( newHero )
for s = 1, GetNumMetaUpgrades("ExtraChanceMetaUpgrade" ) do
for i = 1, MetaUpgradeData["ExtraChanceMetaUpgrade"].ChangeValue do
AddLastStand({
Unit = newHero,
IncreaseMax = true,
Icon = "ExtraLifeZag",
WeaponName = "LastStandMetaUpgradeShield",
HealFraction = 0.5, //<- change this to 1.0 for a FULL heal with your last stand life
Silent = true
})
end
end
for s = 1, GetNumMetaUpgrades("ExtraChanceReplenishMetaUpgrade" ) do //<- not sure about this
for i = 1, MetaUpgradeData["ExtraChanceReplenishMetaUpgrade"].ChangeValue do
AddLastStand({
Name = "ExtraChanceReplenishMetaUpgrade",
Unit = newHero,
IncreaseMax = true,
Icon = "ExtraLifeReplenish",
WeaponName = "LastStandMetaUpgradeShield",
HealFraction = MetaUpgradeData.ExtraChanceReplenishMetaUpgrade.HealPercent,
Silent = true
})
end
end
end
not to endorse any specific program, but Notepad++ does contain a lua programming highlight syntax view mode to help you find the groups....
 
Last edited by Gamerjin,
Super Punch Patrol
TID:01001F90122B2000
BID:403e242118364bd6
Code:
[Inf Health]
580F0000 002B0BA0
580F1000 00000018
580F1000 000000D0
780F0000 00000030
680F0000 50000000 50000000

[Invincible]
580F0000 002B0BA0
580F1000 00000018
580F1000 000000D0
780F0000 00000038
640F0000 00000000 00000001

[Speed Up]
580F0000 002B0BA0
580F1000 00000018
580F1000 000000D0
780F0000 0000012C
640F0000 00000000 40400000

[Time 99]
580F0000 002B0BA0
580F1000 00000060
580F1000 00000068
780F0000 0000020C
640F0000 00000000 42C80000

 
Has there been any cheats for "Inf special attack" and "Inf health" for the following game?

Fire Emblem Warriors
TID: 0100F15003E64000

BID: 1953770037acc52a
VER:1.0.5
 
Any cheats for the English version of Moero Crystal H? I pretty much just want one for infinite money since everything in the game is ridiculously expensive early on.
Do you still need some? I am trying to figuring some out right now. Money is already found
 
well I see HADES is giving trouble
why cant we just use the ram editor anymore ugh
request for PEN AND PAPER collection again

--------------------- MERGED ---------------------------

You may have a look to the code.
Making a mod is much easy than making cheat code.


View attachment 225737
Start new game with difficult mode. You will get these bonus:
5000HP / 2000coins / 30 giftpoints / 2500 metapoints / 2500 gems / 50 lockKeys / 5 super Lock Key / 10 diamonds / 15 honey wine and the outcoming money drop rate increase / the hero, epic, rare skill appear easily


will this mod work in AMS? and just drop it where code files usually go?
 
I tried it to do it myself but I am not very good at using Edizon. I know the basic stuff but when I tried to follow your instructions I got a little lost:

1) Alright, what I get is, once I got the double float value (in this case 3) I have to input that big number on the value screen. Since I can't start with 0 and there is no x I just input "4008000000000000". Am I correct?
2) I set the Type of search to u64. But what else? For example what do I choose in the Mode tab? I usually go for the "==" option but it didn't work. Should I go with "=>" or something else? And for the region tab, do I just choose Heap? that's where the values usually are after all.
Steps 3 through 6 are pretty easy to follow. It's just the first 2 steps that have me confused.
If you are using edizon you can directly enter double.
2020092110431300-CCFA659F4857F96DDA29AFEDB2E166E6.jpg
 
  • Like
Reactions: Jericoss
well, never tried that code, i look into it later...

--------------------- MERGED ---------------------------


ok, so my live example is as followed:
start health 190 (4067C00000000000)
Cheat searcher > New Cheat search > 64 bit unsigned > exact value > 4067C00000000000 (in my case i got 103)
took a hit, im at 183 (4066E00000000000)
Cheat Searcher > Next Search > exact value > 4066E00000000000
results: 1

Now, @matias3ds, you are search in the same room, right? because the address does change every few rooms....(as i found out later)
also, it wont update your health bar immediately, but when you take a hit....
Thanks ill try it
 
Just checking in for today before I continue to struggle with it has anyone else made any progress on the inf HP pointers for Hades?
 

Site & Scene News

Popular threads in this forum