Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
So here is a tutorial by me (nzie aka @pearlxcore) to upload your custom PS4 Playground into ESP8266 (I use treyjazz's file as sample).

WARNING : THIS TUTORIAL IS FULL OF IMAGES FOR YOUR UNDERSTANDING :ROFLMAO::ROFLMAO:

What you need :
Instruction :
  • Install Arduino IDE
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 1.png

  • Once installation is done, go to File -> Preferences
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 2.png

How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 3.png

  • Go to tools -> Board -> Boards Manager
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 4.png

  • Scroll down until you see ESP8266 and click install
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 5.png

  • Make sure you selected 'NodeMCU 1.0 (ESP-12E module)
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 6.png

  • Navigate to C:/Users/you-username/Documents/Arduino, make a new folder named 'tools'
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 7.png

  • Inside 'tools' folder, extract 'ESP8266FS-0.2.0.zip' content so the directory will be like this -> C:\Users\your-usename\Documents\Arduino\tools\ESP8266FS\tool\esp8266fs.jar
  • Now you have installed ESP8266 library and sketch uploader
  • Restart Arduino IDE
  • Extract treyjazz's PS4Exploit files somewhere in your pc
  • Go to Files -> Open -> navigate to the extracted files folder and select PS4Exploit.ino
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 8.png

  • Make sure you select the right board, flash and port in 'Tools' tab
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 9.png

  • Now click on 'ESP8266 Sketch Data Upload'
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 10.png

  • It will compile the code and files. Wait until the progress reach 100%
  • Go to 'Sketch' and click on 'Upload'. Wait until the progress reach 100%
  • Once done you can take out ESP8266 and reinsert back to USB port.
  • Now you can test the device.
  • Note that in this tutorial, the ESP8266 signed with :
IP : 10.13.37.1
SSID : ps4exploit
Password : hackmyps4
  • You can change these in the code
How to Upload a Custom PS4 Playground Into ESP8266 Guide by Nzie 11.png

  • For PS4 network setup, choose wifi (custom) and connect to ESP8266
IP : any
SUBNET : 255.255.255.0
GATEWAY : 10.13.37.1
DNS : 10.13.37.1

Credit to treyjazz

Spoiler
 

Comments

Hi i have a ps4 with 1.76 firmware, i flashed my esp6288 with your files and i get this.

can you please help me.
Code:
Arduino : 1.8.4 (Windows 7), Carte : "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 4M (3M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

[SPIFFS] data   : C:\Users\Alex\Documents\PS4\ESP8266\PS4Exploit\data
[SPIFFS] size   : 3052
[SPIFFS] page   : 256
[SPIFFS] block  : 8192
[SPIFFS] upload : C:\Users\Alex\AppData\Local\Temp\buildd4a98a79dbc8ad16348a5a24cf5af3bd.spiffs/PS4Exploit.spiffs.bin
[SPIFFS] address: 0x100000
[SPIFFS] reset  : nodemcu
[SPIFFS] port   : COM3
[SPIFFS] speed  : 115200

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08

warning: espcomm_sync failed

error: espcomm_open failed

error: espcomm_upload_mem failed

SPIFFS Upload failed!
 
Hello. I'm on PS4 1.76 with ESP8266 but it doesn't work. I tried to change local_IP by "10.10.10.1" but the ESP didn't found on Wi-Fi (not detected). This is the screenshot :

30653336_10215911448160264_8321397422584496128_n.jpg

Finally, it seems to be "Al-THINKER_00BEA2" instead of "PS4wifi" or something... Why the name is different ? Then, I have to type the DNS and the port com... I will try...
 
Status
Not open for further replies.
Back
Top