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:8888And then:
PhaserEditor2D.exe -lickey fffCheck fiddler classic. Create an Autoresponder rule for:
EXACT:https://api.gumroad.com/v2/licenses/verifyWith 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.