Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.29 KB

File metadata and controls

38 lines (25 loc) · 1.29 KB

Читать на русском языке

🏎️ ForzaHorizon6-Auto

A smart bot for automatic credits and XP farming in Forza Horizon 6. Powered by OpenCV, it simulates throttle holding and handles restarts automatically.


Project Description

The script uses computer vision (OpenCV) for real-time screen analysis and simulates player actions.

⌨️ Controls & Hotkeys (Binds)

The script intercepts keystrokes globally, so the hotkeys will work directly during the game:

  • F5Start
  • F6Stop

⚙️ In-Game Settings

  • Assisted Steering must be enabled in the game's difficulty settings.

🚀 Quick Start (For Players)

  1. Go to the Releases section on the right side of this page and download the latest .zip archive.
  2. Extract the archive into any folder on your PC.
  3. Run the main.exe file as Administrator.
  4. Press F5 in the race launch menu to start the autopilot and F6 to stop it completely.

🛠️ For Developers (Running from Source Code)

If you want to run the bot directly via Python:

  • Windows OS and Python 3.10+ are required.
  • Install the dependencies:
    pip install opencv-python numpy pydirectinput keyboard mss
  • Run the script: python main.py (also as Administrator).