Skip to content

Instantly share code, notes, and snippets.

@opastorello
Last active November 9, 2024 11:02
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
@YJP1214
Copy link

YJP1214 commented Apr 10, 2023

None of the above methods work on my end, macOS Ventura 13.3 (22E252), Sublime Build 4143

  1. download sublime text 4143 for mac m1

  2. cd "/Applications/Sublime Text.app/Contents/MacOS/"

  3. md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84"

md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84
pipe dquote> echo 01055A38: E0 03 1F AA C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 00FE4E80: 1F 20 03 D5 | xxd -r - sublime_text
pipe dquote> echo 00FE4E94: 1F 20 03 D5 | xxd -r - sublime_text
pipe dquote> echo 01056D2C: C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 010556A0: C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 00FE04C0: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
    /Applications/Sublime Text.app: replacing existing signature

  2. execute app

  3. input license

----- BEGIN LICENSE -----
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB
------ END LICENSE ------

@kurtn2005
Copy link

Thereis an error after executing codesign, help please.

codesign --force --deep --sign - "/Applications/Sublime Text.app"
/Applications/Sublime Text.app: replacing existing signature
/Applications/Sublime Text.app: internal error in Code Signing subsystem
In subcomponent: /Applications/Sublime Text.app/Contents/MacOS/libssl.1.1.dylib

@umeshgaire
Copy link

Waw.. Nice ... Worked best. Thanks

@yhomanez
Copy link

its work, Thx...

@Trystan4861
Copy link

Hi, anyone know how to do this for Sublime Merge 2083? Thanks in advance.

@ChowRex
Copy link

ChowRex commented Apr 27, 2023

None of the above methods work on my end, macOS Ventura 13.3 (22E252), Sublime Build 4143

  1. download sublime text 4143 for mac m1
  2. cd "/Applications/Sublime Text.app/Contents/MacOS/"
  3. md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84"

md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84
pipe dquote> echo 01055A38: E0 03 1F AA C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 00FE4E80: 1F 20 03 D5 | xxd -r - sublime_text
pipe dquote> echo 00FE4E94: 1F 20 03 D5 | xxd -r - sublime_text
pipe dquote> echo 01056D2C: C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 010556A0: C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 00FE04C0: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
    /Applications/Sublime Text.app: replacing existing signature

  2. execute app
  3. input license

----- BEGIN LICENSE ----- TwitterInc 200 User License EA7E-890007 1D77F72E 390CDD93 4DCBA022 FAF60790 61AA12C0 A37081C5 D0316412 4584D136 94D7F7D4 95BC8C1C 527DA828 560BB037 D1EDDD8C AE7B379F 50C9D69D B35179EF 2FE898C4 8E4277A8 555CE714 E1FB0E43 D5D52613 C3D12E98 BC49967F 7652EED2 9D2D2E61 67610860 6D338B72 5CF95C69 E36B85CC 84991F19 7575D828 470A92AB ------ END LICENSE ------

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

Copy link

ghost commented Apr 28, 2023

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

@maboloshi
Copy link

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

@tylervinson
Copy link

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.

@cxkeeley
Copy link

cxkeeley commented May 3, 2023

This works on windows
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
$ cd C:/Program Files/Sublime Text
$ icacls sublime_text.exe /grant:r "Administrators:(OI)(CI)F" "%USERNAME%:(OI)(CI)F"

@BruceChen5683
Copy link

I used an old method of Hex Editor After installing Hex Editor Open Sublime Text with Hex Editor Find: "97 94 0D" Replace with: "00 00 00" Save and Exit Open Sublime Text and enter this license key It would ask you to upgrade, Just Ignore it. License Key:

----- BEGIN LICENSE ----- TwitterInc 200 User License EA7E-890007 1D77F72E 390CDD93 4DCBA022 FAF60790 61AA12C0 A37081C5 D0316412 4584D136 94D7F7D4 95BC8C1C 527DA828 560BB037 D1EDDD8C AE7B379F 50C9D69D B35179EF 2FE898C4 8E4277A8 555CE714 E1FB0E43 D5D52613 C3D12E98 BC49967F 7652EED2 9D2D2E61 67610860 6D338B72 5CF95C69 E36B85CC 84991F19 7575D828 470A92AB ------ END LICENSE ------

This worked for me

+1

@Destitute-Streetdwelling-Guttersnipe
Copy link

@4AFICE-9
Copy link

4AFICE-9 commented May 16, 2023

4143----> it woked on windows !

@Destitute-Streetdwelling-Guttersnipe
Copy link

@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.

@AkemiKami201
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?

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