Easy and fast crack by ninjqk.
1. Download and install Sublime Text from:
https://download.sublimetext.com/sublime_text_build_4200_x64_setup.exe
2. Install HxD or another hex editor (or use online editor like https://hexed.it/).
3. Open sublime_text.exe in HxD, press Ctrl+F or go to Search > Find. And follow the steps below:
Step 1:
Find the hex bytes:
74 06 3B
When found, change the first byte:
74 -> EB
Resulting in:
EB 06 3B
Step 2:
Find the hex bytes:
89 F8 48 81 C4 38 02
When found, change the first two bytes:
89 -> 33
F8 -> C0
Resulting in:
33 C0 48 81 C4 38 02
3. Save the changes.
4. Open Sublime Text, go to Help > Enter License, type anything (like "A"), click Use License.
5. Enjoy :)
Last active
May 24, 2025 21:04
-
-
Save oninjqk/cf4b2ab3f1382c049569f95743794521 to your computer and use it in GitHub Desktop.
Crack Sublime Text Build 4200 for Windows.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hmm idk, can you explain it to me better so i can try to patch it?