frostyisbored/fh6-auction-house-sniper — explained in plain English
Analysis updated 2026-05-18
Automatically buy out a specific car the moment it appears in the auction house.
Set a maximum price so the bot never overspends on a snipe.
Run the bot unattended with an auto-stop after a set number of cars or minutes.
Track live sniping stats through the always-on-top overlay.
| frostyisbored/fh6-auction-house-sniper | 410979729/scope-recall | arahim3/mlx-dspark | |
|---|---|---|---|
| Stars | 33 | 33 | 33 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires exact game settings (1920x1080, Very Low graphics, English) and carries a risk of account suspension per the game's rules.
This is an automation bot for the auction house in the racing game Forza Horizon 6. In that game, players can buy and sell cars through an in-game auction system. This tool watches the auction house automatically, and the moment a listing matching your car filters appears at or below your maximum price, it purchases the car without any input from you. The bot works by reading what is on screen rather than connecting to the game's code. It uses screen-reading techniques to detect the current state of the auction house menu, then controls the game keyboard to navigate and purchase. Because of this, the game must be in the foreground and running at a specific resolution of 1920 by 1080 in full screen with a Very Low graphics preset and the UI scaling set to 100. English language is also required for the interface templates to match correctly. Setup involves downloading a zip file from the releases page and running the included executable as an administrator. Before starting the bot, you open the auction house search screen in the game, set your filters for the car make and model you want, and set a maximum buyout price as a spending limit. Then you run the bot, press F8 to start, and leave it running. A small overlay shows live statistics and can be hidden from screen capture. The bot automatically collects cars you win and can be configured to stop after a set number of purchases or after a time limit. The README includes a clear warning that using auction house automation may violate the game's rules and could result in account suspension or a permanent ban. The tool is open source, Windows only, and the author provides a Discord server for support. The README quotes an approximate 10% buyout rate and notes that results depend on network and server conditions.
A Windows bot that watches the Forza Horizon 6 auction house and automatically buys cars matching your filters.
Mainly Python. The stack also includes Windows, Screen automation.
The README does not state a license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.