-
-
Save opastorello/4d494d627ec9012367028c89cb7a1945 to your computer and use it in GitHub Desktop.
> * 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 |
Build 4151
Tested on Windows 11 - Subline Text 4152
- Download the SublimeText-4.0-Stable-x86-x64-Patch.rar
- Extract and copy to the Sublime Text installed folder
- Run it and click '运行(Apply)'
- Restart the Sublime Text
- Now, the Sublime Text has been licensed. (If you update the Sublime Text, you need to do this process again)
⚡ DISCLAIMER
AS THE MULTIPLE SERVICES MARKED THIS SOFTWARE MALICIOUS
I'D LIKE TO USE IT AT YOUR OWN RISK; I AM THE USER OF THIS, NOT THE DEVELOPER.
Virus Total Link (29/61 MARKED AS MALICIOUS):
SECURITY SOFTWARE TEST
Build 4151
@djsaikrishna use HXD to find hex and replace
- run HxD as admin
- Open sublime text exe
Find in Hex: 80 78 05 00 0f 94 c1 Replace with: c6 40 05 01 48 85 c9
This works with version 4152 too
Build 4151
@djsaikrishna use HXD to find hex and replace
- run HxD as admin
- Open sublime text exe
Find in Hex: 80 78 05 00 0f 94 c1 Replace with: c6 40 05 01 48 85 c9
This works with version 4152 too
It didn’t work for me, so I tried the software above.
Thanks the original author(@YJP1214)'s post!
To avoid other friends not knowing how to use it, I rewrote the script. See below.
# 1. Download the application and drag it into `/Applications` # 2. Move to the app's directory cd "/Applications/Sublime Text.app/Contents/MacOS/" # 3. Do below to comfirm version is matched md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84" # 4. Change the hex data just using `echo` and `xxd` echo 01055A38: E0 03 1F AA C0 03 5F D6 | xxd -r - sublime_text echo 00FE4E80: 1F 20 03 D5 | xxd -r - sublime_text echo 00FE4E94: 1F 20 03 D5 | xxd -r - sublime_text echo 01056D2C: C0 03 5F D6 | xxd -r - sublime_text echo 010556A0: C0 03 5F D6 | xxd -r - sublime_text echo 00FE04C0: C0 03 5F D6 | xxd -r - sublime_text # 5. Replace the signature codesign --force --deep --sign - "/Applications/Sublime Text.app" # 6. Execute app, done. No more need the license key.BTW, this works on
macOS Ventura 13.3.1
andSublime Text 4 build 4143
at2023-04-27
@ChowRex can you please update build 4152 ? I have tried on newest version and it's not working. Thank you very much for rewritting the script.
This worked for me on Windows 11 with build 4152, and you don't have to download anything from anywhere just edit the hex of the original Sublime .exe file: https://www.nairatag.com/general/crack-sublime-text-4-easily/
it doesn't work for macOS :(
it doesn't work for macOS :(
@AdamiPL it doesn't work in Mac M1/M2, but it works in other Mac with Intel CPU
can someone help me with the activation method for sublime 4143 for Windows. I only see macOS and Linux solutions有人可以帮我解决 sublime 4143 for Windows 的激活方法吗?我只看到 macOS 和 Linux 解决方案
good work!!!
thanks, work for me. on v 4152 with ubuntu
Worked for me on Build 4166. I used HxD hex editor program but same method.
- Run HxD as Admin.
- Open (Ctrl + O) and find "sublime_text.exe".
- Search > Replace (Ctrl + R) > Hex values
- Enter the following:
Search for: 80 78 05 00 0F 94 C1 -> Replace with: C6 40 05 01 48 85 C9
. Search direction: All -> Replace All (only 1 instance found for me). - Save (Ctrl + S) then exit HxD.
- Run Sublime Text.
Worked for me on Build 4169. Same steps as @ProjectXsent but I used hexed.it
it doesn't work for macOS :(
@AdamiPL it doesn't work in Mac M1/M2, but it works in other Mac with Intel CPU
+1
https://gist.github.com/opastorello/4d494d627ec9012367028c89cb7a1945?permalink_comment_id=4550241#gistcomment-4550241
thanks!!!
need version 4143 and license key both
https://xxx/sublime_text_build_4143_mac.zip
work in Mac M1!
Worked for me on Build 4166. I used HxD hex editor program but same method.
1. Run HxD as Admin. 2. Open (Ctrl + O) and find "sublime_text.exe". 3. Search > Replace (Ctrl + R) > Hex values 4. Enter the following: `Search for: 80 78 05 00 0F 94 C1 -> Replace with: C6 40 05 01 48 85 C9`. Search direction: All -> Replace All (only 1 instance found for me). 5. Save (Ctrl + S) then exit HxD. 6. Run Sublime Text.
works on 4169, thanks!
Worked for me on Build 4166. I used HxD hex editor program but same method.
- Run HxD as Admin.
- Open (Ctrl + O) and find "sublime_text.exe".
- Search > Replace (Ctrl + R) > Hex values
- Enter the following:
Search for: 80 78 05 00 0F 94 C1 -> Replace with: C6 40 05 01 48 85 C9
. Search direction: All -> Replace All (only 1 instance found for me).- Save (Ctrl + S) then exit HxD.
- Run Sublime Text.
It works, use an online editor.
https://hexed.it/
It works, use an online editor. https://hexed.it/
What's the difference between an offline editor?
Это работает, используйте онлайн-редактор. https://hexed.it /
В чем разница между автономным редактором?
For some reason, HxD did not find the values I needed. The online editor found it without any problems. I do not exclude that it is my fault (I am new to this). And it's more convenient, you don't need to download anything.
For some reason, HxD did not find the values I needed. The online editor found it without any problems. I do not exclude that it is my fault (I am new to this). And it's more convenient, you don't need to download anything.
Not sure if you still have the clean sublime_text exe file but following my specific instructions will work. You said that you didn't find the specific value but the problem might be you're searching on the "Text" instead of the "Hex" tab so the values didn't appear or have typo with "Search for:/Replace for:" section in which the spaces between the hex values are on purpose. Also also the offline probably has more tools, for personal use, than online.
This no longer works :(
I also tried those ones, they are also broken too.
It's worked for me in ubuntu 22.04, Thanks a lot !!!