Manual Module to Autostart Furtif Tools
Options
There are 2 ways to control that the devices manage themselves.
1. Rotomina
🔗 https://github.com/f3ger/rotomina

A web-based management and monitoring tool for Android devices with MITM and PlayIntegrityFix support.
Principal Features
📱 Device Management: Monitor and control multiple Android devices
🔄 Automatic Updates: Keep Pokemon GO, MITM apps, and PlayIntegrityFix up-to-date
💬 Discord Notifications: Get alerts for device status and updates
📊 WebSocket Status: Real-time device status monitoring
🛠️ Remote Management: Install apps and modules, restart services
🔐 Authentication: User authentication for secure access
💡 Note: Recommended for Linux environments, in Widnows due to ADB limitations it has not worked as well for me as in Linux environments. Instructions for use and installation are provided in the tool's Git archive.
2. Módulo Magisk
🔗 https://github.com/Furtif/magisk-furtif
🔗 Fork: https://github.com/f3ger/magisk-furtif
Cada ZIP debe ser generado para cada dispositivo.
Edita el archivo:/base/common/service.sh.
Variables importantes a entender
BINDIR="/data/data/com.termux/files/usr/bin"
Dependiendo del entorno:
-
Android 14 / Termux:
/data/data/com.termux/files/usr/bin -
ATV como H96:
/system/xbin -
Otros:
/vendor/bino/system/bin -
Termux (Play Store):
/data/data/com.termux/files/usr/bin
2.1 Instalación con Termux
- Instala Termux
- En la terminal escribe:
pkg install curl pkg install jq
- Clona y compila:
git clone https://github.com/Furtif/magisk-furtif cd magisk-furtif nano base/common/service.sh python3 build.py
Los ZIP generados estarán en la carpeta builds.
Instálalos con Magisk como módulo.
2.2 Sin Termux (usando eMagisk)
Si no quieres usar Termux, puedes usar eMagisk:
🔗 https://github.com/Astu04/eMagisk/releases/download/latest/eMagisk.zip
No necesitas configurar el archivo conf, solo instálalo para que copie los binarios necesarios.
Proceso
git clone https://github.com/Furtif/magisk-furtif cd magisk-furtif nano base/common/service.sh python3 build.py
Instala el ZIP generado con Magisk.
Ventajas
✅ Instala jq, curl y nano en /system/xbin, permitiendo acceso desde ADB para editar directamente con nano en caso de ajustes como nombre del dispositivo o credenciales.
3. Variables relevantes que debes configurar
Una vez instalado el módulo, el archivo queda en:
/data/adb/modules/magiskfurtif/service.sh
Variables esenciales:
BINDIR="/system/xbin" DEVICENAME="Pixel5"
ROTOMAPI_URL="http://YOUR_ROTOM_URL_HERE/api/status"
ROTOMAPI_USER="USER_HERE" ROTOMAPI_PASSWORD="USER_PASSWORD_HERE" ROTOMAPI_USE_AUTH=false BINDIR="/system/xbin" DEVICENAME="Pixel5"
ROTOMAPI_URL="http://YOUR_ROTOM_URL_HERE/api/status"
ROTOMAPI_USER="USER_HERE" ROTOMAPI_PASSWORD="USER_PASSWORD_HERE" ROTOMAPI_USE_AUTH=false BINDIR="/system/xbin" DEVICENAME="Pixel5"
ROTOMAPI_URL="http://YOUR_ROTOM_URL_HERE/api/status"
ROTOMAPI_USER="USER_HERE" ROTOMAPI_PASSWORD="USER_PASSWORD_HERE" ROTOMAPI_USE_AUTH=false BINDIR="/system/xbin" DEVICENAME="Pixel5"
ROTOMAPI_URL="http://YOUR_ROTOM_URL_HERE/api/status"
ROTOMAPI_USER="USER_HERE" ROTOMAPI_PASSWORD="USER_PASSWORD_HERE" ROTOMAPI_USE_AUTH=false
Comandos input y coordenadas (ejemplo)
input tap 545 1350 sleep 10
input swipe 560 1800 560 450 sleep 3
input tap 545 1980 sleep 10
input tap 545 710 sleep 1
input tap 545 1205 sleep 1
⚠️ Estos valores pueden variar según el dispositivo (celular, ATV, etc.).
Activa las opciones de desarrollador y usaadb shell inputpara obtener las coordenadas correctas.
¿Qué hacer si se rompe?
- Discord puede modificar los botones.
- El swipe suele ser lo más sensible.
- Si un dispositivo no inicia o queda en loop, revisa estos comandos.
- Modifica el script según sea necesario y volverá a funcionar.