Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save wasulabenjamin/2980f274ebde9bf56b54aa7cc550cf02 to your computer and use it in GitHub Desktop.

Select an option

Save wasulabenjamin/2980f274ebde9bf56b54aa7cc550cf02 to your computer and use it in GitHub Desktop.
How to activate Sublime Text Build 4200 x64

Activate Sublime Text Build 4200 x64

  1. Go to https://hexed.it/
  2. Click Open File in the top left corner, navigate to instalation folder and select sublime_text.exe
  3. On the Search for bar in the left panel, input: 0F B6 51 05 83 F2 01
  4. Now in the editor, click on the first byte (0F) and start replacing each byte by: C6 41 05 01 B2 00 90
  5. Finally, in the top left corner again, click on Save as and replace the old executable file with the newly created one.

Enjoy an Unlimited User License!


Author: Wasula Benjamin
Role: UIUX Designer & Developer
Last Updated: 17TH NOVEMBER, 2025

@sovedus
Copy link

sovedus commented Sep 19, 2025

Linux:

sudo cp /opt/sublime_text/sublime_text /opt/sublime_text/sublime_text.bak
sudo sed -i 's/\x0F\xB6\x51\x05\x83\xF2\x01/\xC6\x41\x05\x01\xB2\x00\x90/' /opt/sublime_text/sublime_text

@hson194
Copy link

hson194 commented Sep 24, 2025

Thank you @sovedus

@tele-panda
Copy link

Had to disable the Rational option otherwise it won't find it.
There's also the replace option, don't have to type it out.

@Ryancelot
Copy link

Had to disable the Rational option otherwise it won't find it. There's also the replace option, don't have to type it out.

Many thank!

@nctrii11
Copy link

i can't

@JPELIRA
Copy link

JPELIRA commented Nov 13, 2025

It worked, thank you very much.
I also had to disable Rational to find 0F B6 51 05 83 F2 01 and make the replacement.

@JPELIRA
Copy link

JPELIRA commented Nov 13, 2025

i can't

Hi friend.

Disable Rational and then click to search. You will find 0F B6 51 05 83 F2 01, and after that, replace it with C6 41 05 01 B2 00 90.

@4lin
Copy link

4lin commented Nov 14, 2025

Gracias, amigo, yo no me lo puedo permitir comprar, se agradece muchísimo.

@getpool
Copy link

getpool commented Nov 16, 2025

Is there a way to crack version 4202?

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