https://github.com/secretiveshell/bloxburg-auto-fish
A script for the Roblox game "welcome to bloxburg". Uses computer vision techniques to automate the fishing job.
https://github.com/secretiveshell/bloxburg-auto-fish
Last synced: 3 months ago
JSON representation
A script for the Roblox game "welcome to bloxburg". Uses computer vision techniques to automate the fishing job.
- Host: GitHub
- URL: https://github.com/secretiveshell/bloxburg-auto-fish
- Owner: SecretiveShell
- License: mit
- Created: 2021-05-27T15:25:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T20:46:40.000Z (6 months ago)
- Last Synced: 2025-03-28T18:59:00.978Z (3 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bloxburg-auto-fish
This is my program for automatically fishing in bloxburg. It runs on python3 and requires you to install the following dependencies.
|library|command|
|---|---|
|[opencv](https://pypi.org/project/opencv-python/)|`pip install opencv-python`|
|[pynput](https://pypi.org/project/pynput/)|`pip install pynput`|
|[mss](https://pypi.org/project/mss/)|`pip install mss`|You will need to change the BBOX inside the script for your monitor size. It is currently setup for my 4k monitor. Make sure it does not include GUI elements like the mood display or you will need to modify the script to mask them out.
Please understand that the pre-built opencv bindings do not support GPU acceleration so if you have a NVIDEA/AMD GPU you should compile the binary from source.