Skip to content

Commit 5bcd6d4

Browse files
Update GoldHEN to 2.2.
1 parent 8d6fb51 commit 5bcd6d4

File tree

6 files changed

+22
-23
lines changed

6 files changed

+22
-23
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Jailbreak PS4 FW9.00 for ESP8266
22

3+
This is a trimmed down copy of [GamerHack/ps4jb900v2](https://github.com/GamerHack/ps4jb900v2) hosted on a ESP8266 to jailbreak your PS4 without needing an internet connection.
34

4-
This is a local copy of https://github.com/GamerHack/ps4jb900v2 hosted on a ESP8266 to jailbreak your PS4 without needing an internet connection.
5-
6-
### Changes
5+
### Versions
76

7+
- 1.0.0 - First release.
88
- 1.0.1 - Payloads are updated to commit [886f4a0](https://github.com/ChendoChap/pOOBs4/commit/886f4a07d0793ea6ee945ba064c6056e3af0231c) from https://github.com/ChendoChap/pOOBs4
99
- 1.0.2 - GoldHEN updated to 2.1.1. from https://github.com/GamerHack/ps4jb900v2
10+
- 1.0.3 - GoldHEN updated to 2.2. which includes the [GoldHEN Cheat Menu](https://github.com/GoldHEN/GoldHEN_Cheat_Repository). Cheat codes are not included and have to be downloaded from https://github.com/GoldHEN/GoldHEN_Cheat_Repository.
1011

1112
### You will need
1213

@@ -21,10 +22,9 @@ This is a local copy of https://github.com/GamerHack/ps4jb900v2 hosted on a ESP8
2122
2. Open `ps4_jb900_esp8266.ino` in the Arduino IDE.
2223
3. Use `Tools -> ESP8266 Sketch Data Upload` to upload the data files to your esp8266.
2324
4. Flash the sketch to your ESP8266.
24-
5. Connect the PS4 to the `ESP8266 PS4 9.00 jailbreak` WiFi access point.
25+
5. Turn on and connect your PS4 to the `ESP8266 PS4 9.00 jailbreak` WiFi access point.
2526
5. Browse to `192.168.4.1` and follow the on-screen intructions.
2627

27-
Initial loading will take quite some time.
28-
2928
### Credits go to
29+
3030
theflow, ChendoChap, Specter, Znullptr, sleirsgoevy and GamerHack (and a lot of others!)

data/cache.manifest

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
CACHE MANIFEST
1+
CACHE MANIFEST
22

3-
CACHE:
3+
CACHE:
44
app2usb.js
55
backup.js
66
disable-aslr.js
@@ -12,7 +12,7 @@ exploit.js
1212
fan-threshold.js
1313
frontend.js
1414
ftp.js
15-
goldhen_2.1.1.js
15+
goldhen_2.2.js
1616
history-blocker.js
1717
index.html
1818
int64.js
@@ -36,3 +36,7 @@ syscalls2.js
3636
todex.js
3737
webkit.js
3838
webrte.js
39+
40+
NETWORK:
41+
*
42+

data/goldhen_2.1.1.js

-5
This file was deleted.

data/goldhen_2.2.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 id="msgs">PS4 9.00 FW Host v2.5 by GamerHack</h1>
1616
<hr>
1717
<br>
1818
<h1 style="font-size:18px;color:yellow;">Main Payloads</h1>
19-
<button class="btn" onclick=load_goldhen211()> GoldHEN v2.1.1 </button>
19+
<button class="btn" onclick=load_goldhen22()> GoldHEN v2.2 </button>
2020
<button class="btn" onclick=load_binloader()> Bin Loader </button>
2121
<br>
2222
<h1 style="font-size:18px;text-align:center;">Payloads</h1>
@@ -57,9 +57,9 @@ <h1 style="margin-top: 55px;color: yellow;">Special Thanks to:<a href="https://t
5757
tempC.value=60;
5858
</script>
5959
<script>
60-
function load_goldhen211(){
61-
var script = document.createElement('script');script.src = "goldhen_2.1.1.js";document.getElementsByTagName('head')[0].appendChild(script);
62-
msgs.innerHTML="Loading GoldHEN v2.1.1... Please Wait !!!";
60+
function load_goldhen22(){
61+
var script = document.createElement('script');script.src = "goldhen_2.2.js";document.getElementsByTagName('head')[0].appendChild(script);
62+
msgs.innerHTML="Loading GoldHEN v2.2... Please Wait !!!";
6363
run_jb = "payload";
6464
setTimeout(poc,1500);
6565
}

data/orbis-toolbox.js

-5
This file was deleted.

0 commit comments

Comments
 (0)