How to Activate Typora on Windows 10? (2022.01)

x33g5p2x  于2022-01-04 转载在 其他  
字(1.5k)|赞(0)|评价(0)|浏览(398)

References

https://suyin-blog.club/2021/3RVTXAY/

Preface

  • On November 23, 2021, Typora officially released version 1.0 and entered the charging era.
  • Version 1.0 is a one-time payment rather than a subscription and can be used on three devices for rmb89.
  • Of course you can continue to use the 0.x version without paying(now it forces you to update during startup), but what if you want to use the 1.x version and don’t want to pay?

Requirements

  • Download and install Anaconda, and then create a virtual environment such as Typora.
  • Download and install Git.
  • Download and install Node,js.
  • Download and install Typora.
  • This tutorial is designed for Windows 10. The other platforms are similar.

Steps

1、Clone the typoraCracker project from github.

git clone https://github.com/Mas0nShi/typoraCracker.git

2、Open cmd.exe as administrator, then install the requirements.

pip install -r requirements.txt

3、Create new directory as bellow.

mkdir key/outfile
mkdir key/outappasar

4、Generate files for crack.

python ./typora.py "C:\Program Files\Typora\resources\app.asar" ./key/outfile/

Attention: Replace C:\Program Files\Typora\resources\app.asar with your own Typora location.

5、Replace LISCENCE.js.

mv example/patch/License.js ./key/outfile/dec_app/

6、Regenerate app.asar file.

python typora.py -u key/outfile/dec_app/ key/outappasar/

7、Backup your original app.asar.

8、Replace your original app.asar with new one.

9、Generate serial number.

node example/keygen.js

10、Enter your email address and serial number to activate Typora.

Tips: If you are in China and cannot access the liscense server, you can choose the ‘Chinese Server’ option in Preference Settings.

11、You’re done!

相关文章

微信公众号

最新文章

更多