Skip to content

Instantly share code, notes, and snippets.

@marcpinet
Last active November 12, 2024 12:19
Show Gist options
  • Save marcpinet/27c6de31a6b25a99248abc859cc09c9b to your computer and use it in GitHub Desktop.
Save marcpinet/27c6de31a6b25a99248abc859cc09c9b to your computer and use it in GitHub Desktop.
Activate Sublime Text 4 Build 4143 and below for ever (also maybe above, but not yet tried)

Activate Sublime Text (for ever)

  1. Go to https://hexed.it/
  2. Click Open File in the top left corner and select sublime_text.exe
  3. Press CTRL + F or on the Search for bar in the left panel and look for: 80 78 05 00 0f 94 C1
  4. Now in the editor, click on the first byte (80) and start replacing each byte by: C6 40 05 01 48 85 C9
  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!

Last update: 2023-01-23

@n6333373
Copy link

n6333373 commented Aug 7, 2024

It looks like I haven't provided my Sublime Text auto patching plugin here. Hence https://github.com/n6333373/sublime-self-patcher . Usually, it just continue to work for future versions of Sublime Text/Merge with no guarantee.

If you want to do if manually, visit https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47 for clues.

@Shad0wyDr3ams
Copy link

It looks like I haven't provided my Sublime Text auto patching plugin here. Hence https://github.com/n6333373/sublime-self-patcher . Usually, it just continue to work for future versions of Sublime Text/Merge with no guarantee.

If you want to do if manually, visit https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47 for clues.

This Worked Perfectly to activate 4180

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