Skip to content

hippie68/hippie68.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to self-host locally

On a computer, run a web server in a directory that has an index.html. For example, if you have installed python3:

python3 -m http.server 7000

Then enter this in the PS4 browser (replace IP_ADDRESS with your computer's IP or hostname):

http://IP_ADDRESS:7000

Add new payloads and wallpapers easily

To use your own payloads and wallpapers when self-hosting, create an empty file named "custom.js" in the main directory (the one that has index.html).

Edit the file like this:

addPayload("PAYLOAD_FILE", "TITLE", "DESCRIPTION");
addWallpaper("WALLPAPER_FILE", "TITLE");

For example:

addPayload("goldhen2.0.bin", "GoldHEN 2.0", "Loads the new GoldHEN, which now has a BinLoader server.");
addPayload("re7_mod.js", "Resident Evil 7 MOD", "Unlimited ammo and an in-game MOD menu.");
addWallpaper("SuperMario.jpg", "Super Mario Bros. World 1-1");
...

Additionally, the file names (including "custom.js") must be saved in "cache.manifest", in the section "CACHE":

CACHE:
custom.js
goldhen2.0.bin
re7_mod.js
SuperMario.jpg
...

Supported file types are ".bin", ".bin.bz2", ".js", ".js.bz2", and any image files the browser can read.

The new payloads and wallpapers will show up and cache automatically the next time you load the website.
You can choose to store the files in subdirectories, but don't forget to adjust both "custom.js" and "cache.manifest" accordingly.

Instant payload loading with GoldHEN 2.0's BinLoader server

instant_payloads

This website feature only works if the website is self-hosted via HTTP (e.g by using the Python 3 HTTP server). It will not be available when using HTTPS or hippie68.github.io.

If you don't want to self-host but see the feature in action, for the time being you can use http://hippie68.rf.gd (hosted on InfinityFree). It is less secure due to missing HTTPS and might be less reliable than GitHub, so no warranties.

Sources of all payloads

Compiled from open source code:

Compiled by sleirsgoevy (open source):

Compiled by Joonie86 (open source):

Compiled by Nazky (open source):

Compiled by ctn123 (closed source):

Compiled by OSM (open source):

Compiled by SiSTRo (closed source):

Compiled by LightningMods (closed source):

Compiled by Karo (closed source):

Compiled by david1337hax (closed source):

Compiled by LushModz (closed source):

Compiled by TylerMods (closed source):

About

This is sleirsgoevy's PS4 jailbreak for firmware 7.02/7.5x/9.00, upgraded with additional features and more payloads.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published