This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/system/bin/sh | |
| # ============================================================================ | |
| # FIX DUP PACKETS - Naprawa zduplikowanych pakietΓ³w w Android TV | |
| # ============================================================================ | |
| # Problem: Duplicate packets (DUP!) w ping | |
| # Przyczyny: PΔtla sieciowa, Wi-Fi+Eth aktywne, wadliwy router | |
| # KompatybilnoΕΔ: Android TV 9+ (Sagemcom DCTIW362P tested) | |
| # ============================================================================ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/system/bin/sh | |
| # ============================================================================ | |
| # AUTOFIX ATV-NET PRO v2.0 - Ultimate Network Repair Tool | |
| # ============================================================================ | |
| # Przeznaczenie: Android TV 9+ (API 28+) | |
| # Autor: Titanium Development Team | |
| # Data: Luty 2026 | |
| # | |
| # FUNKCJE: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| PLAYBOX TITANIUM v10.0 PRO - ULTIMATE EDITION | |
| Dedykowany dla: Sagemcom DCTIW362P (Android TV 9, Broadcom m362) | |
| Zoptymalizowany dla PLAYBox - Maksymalna wydajnoΕΔ i stabilnoΕΔ | |
| Autor: Anonymousik | |
| Data: Luty 2026 | |
| """ | |
| import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import sys | |
| import subprocess | |
| import time | |
| import urllib.request | |
| from pathlib import Path | |
| # ========================================== | |
| # KONFIGURACJA I TRWAΕOΕΔ | |
| # ========================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import sys | |
| import subprocess | |
| import time | |
| import urllib.request | |
| from pathlib import Path | |
| # ========================================== | |
| # KONFIGURACJA AUTOMATYCZNA | |
| # ========================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import sys | |
| import subprocess | |
| import time | |
| import urllib.request | |
| from pathlib import Path | |
| # ========================================== | |
| # KONFIGURACJA AUTOMATYCZNA | |
| # ========================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat << 'EOF' > auto_pilot.py | |
| import os | |
| import sys | |
| import subprocess | |
| import time | |
| from pathlib import Path | |
| # === KONFIGURACJA AUTO-PILOTA === | |
| # Adres IP wpisany na sztywno lub pobierany z argumentΓ³w | |
| TARGET_DEVICE = "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb shell am startservice com.google.android.apps.mediashell/.CastService |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/system/bin/sh | |
| # DEBLOAT - Aggressive RAM Recovery Script | |
| echo "ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ" | |
| echo " AGGRESSIVE RAM RECOVERY - DEBLOAT PROTOCOL" | |
| echo "ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ" | |
| echo "" | |
| # Lista aplikacji do WYΕΔCZENIA (nie odinstalowania - bezpieczne) | |
| BLOAT_APPS=( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/system/bin/sh | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # HWUI ULTRA BOOST - Based on Scribd Document Analysis | |
| # Target: Sagemcom DCTIW362 | Author: SecFerro Division | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| echo "Aplikowanie HWUI Ultra Optimizations..." | |
| # Core HWUI Properties (from Scribd doc) | |
| setprop debug.hwui.use_shader_cache true |