Skip to content

Instantly share code, notes, and snippets.

@AlexDev404
Created November 2, 2025 19:32
Show Gist options
  • Select an option

  • Save AlexDev404/57dc9c4032e6084c652092a9c2f20f75 to your computer and use it in GitHub Desktop.

Select an option

Save AlexDev404/57dc9c4032e6084c652092a9c2f20f75 to your computer and use it in GitHub Desktop.
A guide on cracking Phaser 2D Editor (Windows)

Cracking Phaser 2D Editor v3

It's been over a year since Phaser 2D v3 has been dead, so I thought I'd make a small guide on how to crack the editor now that it's out of support.

Cracking the editor is very easy to do, and is very low effort. To begin, start by downloading a copy of the Phaser Editor from Archive.org or similar along with Phaser Core.

Then, download a copy or Telerik Fiddler Classic

Open fiddler, and unzip phaser core. Then open a commandline in the directory of Phaser Core (when its unzipped, and when Fiddler Classic is running) and run:

set HTTP_PROXY=http://127.0.0.1:8888
set HTTPS_PROXY=http://127.0.0.1:8888

And then:

PhaserEditor2D.exe -lickey fff

Check fiddler classic. Create an Autoresponder rule for:

EXACT:https://api.gumroad.com/v2/licenses/verify

With a response of:

HTTP/1.1 200 OK
Content-Length: 49
Content-Type: application/json; charset=utf-8

{"success":true,"message":"That license exists."}

Run the -lickey fff flag on PhaserEditor2D.exe again and you should now get a message that Phaser is activated on your system. Unzip the editor and load it, and it should already be pre-activated.

That's it. Hope this was helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment