Metadata-Version: 2.4
Name: botff
Version: 0.0.1
Summary: Aimbot GUI application package
Author-email: TanmoyTheBoT <tanmoysarkershuvo@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/TanmoyTheBoT/botff
Project-URL: Issues, https://github.com/TanmoyTheBoT/botff/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymem>=1.14.0
Dynamic: license-file

# botff 🎯

Free Fire aimbot panel for Python with aim-assist and targeting features.

<p align="center">
  <a href="https://www.python.org/downloads/">
    <img src="https://img.shields.io/badge/python-3.10%2B-blue.svg" alt="Python 3.10+" />
  </a>
  <a href="LICENSE">
    <img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License MIT" />
  </a>
  <a href="https://badge.fury.io/py/botff"><img src="https://badge.fury.io/py/botff.svg?nocache=1" alt="PyPI version"></a>
  <a href="https://pepy.tech/projects/botff"><img src="https://static.pepy.tech/badge/botff" alt="PyPI Downloads"></a>
</p>

## ✨ Features

- Windows admin privilege check before injection
- Tkinter-based GUI dashboard
- Real-time status logging and progress feedback
- Injection retry flow when the target process is unavailable
- Python package structure with a clean `botff` module layout

## 📋 Prerequisites

1. Python 3.10 or newer
2. Windows operating system
3. Administrator privileges for process access
4. The target game process must already be running before injection starts

## 📥 Installation

Install from PyPI:

```bash
pip install botff
```

Install from source:

```bash
git clone https://github.com/TanmoyTheBoT/botff.git
cd botff
pip install -e .
```

## 🚀 Usage

Launch the app:

```bash
botff
```

Or run the package directly:

```bash
python -m botff
```

## ⚠️ Disclaimer

> This project is intended for educational and authorized testing use only.
>
> It is not intended for cheating, unauthorized access, or violating system or game policies.
>
> Use it only in environments where such testing is allowed. This software does not guarantee safety, bypasses, or account protection. If your account is banned, suspended, or restricted, the developer is not responsible and is not liable for any consequences.
>
> By using this tool, you acknowledge the risks and accept full responsibility for your actions.

## 🗂️ Project Structure

```text
botff/
├── src/
│   └── botff/
│       ├── __init__.py
│       ├── __main__.py
│       ├── main.py
│       └── version.py
├── README.md
├── pyproject.toml
```

## 👥 Contributors

<a href="https://github.com/TanmoyTheBoT"><img src="https://github.com/TanmoyTheBoT.png" width="50" height="50" style="border-radius:50%" alt="TanmoyTheBoT"/></a>

## 📄 License

This project is licensed under the [MIT License](LICENSE).

---

© TanmoyTheBoT 2026
