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

arismendy64

Well-Known Member
Member
Joined
Dec 1, 2013
Messages
1,052
Trophies
2
Age
45
XP
4,323
Country
Dominican Republic
* Found ambulance time, I set it to 10:00
* Added also PoliceMission Row
* I found out vehicle seems to have a full health of 1000 value (appears to be not at a specified adress..) someone need to figure out how to determine the vehicle we are driving, or last driving vehicle since it's moving.
* Also don't put under 300 HP because it will start to flame your vehicle and go down to 0 and then explode !
[0:300] Flaming
[300:500] White smoke
[500:1000] Normal vehicle

I was able to freeze to 1000 on PC only.
I am not skilled enough for switch

Here the complete file we have now :

GTA 3 :
7263A54A1E58DD45.txt

Code:
[99999999 Money]
040F0000 0668CB78 05F5E0FF


[Set Taxi to 99 - Enable and disable - 1 to Unlock Red Taxi]
01000000 065EE198 00000063
01000000 0668C984 00000063


[Set FireMission Row to 19 - Enable and disable - 1 to Achieve lvl 20]
01000000 065EF11C 00000013
01000000 065EF131 00000013


[Set PoliceMission Row to 19 - 1 to Achieve lvl 20]
01000000 065EEC5C 00000013
01000000 0668C9AC 00000013


[Ambulance Time stuck to 10:00]
04000000 065EEF88 000924FE


[Infinite Health]
580F0000 064F98E0
580F1000 00000000
580F1000 00000008
580F1000 00000020
780F0000 00000118
640F0000 00000000 42C80000


[Infinite Armor]
580F0000 064F98E0
580F1000 00000000
580F1000 00000008
580F1000 00000020
780F0000 0000011C
640F0000 00000000 42C80000


[255 9mm Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000244
640F0000 00000000 000000FF
580F0000 064F98E0
580F1000 00000020
780F0000 00000240
640F0000 00000000 0000000C


[900 smg Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000264
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 00000260
640F0000 00000000 00000019


[900 AK Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002A4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002A0
640F0000 00000000 0000001E


[900 M16 Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002C4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002C0
640F0000 00000000 0000003C


[255 Sniper Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002E4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002E0
640F0000 00000000 00000002


[255 Shotgun Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000284
640F0000 00000000 000000FF


[255 Rocket Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000304
640F0000 00000000 000000FF
580F0000 064F98E0
580F1000 00000020
780F0000 00000300
640F0000 00000000 00000002


[Inf Grenades]
580F0000 064F98E0
580F1000 00000020
780F0000 00000364
640F0000 00000000 00000063


[Inf Molotov]
580F0000 064F98E0
580F1000 00000020
780F0000 00000344
640F0000 00000000 00000063
[car inf health]
580F0000 068BFF58
580F1000 00000018
580F1000 00000000
780F0000 00000320
640F0000 00000000 447A0000
 

crazy_p

Well-Known Member
Member
Joined
Sep 3, 2016
Messages
1,348
Trophies
1
XP
8,194
Country
Thailand
How do you use these cheats?

I created these folders in atmosphere/contents : 010063B012DC6000/cheats/4828BBB9E91E8024
they show up when i press ZL+down+Right Stick.

but turning them on or off, toggling buttons, doesn't do anything.

The Cheats are always "On"/"Off" unless you hold the Button Combo...
Gamerjin just forgot to add the [MC 1x exp gain] & [Fairy 1x exp gain] Cheats...

You can add them yourself just bookmark them in the deactivated State and call them:
[MC 1x exp gain] & [Fairy 1x exp gain]
 

ZER-O

Well-Known Member
Member
Joined
Sep 25, 2021
Messages
876
Trophies
1
XP
2,733
Country
United Kingdom
hello I wanted to ask you something how to create cheats? I would like to create cheats by myself
start with the First Reclaimer Shawn's video1 here
https://www.youtube.com/playlist?list=PLuytlW2MajyYH3z4HqsiX77oL3iXzhzdu
read the information tab for support files
there are other Tutorials By WiiTendo

and TomSwitch, after you get your setup right for all the tools needed
and after you absorb some info from these, someone better then me shall guide you

take note that there are 3 Methods to make cheats
Ram Editing
Pointer Searcher+code Builder tool
ASM :Assembly and disassemble the game to write modified codes in free memory (dont touch this until you learn the first the first 2 and have enough knowledge about the Functions
ASM cheat making has Better Support thanks to latest Atmosphere GDB Debugger Support

wiitendo84 explained all the Search mode, here is a few, check the rest from his Tutorial Thread
Different types of searches
U8 = Unsigned 8 bit search for known and unknown values up to 255 in decimal or FF in hex

U16 = Unsigned 16 bit search for known and unknown values from 256-65535 in decimal or FFFF in hex

U32 = Unsigned 32 bit search for known and unknown values from 65536-4294967295 in decimal or FFFFFFFF in hex

U64 = Unsigned 64 bit search for known and unknown values. Most cheat codes likely won't use this. However, if 32 and below don't find it, then this may be your next step.

S8/S16/S32/S64 = Exactly like the unsigned searches except that Signed can hold negative numbers, zero, and positive numbers whereas the unsigned can only hold zero and positive numbers.

Known
This is where you want to search for something that you know. Could be lives, health, ammo, etc. Usually something with a number that you can see.

Unknown
This is where you search for a life bar or something that is unseen. Moon jump codes are especially useful for here if I'm not mistaken.
 
Last edited by ZER-O,

Viciousgx

Active Member
Newcomer
Joined
Feb 23, 2010
Messages
27
Trophies
1
Location
Radiation
XP
347
Country
United States
The Cheats are always "On"/"Off" unless you hold the Button Combo...
Gamerjin just forgot to add the [MC 1x exp gain] & [Fairy 1x exp gain] Cheats...

You can add them yourself just bookmark them in the deactivated State and call them:
[MC 1x exp gain] & [Fairy 1x exp gain]
..this didnt answer anything.

can someone confirm game version? buiild id?
i'm even using the breeze app to activate the cheats, but none are working.
not max macaa or ZR to not consume

just trying to figure out where i went wrong, Thanks.

my game version is 1.0.1
and system version is 11.0.1|AMS M.18.1|S
 
Last edited by Viciousgx,

SatsuJin

Member
Newcomer
Joined
Mar 25, 2021
Messages
19
Trophies
0
Age
34
XP
116
Country
Brazil
I manually updated Breeze and Edizon-SE and now the first doesnt work (keeps saying Atmosphere is outdated even tho I have the latest one) and Edizon doesn't recognized any of my cheats. Tried downloading the cheats via AIO-updater and still doesn't work. Don't know what I'm doing wrong.

Also can anyome make cheats for Fatal Frame (or Project Zero): Maiden of the Black Water
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,392
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,783
Country
United States
I've got a few codes right now for Knights of the old republic. One of them being a attribute code but there is a catch with that one. During the character creation section, you have to spend all of the attributes to move on, I'm going to make it a button activator so that you can get past that screen. Might make it just enough to get all attributes to 18, so give me a bit on that.
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,776
Trophies
1
XP
6,447
Country
United States
..this didnt answer anything.

can someone confirm game version? buiild id?
i'm even using the breeze app to activate the cheats, but none are working.
not max macaa or ZR to not consume

just trying to figure out where i went wrong, Thanks.

my game version is 1.0.1
and system version is 11.0.1|AMS M.18.1|S
Its the us version, v1.0.1 according to the home screen. The build id started with an A6A. I'm at work, I can update once I get home.
 
  • Like
Reactions: crazy_p

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,392
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,783
Country
United States
Knights of the Old Republic

TID: 0100854015868000
BID: 5e0c4d84fc20aa7e

[Infinite Health]
580F0000 00ED0FF8
580F1000 000000F0
580F1000 00000028
580F1000 00000140
780F0000 00000124
640F0000 00000000 000061A8

Redoing 3 of the codes. Have them ready soon

Tomorrow I'll try working on some experience cheats. If not, I'm sure someone around here may be able to do it.

This health code is set to 25,000 vitality. If you need more later on, just change the 000061A8 to whatever you need.
 
Last edited by wiitendo84,

ZER-O

Well-Known Member
Member
Joined
Sep 25, 2021
Messages
876
Trophies
1
XP
2,733
Country
United Kingdom
I've got a few codes right now for Knights of the old republic. One of them being a attribute code but there is a catch with that one. During the character creation section, you have to spend all of the attributes to move on, I'm going to make it a button activator so that you can get past that screen. Might make it just enough to get all attributes to 18, so give me a bit on that.
From PC Side looking at both Cheat Engine and Trainers, there isn't much codes for it other then the usual

Unlimited Health
Unlimited Items
Unlimited Skill Points
Unlimited Force
Unlimited FEAT Points
Max Credits
Add XP or Multiplier (ASM)
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,392
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,783
Country
United States
From PC Side looking at both Cheat Engine and Trainers, there isn't much codes for it other then the usual

Unlimited Health
Unlimited Items
Unlimited Skill Points
Unlimited Force
Unlimited FEAT Points
Max Credits
Add XP or Multiplier (ASM)
Yeah it hasn't changed since it released back in 2003...So almost 20 years
 
  • Like
Reactions: ZER-O

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @salazarcosplay, gta v is down since november 2021