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

Hello @pearlxcore !

You said in your tutoriel "It defaults to creating an access point 'ps4exploit' with password 'hackmyps4'. Set your PS4 gateway and DNS to 10.13.37.1 when the board is in AP mode. To change the configuration open a web browser to http://10.13.37.1/settings."

I don't really understand where i have to type http://10.13.37.1/settings ? In my PS4 the link doesn't work and it doesn't work too in my computer.

I got error "WV-33899-2" in manual users brower (connection to server impossible). So the payload doesn't appear.

What is the problem ? Thank you ;)

It works now :tup: But my PS4 is 1.76 and I think the payload isn't compatible... Maybe i have to update in 4.05...
 
Thank you @pearlxcore for your answer ;)

Now, i don't know how to set my FTP with Filezilla and my ESP, to copy PKGs on my PS4.

I tried to connect with these IPs but connection failed :
- 10.10.10.100 (failed)
- 10.10.10.1 (failed)
- 10.10.10.9 (failed)

I launched FTP Exploit by the playground of Retrogamer74...

I tried to type password "hackmyps4" and server name "ps4exploit" on FileZilla, nothing too...
 
Once ftp payload is running, check again your ps4’s IP. Then enter the IP in Filezilla. For port enter 1337

Beware of this guy @ikhsaint. I found that he secretly stole my work since my 1st PS4 playground from my repo. He stole and sell it without telling me and erased my name then replace it with his game shop name. I used to give him my compiled esp8266 binary for him to test but end up he was selling esp8266 contained with my work on it up until now. So guys be careful releasing you stuff. People might steal your work for their profit. There are also some ‘well known’ users in here selling esp8266 preinstalled with my playground.

Please take note.

@Codsworth already mention this issue before

1b380ae.png

 
Everyone can use it. But you are greedy ahole. Selling others work for your profit. Some playground you erased the author and put your name in it and sell it to people. What a shame.
 
Status
Not open for further replies.
Back
Top