• Before registering an account on PlayerSquared you must first agree that you are at least 13 years of age & have read & agree to our Terms & rules & our Privacy policy.

GTA V 1.55 | 60 FPS and Cheat Injection


GTA V v1.55 PS4 (EU Version)
ADVANCED IDA PRO 60 FPS & CHEAT MANAGER GUIDE
Authored by ANXIFY | Optimized for CUSA00419



PART 1: THE STABILITY FIX (IDA PRO)
Unlocking 60 FPS on v1.55 causes a shadow-calculation crash. You must force this function to return immediately.


1. LOCATE THE TARGET:
Open your EU eboot.elf in IDA Pro. Press G and jump to offset: 0x81BBF0
(Search string: cascadeshadows_processing if offsets shift).

2. THE "RETN" PATCH:
Even if the line starts with mov or lea, we will overwrite it:

* Highlight the line at 0x81BBF0.
* Go to Edit > Patch program > Assemble...
* Type ret and press OK.
* IDA will display this as retn.

3. CLEANUP (NOPing):
Fill the "junk" bytes left over from the original longer instruction:

* IDA will automatically highlight the next broken byte.
* Type nop and hit OK repeatedly until you reach 0x81BBF7.
* STOP when you see the next clean instruction at 0x81BBF8.




PART 2: THE 60 FPS UNLOCK
This removes the software "cap" that keeps the game at 30 FPS.


OFFSET (EU v1.55): 0x18C8B1C

THE ACTION:

1. Press G and jump to 0x18C8B1C.
2. You will see: mov al, 1.
3. Select Assemble and change it to: mov al, 0.
4. Hit OK. Go to Edit > Patch program > Apply patches to input file and save.




PART 3: PS4 CHEAT MANAGER TUTORIAL
The PS4 Cheat Manager app allows you to manage and update your JSON cheat database directly on the console.


1. INSTALLATION & SETUP:

* Install the PS4 Cheat Manager PKG via Debug Settings.
* On the first launch, the app will ask to update its database. If your PS4 is online (with updates blocked), it will download the latest GoldHEN Cheat Repository.

2. LOADING YOUR CUSTOM CHEATS:
To add the custom v1.55 cheats from this guide:

* Create a file named CUSA00419_01.55.json on your PC.
* Use FTP to move it to: /user/data/GoldHEN/cheats/json/
* Open the Cheat Manager app; it will now show a STAR next to GTA V, indicating it found a matching cheat file.

3. USING CHEATS IN-GAME:

1. Launch GTA V.
2. Once the game loads, Long-press the SHARE button to bring up the GoldHEN overlay.
3. Select your cheats (God Mode, Ammo, etc.) and press X to toggle.




EU v1.55 CHEAT OFFSETS
Add these to your JSON file for the Cheat Manager to use:


GOD MODE (EU)
Offset: 0x166D400 | New Value: 90 90 90 90

INFINITE AMMO (EU)
Offset: 0x128C720 | New Value: 90 90 90

DISABLE SHADOWS (EXTRA FPS)
Offset: 0x0FE4550 | New Value: 00


ENJOY THE ULTIMATE MODDED GTA V EXPERIENCE!
 
Last edited: