Vien Isaac's Adventures

Just someone who is trying their best to code

Get Sublime Text for Free!


Hello, today we will be discussing how we can activate Sublime Text 4 for free.

Note: All of this is for educational purposes only.

First, you must download Sublime Text 4 from the website and install it on your device. We won't use anything that is third-party, so you are safe from any viruses.

Methods

We have two methods. The first one is the easiest but may not work for you, while the second one is more complex but has a higher chance of working.

Method 1

Open Sublime Text 4 > Help > Enter License. Then you will enter the following...

—– BEGIN LICENSE —–
Mifeng User
Single User License
EA7E-1184812
C0DAA9CD 6BE825B5 FF935692 1750523A
EDF59D3F A3BD6C96 F8D33866 3F1CCCEA
1C25BE4D 25B1C4CC 5110C20E 5246CC42
D232C83B C99CCC42 0E32890C B6CBF018
B1D4C178 2F9DDB16 ABAA74E5 95304BEF
9D0CCFA9 8AF8F8E2 1E0A955E 4771A576
50737C65 325B6C32 817DCB83 A7394DFA
27B7E747 736A1198 B3865734 0B434AA5
—— END LICENSE ——

Image of sublime text

Then, if it is successful, you can now use a licensed version of Sublime Text.

Method 2

The method that will probably work for you is as follows:

  1. Locate the Binary: Find the Sublime Text binary file named "sublime_text" located in /opt/sublime_text/sublime_text.

  2. Visit hexed.it: Go to the website hexed.it.

  3. Open the Binary File: Click on "Open file" and select the Sublime Text binary file "sublime_text" from its location /opt/sublime_text/sublime_text.

  4. Search for Hex Values: Navigate to the "Search" section on the left side of the page. Input the hex value 80 78 05 00 0F 94 C1 in the "Search for" field, and then click on "Find next".

  5. Modify Hex Values: Once the specified hex value is found, change each value one by one to C6 40 05 01 48 85 C9.

  6. Export the Modified File: After modifying the hex values, click on "Export" to download the modified file.

  7. Rename Original Binary: Before replacing the original file, rename it to sublime_text.bak to create a backup. You can do this by running: mv /opt/sublime_text/sublime_text /opt/sublime_text/sublime_text.bak

  8. Replace the Binary File: Move the downloaded modified file into the /opt/sublime_text/ directory.

  9. Set File Permissions: Ensure that the modified file has executable permissions. You can do this by running: chmod +x /opt/sublime_text/sublime_text

By following these steps, you can bypass the license requirement, allowing you to enter any value in the "Enter License" field, and it should work.

Image of sublime text

I hope you were able to activate Sublime Text!