Skip to content

Releases: PSTools/ps4_unjail

[Release] Universal Release for 9.00

13 Dec 16:47
Compare
Choose a tag to compare

Release for Universal will work up to 9.00
GitHub release (by tag)

image

Release contains a tone of new stuff.

Feuture List

App Utils

  int LaunchApp(char* TitleId); //launches any app on the console via the id thanks to LM

Trophy Stuff

bool CreateAndRegister();//create and register a trophy set(for the current game)
bool DestroyAndTerminate();//destroys the current registered trophy contex
bool UnlockSpesificTrophy(OrbisNpTrophyId trophyId);//unlocks the spesific trophy

Controler Stuff

void PlaySoundControler(char* path);//Plays a sound through the controler's speaker

Download Utils

unsigned char* DownloadString(char* Url);//downloads a file and returns its contents as a string

[Release] PS4 Universal V1.1

25 Mar 08:48
Compare
Choose a tag to compare

Latest Universal update.

Added PKG install support.

Some bug fixes.

The Firmware agnostic way of jailbreaking is also included but broke other functions on my 5.05 so use at own risk.

    [DllImport("universal")]
    private static extern bool JailbreakMe();//new firmware agnostic mode

    [DllImport("universal")]
    private static extern int InstallPKG(string path, string name,string imgpath);
    [DllImport("universal")]
    private static extern int UnloadPKGModule();

[Release] Version 1.0

18 Mar 11:16
061bf74
Compare
Choose a tag to compare

Release for everyone to use in unity.

image