Hacking [Release] - GUI version of - PS4 pkg repackager by Duxa (aka Chrushev) - v6.22.18

Boombay

New Member
Newbie
Joined
Jan 24, 2022
Messages
4
Trophies
0
Age
34
XP
24
Country
Kazakhstan
what are the names of your packages? you can extract the update with orbis-pub-chk, then rebuild the pkg with the base that you have.
Game file names:
EP1018-CUSA03991_00-DLEEGAME00000000-A0100-V0100
EP1018-CUSA03991_00-DLEEGAME00000000-A0100-V0131

Patch:
EP1018-CUSA03991_00-DLEEGAME0DEVMENU-A0131-V0100
 
  • Like
Reactions: chronoss

sephikun

Member
Newcomer
Joined
Aug 23, 2018
Messages
6
Trophies
0
Age
36
XP
88
Country
Brazil
Simple bat file for remarry game with update.
1. Create New Folder and put this bat file game.pkg and update.pkg inside.
2. You need to rename game and update as Game.pkg and Update.pkg. Also new games needs PS4-Fake-PKG-Tools-3.87, change path in bat file.
3. Run bat file and input on prompt CUSA number without CUSA. Wait to finish. If you don't know CUSA Number, open Cusa Number.txt which will appear in folder.

Code:
set mypath=%cd%
echo %mypath%
set "pubCmd="E:\PS4-Fake-PKG-Tools-3.87-main\orbis-pub-cmd.exe""
set "gengp4="E:\PS4-Fake-PKG-Tools-3.87-main\gengp4_patch.exe""


"%pubCmd%" img_info "%cd%\Game.pkg" >"%cd%\info.txt"

findstr /RC:"CUSA[0-9]" "%cd%\info.txt" >"%cd%\Cusa Number.txt"


set /p CUSA="->CUSA"

mkdir "%cd%\Update-pkg"

"%pubCmd%" img_extract --passcode 00000000000000000000000000000000  "%cd%\Update.pkg" "%cd%\Update-pkg"

xcopy /e "%cd%\Update-pkg\Sc0\*" "%cd%\Update-pkg\Image0\sce_sys\"
rmdir /s /q "%cd%\Update-pkg\Sc0\"

move "%cd%\Update-pkg\Image0" "%cd%"

rmdir /s /q "%cd%\Update-pkg\"

Ren "%cd%\Image0" CUSA%CUSA%-patch

"%gengp4%" "%cd%\CUSA%CUSA%-patch

"%pubCmd%" gp4_proj_update --app_path "%cd%\Game.pkg" "%cd%\CUSA%CUSA%-patch".gp4"

"%pubCmd%" img_create --oformat pkg  "%cd%\CUSA%CUSA%-patch.gp4" "%cd%"
Sorry! but I have no idea how to do that. I would like a more detailed tutorial
 
  • Haha
Reactions: chronoss

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,009
Trophies
1
XP
4,906
Country
Congo, Republic of the
Sorry! but I have no idea how to do that. I would like a more detailed tutorial
  • Create a New Folder
  • Put this .bat file inside
  • Put your pkg game and update inside
  • Rename your game pkg to "game.pkg"
  • Rename the update of your pkg to "update.pkg"
  • Download PS4-Fake-PKG-Tools-3.87 (go to google)
  • Put PS4-Fake-PKG-Tools-3.87 folder on the same folder with the .bat
  • Change the path in the .bat file to open orbis-pub-cmd.exe and gengp4_patch.exe
    • ex : set "pubCmd="E:\PS4-Fake-PKG-Tools-3.87-main\orbis-pub-cmd.exe""
    • set "gengp4="E:\PS4-Fake-PKG-Tools-3.87-main\gengp4_patch.exe""
  • Run bat file
  • Input on prompt CUSA number without CUSA. Wait to finish. If you don't know CUSA Number, open Cusa Number.txt which will appear in folder.
:grog::grog::grog::grog::grog::grog::grog:

Capture d’écran 2022-06-18 080913.png
 
Last edited by chronoss,

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,009
Trophies
1
XP
4,906
Country
Congo, Republic of the
Simple bat file for remarry game with update.
1. Create New Folder and put this bat file game.pkg and update.pkg inside.
2. You need to rename game and update as Game.pkg and Update.pkg. Also new games needs PS4-Fake-PKG-Tools-3.87, change path in bat file.
3. Run bat file and input on prompt CUSA number without CUSA. Wait to finish. If you don't know CUSA Number, open Cusa Number.txt which will appear in folder.

Code:
set mypath=%cd%
echo %mypath%
set "pubCmd="E:\PS4-Fake-PKG-Tools-3.87-main\orbis-pub-cmd.exe""
set "gengp4="E:\PS4-Fake-PKG-Tools-3.87-main\gengp4_patch.exe""


"%pubCmd%" img_info "%cd%\Game.pkg" >"%cd%\info.txt"

findstr /RC:"CUSA[0-9]" "%cd%\info.txt" >"%cd%\Cusa Number.txt"


set /p CUSA="->CUSA"

mkdir "%cd%\Update-pkg"

"%pubCmd%" img_extract --passcode 00000000000000000000000000000000  "%cd%\Update.pkg" "%cd%\Update-pkg"

xcopy /e "%cd%\Update-pkg\Sc0\*" "%cd%\Update-pkg\Image0\sce_sys\"
rmdir /s /q "%cd%\Update-pkg\Sc0\"

move "%cd%\Update-pkg\Image0" "%cd%"

rmdir /s /q "%cd%\Update-pkg\"

Ren "%cd%\Image0" CUSA%CUSA%-patch

"%gengp4%" "%cd%\CUSA%CUSA%-patch

"%pubCmd%" gp4_proj_update --app_path "%cd%\Game.pkg" "%cd%\CUSA%CUSA%-patch".gp4"

"%pubCmd%" img_create --oformat pkg  "%cd%\CUSA%CUSA%-patch.gp4" "%cd%"
Can u do something for merge game and update ?
 
Last edited by chronoss,

jation

Active Member
Newcomer
Joined
Jul 9, 2018
Messages
27
Trophies
0
Age
37
XP
117
Country
Serbia, Republic of
Can u do something for merge game and update ?

Option 2: Merge Game + Update, put game fpkg in GAME folder, update fpkg in UPDATE folder.
https://www115.zippyshare.com/v/FuLf68eP/file.html
mirror
https://1fichier.com/?x52zph4oxrp7saga1bv5

After merging game with update you can, also, use option 6 - Fix game info. Final result will me small update file around 5-10mb which will display proper version of game on PS4.

Sorry! but I have no idea how to do that. I would like a more detailed tutorial
You can now, just put game pkg in Game folder, update pkg in Update folder, everything will be auto finished. No need to input anything. Just download link above.
 
  • Love
Reactions: chronoss

badblood08

Active Member
Newcomer
Joined
Feb 5, 2022
Messages
37
Trophies
0
XP
178
Country
United States
I tried running this in my Drive E, all PKG files are saved in Drive E, and even the App is saved in Drive E. However, when I tried to run it, it fills up my Drive C, and produces an error. Could you please provide the temporary download location of this app? Can't seem to find it. Now my Drive C is full because of the temporary package files.

UPDATE: Found it. It's stored in %temp%. Apparently, you need to have enough space in Drive C before you can run this app. Can't seem to change the temporary location - ideally in Drive D.
 
Last edited by badblood08,

jation

Active Member
Newcomer
Joined
Jul 9, 2018
Messages
27
Trophies
0
Age
37
XP
117
Country
Serbia, Republic of
I tried running this in my Drive E, all PKG files are saved in Drive E, and even the App is saved in Drive E. However, when I tried to run it, it fills up my Drive C, and produces an error. Could you please provide the temporary download location of this app? Can't seem to find it. Now my Drive C is full because of the temporary package files.

UPDATE: Found it. It's stored in %temp%. Apparently, you need to have enough space in Drive C before you can run this app. Can't seem to change the temporary location - ideally in Drive D.
---- not working ---

or check post above.
 
Last edited by jation,
  • Love
Reactions: badblood08

badblood08

Active Member
Newcomer
Joined
Feb 5, 2022
Messages
37
Trophies
0
XP
178
Country
United States
If you want to change temp folder for Duxa repackager. Save this as .bat and run.

Code:
FOR /D %%p IN ("%TEMP%\ps4pub") DO rmdir "%%p" /s /q
mkdir "D:\PS4 Temp\ps4pub"
mklink /j "%TEMP%\ps4pub" "D:\PS4 Temp\ps4pub"

You can change this line "D:\PS4 Temp\ps4pub" for another location on hdd

or check post above.
I'm not really that great in batch files and all, but from what I understood from this code, you need to have a directory of %temp%\ps4pub before this can run. Apparently, my temp files is saved in %temp%\CUSA17776....\.
Having said that, can this code still run, given my situation?
 

jation

Active Member
Newcomer
Joined
Jul 9, 2018
Messages
27
Trophies
0
Age
37
XP
117
Country
Serbia, Republic of
I'm not really that great in batch files and all, but from what I understood from this code, you need to have a directory of %temp%\ps4pub before this can run. Apparently, my temp files is saved in %temp%\CUSA17776....\.
Having said that, can this code still run, given my situation?

Sorry, my mistake. Duxa repackager auto make that CUSAxxxx-patch folder at some point, so previous way not working.
Anyway if you want to try:
https://www38.zippyshare.com/v/PuOeykhk/file.html

Just run remarry.bat, on first launch fpkg tools will be auto downloaded
After that:
- drag and drop game pkg in cmd window and press Enter,
- drag and drop update pkg in cmd window and press Enter,
This folder remarry will be also temp folder.
 
  • Love
Reactions: badblood08

badblood08

Active Member
Newcomer
Joined
Feb 5, 2022
Messages
37
Trophies
0
XP
178
Country
United States
Sorry, my mistake. Duxa repackager auto make that CUSAxxxx-patch folder at some point, so previous way not working.
Anyway if you want to try:
https://www38.zippyshare.com/v/PuOeykhk/file.html

Just run remarry.bat, on first launch fpkg tools will be auto downloaded
After that:
- drag and drop game pkg in cmd window and press Enter,
- drag and drop update pkg in cmd window and press Enter,
This folder remarry will be also temp folder.
Tried it and it doesn't work, unfortunately :(. I just tried this instead, and worked perfectly
 

jation

Active Member
Newcomer
Joined
Jul 9, 2018
Messages
27
Trophies
0
Age
37
XP
117
Country
Serbia, Republic of
Here's the error. And here's one thing I noticed. The directory it creates in my %temp% is not a folder, but rather a shortcut file. Is this supposed to happen?
It' not a error, because ps4pub folder is now in remarry folder. So if you have extract remarry on D partition, all temp files during converting and final fpkg will be also on D, in remarry folder.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    Yea i have couple other sites I find Switch titles also and just looked, I don't see it out/leaked yet...(paper mario)
  • Quincy @ Quincy:
    Or even worse; circle pad ball fondlers like on the 3DS
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I just want a Pokemon Hell Raiser fan game 😭
  • K3Nv2 @ K3Nv2:
    Anyone wanna play with my joydock
  • BigOnYa @ BigOnYa:
    Biomutant looks cool tho, may have to try that
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
    K3Nv2 @ K3Nv2: That's where stremio comes to play never got a letter about it