https://github.com/cmalf/stpatch
Sublime Text, Unlimited User License: A simple Bash script to bypass license restrictions on macOS, Linux, and Windows.
https://github.com/cmalf/stpatch
bash-script bypass license patching patching-scripts sublime-text sublime-text-3 sublime-text-4 sublime-text-license sublime-text-unlimited sublime-unlimited
Last synced: 9 months ago
JSON representation
Sublime Text, Unlimited User License: A simple Bash script to bypass license restrictions on macOS, Linux, and Windows.
- Host: GitHub
- URL: https://github.com/cmalf/stpatch
- Owner: cmalf
- Created: 2024-10-14T13:25:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T12:07:35.000Z (about 1 year ago)
- Last Synced: 2025-03-19T23:02:09.149Z (9 months ago)
- Topics: bash-script, bypass, license, patching, patching-scripts, sublime-text, sublime-text-3, sublime-text-4, sublime-text-license, sublime-text-unlimited, sublime-unlimited
- Language: Shell
- Homepage:
- Size: 261 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 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](https://www.sublimetext.com/download) if you haven't installed it yet.
- Open the app, And Closed it.
- Open Terminal or Iterm
- Clone This Repository
```bash
git clone https://github.com/cmalf/STPatch.git
```
- Go to The Folder
```bash
cd STPatch
```
- Or Download The zip File Here: [STPatch](https://github.com/cmalf/STPatch/archive/refs/heads/main.zip)
- Run The Following Command Below!
```bash
chmod +x run.sh
```
then..
```bash
bash run.sh
```
or
```bash
./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](https://mh-nexus.de/en/downloads.php?product=HxD20#) or visit the [website version](https://hexed.it/) `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:
- ```bash
cd C:/Program Files/Sublime Text
```
- ```
icacls sublime_text.exe /grant:r "Administrators:(OI)(CI)F" "%YourUSERNAME%:(OI)(CI)F"
```