This script provides automated mouse and keyboard actions to simulate fishing in the roblox game Fishing Simulator. It uses image recognition to detect fish and air bubbles on the screen and performs actions accordingly.
Note: This is a project I made a while ago and just wanted to share with the community. While I don't plan on further developing it, I'll still maintain it and address any issues that may arise.
Disclaimer: Using this script can theoretically get you banned from the game or Roblox platform. Use at your own risk and always respect the terms of service of the game and platform.
- Simulates mouse clicks and movements.
- Detects fish and air bubbles using pixel color recognition.
- Randomized click timings to simulate human-like interactions.
- Keeps track of the number of fish caught.
- Exits when the inventory is full.
- Python 3.8
- Clone the repository:
git clone https://github.com/Luois45/roblox-fishing-simulator-bot.git
- Navigate to the project directory:
cd roblox-fishing-simulator-bot
- Install the required packages:
pip install -r requirements.txt
- Start the roblox game Fishing Simulator
- Position the game window such that the script can detect the necessary pixels (Fullscreen is recommended on a 1920x1080 screen)
- Run the script:
python fishing_script.py
- The script will start simulating fishing actions. Press 'q' to stop the script.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.