Run FH6FullAuto.exe to automatically grind skill points, spend them on cars, and delete unwanted garage entries overnight without touching the keyboard.
Use EnterTapLoop.exe to rapidly open a large stack of prize spin rewards without pressing Enter hundreds of times manually.
Use AutoInputLoop.exe to keep the game active during an idle CR-farming session that relies on the game's built-in auto-drive feature.
Modify the C# source to adjust the automation logic or retrain the OCR model for a new car-name layout after a game update.
Requires specific in-game setup steps and PaddleOCR, must run as administrator if the game itself runs with elevated privileges.
FH6-Miaomiao-Tools is an automation toolkit for the racing video game Forza Horizon 6. It is written in C# and targets Windows players who want to automate repetitive in-game tasks: earning skill points, spending those points on cars, deleting unwanted cars from the garage, buying replacement cars, and collecting super spin rewards without sitting at the keyboard. The main program is FH6FullAuto.exe, which runs a continuous loop entirely on its own. It navigates game menus using simulated keyboard and mouse input, reads the screen with an OCR engine (PaddleOCR's PP-OCRv5) to identify car names, condition labels, and performance ratings, and then acts on what it sees. It does not read the game's memory directly for car identification, relying instead on text recognition and a virtual grid that tracks which slots on the vehicle selection screen are occupied. Setup requires a few one-time steps in-game. The player needs two specific cars in their garage (a tuned and a stock version of the 1998 Subaru Impreza 22B-STI), a saved blueprint race bookmarked in first position, and the game difficulty set to avoid mid-race prompts that would interrupt the automation flow. On first launch, the program asks the player to draw a selection box around the visible car grid on screen so it can calculate grid positions regardless of display resolution. Three smaller utilities ship alongside the main program. AutoInputLoop.exe keeps the game from stalling during an idle CR-farming session that relies on the in-game auto-drive feature. EnterTapLoop.exe rapidly presses Enter to open large numbers of prize spins. Both are kept separate because the full-auto loop does not cover those two tasks. Emergency stop shortcuts (Space+C to quit immediately, Space+V to finish the current sub-task first) are built in. If the game runs with administrator privileges, the tool must also be launched as administrator so that its simulated input reaches the game window. The C# source code, build scripts, OCR bridge scripts in Python, and internal documentation are all included in the repository for anyone who wants to recompile or modify the tool.
← bio-canse on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.