Setup Guide

Complete installation and configuration instructions for Velo Booster

Step 1: Installing Python

The bot requires Python 3.10 to function properly. You can install it automatically using our setup script or manually.

Manual Installation

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

Step 2: Installing Required Packages

After Python is installed, you need to install the required packages:

Automatic Installation (Recommended)

The setup.bat script already handles this for you. If you've run it successfully, you can skip to Step 3.

Manual Installation

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

Step 3: Game Configuration

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"

Step 4: Discord Webhook Setup (Optional)

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

Step 5: Running the Bot

There are two ways to run the bot:

Using the Batch File (Recommended)

Double-click on run_bot.bat

The GUI will open automatically

Manual Launch

Open Command Prompt

Navigate to the Velo Booster folder:

cd path\to\velobooster\folder

Run the GUI:

pythonw gui.py

Step 6: Using the Bot

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:

  • Find the Call of Duty: Warzone window
  • Queue for matches
  • Move your character randomly to avoid AFK detection
  • Leave matches when they end
  • Repeat the process

Troubleshooting

Bot doesn't find the game window

  • Make sure the game is running in Windowed mode
  • Restart the bot after launching the game

Python not found error

  • Run setup.bat again to ensure Python is installed correctly
  • Check if Python is added to PATH

Missing dependencies error

  • Run setup.bat again to install all required packages
  • Try installing packages manually using the commands in Step 2

Bot doesn't move in-game

  • Make sure the game window is visible and not minimized
  • Check that the game language is set to English

Discord notifications not working

  • Verify your webhook URL is correct
  • Check your Discord server permissions

Auto-Restarter doesn't work

  • Make sure the Battle.net window is open and hidden behind the Warzone window; otherwise, the bot can't find the process.