Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisa-uno/roblox-starving-artists-bot
An automation bot for the Roblox game "Starving Artists". The script simulates painting actions based on a provided image. Use with caution as it might violate game rules.
https://github.com/louisa-uno/roblox-starving-artists-bot
bot python python-3 python-script python3 roblox roblox-cheat roblox-script starving-artists
Last synced: about 1 month ago
JSON representation
An automation bot for the Roblox game "Starving Artists". The script simulates painting actions based on a provided image. Use with caution as it might violate game rules.
- Host: GitHub
- URL: https://github.com/louisa-uno/roblox-starving-artists-bot
- Owner: louisa-uno
- License: agpl-3.0
- Created: 2023-08-13T14:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T21:35:33.000Z (8 months ago)
- Last Synced: 2024-09-21T19:32:10.786Z (3 months ago)
- Topics: bot, python, python-3, python-script, python3, roblox, roblox-cheat, roblox-script, starving-artists
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roblox Starving Artists Automation Bot
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.
## Features
- 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.## Prerequisites
- Python 3.8
## Installation
1. Clone the repository:
```batch
git clone https://github.com/Luois45/roblox-starving-artists-bot.git
```2. Navigate to the project directory:
```batch
cd roblox-starving-artist-bot
```3. Install the required packages (It's recommended to use a virtual environment):
```batch
pip install -r requirements.txt
```## Usage
1. Start the "Starving Artist" game on Roblox.
2. Position the game window appropriately (Fullscreen is recommended on a 1920x1080 screen)3. Run the bot script:
```batch
python bot.py
```4. Follow the on-screen instructions.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details.