Script macros for Titans war mobile game on all servers.
Find a file
Ue1i7on aef1aa768f
Update .gitignore to include local files
Added entries for editor and agent local files, and updated tar.zst entry.
2026-06-22 07:26:24 -03:00
.github/workflows Initial Commit 2026-06-20 09:56:09 -03:00
.gitignore Update .gitignore to include local files 2026-06-22 07:26:24 -03:00
AGENTS.md Remove Reversa section from AGENTS.md and update apt-cyg description 2026-06-20 12:13:30 -03:00
allies.sh Initial Commit 2026-06-20 09:56:09 -03:00
altars.sh Initial Commit 2026-06-20 09:56:09 -03:00
apt-cyg Remove Reversa section from AGENTS.md and update apt-cyg description 2026-06-20 12:13:30 -03:00
arena.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
campaign.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
career.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
cave.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
check.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
clancoliseum.sh Initial Commit 2026-06-20 09:56:09 -03:00
clandungeon.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
clanfight.sh Initial Commit 2026-06-20 09:56:09 -03:00
clanid.sh Initial Commit 2026-06-20 09:56:09 -03:00
coliseum.sh Initial Commit 2026-06-20 09:56:09 -03:00
create_language_po.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
crono.sh Initial Commit 2026-06-20 09:56:09 -03:00
deploy.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
easyinstall.sh Migrate translation data from LANGUAGE.md to LANGUAGE.csv 2026-06-22 06:37:13 -03:00
evaltest.sh evaltest: skip eval for scripts with git operations (fetch/merge/commit/push) 2026-06-20 10:09:23 -03:00
flagfight.sh Initial Commit 2026-06-20 09:56:09 -03:00
info.sh Initial Commit 2026-06-20 09:56:09 -03:00
king.sh Initial Commit 2026-06-20 09:56:09 -03:00
LANGUAGE.csv Migrate translation data from LANGUAGE.md to LANGUAGE.csv 2026-06-22 06:37:13 -03:00
league.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
LICENSE Initial Commit 2026-06-20 09:56:09 -03:00
loginlogoff.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
online.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
play.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
README.md Initial Commit 2026-06-20 09:56:09 -03:00
readme.txt Initial Commit 2026-06-20 09:56:09 -03:00
requeriments.sh Initial Commit 2026-06-20 09:56:09 -03:00
run.sh Initial Commit 2026-06-20 09:56:09 -03:00
svproxy.sh Initial Commit 2026-06-20 09:56:09 -03:00
totxt Initial Commit 2026-06-20 09:56:09 -03:00
trade.sh Update .gitignore comments to English and translate license headers 2026-06-22 10:17:54 +00:00
twm.sh Migrate translation data from LANGUAGE.md to LANGUAGE.csv 2026-06-22 06:37:13 -03:00
undying.sh Initial Commit 2026-06-20 09:56:09 -03:00
userAgent.txt Initial Commit 2026-06-20 09:56:09 -03:00

Copyright (c) 2019-2026 Ueliton Alves Dos Santos Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

TWM (Titans War Manager)

Ferramentas de gerenciamento e assistência para titanswar.net em todos os servidores

Nível 16+ e 50 pontos de treinamento necessários para participar de algumas batalhas

Instruções para iPhone e Android 7 ou superior

asciicast

1 No iPhone, abra o aplicativo iSH (https://ish.app/).

Em seguida, digite ou copie e cole para atualizar as listas de pacotes

apk update

• No Android, abra o aplicativo Termux (https://termux.dev/en/)

Em seguida, digite ou cole os comandos abaixo para atualizar os pacotes.

  • Podem surgir dúvidas.
  • Para duas opções (Y/n) responda Y
  • Para múltiplas opções (Y/I/N/O/D/Z) basta pressionar ENTER para prosseguir.
pkg update -y ; pkg upgrade

2 Digite ou copie e cole este comando para baixar os pacotes necessários

apk add curl ; apk add w3m ; apk add procps ; apk add coreutils ; apk add --no-cache tzdata
pkg install w3m termux-api procps coreutils ncurses-utils 

3 Copie e cole este comando para baixar o instalador do twm (O link faz parte do comando)

curl https://git.disroot.org/Ue1i7on/twm/raw/branch/main/easyinstall.sh -L -O

4 Conceda permissão de execução ao instalador

chmod 0755 easyinstall.sh

5 Copie e cole este comando para instalar o twm

./easyinstall.sh

6 Para executar o twm

./twm/play.sh

• Executar no modo caverna

./twm/play.sh -cv

• Modo de prioridade Coliseu

./twm/play.sh -cl
  • Para interromper use Ctrl c ou force a parada dos Aplicativos.

  • Para desinstalar os scripts em ambos os sistemas:

rm -rf $HOME/twm
  • Remover atalho de inicialização do Termux no Android:
rm -rf $HOME/.termux/boot/play.sh

Distribuição Linux alternativa ou baseada em Debian e Ubuntu - Windows WSL

1 - No emulador de terminal, digite ou copie e cole para atualizar as listas de pacotes:

sudo apt-get update -y

2 - Digite ou copie e cole este comando para baixar os pacotes necessários:

sudo apt-get install curl w3m procps -y

Opcional:

sudo apt-get install coreutils dnsutils-y

3 - Copie e cole este comando para baixar o instalador do twm (O link faz parte do comando):

curl https://git.disroot.org/Ue1i7on/twm/raw/branch/main/easyinstall.sh -L -O

4 - Conceda permissão de execução ao instalador:

chmod 0755 easyinstall.sh

5 - Copie e cole este comando para instalar o twm:

./easyinstall.sh

6 - Comando para executar o twm:

./twm/play.sh

• Executar no modo caverna:

./twm/play.sh -cv

• Modo de Prioridade Coliseu:

./twm/play.sh -cl

Para interromper (CTRL c)


Windows com Cygwin

1 - Abra o programa Cygwin(https://www.cygwin.com/setup-x86_64.exe) or (https://www.cygwin.com/setup-x86.exe) como administrador no Windows. Durante a instalação, selecione qualquer link e depois clique em Avançar até concluir. Em seguida, como administrador, abra o Terminal Cygwin que foi instalado. Digite ou copie e cole o comando abaixo para baixar o instalador do twm (O link faz parte do comando):

curl https://git.disroot.org/Ue1i7on/twm/raw/branch/main/easyinstall.sh -L -O

2 - Conceda permissão de execução ao instalador:

chmod 0755 easyinstall.sh

3 - Copie e cole este comando para instalar o twm:

./easyinstall.sh

4 - Para executar o twm:

./twm/play.sh

• Executar no modo caverna:

./twm/play.sh -cv

• Modo de Prioridade Coliseu:

./twm/play.sh -cl

Para interromper (CTRL c) ou feche o programa Cygwin