Skip to content

Instantly share code, notes, and snippets.

@oninjqk
Last active May 24, 2025 17:16
Show Gist options
  • Save oninjqk/cf4b2ab3f1382c049569f95743794521 to your computer and use it in GitHub Desktop.
Save oninjqk/cf4b2ab3f1382c049569f95743794521 to your computer and use it in GitHub Desktop.
Crack Sublime Text Build 4200 for Windows.
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 :)
@rizard1
Copy link

rizard1 commented May 24, 2025

Thanks

@brokedarius
Copy link

Thanks, but I have a small issue, when I use package control it gets re-triggered as unregistered?

@oninjqk
Copy link
Author

oninjqk commented May 24, 2025

Thanks, but I have a small issue, when I use package control it gets re-triggered as unregistered?

hmm idk, can you explain it to me better so i can try to patch it?

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