<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html version="-//W3C//DTD XHTML 1.1//EN"
      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.w3.org/1999/xhtml
                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
	<head>
		<title>Cracked Minecraft Launcher Builds</title>
		<link href="style.css" rel="stylesheet" type="text/css" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	</head>
	<body>
		<h1>Cracked Minecraft Launcher Builds</h1>

		<p>
		Since Mojang/Micro$oft has completely shut down the old Mojang authentication system, Minecraft is pretty much dead to us. We don't want to migrate to Micro$oft accounts. Sadly, most launchers block the use of offline accounts without first authenticating with an M$ account.
		</p>

		<p>
		Thankfully I have the perfect solution for you. I have patched and compiled a couple of launchers for your enjoyment so you can enjoy Minecraft again, that is, if you can find a cracked server that is fun to play.
		</p>

		<p>
		UPDATE: It seems there is this project called <a href="https://github.com/hero-persson/FjordLauncherUnlocked">FjrdLauncherC</a> which is better maintained than I am willing to maintain this patchset, so consider using it instead of my patched launcher
		</p>

		<h2><a href="https://github.com/hero-persson/FjordLauncherUnlocked/releases">FjordLauncher!!!</a></h2>


		<h2><a href="prismlauncher/">PrismLauncher</a></h2>
		<p>
		<a href="prismlauncher/prismlauncher-7.1-cracked-custom-yggdrasil.tar.xz">PrismLauncher 7.1 source code cracked with custom-yggdrasil patch</a><br />
		<a href="prismlauncher/prismlauncher-7.1-Win-x64-Qt6-cracked-custom-yggdrasil.zip">PrismLauncher 7.1 Windows x64 Qt6 cracked with custom-yggdrasil patch</a> <br />
		<a href="prismlauncher/prismlauncher-7.1-Win-x64-Qt5-cracked-custom-yggdrasil.zip">PrismLauncher 7.1 Windows x64 Qt5 cracked with custom-yggdrasil patch</a>
		</p>
		<h2><a href="polymc/">PolyMC</a></h2>

		<h1>How to patch the launcher manually</h1>

		<p>
		For PrismLauncher 8.0, you need <a href="prismlauncher/prismlauncher8-remove-drm.diff">prismlauncher8-remove-drm.diff</a>
		</p>

		<p>
		The <a href="polymc/polymc-remove-drm.diff">polymc-remove-drm.diff</a> patch works for both PolyMC and PrismLauncher v7.2 and lower.
		</p>

		<p>
		First clone either PolyMC or PrismLauncher git repo by running one of the following commands:
		</p>
		<blockquote>
<pre>
git clone https://github.com/PolyMC/PolyMC
git clone https://github.com/PrismLauncher/PrismLauncher
</pre>
		</blockquote>

		<p>
		Download the patch and execute the following command in the git-cloned repo of either PolyMC or PrismLauncher:
		</p>
		<blockquote>
<pre>
git apply polymc-remove-drm.diff
</pre>
		</blockquote>

		<p>
		There's also another patchset from <a href="https://github.com/unmojang">Unmojang</a> that allows you to use set custom yggdrasil URLs for authentication within PrismLauncher/PolyMC. I made a convenience patch <a href="prismlauncher/custom-yggdrasil.diff">custom-yggdrasil.diff</a> you can apply alongside the polymc-remove-drm.diff patch. Do make sure to check Unmojang for updates because the custom yggdrasil authentication mods are far from perfect still, so hopefully the situation improves.
		</p>

		<h1>Honorable Mentions</h1>

		<h2><a href="https://git.nuegia.net/MultiMC/">Tom's MultiMC fork</a></h2>
		<p>
		Tom from Nuegia has forked MultiMC a few years back due to the controversy of MultiMC not allowing cracked accounts as well as MultiMC containing Google analytics. Tom has removed both anti-features in the fork.
		</p>

		<p>
		Sadly, Tom's MultiMC fork is not maintained and is lacking behind in all the great functionality that has been added over the years in PolyMC/PrismLauncher.
		</p>
	</body>
</html>
