Skip to content

Instantly share code, notes, and snippets.

@oninjqk
Last active November 10, 2025 00:57
Show Gist options
  • Select an option

  • Save oninjqk/cf4b2ab3f1382c049569f95743794521 to your computer and use it in GitHub Desktop.

Select an option

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.

Step 1: Install Required Tools
Download and install Sublime Text from:
https://download.sublimetext.com/sublime_text_build_4200_x64_setup.exe

Install HxD or any other hex editor. You can also use an online tool like:
https://hexed.it

Step 2: Modify Hex Values in sublime_text.exe
Open sublime_text.exe in your hex editor.
Press Ctrl+F or go to Search > Find, and apply the following patches:

Patch 1
Find: 74 06 3B

Change the first byte: 74 → EB

Result: EB 06 3B

Patch 2
Find: 89 F8 48 81 C4 38 02

Change the first two bytes:
89 → 33
F8 → C0

Result: 33 C0 48 81 C4 38 02

Patch 3 (Previously Forgotten Patch)
Find: E8 F4 7F 10 00

Replace all bytes with: 90 90 90 90 90

Patch 4 (Previously Forgotten Patch)
Find the following sequence:
41 57 41 56 41 54 56 57 53 48 83 EC 38 4C 89 CE 4C 89 C7 48 89 D3 49 89 CE 4C

Replace the first two bytes: 41 57 → 90 90

Result:
90 90 41 56 41 54 56 57 53 48 83 EC 38 4C 89 CE 4C 89 C7 48 89 D3 49 89 CE 4C

Once all changes are made, save the file.

Step 3: Activate Sublime Text
Open Sublime Text.

Go to Help > Enter License.

Enter any value (for example, just type "A") and click Use License.

Enjoy :)
@NullMeDev
Copy link

I haven't been able to keep persistence with the script I made from the results, it should patch all values, any ideas?

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