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

@KnightlyCr8
Copy link

Still showed unregistered

@appleshan
Copy link

Linux:  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

Thank you

@khaihkd
Copy link

khaihkd commented Jan 15, 2026

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

@sovedus do you know how to activate on macOS?

@sovedus
Copy link

sovedus commented Jan 15, 2026

@khaihkd
If you have sed, it should be enough to replace the path to the executable file.

@ia-S-on
Copy link

ia-S-on commented Jan 24, 2026

Thank you @sovedus !!!!

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