This repository contains a script designed to automate painting actions in the Roblox game "Starving Artists". It uses image recognition and simulates mouse and keyboard actions to paint based on a provided image.
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. It's specifically designed for the "Starving Artists" game on Roblox. Use at your own risk and always respect the terms of service of the game and platform.
- Simulates mouse clicks and movements based on the provided image.
- Converts the image into a format suitable for the game.
- Can be compiled into a standalone executable.
- Python 3.8
- Clone the repository:
git clone https://github.com/Luois45/roblox-starving-artists-bot.git
- Navigate to the project directory:
cd roblox-starving-artist-bot
- Install the required packages (It's recommended to use a virtual environment):
pip install -r requirements.txt
-
Start the "Starving Artist" game on Roblox.
-
Position the game window appropriately (Fullscreen is recommended on a 1920x1080 screen)
-
Run the bot script:
python bot.py
- Follow the on-screen instructions.
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.