Skip to content

Instantly share code, notes, and snippets.

@opastorello
Last active June 5, 2025 17:34
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
@Destitute-Streetdwelling-Guttersnipe
Copy link

@fgroupindonesia
Copy link

my saviour...! If somebody need the binary of 4143 here just take it and replace it under your working directory.
Here take it!

@kiroffYT
Copy link

This method no longer works :(

@Destitute-Streetdwelling-Guttersnipe

@BusyConcept the famous patch 97 94 0D still works.
I've just test it on ST 4180 32-bit for Windows.
You need a correct TwitterInc license.

image

@Destitute-Streetdwelling-Guttersnipe,

Yes, I should have mentioned that the most recent 32-bit build I have is b4126, which does work with the bypass that you mentioned. I do have b4169 which is working with the bypass I posted for the 64-bit build, but not for the 32-bit build. So it would be nice to find that same bypass for these later builds.

Thank you for the effort though.

@kegham
Copy link

kegham commented Feb 23, 2025

Is there any workaround for version 4180? I tried all of these, but none are properly functioning for me. I hope someone can reply.

Build 4180, Windows x64 80 79 05 00 0F 94 C2 -> C6 41 05 01 B2 00 90

thanks alot this worked for me

@defencedog
Copy link

@BusyConcept the famous patch 97 94 0D still works. I've just test it on ST 4180 32-bit for Windows. You need a correct TwitterInc license.

image

@Destitute-Streetdwelling-Guttersnipe,
Yes, I should have mentioned that the most recent 32-bit build I have is b4126, which does work with the bypass that you mentioned. I do have b4169 which is working with the bypass I posted for the 64-bit build, but not for the 32-bit build. So it would be nice to find that same bypass for these later builds.
Thank you for the effort though.

Any patch for Debian/ Ubuntu aarch64 ... Raspberry Pi

@Destitute-Streetdwelling-Guttersnipe
Copy link

@defencedog
Copy link

97 94 0D

worked under Armbian aarch64

@3a2n
Copy link

3a2n commented May 2, 2025

4192?

@alexiscoutinho
Copy link

Any luck with 4200?

@ProjectXsent
Copy link

ProjectXsent commented May 21, 2025

Any luck with 4200?

Build 4200, Windows x64
0F B6 51 05 83 F2 01 -> C6 41 05 01 B2 00 90

@viplc88
Copy link

viplc88 commented May 21, 2025

Any luck with 4200?

Build 4200, Windows x64 0F B6 51 05 83 F2 01 -> C6 41 05 01 B2 00 90

work for me. thanks!

@alexiscoutinho
Copy link

Any luck with 4200?

Build 4200, Windows x64 0F B6 51 05 83 F2 01 -> C6 41 05 01 B2 00 90

Based!

@simone80an
Copy link

Any luck with 4200?

Build 4200, Windows x64 0F B6 51 05 83 F2 01 -> C6 41 05 01 B2 00 90

seems don't work for Linux:

cd /opt/sublime_text/
sudo cp sublime_text ./sublime_text.old
sudo sed -i 's/\x0F\xB6\x51\x05\x83\xF2\x01/\xC6\x41\x05\x01\xB2\x00\x90/' sublime_text

@Destitute-Streetdwelling-Guttersnipe
Copy link

@piimah
Copy link

piimah commented May 26, 2025

Debian GNU/Linux 12 (bookworm)

Sublime Text Build 4200
0F B6 51 05 83 F2 01 -> C6 41 05 01 B2 00 90

working:)!

here are the terminal commands:
cd /opt/sublime_text/
sudo cp sublime_text ./sublime_text.old
sudo sed -i 's/\x0F\xB6\x51\x05\x83\xF2\x01/\xC6\x41\x05\x01\xB2\x00\x90/' sublime_text

@franciscotecedeiro
Copy link

Debian GNU/Linux 12 (bookworm)

Sublime Text Build 4200 0F B6 51 05 83 F2 01 -> C6 41 05 01 B2 00 90

working:)!

here are the terminal commands: cd /opt/sublime_text/ sudo cp sublime_text ./sublime_text.old sudo sed -i 's/\x0F\xB6\x51\x05\x83\xF2\x01/\xC6\x41\x05\x01\xB2\x00\x90/' sublime_text

Works on ArchLinux! Thanks

@EmaBixD
Copy link

EmaBixD commented May 31, 2025

Debian GNU/Linux 12 (bookworm)

Sublime Text Build 4200 0F B6 51 05 83 F2 01 -> C6 41 05 01 B2 00 90

working:)!

here are the terminal commands: cd /opt/sublime_text/ sudo cp sublime_text ./sublime_text.old sudo sed -i 's/\x0F\xB6\x51\x05\x83\xF2\x01/\xC6\x41\x05\x01\xB2\x00\x90/' sublime_text

Thank you!! working

  • MacBook Pro Intel (I guess silicon too)
  • Sublime Text Build 4200

Open terminal and paste:
sudo perl -pi -e 's/\x0F\xB6\x51\x05\x83\xF2\x01/\xC6\x41\x05\x01\xB2\x00\x90/' /Applications/Sublime\ Text.app/Contents/MacOS/sublime_text
sudo codesign --sign - --force --deep /Applications/Sublime\ Text.app

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