Skip to content

Hackerscolonyofficial/HCO-Track-Phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 

Repository files navigation

HCO Track Phone by Azhar πŸ”πŸ“±

Python License Platform

A powerful Termux-based phone tracking tool that creates a Cloudflare tunnel to receive live location data from target devices.

⚠️ IMPORTANT DISCLAIMER

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.

πŸ“‹ Features

  • πŸ”’ 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

πŸ“₯ Installation

  1. Update Termux:
    apt update && apt upgrade -y
  1. Install Git and Python:
    pkg install git python -y
  2. Install Python packages:
    pip install flask requests qrcode[pil]
  3. Clone the repository:
    git clone https://github.com/Hackerscolonyofficial/HCO-Track-Phone.git
  4. Navigate to directory:
    cd HCO-Track-Phone
  5. Run the script:
    python HCO_Track_Phone.py

πŸš€ Usage

  1. Run the script:
    python HCO_Track_Phone.py
  2. Follow the unlock process: Β· Watch the countdown Β· Subscribe to the YouTube channel when redirected Β· Return to Termux and press ENTER
  3. Share the generated link: Β· Send the Cloudflare URL to your target device Β· Or scan the QR code with the target device
  4. Receive location data: Β· When target allows location access, coordinates will appear in Termux Β· Google Maps link will be generated automatically

🎯 How It Works

  1. Tool Initialization: Script starts with a locked screen requiring YouTube subscription
  2. Cloudflare Tunnel: Creates a secure public URL using cloudflared
  3. Web Server: Flask server hosts the location request page
  4. Location Access: Target device gets prompted for location permission
  5. Data Transmission: Coordinates are sent to your Termux session
  6. 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

⚠️ Troubleshooting

Common issues and solutions:

  1. "Command not found" errors:
    pkg update && pkg upgrade
  2. Python package installation fails:
    pip install --upgrade pip
  3. Cloudflared not working:
    pkg install cloudflared -y
  4. 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages