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

you are so funny, you share your files in github / internet. when files are used by other people you are angry. LOL

and why if I sell it?

there is no written prohibition :D
I'm not just selling your playground
But I'm selling NodeMCU ESP8266 too :D

HARD LOL
 
in this 1.32mb have many files, payload, html, pictures, js...
Teste anothers playgrounds or wait for "psxploit" by nzi or future playground of Codsworth to esp32 board.
 
I find the esp8266 to be pretty quick but I am also not running large amounts of files for themes through mine its just the exploit files and I am reading off sd not spiffs.

my esp32 is a bit slower but i think that's because I need tweak the read/write to be more efficient.
for now its just setup to work so I can work on uart and Bluetooth.
 
Status
Not open for further replies.
Back
Top