Skip to content
/ STPatch Public

Sublime Text, Unlimited User License: A simple Bash script to bypass license restrictions on macOS, Linux, and Windows.

Notifications You must be signed in to change notification settings

cmalf/STPatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

📝 Sublime-Text-Patching

Simple Script For Patching Unregister SublimeText To Unlimited User License For MacOS, Linux, Windows.

  • Work on Build 4180
    • Hex Values 80 79 05 00 0F 94 C2 replace C6 41 05 01 B2 00 90
  • For Other Version Build like 4169 Use
    • replace hex 80 78 05 00 0f 94 c1 with C6 40 05 01 48 85 C9

❓ How To Use

  • Download SublimeText From Official Website if you haven't installed it yet.
  • Open the app, And Closed it.
  • Open Terminal or Iterm
  • Clone This Repository
    git clone https://github.com/cmalf/STPatch.git
  • Go to The Folder
    cd STPatch
  • Or Download The zip File Here: STPatch
  • Run The Following Command Below!
chmod +x run.sh

then..

bash run.sh

or

./run.sh
  • Select Your OS (Operating System)

✎ᝰ. Note :

For Windows Users you don't need to run the script. Sorry I don't know how to use this "CMD" thing, it gives me a headache,
So here are some steps: (this works for many windows users in my Forum members.)

  • SublimeText Build 4180
  • Install HxD-Editor or visit the website version if you don't want to install it.
  • Copy File sublime_text.exe (-> Open -> C:\Program Files\Sublime Text\sublime_text.exe") to any folder.
  • (DON'T FORGET TO BACKUP YOUR EXE FILE)
  • Open sublime_text.exe on hexed
  • Go to Search and in "Search for" put: 80 79 05 00 0F 94 C2
  • In Search Type select "Enable replace" and put: C6 41 05 01 B2 00 90
  • Click "Find next" then "Replace"
  • Click "Save as" then name it: sublime_text.exe
  • Copy your modified sublime_text.exe to directory Sublime Text (C:\Program Files\Sublime Text)
  • If it still doesn't work after patching (don't delete the modified file) try opening CMD then:
    • cd C:/Program Files/Sublime Text
    • icacls sublime_text.exe /grant:r "Administrators:(OI)(CI)F" "%YourUSERNAME%:(OI)(CI)F"
      

Releases

No releases published

Languages