Update READM.md
This commit is contained in:
@@ -65,13 +65,13 @@ Q: Can I run the jailbreak offline? A: No. PS Vue requires any form of network c
|
||||
A network connection of any kind is required, before trying to run Vue please connect to a local network even if it does not have internet. [Connection Instructions](https://github.com/Vuemony/vue-after-free?tab=readme-ov-file#connecting-to-the-internet)
|
||||
1. Jailbreak your console.
|
||||
2. Enable FTP.
|
||||
3. Install Apollo Save Tool. https://pkg-zone.com/details/APOL00004
|
||||
3. Install Apollo Save Tool. [Download](https://pkg-zone.com/details/APOL00004)
|
||||
4. Install PS Vue 1.01 pkg and 1.24 patch. [Download](https://www.mediafire.com/file/45owcabezln2ykm/CUSA00960.zip/file)
|
||||
5. Connect to the console with FTP.
|
||||
6. Download the VueManualSetup.zip from releases.
|
||||
7. Go to the following path with FTP user/download/CUSA00960 (create path if needed) and place download0.dat there.
|
||||
8. On your USB unpack the save.zip.
|
||||
9. In the root of your USB place HEN or GoldHEN named as payload.bin. Or place it in /data/.
|
||||
6. Download the `VueManualSetup.7z` from releases.
|
||||
7. Go to the following path with FTP `/user/download/CUSA00960` (create path if needed) and place `download0.dat` there.
|
||||
8. On your USB unpack the save.zip ( or FTP to `/data/fakeusb/` ).
|
||||
9. In the root of your USB place HEN or GoldHEN named as `payload.bin`. Or place it in `/data/`.
|
||||
10. Plug the USB into the console.
|
||||
11. In Apollo Save Tool go to USB Saves and select the PS Vue save(CUSA00960) and choose the option "Copy save game to HDD".
|
||||
12. Reboot your console then open PS Vue run the exploit by pressing on the jailbreak button or configure the autoloader.
|
||||
@@ -82,7 +82,7 @@ A network connection of any kind is required, before trying to run Vue please co
|
||||
1. Format your USB Drive to Exfat.
|
||||
> [!WARNING]
|
||||
> This will wipe your drive of all data. Backup any important data.
|
||||
2. Download the VueSystemBackup.zip from Releases.
|
||||
2. Download the `VueSystemBackup.7z` from Releases.
|
||||
3. Unpack the contents of the zip onto the USB.
|
||||
4. Plug the USB into your console.
|
||||
5. If you have a real PSN account on the console go to Settings>Application Saved Data Management>Saved Data in System Storage and backup your savedata to the USB. (Sufficient space required.)
|
||||
@@ -90,7 +90,7 @@ A network connection of any kind is required, before trying to run Vue please co
|
||||
6. Go to Settings>Storage>System Storage>Capture Gallery>All and backup your captures to the USB. (Sufficient space required.)
|
||||
7. Go to Settings>System>Back Up and Restore>Restore PS4 and select the system backup there and restore it.
|
||||
8. When the console reboots you will have a fake activated user account and PS Vue and it's exploit data.
|
||||
9. In the root of your USB place HEN or GoldHEN named as payload.bin.
|
||||
9. In the root of your USB place HEN or GoldHEN named as `payload.bin`.
|
||||
10. Open PS Vue run the exploit by pressing on the jailbreak button or configure the autoloader.
|
||||
11. Optionally after jailbreaking run the [np-fake-signin](https://github.com/Vuemony/vue-after-free/blob/main/README.md#np-fake-signin) payload to avoid the PSN pop-up.
|
||||
* User account ID is "1111111111111111" you cannot change it but you can create another user and fake activate it (instructions below), then while jailbroken follow the instructions above for jailbroken users to set up PS Vue while signed into the newly activated account.
|
||||
@@ -117,13 +117,13 @@ Vue After Free comes preloaded with some payloads.
|
||||
> The np-fake-signin should not be run on a real psn account.
|
||||
|
||||
## FTP
|
||||
The ftp-server.ts payload gives you sandbox FTP to quickly swap exploit or cosmetic files without running a kernel exploit/jailbreaking.
|
||||
The `ftp-server.ts` payload gives you sandbox FTP to quickly swap exploit or cosmetic files without running a kernel exploit/jailbreaking.
|
||||
|
||||
## WebUI
|
||||
Example code for how you can run userland code with the browser as the UI. (possible alternative to jsmaf)
|
||||
|
||||
## ELFLDR
|
||||
elfldr.elf is used to load elf and bin payloads post exploit when HEN or GoldHEN have not been loaded.
|
||||
`elfldr.elf` is used to load elf and bin payloads post exploit when HEN or GoldHEN have not been loaded.
|
||||
|
||||
## AIOFIX
|
||||
This elf file is automatically loaded when the lapse kernel exploit has executed successfully it fixes issues in some games. It is not needed for poopsploit/netctrl.
|
||||
@@ -135,11 +135,11 @@ Lastly after a successful jailbreak run you can choose to have the application a
|
||||
|
||||
# Automatic Payloads
|
||||
In config.js you can add .bin or .elf files to be loaded automatically on kernel exploit completion. HEN or GoldHEN should not be added there as they are already loaded via USB or from the /data/ directory automatically.
|
||||
Example: '/mnt/sandbox/download/CUSA00960/payloads/kernel_dumper.bin'
|
||||
Example: `/mnt/sandbox/download/CUSA00960/payloads/kernel_dumper.bin`
|
||||
|
||||
# NP-Fake-SignIn
|
||||
The np-fake-signin payload gets rid of the first PS Vue pop-up asking you to sign into PSN.
|
||||
In the payloads section of Vue enable elfldr, then send np-fake-signin-ps4.elf with a payload sender or netcat.
|
||||
In the payloads section of Vue enable elfldr, then send `np-fake-signin-ps4.elf` with a payload sender or netcat.
|
||||
|
||||
# Creating a separate user
|
||||
If you wish to use a new account instead of the default one in the system backup.
|
||||
|
||||
Reference in New Issue
Block a user