Coder Social home page Coder Social logo

ennoxpl / psx8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hippie68/hippie68.github.io

0.0 0.0 0.0 3.1 MB

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

Home Page: https://hippie68.github.io

JavaScript 42.58% HTML 57.42%

psx8's Introduction

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 OSM (open source):

Compiled by SiSTRo (closed source):

Compiled by Karo (closed source):

Compiled by TylerMods (closed source):

psx8's People

Contributors

hippie68 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.