Skip to content

Instantly share code, notes, and snippets.

@skoqaq
Last active May 16, 2024 00:03
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
@VishanHerath
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 (^-^)

Bro! Thanks a lot! Tested on Build 4169 on Windows 10! Thanks!!!!!!!
image

@TheoSmith0308
Copy link

TheoSmith0308 commented Apr 30, 2024 via email

@DKC-Bluegeneral
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

Thank you, it's work

image

This worked amazing for me, thanks!

@max7pro
Copy link

max7pro commented May 13, 2024

Working solution. Thank you.

@bonsoirval
Copy link

Worked on debian 12.
Thanks so much

@adminidor
Copy link

80 78 05 00 0f 94 c1

sublime text 4 build 4175 dev not working

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