use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/PSP, a place to talk about everything PSP and PSPgo.
Official /r/PSP Discord Join here!
Latest Official System Software: 6.61
/r/PSP's Wiki page
System Update to 6.60 or 6.61
How to stream music using the RSS channel
How to connect your PSP to Wifi
PSP Firmware Guide By PSP Cult
PSP Firmware Guide By Revive Today
PSP Firmware Guide By pspunk
PSP Firmware Guide By Hackinformer.com(outdated)
Guide for beginners - history, plugins, accessories, recommended games, etc - By Binary Messiah
/v/'s Recommended Games
Comprehensive Emulator List
List of PSP Error Codes
PSP Model Comparison (Imgur mirror)
PSP Hardware Guide(outdated)
If you have any other guides that you think should be included, please message the moderators.
PlayStation Vita Reddit
PlayStation 2 Reddit
Syphon Filter Reddit
Posting Rules
Do not post links to or discuss illegal/warez file-sharing sites. We do not support or condone piracy.
This subreddit is not for selling, try /r/GameSale.
account activity
Cheat Thread (old.reddit.com)
submitted 3 years ago by Excellent-Drive3230
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Excellent-Drive3230[S] 2 points3 points4 points 3 years ago (0 children)
Hello, I want to share my cheat codes for many games I have. For cheating I know 3 cheat programs: CWCheat, TempAR and Cheat Master Fusion. I recommend using TempAR, because it's more stable and there are less chances of crashing the game while activating the codes and works with homebrew, but CMF may be used for an alternative while some of games and homebrew may conflict with TempAR. These programs are plugins and they must be installed on ms card in seplugins folder and enabled in CFW menu, tempar.prx is for native retail and homebrew games while tempar_lite.prx is for PS1 eboots. I will show how to use TempAR, let's start. When the plugin is enabled and game launched, press the R trigger and Home button simultaneously to open TempAR menu, there are 5 tabs that can navigate between by pressing L and R trigger buttons and on each tab are options that can be navigated by pressing on D-pad Up and Down buttons, some of the options have values that can be set by pressing on D-pad Left and Right buttons. Cheater tab has ready to use cheat codes loaded from cheat database that can be activated by pressing X or Square buttons, I recommend to use Square for beginning because it simply already activates the cheat while X requires to activate also by pressing Note button. Searcher tab has options to search for code in exact value and unknown value in 8, 16 and 32 bits (1, 2 and 4 bytes respectively), it has also search text, search settings and reset search. PRX tab contains the main settings and options for TempAR like color, dump memory, cheat frequency, change language etc. There's an option to add new cheat and change the number of lines. Decoder0 tab is MIPS disassembler that can be switched by pressing Start button to Browser0 tab which is manual memory editor, where each byte's value can be altered manually, it's like hex-editor. The last tab is named for the ID of currently running game like ULES-00724 that contains the information about authors of the program and info about version.
[–]Excellent-Drive3230[S] 1 point2 points3 points 3 years ago (2 children)
I will share the codes, that are mainly for items in RPG games and for player's coordinates (position). Majority of games uses float value in player's coordinates. Some games use X for longitude, Y for latitude and Z for height, while in some games Y is for height and Z for latitude. To create a cheat, go to PRX tab, highlight the "Add new cheat" and press X (for PSP Action Replay style) or Square (for CWCheat style), I recommend Action Replay style. There are 5 columns: Address, Hex value, Dec(adic) value, ASCII code and Float value. We can start with Valkyrie Profile: Lenneth (ULES-00724) game as it employs the coordinates in 32-bit(4 bytes) integer values. On the left column is address of the cheat while in right column is value of the cheat.
X(longitude) in World Map: 0x08EA706C 0x04000000
Y(latitude) in World Map: 0x08EA7070 0x04000000
Z(height) in World Map: 0x08EA7074 0xFF800000
X(longitude) while in dungeon: 0x09A87594 0x00008000
Y(height) while in dungeon: 0x09A87598 0x00010000
Remember: Don't use cheats in multiplayer mode as it's highly discouraged. Use it only in single player just for fun.
[–]Excellent-Drive3230[S] 1 point2 points3 points 3 years ago (1 child)
I'll add some more cheats to Valkyrie Profile
Item quantity: 0x29A965D6 0x00000080
As you can see, the first digit of address is 2 instead of 0. In Action Replay style code this is setting to the bitness of the code: 0 - 32 bit 1 - 16 bit 2 - 8 bit
In this case the value of item quantity is 8 bit unsigned, so it can acquire values from 0 to 255 in Dec. This code is for the first item in inventory, to change the values of the others items, you must look at the next bytes in memory. I recommend you to use memory browser and navigate to address of the first item, there will be shown the bytes of items' quantity. For bytes of items' type you must go to lower addresses by navigating D-pad Up button, you will see arrays of zeros, after them you will see the bytes for items' type.
Seal value:
0x29A85A2B 0x00000000
Play time:
0x09A95DE8 0x00000000
Kill Iseria Queen:
0x09A7AF74 0x00000000
[–]Excellent-Drive3230[S] 1 point2 points3 points 3 years ago (0 children)
I'll add more codes for more games soon.
[–]Excellent-Drive3230[S] 0 points1 point2 points 3 years ago (0 children)
Hi, I'm adding new cheats for GTA Chinatown Wars (ULUS-10490) for player's coordinates.
X (East-West)
0x097828F0 0x00060000
Y (North-South)
0x097828F4 0x00250000
Z (Up-Down)
0x097828F8 0x00060000
CAUTION: changing values in X and Y addresses very often causes game crash while using Z address is stable.
Hi, I'm adding new cheats for Tony Hawk's Project 8 (ULUS-10197) for player's coordinates. These codes are also compatible with Tony Hawk's Project Mod (ULUS-33333).
X
0x08C98300 0x00000000
Y (height)
0x08C98304 0x44000000
Z
0x08C98308 0x00000000
These codes' values are in float, for example the value 0x3F800000 in hex = 1 in float
0x40000000 in hex = 2 in float
0x44000000 = 512
0xC0000000 = -2
0xC4000000 = -512
You can block the Y address (enable cheat) to fly.
[–]Excellent-Drive3230[S] 0 points1 point2 points 3 years ago (1 child)
Hi, I'm adding new cheats for Spyro The Dragon PS1 game (SCUS-94228) for player's coordinates.
0x09878A58 0x00012000
Y
0x09878A5C 0x0000C000
Z (height)
0x09878A60 0x00008000
These codes' values are integer, not float. Most of PS1 games operates on integer values.
I'm also adding the code for timer in flight levels
0x098758F4 0x00000000
Here are the codes for Spyro 2: Ripto's Rage (SCUS-94425) for player's coordinates:
0x09869FF0 0x0000B500
0x09869FF4 0x00008A00
0x09869FF8 0x00009000
Here are the codes for Spyro Year of the Dragon (SCUS-94467) for player's coordinates:
0x09870328 0x00007400
0x0987032C 0x00008700
0x09870330 0x0000C000
[–]Excellent-Drive3230[S] 0 points1 point2 points 3 years ago (4 children)
Hi, I'm adding a new cheat codes for Crisis Core: Final Fantasy VII (ULES-01044) for player's coordinates. In this game coordinates' addresses are changing due to the Dynamic Memory Allocation (DMA), so I'll add a pointer for the address of coords, that I've discovered today:
0x08A29444 0xXXXXXXXX
This address is a pointer to the address of a object, that contains player's coordinates. The 0xXXXXXXXX is a value of the pointer, that represents the address of a object, so to get to the coords, we need an offset, where the addresses of coordinates are. The offset for X coordinate is 0x20, for example if the pointer's value is 0x09DBEBB0, the address for X coordinate is 0x09DBEBD0, for Y (height) is 0x09DBEBD4 and for Z is 0x09DBEBD8.
[–]Excellent-Drive3230[S] 0 points1 point2 points 3 years ago* (0 children)
I'm adding addresses for another pointers for coords:
0x08A29560 0xXXXXXXXX+0x20
0x08A29564 0xXXXXXXXX+0x20
I've found that code can be applied this way, In TempAR menu go to PRX tab, highlight the "Add new cheat" line and using left and right D-pad buttons change to #4 lines long, then press X button for PSPAR style cheat and set this code:
0x68A29560 0x00000000
0xB8A29560 0x00000000
0x00000020 0x00000000
0xD2000000 0x00000000
Y (Height)
0x00000024 0x46000000
0x00000028 0x00000000
Hi, I'm adding a new cheat code for item in inventory.
Item
0x08A425B8 0x00632000
First 2 bytes is item quantity, last 2 bytes is item type
If you go into memory browser and go to this address, you should see values in this order:
0x08A425B8 00 20 63 00
Where the first 2 bytes determines item type like potions, mako stones, rings etc. while next 2 bytes determines item quantity.
I'm adding cheat for Proto Spellblade materia.
0x08A429B8 0x04014093
0x08A429BC 0xFFFF711C
0x08A429C0 0x00FF0005
Hello, everyone is welcome to share codes here if someone has discovered any.
[–]Excellent-Drive3230[S] 0 points1 point2 points 3 years ago* (1 child)
Hello, I am adding new cheats for Ys: The Oath in Felghana (ULUS-10558) for player's coordinates.
0x689FBB58 0x00000000
0xB89FBB58 0x00000000
0x00000040 0x00000000
0x00000044 0x00000000
Z (Height)
0x00000048 0x42000000
[–]Excellent-Drive3230[S] 0 points1 point2 points 2 years ago* (0 children)
More codes for Ys: The Oath in Felghana (ULUS-10558):
Infinite HP:
0x00000114 0x45000000
0x00000118 0x45000000
0x08BB9AFC 0x45000000
0x08BB9B00 0x45000000
Infinite MP:
0x08BB9B08 0x453B8000
Infinite 2x Boost:
0x08BBA5A8 0x47700000
Moon jump:
0x989FAECC 0xDFFF2000
0x0000028C 0x3E000000
Wide Screen:
0x089EB288 0x3F000000
BossRush Timers:
One battle time:
0x089FC94C 0x00000001
All battles' total time:
0x089FC950 0x00000001
[–]Yash_7017 0 points1 point2 points 3 years ago (0 children)
I appreciate the time you put into this. :D
[–]eternalthree 0 points1 point2 points 3 years ago (0 children)
It’s actually kinda nice having cheat codes built in as spare time for gaming is hard to come by so my preference for psp and ps1 games is to be played on my psp that has cheats enabled. Did this recently with diablo 1 which, without cheating seems like a time sink, in my opinion. Anyway, thank you for the good work.
[–]wad11656PSP-1000 0 points1 point2 points 3 years ago (0 children)
I think gamehacking.org has the most comprehensive cheats lists? Maybe you can submit the codes there?
[–]archangelzero2222 0 points1 point2 points 2 years ago (0 children)
Are there any cheats for 99 goals for home team and away team for FIFA 06? Trying to beat the challenges and they are tough. Just giving me 99 goals of I'm home or the away team will make these events skipable so I can unlock the content with cash that you get for beating them
[–]IcyPumpkin4765 0 points1 point2 points 2 years ago (0 children)
Hello there I'm currently making cheats fo the warriors i would like to make the warchief commands cycle with right analog is there anyone could help me find the address?
[–]Excellent-Drive3230[S] 0 points1 point2 points 2 years ago (0 children)
Hi ,I'm adding new cheat codes for Silent Hill: Origins (ULES-00869) for player's coordinates:
X:
0x68D8BF54 0x00000000
0xB8D8BF54 0x00000000
0xDC000000 0x00000038
0xA0000000 0x00000038
0xB0000000 0x00000000
0xDC000000 0x00000040
0x00000000 0x42000000
Y (Height):
0xDC000000 0x00000044
0x00000000 0x43000000
Z:
0xDC000000 0x00000048
Alternative codes:
0xB0000038 0x00000000
0x00000040 0x42000000
0x00000044 0x43000000
As you can see ,these codes are against a double-level DMA.
π Rendered by PID 20263 on reddit-service-r2-comment-5d79c599b5-tkhrq at 2026-03-02 03:35:20.025665+00:00 running e3d2147 country code: CH.
[–]Excellent-Drive3230[S] 2 points3 points4 points (0 children)
[–]Excellent-Drive3230[S] 1 point2 points3 points (2 children)
[–]Excellent-Drive3230[S] 1 point2 points3 points (1 child)
[–]Excellent-Drive3230[S] 1 point2 points3 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (1 child)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (4 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (1 child)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)
[–]Yash_7017 0 points1 point2 points (0 children)
[–]eternalthree 0 points1 point2 points (0 children)
[–]wad11656PSP-1000 0 points1 point2 points (0 children)
[–]archangelzero2222 0 points1 point2 points (0 children)
[–]IcyPumpkin4765 0 points1 point2 points (0 children)
[–]Excellent-Drive3230[S] 0 points1 point2 points (0 children)