- Go to https://hexed.it/
- Click
Open File
in the top left corner and select sublime_text.exe - Press CTRL + F or on the
Search for
bar in the left panel and look for: 80 78 05 00 0f 94 C1 - Now in the editor, click on the first byte (80) and start replacing each byte by: C6 40 05 01 48 85 C9
- 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
@I-like-beans @NoobToolzz Obviously, it won't work on other platforms than Windows.
I didn't thought I would've had to mention it, but since a
.exe
is compiled to run on Windows, the byte code is only Windows-specific.Obviously, again, the hexadecimal (or machine code) for Linux and Mac won't be the same...