🎮 This anti-AFK bot helps you stay active in Valorant and prevents disconnections due to inactivity. It performs periodic actions, such as movements or clicks, to avoid being detected as AFK.
⚠ Warning ⚠: Using bots to avoid AFK detection may violate Valorant's terms of service and result in penalties on your account. Use this script at your own risk.
- Simulates random movements
- Lightweight and easy to use
- F2: Enables continuous forward movement mode
- F3: Enables square movement mode
- F12: Exits the bot
- Windows with Python installed
- Install the required libraries:
pip install -r requirements.txt
- Clone this repository:
git clone https://github.com/your-repo/valorant-anti-afk.git
- Navigate to the project folder:
cd valorant-anti-afk
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python main.py
- Once the script is running, open valorant and play.
- Press F2 to enable/disable continuous forward movement mode.
- Press F3 to enable/disable square movement mode.
- Press F12 to exit the bot.
- To change key bindings, update the
Keys
enum inconfig.py
with your game key mappings.
You can modify settings in config.py
to adjust:
- Keys used
Using this bot may violate Riot Games' rules. We are not responsible for any penalties applied to your account.
Here are some planned features for future updates:
- 🔄 Additional AFK modes
- 🖥️ AFK mode with the game window closed
- ⏳ More customization options for action delays
💡 We welcome contributions! If you have ideas for improvements, feel free to submit a pull request or open an issue. Let's make this project even better together!
⭐ If you like this project, consider giving it a star on GitHub to show your support! Your feedback and suggestions are always appreciated!
This project is licensed under the MIT License. You are free to modify and share it.