A way to use Sublime Text without paying $99
NOTE: This can only be used on Windows.
- Download the compiled version here.
- Run it as Administrator.
- It will automatically check your current installed version. If not, choose the Sublime Text 4 version you want to crack.
- Enjoy the registered Sublime Text 4.
For the "i dont trust random executable file", "there is detection on virtustotal", etc.
- Make sure you are on Windows 10 or higher.
- You have MinGW-w64 on your system.
- Clone this repo.
- Command to build:
g++ main.cpp -o sublime_text_crack.exe
// Optional: build with all the libary linked to the executable
g++ main.cpp -o sublime_text_crack.exe -static -static-libgcc -static-libstdc++This is purely intended for education and I against the idea of using this for the purpose of pirating Sublime Text. You should pay for a license to support Sublime HQ. ($99 for a text editor remains suck.)
- @leogx9r for the patching methods.
https://gist.github.com/JerryLokjianming/71dac05f27f8c96ad1c8941b88030451?permalink_comment_id=3762200#gistcomment-3762200 https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47?permalink_comment_id=3802197#gistcomment-3802197 https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47?permalink_comment_id=3803204#gistcomment-3803204
