Bypass check if user has a real microsoft account linked with the launcher
If you have some accounts saved then executing this script will remove them!
- Install Prism Launcher or PolyMC
- Go through the quick setup
- Execute the command for the appropriate bypass (see below)
- Create an offline account
- Delete the "No Profile" account
- Set the new account as the default
- Enjoy!
For that luxury you can use Ely.by on the PollyMC launcher
Don't delete the "No Profile" account before you create a new offline account, that will break it!
Download the latest version of Prism Launcher from https://prismlauncher.org/, install it, go through the quick setup, close the launcher, then execute this command in the terminal:
echo {"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3} > %appdata%/PrismLauncher/accounts.json
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.local/share/PrismLauncher/accounts.json
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/accounts.json
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/Library/Application\ Support/PrismLauncher/accounts.json
Download the latest version of PolyMC from https://polymc.org/, install it, go through the quick setup, close the launcher, then execute this command in the terminal:
echo {"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3} > %appdata%/PolyMC/accounts.json
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.local/share/PolyMC/accounts.json
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.var/app/org.polymc.PolyMC/data/PolyMC/accounts.json
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/Library/Application\ Support/PolyMC/accounts.json
Download the portable version of PolyMC or Prism Launcher, run it, go through the quick setup, close the launcher, then execute this command in the terminal:
echo {"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3} > accounts.json
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > accounts.json
There is a file in the repo called "accounts.json" here and you need to download it to this path:
- Windows:
%appdata%/PrismLauncher/
- Linux:
~/.local/share/PrismLauncher/
- Linux (flatpak):
~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/
- macOS:
~/Library/Application\ Support/PrismLauncher/
- Windows:
%appdata%/PolyMC/
- Linux:
~/.local/share/PolyMC/
- Linux (flatpak):
~/.var/app/org.polymc.PolyMC/data/PolyMC/
- macOS:
~/Library/Application\ Support/PolyMC/
In the root directory of the installation