Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Nov 9, 2018 at 11:13 AM       61      
Status
Not open for further replies.
Today is the first snowfall here, and following the previous PlayStation 4 Remote Play developments, patchers and enablers for non-activated consoles developers golden (aka xemio, cloverleafswag3 and @g991) and SiSTR0 (who helped @CelesteBlue with PKG2USB Payloads) have now made available PS4REN which includes the ps4ren.bin payload and is a PS4 Remote Play Enabler for 5.05 jailbroken consoles! :love:

Download: ps4ren_5.05.zip / GIT / Live Demo / PS4REN v2.0

To quote from the README.md: ps4ren - PS4 Remote Play Enabler

Code:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             _ _                _       _
            (_) | ___ __   __ _| |_ ___| |__
            | | |/ / '_ \ / _` | __/ __| '_ \
            | |   <| |_) | (_| | || (__| | | |
           _/ |_|\_\ .__/ \__,_|\__\___|_| |_|
          |__/     |_|         

                        Powered by
   _________.__  ____________________________ ________
  /   _____/|__|/   _________    _________   \\_____  \
  \_____  \ |  |\_____  \   |    |  |       _/ /   |   \
  /        \|  |/        \  |    |  |    |   \/    |    \
 /_______  /|__/_______  /  |____|  |____|_  /\_________/
         \/            \/                  \/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Features
  • Jailbreak
  • Sandbox escape
  • Enable Remote Play
Notes

Only for 5.05 Jailbroken PlayStation 4 consoles!


When you load payload, it will simulate the IDU mode with patches, this will allow you to enable to register any device for remote play from the options menu.

During IDU mode there are some limitations in the UI such as the disabled PS button event.

It is recommended to reboot after finishing the registration of the devices.

:alert: I do not take any responsibility in case of damage. Use at your risk.

Credits

Thank you to golden who created his magical jkpatch - Twitter: @cloverleafswag3 psxhax: g991

golden + SiSTRo
PS4 Remote Play Enabler Tutorial by zeref:
:arrow: Update: Also below is an Offline PS4 Remote Play via a PS4 Remote Play Patcher by MysteryDash to enjoy playing on your PS4 from your computer (WLAN/Ad-hoc) without the need of an Internet connection with details as follows, to quote from the README.md:

Download: PS4.Remote.Play.Patcher.zip / Offline-PS4-Remote-Play-master.zip / GIT

Offline PS4 Remote Play

Ever wanted to use your PS4 on your local network but couldn't because you didn't have an Internet connection available? Here's the solution!

Before we get started, a little message for Sony

Hello Sony, If you ever happen to read this, don't you think it would be nice to have this feature built-in?

Think about it like this for a second: you are going on holiday with your PS4 and your laptop because you have no other display available for it. Most laptops aren't shipped with an HDMI input port so you can't directly connect your PS4 to your laptop's screen. However, what you can do is connect your laptop and your PS4 with an ethernet cable and use Remote Play... until you realize that you need an Internet connection to start the software.

Looking for updates is nice, but is there really a point in preventing players from using their console because they don't have an Internet connection available all the time?
Incidentally, if you have any problem with me posting this, please don't hesitate to contact me.

Supported versions of the Remote Play

You can find older versions of the Remote Play on the Internet Archive: Wayback Machine!
  • 1.0.0.15181 - Hash : 694659629815D82CDCD62A95FA771237
  • 1.5.0.8251 - Hash : 53DF9F442EEC309D95BE88D28CC21E18
  • 2.0.0.2211 - Hash : FCD0DD66996B399F6A1A9A254F7E85B3
  • 2.6.0.2270 - Hash : 2E4C4CA5ECFD3138CB734ED603958A1A
  • 2.7.0.7270 - Hash : 9961E4475745881FAC537D58B1BCD5FB (seems to work without even logging to the Playstation Network)
Getting started

For various reasons, I can't give you the patched executable. However, I can still tell you how to patch it yourself.

[FULLY AUTOMATED PATCHER]

You can just download and run the latest version of the PS4 Remote Play Patcher.
If the software can't find the Remote Play by itself it'll ask you to specify its location.
Once that is done, the software will patch the Remote Play (with the latest patch available) and create a backup of your original Remote Play if you want.
Don't forget that, to use the PS4 Remote Play, you still need a local network (connect your PS4 to your computer using an ethernet cable or a local Wi-Fi network hosted on your computer)!

[MANUAL PATCH]

You will need to download BsPatch and the Patches.zip file. Extract the patch of your choice and execute the following command :
Code:
   bsdiff RemotePlay.exe RemotePlay-Patched.exe mypatch
Then you have to start RemotePlay-Patched.exe to enjoy your PS4 Remote Play offline experience. I'll describe below another method to do the same thing without having to change RemotePlay.exe itself.

Will Remote Play work as usual?

Yes, every aspect of the original Remote Play have been kept, except for the updates window, which will not even appear with the latest version of the patch.

I don't trust those patches thrown at me like this...

... and that's perfectly fine. Here are the steps so that you can reproduce the patch (the first version) by yourself:
  • Throw your RemotePlay.exe at de4dot to remove the obfuscation.
  • Open your brand new RemotePlay-cleaned.exe using your favorite decompiler (ILSpy, .NET Reflector, etc...). In my case, I am using dnSpy. Navigate to the class RemoteplayUI.CheckUpdate and look for the properties NeedUpdate and CancelRequest. Force them to return false.
  • There's a second edit to do. Look this time for the class called Class2 (this class is not in a namespace).
  • In the Main method, get rid of checkUpdate.ShowDialog();.
  • And that's it, you can now export your brand new Remote Play executable (using the Save Module... function on dnSpy) and enjoy playing on your PS4 anywhere.
If you wonder why we aren't just removing ShowDialog and setting the two assignments under to false directly, that's because it triggers my A/V for some reason.

Alternative method, almost 0 programming skill required.
  1. Download and install Fiddler.
  2. Enable HTTPS decryption in Fiddler.
  3. a. With Fiddler running, start Remote Play and wait for the request to https://remoteplay.dl.playstation.net/remoteplay/module/win/rp-version-win.json.
  4. b. You might also see a request to https://remoteplay.dl.playstation.net/remoteplay/module/pplist_v2.json, handle it the same way as the previous one.
  5. Select the AutoResponder tab, enable the rules, enable unmatched requests passthrough.
  6. Drag & Drop the request made to remoteplay.dl.playstation.net into the rules list.
  7. Select the FiddlerScript tab and look for this line:
static function OnBeforeRequest(oSession: Session) {
  1. Add the following content under the line you found earlier :
Code:
if (oSession.HTTPMethodIs("CONNECT"))
{
   oSession.oFlags["x-replywithtunnel"] = "GenerateTunnel";
   return;
}
  1. Click on Save Script.
  2. That's it for Fiddler. You have nothing to save by yourself. The only thing that matters now is that Fiddler must be up and running when you want to play without Internet.
  3. There's still something to do. Currently, if you open Remote Play, it'll tell you that (if you are truly disconnected) there is not network connection available. To fix this, create an access point on your phone and connect to it (there's no need to have an Internet connection available on your phone, otherwise it would defeat the point of having done everything mentionned above). Note that you can also use any free hotspot you may have around you.
  4. It's already done ! When you'll start the Remote Play, it'll think that an Internet connection is available (when it's merely connected to a hotspot WITHOUT Internet) and when it'll try to look for updates Fiddler will take care of it.
  5. Enjoy the offline PS4 Remote Play.
Contributing

I usually appreciate contributions, however, this time, I will decline every pull request containing an executable or a patch. Suggestions are welcome!

PlayStation 4 REN Remote Play Review/Stress Test On 5.05
PS4REN PS4 Remote Play Enabler for 5.05 by Golden and SiSTRo!.jpg
 

Comments

Bro i dont have any psn account. Then how could i be able to connect with my jb ps4 5.05 into my pc by ps4 remote play latest version. Is there any ps4 remote patcher...
plz help me bro....
 
you dont need a psn account as once payload has been sent & ps4 remote is enabled it will supply you with a code to typ into the psVita or pc you are using
 
You don't need PSN account to connect. I don't have one, and I connected my PC without a problem. Just follow all the procedure that I did in my tutorial video.

Just download the PS4 Remote Play on Windows on their official site, on first run it will ask you to log in your PSN or any PSN you want because it won't matter.

For those who are connecting to android, you can try to use the cracked version of PS4 Remote Play, search it on google, that one is working on non-Sony phones but I don't know if it will work on this Remote Play Enabler.
 
You need root for Sony Framework; the trick is to hide root, which I've done.

2.7.0
Modules > Sony Framework
Magisk Hide > PS4 Remote Play
Settings > Hide Magisk from various detections

My problem is it crashes Android on Searching for PS4, causing a reboot. :arrow:
 
now i have this problem every time i try to sign in i didnt have to sign in at all before any help please ? - OS-windows 8.1 after finding the damn traffic lights on the picture capture
it comes up with this error :(

Screenshot-51.jpg

i do not know why this error happened all of a sudden i was locked out for days and almost gave up lol i got around it using a VPN i was able to sign in again ..just in case anyone else runs into this problem :) ....thanx again to the Devs great work
 
I got Remote Play 2.7.0 working on Android Oreo! I'm not exactly sure what solved the crashing issue, and, frankly, I'm scared to muck around it any further.

I suspected my account was banned for being fake, so I created a new one with more convincing information. Maybe that's what did it.

I also got Remote Play working on HENkaku 3.60, after spoofing the version to remove the update requirement.

Settings > HENkaku Settings > Enable Version Spoofing
Settings > HENkaku Settings > Spoofed Version > 3.69
 
is there any risk of getting banned on 5.05 ps4? I mean I've a ps4 5.05 and win 10 on laptop, i can open and sign in on the pc app. after doing all steps on the pc app it asks for a ps4 connection. If i connect my ps4 to it, will it ban my ps4 since its on exploited 5.05?

Thanks in advance.
 
Status
Not open for further replies.
Back
Top