├── accounts.json └── README.md /accounts.json: -------------------------------------------------------------------------------- 1 | { 2 | "accounts": [ 3 | { 4 | "profile": { 5 | "capes": [ 6 | ], 7 | "id": "49787d61f64b3b94a8f13d331a9ce421", 8 | "name": "XYZ", 9 | "skin": { 10 | "id": "", 11 | "url": "", 12 | "variant": "" 13 | } 14 | }, 15 | "type": "MSA", 16 | "ygg": { 17 | "extra": { 18 | "clientToken": "54e6a07be4414740bc08917e0a9a125c", 19 | "userName": "XYZ" 20 | }, 21 | "iat": 1716738991, 22 | "token": "0" 23 | } 24 | } 25 | ], 26 | "formatVersion": 3 27 | } 28 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Add Offline Accounts To PrismLauncher 2 | 3 | ### NOTE: 4 | 5 | This guide shouldn't be given __any__ sort of mass publicity whatsoever, I'm okay if it's shared in small groups but I'm not at all okay with having this shared on mass. 6 | 7 | ### Description 8 | 9 | > Updated to 9.0+ 10 | 11 | This is a guide to how you can bypass the block of adding an offline account in PrismLauncher, without a Microsoft account. 12 | 13 | ### Instructions 14 | 15 | 1) Downnload and install PrismLaunncher by clicking [here](https://prismlauncher.org/download/). 16 | > For Linux it's reccomended you use Flathub or your distro's package manager. 17 | 18 | 2) Download the `accounts.json` file from [releases](https://github.com/Rustring/PrismLauncher-Cracking-Guide/releases). 19 | 20 | 3) Navigate to the PrismLauncher root diresctory according to your OS: 21 | * Windows: Press Win+R and write "%appdata%\PrismLauncher" 22 | * MacOS: Navigate to "~/Library/Application Support/PrismLauncher" 23 | * Linux (Base Package): Navigate to "~/.local/share/PrismLauncher" 24 | * Linux (Flatpak): Navigate to "~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher" 25 | 26 | 4) Copy the file `accounts.json` file you downloaded and paste it there. 27 | 28 | 5) Now open PrismLauncher and continue the launcher's post setup, and adding an offline account should work. 29 | > You may also launch the launcher before then perform the steps but any way is alright. 30 | 31 | __MAKE SURE YOU ADD A NEW ACCOUNT BEFORE LAUNCHING THE GAME AND DO NOT DELETE THE ACCOUNT NAMED XYZ__ 32 | 33 | Moreover, the account named XYZ shouldn't be used at all, as a usable account, and simply should be kept around with another account being used on its place. 34 | 35 | ### Credits 36 | 37 | Credits to [baconhoney](https://github.com/baconhoney) for the fix to the workaround on PrismLauncher update 9.0+ 38 | --------------------------------------------------------------------------------