Uses OpenCV and WinAPI to automate HoloCure's fishing mini-game.
Note
Please use this script only when you played HoloCure for a good amount of time by yourself. It practically breaks the economy and, as a result, fun.
Please support the creator by giving them a review on Steam.
- Install Python 3.12.x
- (optional, but recommended) Create a
venv
, activate it pip install -r requirements.txt
- Open HoloCure, make it windowed (resolution must be 1280x720), navigate to Holo House's pond
- Start the script by running
python idle-fishing.py
- Wait for it to start fishing
- ...
- PROFIT!
The HoloCure window must be on the foreground, but you can still use your PC as usual as the script does not interfere with your inputs.
Make sure your mouse is not on top of the HoloCure window (specifically the target area of the fishing mini-game).
The script is written with a lot of comments, so you can easily understand what it does.
- Works only on Windows.
- Works only in windowed mode with 1280x720 resolution.