Skip to content

Some scripts created for easier installation/usages of tools

Notifications You must be signed in to change notification settings

AbhiTheModder/termux-scripts

Repository files navigation

Some scripts (primarily focused on Termux) created for easier installation & usages of tools

Additionally, you can find a selection of straightforward scripts on my gist. However, with each revision, the raw URLs of gists tend to change, so the significant ones have been transferred to this repository.

Contents

  1. dex2c_install_termux.sh: Install codehasan/dex2c on Termux without issues/hassle

Note

A PR to this script has already been merged to the repo and can be installed from there also

  1. flutter-spy.sh: Install anasfik/flutter-spy on Termux 🎉

Note

A PR to this script has already been merged to the repo and can be installed from there also though latest PR with some fixes is still awaiting merge approval

  1. install_hermes.sh: Install hermes on termux easily. Also used in termux-hermes

  2. install_frida.sh: Install latest frida on termux.

      wget https://maglit.me/frida-python && bash frida-python
  3. tgpatcher.py: Patch script for applying patches to Telegram

This repo also hosts the github workflow to automate this script and for version checking it stores old version into file named backup_tg_version.txt.

Tip

First decompile your apk using apktool or APKEditor.

  1. tgupload.py: Simple script made to upload files from local dir to telegram chat, also used in this repo scheduled actions to upload patched apk(s) generated by it to telegram thus avoiding abuse of github releases and bypassing BOT upload limit of 50MB (of usual telegram upload actions artifacts).

  2. flutter_ssl_patch.py: Simple script made to patch flutter ssl certificates.