Skip to content

Instantly share code, notes, and snippets.

@skoqaq
Last active July 20, 2024 14:46
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
@marcellonovak
Copy link

marcellonovak commented Jul 12, 2024

---> 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 (^-^)

UR the best! Works on windows without terminal commands v4152

man you just the man 👍

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

the long command didn't work for me, just moved my entire downloads folder into the /opt/sublime_text folder.
however, after exporting the edited sublime_text version to my downloads (unsure if i even needed to do that), echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - /opt/sublime_text/sublime_text worked! (On ubuntu 22.04.04)

@danieldelamaza
Copy link

Backup original sublime_text.exe to sublime_text.exe.bak (COPY)
go to https://hexed.it/ -> Click Open File (Location sublime_text.exe)
Find in Hex: 80 78 05 00 0f 94 c1
Replace with c6 40 05 01 48 85 c9
Save or Save As to (Location sublime_text.exe) Done
Happy Code (^-^)

Worked For me on windows 11 sublime

Backup original sublime_text.exe to sublime_text.exe.bak (COPY)
go to https://hexed.it/ -> Click Open File (Location sublime_text.exe)
Find in Hex: 80 78 05 00 0f 94 c1
Replace with c6 40 05 01 48 85 c9
Save or Save As to (Location sublime_text.exe) Done
Happy Code (^-^)

Worked For me on windows 11 sublime

worked win11 build 4169

@zivan80
Copy link

zivan80 commented Jul 13, 2024

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
  2. ‘Help’ -> License

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

m2 macos sonama 14.2.1 sublime 4173 好用

@HenryLuoCN
Copy link

HenryLuoCN commented Jul 16, 2024 via email

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