Discord.js bot + Express web UI for sending payloads to a homebrew PS4 (GoldHEN) — and more tools coming soon.
PS4Plus provides two ways to deliver payloads to a PS4 on your local network:
- Express web app (runs on
http://localhost:3000) — includes a payload loader UI and other tools (more features coming soon). - Discord bot with a
/postbincommand — send.binpayloads directly from Discord if you prefer the bot interface.
This project is built with Node.js, discord.js, Express, EJS, and a few helper Node modules.
- Upload
.binpayloads via the web UI and POST them tohttp://<PS4_IP>:9090/upload. - Send
.binpayloads from Discord using the/postbincommand (attachment → POST to target). - Simple, responsive UI styled with Tailwind (via CDN).
- Clean error handling and status responses.
- More tools planned — contributions welcome!
- Node.js
- discord.js
- Express
- EJS
- Multer (file uploads)
- Tailwind (via CDN)
- Built-in
http/httpsmodules for posting payloads
- Clone the repository:
git clone https://github.com/ScrachStack/ps4plus.git cd ps4plus
npm install --save
node .
- ScratchStack Application Development
- oysters (rfoodxmodz) payloads (GTAV + RDR2)
Licensed under the MIT License
