Skip to content

Instantly share code, notes, and snippets.

@skoqaq
Last active June 24, 2024 10:40
Show Gist options
  • Save skoqaq/3f3e8f28e23c881143cef9cf49d821ff to your computer and use it in GitHub Desktop.
Save skoqaq/3f3e8f28e23c881143cef9cf49d821ff to your computer and use it in GitHub Desktop.
Sublime Text 4 License Key
—– 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 ——
Tested on Build 4123
// Patched executable file : https://github.com/skoqaq/gist_data/blob/main/sublime_text_3/sublime_text.exe
// The license key is not valid anymore after 2022/11/11
// https://gist.github.com/skoqaq/3f3e8f28e23c881143cef9cf49d821ff?permalink_comment_id=4669272#gistcomment-4669272
// Works on Build 4169
@henryjhenry
Copy link

henryjhenry commented Jun 14, 2024

for mac users in 9 steps: —————————————— 1- go to Applications 2- right click on Sublime Text and select show package contents 3- open contents > macos 4- then drag and drop sublime_text to https://hexed.it 5- search for 80 78 05 00 0F 94 C1 and replace it with C6 40 05 01 48 85 C9 6- click save as icon and name it to sublime_text 7- open your terminal and type the following commands:
cd /Downloads chmod 755 sublime_text sudo chown <your_user_account_name> sublime_text sudo chgrp staff sublime_text
8- copy the sublime_text from downloads and navigate back to steps 2 and 3, then replace it. 9- open up your terminal and type the following:
cd /Applications sudo codesign --remove-signature Sublime\ Text.app/
happy coding!

I did all steps but it shows "Can't open app" message when I opened it. Mac pro m2.

i get the same message! I also use Mac with M1 Pro

It seems just working on Inter Mac.

@filmovtv
Copy link

All steps were successful, but on the last step 9 I get an error:
Sublime Text.app/: internal error in Code Signing subsystem

As a consequence, I get an error when launching Sublime Text:
Unable to open the programme "Sublime Text.app".

@iikay
Copy link

iikay commented Jun 20, 2024

All steps were successful, but on the last step 9 I get an error: Sublime Text.app/: internal error in Code Signing subsystem

As a consequence, I get an error when launching Sublime Text: Unable to open the programme "Sublime Text.app".

me too

@PolarisFx
Copy link

Can confirm this still works for 4169, Thanks mate!

It's still work on Ubuntu 22.04, Pop_os. $ echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - /opt/sublime_text/sublime_text

Tried for hours doing this every which way in Arch, just wouldn't work. Watched a video on Distrobox, thought maybe it'll work in Ubuntu. Spooled up an Ubuntu image, downloaded sublime, ran the above command and it works perfectly. First time. Maddening

distrobox-export --bin /opt/sublime_text/sublime_text

And now I have it in Arch...

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