Silent Aim Bot is a powerful Python script designed to enhance your aiming skills and gain a competitive advantage in Valorant. This intelligent bot automates the aiming and shooting process by detecting enemies and precisely firing at them within the blink of an eye. Take your gameplay to the next level with Silent Aim Bot!
✨ Automatic Aiming and Shooting: The bot automatically aims at enemies within your field of view (FOV) and triggers precise shots, eliminating the need for manual aiming.
🌈 Color-Based Enemy Detection: Utilizing advanced color detection algorithms, Silent Aim Bot specifically targets enemies with a vibrant purple color, allowing you to swiftly eliminate your opponents.
⚙️ Customizable Fire Key: Tailor the bot to your preferences by easily configuring the fire key to match your gameplay style.
⏱️ Instant Reaction Time: With lightning-fast reaction times, the bot detects enemies in real-time and instantly fires, ensuring you never miss a critical shot.
🔄 Switchable Modes: Choose from different modes such as "Operator/Marshal," "Guardian," and "Vandal/Phantom/Shotguns" to adapt your shooting strategy based on the weapon you're using.
🐇 Bunny Hop Capability: Activate the bunny hop feature to effortlessly perform bunny hops, increasing your mobility and evasiveness in the game.
To run Silent Aim Bot, you'll need:
- Python 3.x
keyboardlibrarypyautoguilibrarytimelibraryctypeslibraryPIL(Python Imaging Library) librarywinsoundlibraryoslibrarymss(ScreenShot) librarycoloramalibrary
-
Clone or Download: Clone or download the Silent Aim Bot repository from GitHub.
-
Install Dependencies: Install the required libraries by running
pip install -r requirements.txtin your command prompt. -
Customize Settings: Open the script and modify the fire key (default: "Z") and the enemy color values to match the purple color of enemies in Valorant.
-
Run the Script: Launch the script by running
python main.pyin your command prompt. -
Activate the Aim Bot: Use the specified control key combination (default: "Ctrl + Alt") to toggle the aim bot on and off.
-
Switch Weapons: Press the designated key combination (default: "Ctrl + Tab") to switch between different weapon modes based on your preference.
-
Adjust Field of View (FOV): Increase or decrease the FOV circle size by using the specified key combinations (default: "Ctrl + Up" to increase, "Ctrl + Down" to decrease).
-
Bunny Hop: Enable or disable the bunny hop feature by pressing the assigned key combination (default: "Ctrl + Space").
-
Enjoy Enhanced Aiming: Immerse yourself in the game and experience enhanced aiming capabilities, precise shots, and swift eliminations with Silent Aim Bot.
-
Clonar o Descargar: Clona o descarga el repositorio de Silent Aim Bot desde GitHub.
-
Instalar Dependencias: Instala las bibliotecas requeridas ejecutando
pip install -r requirements.txten la línea de comandos. -
Personalizar Configuración: Abre el script y modifica la tecla de disparo (por defecto: "Z") y los valores de color de los enemigos para que coinc
idan con el color púrpura de los enemigos en Valorant.
-
Ejecutar el Script: Inicia el script ejecutando
python main.pyen la línea de comandos. -
Activar el Aim Bot: Utiliza la combinación de teclas especificada (por defecto: "Ctrl + Alt") para activar o desactivar el aim bot.
-
Cambiar de Arma: Presiona la combinación de teclas designada (por defecto: "Ctrl + Tab") para cambiar entre diferentes modos de armas según tu preferencia.
-
Ajustar Campo de Visión (FOV): Aumenta o disminuye el tamaño del círculo del campo de visión (FOV) utilizando las combinaciones de teclas especificadas (por defecto: "Ctrl + Arriba" para aumentar, "Ctrl + Abajo" para disminuir).
-
Bunny Hop: Habilita o deshabilita la función de bunny hop presionando la combinación de teclas asignada (por defecto: "Ctrl + Espacio").
-
Disfruta de un Mejor Aiming: Sumérgete en el juego y experimenta capacidades de apuntado mejoradas, disparos precisos y eliminaciones rápidas con Silent Aim Bot.
Contributions to Silent Aim Bot are welcome! If you have any ideas, bug reports, or feature suggestions, please open an issue on the GitHub repository.
Follow us on Instagram @CodeTotrader for more exciting projects and coding inspiration!
Silent Aim Bot utilizes the following mathematical formula to detect enemies:
- Distance Formula: The bot captures a portion of the screen and analyzes the RGB values of each pixel within the specified field of view (FOV) circle. It compares these RGB values with the defined enemy color (purple) using a tolerance range. If the RGB values fall within the tolerance range, indicating a match with the enemy color, the bot triggers the fire key ("Z") to shoot at the enemy.
This mathematical algorithm allows for precise enemy detection and rapid response, giving you an edge in your Valorant gameplay.
distance = sqrt((x2 - x1)**2 + (y2 - y1)**2)Feel free to customize the instructions and languages further as per your requirements.