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

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,508
Trophies
1
Age
44
XP
14,657
Country
United States
I'm not conscious. I didn't express myself clearly.

My consciousness is that all the items in the red box can be recycled for 100 times. Can it be done? Or do we have to have groups of golden fingers
The translation is strange. What is recycled? Do you mean iterate the code 100 times in a loop? Didn’t I already told you how to do loop?
 
  • Like
Reactions: ZER-O and crazy_p

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
281
Country
United States
The translation is strange. What is recycled? Do you mean iterate the code 100 times in a loop? Didn’t I already told you how to do loop?


580F0000 013E7F80
780F0000 00000244
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 0000024C
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 00000254
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 0000025C
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

..........
I don't want this way. It's too much.

-------------------------------------------------------------------------------

Can one code solve all problems?

580F0000 013E7F80
780F0000 00000244 780F0000 0000024C 780F0000 00000250
300E0000 00000082
640F0000 00000000 00000063 640F0000 00000000 00000063 640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

Write a code to represent all
 

Attachments

  • 1111.jpg
    1111.jpg
    90.8 KB · Views: 33

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand
580F0000 013E7F80
780F0000 00000244
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 0000024C
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 00000254
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 0000025C
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

..........
I don't want this way. It's too much.

-------------------------------------------------------------------------------

Can one code solve all problems?

580F0000 013E7F80
780F0000 00000244 780F0000 0000024C 780F0000 00000250
300E0000 00000082
640F0000 00000000 00000063 640F0000 00000000 00000063 640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

Write a code to represent all

Why would you even need 4 Loops for that?

244 + 8 -> 24C + 8 -> 254 + 8 -> 25C
Loop 2 - 4 are already covered in Loop 1...

Simply increase the Iterations of Loop 1 by 3 and you achieve the same result...
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,508
Trophies
1
Age
44
XP
14,657
Country
United States
580F0000 013E7F80
780F0000 00000244
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 0000024C
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 00000254
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

580F0000 013E7F80
780F0000 0000025C
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

..........
I don't want this way. It's too much.

-------------------------------------------------------------------------------

Can one code solve all problems?

580F0000 013E7F80
780F0000 00000244 780F0000 0000024C 780F0000 00000250
300E0000 00000082
640F0000 00000000 00000063 640F0000 00000000 00000063 640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

Write a code to represent all
In addition to what crazy_p already told you, your loop is going to iterate more than 100 times. 0x82 is much more than 100, look it up with a calculator. Did you actually read my post telling you it should be 0x64 for 100?
 
  • Like
Reactions: crazy_p

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
281
Country
United States
Why would you even need 4 Loops for that?

244 + 8 -> 24C + 8 -> 254 + 8 -> 25C
Loop 2 - 4 are already covered in Loop 1...

Simply increase the Iterations of Loop 1 by 3 and you achieve the same result...
[The first person]
580F0000 013E7F80
780F0000 00000244
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

[The second person]
580F0000 013E7F80
780F0000 00000A24
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

244+7E0=A24
The address difference between the two characters is 7E0, a total of 100 people
100 people are too much trouble. Is there a simple way to write?
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,508
Trophies
1
Age
44
XP
14,657
Country
United States
[The first person]
580F0000 013E7F80
780F0000 00000244
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

[The second person]
580F0000 013E7F80
780F0000 00000A24
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
20000000

244+7E0=A24
The address difference between the two characters is 7E0, a total of 100 people
100 people are too much trouble. Is there a simple way to write?
You can do nested loop. Just use a different register for the type 3 code
for example
300000000 00000064 (I already told you this?)
calculate how much you have to add to F then just add it with the outer loop.

[100 person]
580F0000 013E7F80
780F0000 00000244
300000000 00000064
300E0000 00000082
640F0000 00000000 00000063
780F0000 00000008
310E0000
780F0000 00000008 <= change this value to what you need, F would be 0x244 + 0x82*8 what do you need to add to make it what you want? 0x7E0-0x82*8?
31000000

PS: Why do you have a 20000000 in the code? An end without a start.
PPS: omitting 0x is dangerous, you might forget that the number is hexadecimal, or anyone other than you may read it wrong. We (all who wanted to help and yourself) had wasted some time when you are not precise.
When what you want is 0xA24 and you type 0x24C you are not going to get anywhere
 
Last edited by TomSwitch,

WiduraGoez

Well-Known Member
Member
Joined
Nov 7, 2021
Messages
374
Trophies
0
Age
42
XP
1,321
Country
Indonesia
Orbital Bullet
TID: 01002640165E4000

0


HP Inf
Ammo Inf
Yellow Credits 9999
Blue Credits 9999
Skill Points Inf
Weapons Points Inf
Keys 9
Thank you for the code....If its not to much can you help update the code For Ultra Age to lastest version v.2.0.1 for the JP version...Thank you so much for your help
 

ionutbigiu

Well-Known Member
Newcomer
Joined
Nov 10, 2016
Messages
89
Trophies
0
Age
32
XP
922
Country
Romania
[无限气 v1.19 BY-zy77329]
040E0000 01203520 B9404268
040E0000 01203524 35000068
040E0000 01203528 1E216800
040E0000 0120352C BD010660
040E0000 01203530 1E217801
040E0000 01203534 D65F03C0
040E0000 0007F0A4 9446111F

[HP无限]
040E0000 01203538 1E211800
040E0000 0120353C B940426A
040E0000 01203540 3500006A
040E0000 01203544 1E204020
040E0000 01203548 BD00FA60
040E0000 0120354C D65F03C0
040E0000 0007CE50 944619BA

[等级MAX]
040E0000 00747550 52800C60

[六维满]
040E0000 00747660 52800C60

[技能点9999]
040E0000 00747610 5284E1E0

[满tp]
040E0000 0074C76C 52993FE0
040E0000 0074C770 72A77340

[钱MAX]
040E0000 0074C5FC 52993FE0
040E0000 0074C600 72A77340

[一战到97级]
040E0000 007475BC 529C2000
040E0000 007475C0 72A0BEA0

[道具不减]
04000000 0028F0C0 F940B008

[道具不减关]
04000000 0028F0C0 B9000902
Thank you so much , you rock.
 

andbap

Member
Newcomer
Joined
Feb 28, 2017
Messages
6
Trophies
0
Age
35
XP
59
Country

Rogue Legacy 2 (US)​

01007DA0134C0000 (0B197FD71F529E76)

Cheat List
  1. Inf. Health
  2. Inf. Mana
  3. Invincible (After Hit)
  4. No Ability Cooldown(s)
  5. Coin Multiplier (x2)
  6. Coin Multiplier (x4) ★
  7. Coin Multiplier (x8)
  8. Max Coins on Pickup
https://github.com/bad1dea/NXCheats/tree/main/Rogue Legacy 2

I'll add more codes later.. time is limited.
Thank you!

When possible, could you please add some max souls codes? Its really tricky to get those
 
  • Like
Reactions: zebrone

tamer911

Member
Newcomer
Joined
Nov 3, 2021
Messages
16
Trophies
0
Age
41
XP
608
Country
Egypt
Cheat Request:
game: Digimon Story Cyber Sleuth: Complete Edition
TID:010014E00DB56000
bedae701dd8565cd:1.0.3
Cheats: all Item
 

Luanon

Active Member
Newcomer
Joined
Mar 12, 2020
Messages
25
Trophies
0
Location
Chichester
Website
www.bitcloud.org.uk
XP
74
Country
United Kingdom
here

i Suggest GBAtemp should add a side panel that shows the new Game cheats added to the Forum since nobody wants to search for anything anymore
is not that people dont want to search anymore is that uploaders dont want to be organised anymore.
excuse modern people for not knowing how to find a post buried in page 1727363826 of thread number 736637236 using a search bar that has 0 customisation
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand


is not that people dont want to search anymore is that uploaders dont want to be organised anymore.
excuse modern people for not knowing how to find a post buried in page 1727363826 of thread number 736637236 using a search bar that has 0 customisation

Not organised?

 
Last edited by crazy_p,

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,793
Trophies
1
XP
6,483
Country
United States
Aeterna Noctis (US)

0100EB60159E4000 (9B5D77C2AA0D90D3)

Cheat List

God Mode (Invulnerable/Knockback/Spikes/Light/Dark) ★
Invulnerable
Inf. Jumps
Lots of Coins
Lots of Points
Lots of Ability Points
Lots of Dark Materials
2x Movement Speed
2x Jump Height
No Skill Cooldown(s) (Attacks,Potions,Shield)

https://github.com/bad1dea/NXCheats/tree/main/Aeterna Noctis
i hate to bother about this game, but is there some sort of anti-cheat system in place? i attempted to find the hearts, and moonjump, but for the hearts its matching the display value, but not changing. and moonjump didnt work at all. i even attempt to see if i could find the byte for invulnerable, but nope couldnt find that either....
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand
i hate to bother about this game, but is there some sort of anti-cheat system in place? i attempted to find the hearts, and moonjump, but for the hearts its matching the display value, but not changing. and moonjump didnt work at all. i even attempt to see if i could find the byte for invulnerable, but nope couldnt find that either....

i also made Cheats for this Game but i deleted them already...
Moonjump was easy to find, for Hearts do a u32 Range Search or u32 AOB Search
120, 120 and subtract 0xC for current Health..

Oh and it's a Unity Game so you can use the Assembly-CSharp.dll...

Here's also the CE Table as reference:

gqG571c.png
 
Last edited by crazy_p,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    ZeroT21 @ ZeroT21: :lol: