Skip to content

🎶 The best free & open source tweak for TikTok app on iOS 10 - 13

License

Notifications You must be signed in to change notification settings

945307242/tiktok-god

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok God

Best free & open source tweak for TikTok app on iOS 10 - 13

TikTok God

Features

  • Remove Ads
  • Enable download for all videos
  • Download without watermark
  • Auto scroll to next video
  • Change Region (may not work for iPad and some devices)
  • Support iOS 10 (not tested) - 11 (tested) - 12 (tested) - 13 (tested)
  • Support latest TikTok version (If it doesn't work, you should update the app to latest version >= 15.9.0)

Cydia Repo

https://haoict.github.io/cydia

Screenshot

TikTok God Preferences

Building

Theos required.

make do

Contributors

haoict

ryannair05

My project uses some source code from hookTikTok by chenxk-j for Change Region function. Credit goes to him. Thanks!

Contributions of any kind welcome!

License

Licensed under the GPLv3 License, Copyright © 2020-present Hao Nguyen hao.ict56@gmail.com

[Note] Advanced thingy for development

Click to expand!

Add your device IP in ~/.bash_profile or in project's Makefile for faster deployment

THEOS_DEVICE_IP = 192.168.1.21

Add SSH key for target deploy device so you don't have to enter ssh root password every time

cat ~/.ssh/id_rsa.pub | ssh -p 22 root@192.168.1.21 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"

Build the final package

FINALPACKAGE=1 make package

About

🎶 The best free & open source tweak for TikTok app on iOS 10 - 13

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 60.8%
  • Logos 35.1%
  • Makefile 4.1%