A Python-based controller simulator designed to keep you AFK (Away From Keyboard) in Call of Duty: Warzone by simulating controller inputs using the vgamepad library.
- Simulates controller inputs to prevent being kicked for inactivity in Warzone.
- Easy to set up with minimal dependencies.
- Lightweight and customizable for different AFK scenarios.
- Python 3.8 or higher
vgamepadlibrary- Windows operating system (required for
vgamepad)
-
Install Python:
Download and install Python 3.8+ from python.org. Ensure you add Python to your system PATH during installation. -
Install vgamepad:
Open a terminal or command prompt and run:pip install vgamepad -
Clone the Repository:
Clone this project to your local machine:git clone https://github.com/your-username/warzone-afk-bot.git cd warzone-afk-bot
- Ensure Warzone is running and your controller is recognized by the game.
- Run the AFK bot script:
python warzone_afk_bot.py - The script will simulate periodic controller inputs to keep you active in the game.
- To stop the bot, press
Ctrl+Cin the terminal.
Note: Customize the script (e.g., input frequency or type) by editing warzone_afk_bot.py to suit your needs.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m "Add your feature"). - Push to the branch (
git push origin feature/your-feature). - Open a pull request.
Please ensure your code follows the project's coding standards and includes relevant documentation.
This project is licensed under the MIT License. See the LICENSE file for details.
This tool is for educational purposes only. Use it responsibly and in compliance with Call of Duty: Warzone's terms of service. The developer is not responsible for any account bans or issues arising from the use of this tool.