Crack the Sublime Text 3 for Linux

open /opt/sublime/sublime_test with vim
to make the file to 16 hex
:%! xxd

replace the “4333 3342 3032” to “4333 3242 3032”
:1,$s/4333 3342 3032/4333 3242 3032/gc

change it back from 16 hex
:%! xxd -r

save and exit
:wq

open the sublime-text enter the lisence

1
2
3
4
5
6
7
8
9
10
11
12
13
—--BEGIN LICENSE—--
Jat
Unlimited User License
EA7E-4656
D6B5CE42CFFD356FD6F782BE4D8D6E9A
F2DD8A265E67DD14C9B6627E9103E290
16FEB67F9DBE65D8434A31D2352A9C80
D7DDCC7BCCCA381D521F5DF49B0F7E5C
5A1B8F4ADE30EF20BEF4020B4D899AE4
60FE1355D8A8B71FE7350B52B4D88969
F42E6248426E64B6BB85A1217AFB7F04
51432FBA46AA531550D638910BAD6FE3
—--END LICENSE—--

finished !
stop the auto update check Preferences -> Settings-User

add
"update_check":false

Tthis method was found in other’s blog , and it is useful in the versions of Sublime Text 3 build-3047.