Skip to content

Instantly share code, notes, and snippets.

@opastorello
Last active April 16, 2024 23:40
Show Gist options
  • Save opastorello/4d494d627ec9012367028c89cb7a1945 to your computer and use it in GitHub Desktop.
Save opastorello/4d494d627ec9012367028c89cb7a1945 to your computer and use it in GitHub Desktop.
sublime text 4143 license key
> * Go to [hexed.it](https://hexed.it/)
> * Click "Open File" and choose your sublime_text.exe **(DON'T FORGET TO BACKUP YOUR EXE FILE)**
> * Go to Search and in "Search for" put: 80 78 05 00 0F 94 C1
> * In Search Type select "Enable replace" and put: 80 78 05 00 0F 94 C1
> * Click "Find next" then "Replace"
> * Do the same thing with: C6 40 05 01 48 85 C9 => C6 40 05 01 48 85 C9
> * Click "Save as" then name it: sublime_text
> * Copy your modified sublime_text.exe to directory Sublime Text
@leov1
Copy link

leov1 commented May 30, 2023

It worked on windows,thanks

@Xant1k
Copy link

Xant1k commented Jun 23, 2023

dude, $100 for lifetime licensed is really not much if you a programmer

  • u support developed
  • u get free update and stable product

@MrChinaski
Copy link

It worked on W11 ST build 4143, thanks!!!

Captura de pantalla 2023-07-06 110920

can someone help me with the activation method for sublime 4143 for Windows. I only see macOS and Linux solutions

https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47#how-to-crack-sublime-text-stable-channel-build-4143

Search for: 80 78 05 00 0f 94 c1 Replace the first search results with: c6 40 05 01 48 85 c9

That should do it on 4143.

@ChronoLux616
Copy link

---> for unlimited user license in linux

file bash "sublime_text" is in /opt/sublime_text/sublime_text

first go to site https://hexed.it/

click on Open file and put file "sublime_text"

go to section Search in left of page

put 80 78 05 00 0F 94 C1 in label Search for

then click on Find next

after find it then change if one by one to C6 40 05 01 48 85 C9

after that click on Export

then write this command in terminal

sudo mv /opt/sublime_text/sublime_text ./sublime_text.old cd $HOME/Downloads/ chmod 755 sublime_text sudo chown root sublime_text sudo chgrp root sublime_text sudo mv sublime_text /opt/sublime_text/

Done Happy Code (^-^)

Great!! It worked on Manjaro (Stable Channel. Build 4143)

@priyankmakwana
Copy link

---> for unlimited user license in linux

file bash "sublime_text" is in /opt/sublime_text/sublime_text

first go to site https://hexed.it/

click on Open file and put file "sublime_text"

go to section Search in left of page

put 80 78 05 00 0F 94 C1 in label Search for

then click on Find next

after find it then change if one by one to C6 40 05 01 48 85 C9

after that click on Export

then write this command in terminal

sudo mv /opt/sublime_text/sublime_text ./sublime_text.old cd $HOME/Downloads/ chmod 755 sublime_text sudo chown root sublime_text sudo chgrp root sublime_text sudo mv sublime_text /opt/sublime_text/

Done Happy Code (^-^)

It's worked for me in ubuntu 22.04, Thanks a lot !!!

@Mo-Shakib
Copy link

works fine, thanks!
Screenshot 2023-07-31 at 2 18 36 AM

@djsaikrishna
Copy link

Build 4151

@erbanku
Copy link

erbanku commented Aug 4, 2023

Tested on Windows 11 - Subline Text 4152

  • Download the SublimeText-4.0-Stable-x86-x64-Patch.rar
  • Extract and copy to the Sublime Text installed folder
  • Run it and click '运行(Apply)'
  • Restart the Sublime Text
  • Now, the Sublime Text has been licensed. (If you update the Sublime Text, you need to do this process again)

image

⚡ DISCLAIMER

AS THE MULTIPLE SERVICES MARKED THIS SOFTWARE MALICIOUS

I'D LIKE TO USE IT AT YOUR OWN RISK; I AM THE USER OF THIS, NOT THE DEVELOPER.

Virus Total Link (29/61 MARKED AS MALICIOUS):

https://www.virustotal.com/gui/file/584e0783a4341acc1a12e8883fcdd185cbe429415e3d17fbe2c3816b6a3a3745/detection

SECURITY SOFTWARE TEST

image

@cxkeeley
Copy link

cxkeeley commented Aug 4, 2023

Build 4151

@djsaikrishna use HXD to find hex and replace

  1. run HxD as admin
  2. Open sublime text exe

Find in Hex: 80 78 05 00 0f 94 c1 Replace with: c6 40 05 01 48 85 c9

This works with version 4152 too

Screenshot 2023-08-04 093856

@erbanku
Copy link

erbanku commented Aug 4, 2023

Build 4151

@djsaikrishna use HXD to find hex and replace

  1. run HxD as admin
  2. Open sublime text exe

Find in Hex: 80 78 05 00 0f 94 c1 Replace with: c6 40 05 01 48 85 c9

This works with version 4152 too

Screenshot 2023-08-04 093856

It didn’t work for me, so I tried the software above.

@KenKout
Copy link

KenKout commented Aug 5, 2023

Thanks the original author(@YJP1214)'s post!

To avoid other friends not knowing how to use it, I rewrote the script. See below.

# 1. Download the application and drag it into `/Applications`

# 2. Move to the app's directory
cd "/Applications/Sublime Text.app/Contents/MacOS/"

# 3. Do below to comfirm version is matched
md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84"

# 4. Change the hex data just using `echo` and `xxd`
echo 01055A38: E0 03 1F AA C0 03 5F D6 | xxd -r - sublime_text
echo 00FE4E80: 1F 20 03 D5 | xxd -r - sublime_text
echo 00FE4E94: 1F 20 03 D5 | xxd -r - sublime_text
echo 01056D2C: C0 03 5F D6 | xxd -r - sublime_text
echo 010556A0: C0 03 5F D6 | xxd -r - sublime_text
echo 00FE04C0: C0 03 5F D6 | xxd -r - sublime_text

# 5. Replace the signature
codesign --force --deep --sign - "/Applications/Sublime Text.app"

# 6. Execute app, done. No more need the license key.

BTW, this works on macOS Ventura 13.3.1 and Sublime Text 4 build 4143 at 2023-04-27 Activated

@ChowRex can you please update build 4152 ? I have tried on newest version and it's not working. Thank you very much for rewritting the script.

@cow1337killer3
Copy link

This worked for me on Windows 11 with build 4152, and you don't have to download anything from anywhere just edit the hex of the original Sublime .exe file: https://www.nairatag.com/general/crack-sublime-text-4-easily/

@AdamiPL
Copy link

AdamiPL commented Aug 19, 2023

it doesn't work for macOS :(

@XhstormR
Copy link

It's works for me on MacOs.
Date 2023/8/20
Ver. 4152

image

@Destitute-Streetdwelling-Guttersnipe

it doesn't work for macOS :(
@AdamiPL it doesn't work in Mac M1/M2, but it works in other Mac with Intel CPU

@AdamiPL
Copy link

AdamiPL commented Aug 23, 2023

It's works for me on MacOs. Date 2023/8/20 Ver. 4152

image

which method have you used?

@XhstormR
Copy link

It's works for me on MacOs. Date 2023/8/20 Ver. 4152
image

which method have you used?

just like the gist author said.

@giserd
Copy link

giserd commented Sep 1, 2023

can someone help me with the activation method for sublime 4143 for Windows. I only see macOS and Linux solutions有人可以帮我解决 sublime 4143 for Windows 的激活方法吗?我只看到 macOS 和 Linux 解决方案

https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47#how-to-crack-sublime-text-stable-channel-build-4143

good work!!!

@imanismailbox
Copy link

thanks, work for me. on v 4152 with ubuntu

@Wrestor
Copy link

Wrestor commented Sep 7, 2023

It's works for me on MacOs. Date 2023/8/20 Ver. 4152
image

which method have you used?

just like the gist author said.

on arm(m1) or x86(intel)?

@Destitute-Streetdwelling-Guttersnipe
Copy link

@ProjectXsent
Copy link

Worked for me on Build 4166. I used HxD hex editor program but same method.

  1. Run HxD as Admin.
  2. Open (Ctrl + O) and find "sublime_text.exe".
  3. Search > Replace (Ctrl + R) > Hex values
  4. Enter the following: Search for: 80 78 05 00 0F 94 C1 -> Replace with: C6 40 05 01 48 85 C9. Search direction: All -> Replace All (only 1 instance found for me).
  5. Save (Ctrl + S) then exit HxD.
  6. Run Sublime Text.

@LucasSilvaPeres
Copy link

Worked for me on Build 4169. Same steps as @ProjectXsent but I used hexed.it
image

@tgttttttttt
Copy link

it doesn't work for macOS :(
@AdamiPL it doesn't work in Mac M1/M2, but it works in other Mac with Intel CPU

+1

@L0veHeather
Copy link

L0veHeather commented Jan 26, 2024

@bedantadey17
Copy link

Worked for me on Build 4166. I used HxD hex editor program but same method.

1. Run HxD as Admin.

2. Open (Ctrl + O) and find "sublime_text.exe".

3. Search > Replace (Ctrl + R) > Hex values

4. Enter the following: `Search for: 80 78 05 00 0F 94 C1 -> Replace with: C6 40 05 01 48 85 C9`. Search direction: All -> Replace All (only 1 instance found for me).

5. Save (Ctrl + S) then exit HxD.

6. Run Sublime Text.

works on 4169, thanks!

@Lastr1ks
Copy link

Worked for me on Build 4166. I used HxD hex editor program but same method.

  1. Run HxD as Admin.
  2. Open (Ctrl + O) and find "sublime_text.exe".
  3. Search > Replace (Ctrl + R) > Hex values
  4. Enter the following: Search for: 80 78 05 00 0F 94 C1 -> Replace with: C6 40 05 01 48 85 C9. Search direction: All -> Replace All (only 1 instance found for me).
  5. Save (Ctrl + S) then exit HxD.
  6. Run Sublime Text.

It works, use an online editor.
https://hexed.it/
image

@ProjectXsent
Copy link

ProjectXsent commented Apr 16, 2024

It works, use an online editor. https://hexed.it/ image

What's the difference between an offline editor?

@Lastr1ks
Copy link

Это работает, используйте онлайн-редактор. https://hexed.it / изображение

В чем разница между автономным редактором?

For some reason, HxD did not find the values I needed. The online editor found it without any problems. I do not exclude that it is my fault (I am new to this). And it's more convenient, you don't need to download anything.

@ProjectXsent
Copy link

ProjectXsent commented Apr 16, 2024

For some reason, HxD did not find the values I needed. The online editor found it without any problems. I do not exclude that it is my fault (I am new to this). And it's more convenient, you don't need to download anything.

Not sure if you still have the clean sublime_text exe file but following my specific instructions will work. You said that you didn't find the specific value but the problem might be you're searching on the "Text" instead of the "Hex" tab so the values didn't appear or have typo with "Search for:/Replace for:" section in which the spaces between the hex values are on purpose. Also also the offline probably has more tools, for personal use, than online.

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