Multi-account version developed by ramalhotimoteo1-oss
- Depends on jq.
grep -oE "jq " ~/TitasWarPro-Mult-contas/*.sh
language.sh:jq
https://github.com/ramalhotimoteo1-oss/TitasWarPro-Mult-contas.git
- Shell 100%
| .gitignore | ||
| allies.sh | ||
| altars.sh | ||
| arena.sh | ||
| campaign.sh | ||
| career.sh | ||
| cave.sh | ||
| check.sh | ||
| clancoliseum.sh | ||
| clandmg.sh | ||
| clanfight.sh | ||
| clanid.sh | ||
| coliseum.sh | ||
| crono.sh | ||
| flagfight.sh | ||
| function.sh | ||
| info.sh | ||
| install_toybox.sh | ||
| king.sh | ||
| language.sh | ||
| league.sh | ||
| LICENSE | ||
| loginlogoff.sh | ||
| play.sh | ||
| README.md | ||
| requeriments.sh | ||
| run.sh | ||
| session_check.sh | ||
| setup.sh | ||
| specialevent.sh | ||
| stop.sh | ||
| svproxy.sh | ||
| trade.sh | ||
| twm.sh | ||
| undying.sh | ||
| update_check.sh | ||
| worker.sh | ||
🚀 TitasWarPro (TWM) - Termux + Toybox
Versão simplificada para rodar no Termux antigo usando Toybox.
📱 Instalação (Termux)
Atualiza o Termux
pkg update ; pkg upgrade -y
Instala dependências básicas
pkg i git curl wget jq -y
Cria pasta do Toybox
mkdir -p ~/.multcf
Baixa o Toybox compatível
curl -L -o ~/.multcf/toybox https://landley.net/toybox/bin/toybox-armv7l
Dá permissão de execução
chmod 755 ~/.multcf/toybox
Baixa o bot
git clone https://github.com/ramalhotimoteo1-oss/TitasWarPro-Mult-contas.git
Entra na pasta
cd TitasWarPro-Mult-contas
Dá permissão aos scripts
chmod 755 *.sh
Configurar contas
./setup.sh
Executa o bot
./play.sh
🛑 Parar
CTRL + C
🧹 Remover
rm -rf ~/TitasWarPro-Mult-contas ; rm -rf ~/.multcf