A Windows C++ automation bot that uses OpenCV for image recognition and Windows API for mouse/keyboard control to automate fishing tasks in a game.
- Captures the screen and matches template images to detect fishing states
- Automates mouse clicks and key presses to simulate fishing actions
- Detects when to repair fishing equipment and automates the repair process
- Supports bait switching and salvage actions based on in-game visuals
- Windows OS
- OpenCV (C++ version)
- C++17 compatible compiler (e.g., MSVC)
- Windows SDK (for WinAPI functions)
The bot repeatedly:
- Captures the game screen.
- Compares screenshots with predefined template images (fish, bait, success/failure states).
- Performs mouse clicks and keyboard inputs to simulate fishing.
- Repairs fishing gear when durability is low.
- Changes bait automatically.
- Clone the repository:
git clone https://github.com/Mkv47/OpenCV_Bot.git