PSXHAX.COM website and domain for sale. Contact Us with your offer!
PS4 Payload Injector 3.1 Windows GUI App by TheWizWiki & PS4 ELF Injector by SonysNightmare
We've seen several PS4 Payload Injectors over the years including NetCat GUI, PlayStation 4 Tool, PS4 Tool.apk, Payload Injector PS4, PS4 Memory Editor & ELF Loader, PS4 Avatar Injector, PS4 Payload ELF Injector, PS4 Payload Sender and the latest release from TheWizWikii of ItsTime2Play.com via Twitter dubbed PS4 Payload Injector 3.1 for Windows supporting 1.76, 4.05, 4.55, 5.05, 5.07, 6.72 and 7.02 pending the upcoming release of a full PS4 7.02 jailbreak followed by 7.55 and 9.00. 😀

Download: Payload.Injector.v3.1.zip (Latest Version) / GIT / Arabic Language via rooo7 / Payload Sender (Hermes Link) by @Al Azif 🆕

To quote from the README.md, roughly translated: What is it:

Tool developed in C # with which we can inject / send our payloads to our PS4 console...
Dark Chronicle (Dark Cloud 2) PS2 on PS4 Companion App by Halvardssm
Recently developer halvardssm made available a companion app script for the Dark Chronicle (also known as Dark Cloud 2 in North America) PS2 on PS4 action role-playing game (RPG) by Level-5 via Github. 😃

Download: dark-chronicles-companion-master.zip / GIT

From the README.md: A base app which uses React, Typescript, i18next translations with POEditor, React-router, Parcel, Font Awesome, SCSS and styled components

Below are a few Dark Chronicle (Dark Cloud 2) PS2 vs PS4 comparison videos for those interested... I still fondly remember playing it on PS2 back in the day <3

Dark Chronicle (Dark Cloud 2) PS2 vs PS4 Graphics Comparison
Dark Cloud 2 PS2 vs. PS4
PS4 Package (PKG) Manager Homebrew Application by Pakee
PlayStation 4 homebrew developer @pakee of Pakee.xyz recently Contacted Us with news of his PS4 Package (PKG) Manager Homebrew Application public release stating:

"I made software to manage packages and working with 'remote package manager'. This software was for my own purpose for a year, but perhaps it can be useful for the PS4 community."

The PS4 PKG Manager Homebrew Application for Windows can be downloaded below from his site, and he's also accepting donations via DonorBox.org/Pakee. 😍

Download: Pakee-V1.0.zip (2.2 MB)

This comes proceeding the original PS4 Remote Package (PKG) Installer, RPI_GUI: PS4 Remote Package Installer Web GUI, PS4RPI: PS4 Remote Package Installer GUI, PS4 Remote Sender GUI Application for MacOS, PS4 Remote PKG Sender GUI for Installing Packages, Improving PS4 Remote Package Installer Speed Guide, Remote PKG Installer Update, PS4 PKG Sender Docker Compose Web Server UI and a PS4 Package (PKG) Sender Release & Tutorial.

Pakee features:

Packages Auto Discover

  • Scan your folders and subfolders to find all your packages in few seconds.
Package Decoder
  • No matter what your file names are , Pakee actually sees who they are.
Simplicity and Readability
  • Everything is simple in the interface, which is...
PS4 OrbisDev Shader Player Code and Demo via Masterzorag
Following LibOrbis, the Pre-Compiled Shader Dumper, the GLES2 Playground and his recent help in Orbis Libs Gen PlayStation 4 homebrew developer masterzorag shared a PS4 OrbisDev Shader Player via GLSL Sandbox with scene devs for use in PS4 homebrew projects.

The demonstration can be seen at GLSLSandbox.com with the code below, and he sends out thanks to psxdev, fjtrujy and frangar for their contributions as well. (y)
Code:
#ifdef GL_ES
precision mediump float;
#endif

#extension GL_OES_standard_derivatives : enable

uniform float time;
uniform vec2 resolution;

void main( void ) {
    vec2 p = 2. * (gl_FragCoord.xy-resolution/2.) / resolution.y;
    float f=0., r;

    const float I = 16.;
    for(float i=1.; i<=I; i++) {
        if(abs(p.x)+abs(p.y)<1.) {
            r = cos(time+.3*i)/2.;
            if(p.x<2.*r) {
            p.x -= r-.5;
            p /= r+.5;
            }
            else {
            p.x -= r+.5;
            p /= r-.5;
            }
            f = i/I;
        }
    }

    gl_FragColor = vec4(vec3(1.2, 1.5, 1.)*vec3(f), 1.);
}
LibOrbis is love
PS4Broadcast: PlayStation 4 Live Streaming Project via Linux by Tilerphy
PlayStation 4 gamers into live streaming platforms such as Twitch may want to check out the open source project PS4Broadcast by Tilerphy, with recent maintenance updates from Xingxingge (Changchun) Technology Co., Ltd. to the Linux-based server script. 📶

Download: PS4Broadcast2.0.1.zip / Latest Release / GIT

From the README.md, roughly translated from Chinese: PS4Broadcast

Transfer


Thank you for your support. After the 2.0.0 version of the project, it was handed over to Xingxingge (Changchun) Technology Co., Ltd. for maintenance. The project remains open source.

Foreword

In view of the fact that PS4 does not have the function of live broadcast to domestic live broadcast platforms, it uses some means to intercept twitch RTMP content and IRC chat room content, and forward it to Douyu (in the future, other domestic live broadcast platforms may be added.)

In addition, this is just a as a compromise, it may be a few days before PS4 officially supports the domestic live streaming platform. At least this is possible for the machine. Who is right? So this plan is only a temporary one, there is no other way.

Why open source

Sharing is the foundation of the network.

Why is Linux?
  1. The Windows operating system is too indirect to do network forwarding, and it is not easy to write a script. And the author will only configure iptables in Linux.
  2. In addition, the author used Raspberry Pi 3 (an ultra-small computer similar to a microcontroller), so Windows is not easy to use.
  3. Then again, if there is a big actor willing to port to openwrt, let the router achieve this function, I can also use this program.
Need to know

Some basic knowledge of Linux, some shell scripts and directory knowledge.

If not, please use the mirror tutorial directly: https://www.psnine.com/topic/32642

The latest mirror release: https://github.com/Tilerphy/ps4broadcast/releases

If Twitch is not bound and needs scientific Internet access, please go...
Back
Top