A powerful Termux-based phone tracking tool that creates a Cloudflare tunnel to receive live location data from target devices.
HCO Track Phone is for educational purposes only. Use this tool ONLY on devices YOU OWN or have EXPLICIT PERMISSION to track. Unauthorized tracking is illegal and unethical. The developers are not responsible for any misuse of this tool.
- π Tool Lock System - Requires YouTube subscription to unlock
- β³ Countdown Timer - Before redirecting to YouTube channel
- π Cloudflare Tunnel - Automatic public URL generation
- π Live Location Tracking - Real-time GPS coordinates in Termux
- π± QR Code Generator - Easy sharing with target device
- π― Auto Permission Request - Automatically requests location access
- β Single File Solution - No complex setup required
- Update Termux:
apt update && apt upgrade -y
- Install Git and Python:
pkg install git python -y
- Install Python packages:
pip install flask requests qrcode[pil]
- Clone the repository:
git clone https://github.com/Hackerscolonyofficial/HCO-Track-Phone.git
- Navigate to directory:
cd HCO-Track-Phone - Run the script:
python HCO_Track_Phone.py
π Usage
- Run the script:
python HCO_Track_Phone.py
- Follow the unlock process: Β· Watch the countdown Β· Subscribe to the YouTube channel when redirected Β· Return to Termux and press ENTER
- Share the generated link: Β· Send the Cloudflare URL to your target device Β· Or scan the QR code with the target device
- Receive location data: Β· When target allows location access, coordinates will appear in Termux Β· Google Maps link will be generated automatically
π― How It Works
- Tool Initialization: Script starts with a locked screen requiring YouTube subscription
- Cloudflare Tunnel: Creates a secure public URL using cloudflared
- Web Server: Flask server hosts the location request page
- Location Access: Target device gets prompted for location permission
- Data Transmission: Coordinates are sent to your Termux session
- Live Updates: Continuous location updates displayed in real-time
π Code Overview
The script consists of several key components:
Β· Tool Lock System - Ensures users subscribe before using Β· Dependency Installer - Automatically installs required packages Β· Cloudflare Tunnel - Creates public accessible URL Β· Flask Web Server - Hosts the location request page Β· QR Code Generator - Creates scannable QR codes for easy sharing Β· Location Handler - Processes and displays received coordinates
π§ Technical Requirements
Β· Android device with Termux Β· Python 3.x Β· Internet connection Β· Cloudflared (automatically installed) Β· Flask, Requests, QRCode libraries
π Sample Output
When successfully running, you'll see:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π TOOL LOCKED π β
β HCO TRACK PHONE by AZHAR β
β Subscribe @hackers_colony_tech π β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
Cloudflare tunnel established: https://xyz.trycloudflare.com
β
LIVE LOCATION RECEIVED
Latitude: 22.533400
Longitude: 88.378963
Accuracy: 13.663 m
Maps: https://maps.google.com/?q=22.533400,88.378963
π‘οΈ Privacy & Security
Β· All location data is transmitted directly to your Termux session Β· No data is stored on external servers Β· Cloudflare tunnel provides HTTPS encryption Β· Source code is transparent and auditable
Common issues and solutions:
- "Command not found" errors:
pkg update && pkg upgrade - Python package installation fails:
pip install --upgrade pip
- Cloudflared not working:
pkg install cloudflared -y
- Location permission denied: Β· Ensure target device has location services enabled Β· Use HTTPS URL (Cloudflare provides this automatically)
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Credits
Developed by: Azhar YouTube Channel: Hackers Colony Tech Special Thanks: Cloudflare for tunneling service
π‘ Quote
"With great power comes great responsibility. Use knowledge ethically."
π Remember: Always get proper authorization before tracking any device. Respect privacy laws and individual rights.
π Support: For issues and questions, please open a GitHub issue or comment on the YouTube channel.
β If you find this tool useful, please give it a star on GitHub!