huhaha / tiktok-god

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

Home Page:https://haoict.github.io/cydia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)
  • Show progress bar (for fast forward or rewind video)
  • Can hide UI (view video in full screen)
  • 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

steffanjensen

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

https://haoict.github.io/cydia

License:Other


Languages

Language:Logos 70.7%Language:Objective-C 24.0%Language:Makefile 5.3%