Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.