InitXlet.console.println("Hen Loader LP v1.0, based on:");
InitXlet.console.println("- GoldHEN 2.4b18.7 by SiSTR0");
InitXlet.console.println("- poops code by theflow0");
InitXlet.console.println("- lapse code by Gezine");
InitXlet.console.println("- BDJ build environment by kimariin");
InitXlet.console.println("- java console by sleirsgoevy");
InitXlet.console.println("");
System.gc();
if (System.getSecurityManager() != null) {
InitXlet.console.println("Priviledge escalation failure, unsupported firmware?");
} else {
Kernel.initializeKernelOffsets();
String str = Helper.getCurrentFirmwareVersion();
InitXlet.console.println("Firmware: " + str);
if (!KernelOffset.hasPS4Offsets()) {HENloader LP is a PlayStation 4 Blu-ray–based exploit loader that combines Lapse and Poopsploit exploits with GoldHEN support. This tool enables homebrew loading on PS4 firmware versions 9.00 up to 12.52, depending on the exploit used.
It is designed to run from a Blu-ray disc ISO, allowing a stable, offline, self-contained jailbreak method without using a browser.
Blu-ray BD-RW disc - Google Search
Releases · GoldHEN/henloader_lp
-
Dual Exploit Support
- Lapse exploit: PS4 firmware 9.00 – 12.02
- Poopsploit: PS4 firmware 9.00 – 12.52
-
Integrated Homebrew Enabler
- Comes with GoldHEN v2.4b18.7 included in the release.
-
Blu-ray ISO Loader
- The exploit runs directly from a burned BD-R / BD-RE disc.
-
Payload Auto-Loader
- Reads
payload.binfrom USB and copies it to/data/payload.bin.
- Reads
-
Network Loader (Advanced)
- Lapse JAR loader on port 9020
- Remote JAR loader on port 9025
-
AIO Fix Support
- Additional patches for stability, black-screen fixes, and save-data safety.
| Firmware Version | Supported Exploit |
|---|---|
| 9.00 – 12.02 | Lapse + Poops |
| 12.02 – 12.52 | Poops only |
HENloader_Source/
├── api/
├── external/
├── sandbox/
├── InitXlet.java
├── MessagesOutputStream.java
├── Screen.java
├── bluray.InitXlet.perm
└── README.md (this file)
- PS4 (firmware 9.00–12.52)
- Blu-ray burner
- BD-R or BD-RE disc
- USB drive (FAT32 or exFAT)
payload.bin(GoldHEN or custom payload)
Grab the latest release of HENloader LP from the Releases section.
- Format USB to FAT32 or exFAT.
- Place your payload file in the root and rename it
more infos visit this repo ps4jb payloads.
payload.bin
- Burn the ISO from the release package onto a BD-R or BD-RE.
- Burn at low speed for best stability.
- Enable HDCP (required for Blu-ray playback).
- Recommended: disable auto-updates.
- Insert the USB into the PS4.
- Insert the Blu-ray disc.
- Choose Lapse or Poops mode depending on your firmware.
- Wait for the exploit to run and load GoldHEN.
- Disc may eject automatically — this is normal.
-
Access GoldHEN features:
- PKG installation
- FTP server
- Debug settings
- Homebrew loader
-
Exploit fails / freezes
- Reboot the PS4
- Reinsert disc
- Try again (timing is normal with BD-JB based exploits)
-
Payload not loaded
- Ensure USB is connected before inserting disc
- Check
payload.binfilename - Verify USB format (FAT32/exFAT)
-
Black screen
- Apply AIO fix if using custom loaders
- Use a BD-RE and reburn the ISO
- Jailbreaking voids device warranty.
- Use only trusted payloads.
- Risk of system instability or data loss.
- Do not update firmware beyond supported versions if you want to keep exploit capability.
- GoldHEN Team – payload + integration
- Lapse / Poopsploit Developers – exploit research
- BD-J / Blu-ray Exploit Community
- All contributors who improved loader stability and compatibility