Skip to content

Instantly share code, notes, and snippets.

@skoqaq
Last active December 2, 2024 23:08
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
@rhcp011235
Copy link

worked great on 4180 M2 :) thx

@Destitute-Streetdwelling-Guttersnipe

@veilkev @adrianaringhe that license is malformed.
You need a correct TwitterInc license.

@luceinrock
Copy link

Build 4180, for M series chip MAC:

sudo perl -pi -e 's/\x09\x15\x40\x39\x00\x6B\x0F\x94\x2A\x79\x1F\x53\x08\x11\x40\x39\x8B\x00\x80\x52\x2B\x01\x1F\x33/\x29\x00\x80\x52\x09\x15\x00\x39\x0a\x00\x80\x52\x8b\x00\x80\x52\x1f\x20\x03\xd5\x08\x11\x40\x39/' /Applications/Sublime\ Text.app/Contents/MacOS/sublime_text
sudo codesign --sign - --force --deep /Applications/Sublime\ Text.app

Tested on M4 chip, macOS 15, Enjoy it!

worked on M1

@theCatBoyL
Copy link

4180, Works on my intel Mac

sudo perl -pi -e 's/\x80\x79\x05\x00\x0F\x94\xC2/\xC6\x41\x05\x01\xB2\x00\x90/' /Applications/Sublime\ Text.app/Contents/MacOS/sublime_text

sudo codesign --sign - --force --deep /Applications/Sublime\ Text.app

this 4180 method doesn't work on Apple M2 MacOS 15.0.1 😢

I had to revert to 4169 with the old M1/M2 method above, which worked like a charm.

thanks,intel-4180 on macos15.0.1 succeed

@devejosh
Copy link

For Build 4180, Windows

Steps For Windows:

  • Install HxD-Editor
  • Click File -> Open ->
    "C:\Program Files\Sublime Text\sublime_text.exe"
  • Click Search -> replace -> Hex Values ->
    80 79 05 00 0F 94 C2 -> C6 41 05 01 B2 00 90
  • Save: Ctrl+S
    Successfully Done!

Thanks a bunch! Works, Windows 11, Build 4180 - Nov 2024

@harryzhang1005
Copy link

Build 4180, for M series chip MAC:

sudo perl -pi -e 's/\x09\x15\x40\x39\x00\x6B\x0F\x94\x2A\x79\x1F\x53\x08\x11\x40\x39\x8B\x00\x80\x52\x2B\x01\x1F\x33/\x29\x00\x80\x52\x09\x15\x00\x39\x0a\x00\x80\x52\x8b\x00\x80\x52\x1f\x20\x03\xd5\x08\x11\x40\x39/' /Applications/Sublime\ Text.app/Contents/MacOS/sublime_text
sudo codesign --sign - --force --deep /Applications/Sublime\ Text.app

Tested on M4 chip, macOS 15, Enjoy it!

Awesome, works for me, Apple M2, Thanks a lot!

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