Luois45 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
git clone https://github.com/Luois45/roblox-starving-artists-bot.git
  1. Navigate to the project directory:
cd roblox-starving-artist-bot
  1. Install the required packages (It's recommended to use a virtual environment):
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:

python bot.py
  1. 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 file for details.

About

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.

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.6%Language:Batchfile 0.4%