Complete installation and configuration instructions for Velo Booster
The bot requires Python 3.10 to function properly. You can install it automatically using our setup script or manually.
follow these steps:
Download Python 3.10.11 from the official website: https://www.python.org/downloads/release/python-31011/
Select "Windows installer (64-bit)"
Run the installer
IMPORTANT: Check "Add Python 3.10 to PATH" during installation
Select "Install Now" for a standard installation
Wait for the installation to complete
Open Command Prompt (search for "cmd" in the Start menu)
Run the following command to verify Python installation:
python --version
You should see "Python 3.10.11" or similar
After Python is installed, you need to install the required packages:
The setup.bat
script already handles this for you. If you've run it successfully, you can skip to Step 3.
Open Command Prompt as administrator
Navigate to the Velo Booster folder:
cd path\to\velobooster\folder
Install the required packages:
python -m pip install -r requirements.txt
If the requirements.txt file is missing, run:
python -m pip install pypiwin32 pillow opencv-python pyside6 requests numpy
For the bot to work properly, you need to configure Call of Duty: Warzone with these settings:
Set the game language to English
Set the display mode to Windowed
Ensure the Jump button is bound to SPACE
Rename your Loadout to "Loadout1"
To receive notifications when the bot starts/stops games:
Open Discord
Go to the server where you want to receive notifications
Right-click on a text channel and select "Edit Channel"
Go to "Integrations" > "Webhooks"
Click "New Webhook"
Give it a name (e.g., "Velo Booster")
Click "Copy Webhook URL"
You'll paste this URL into the bot's interface later
There are two ways to run the bot:
Double-click on run_bot.bat
The GUI will open automatically
Open Command Prompt
Navigate to the Velo Booster folder:
cd path\to\velobooster\folder
Run the GUI:
pythonw gui.py
Once the GUI is open:
Paste your Discord webhook URL (if you have one)
Click the "Start" button to begin the bot
The bot will automatically:
setup.bat
again to ensure Python is installed correctlysetup.bat
again to install all required packages