JayTechPH / GTAUTO

GTAUTO short for GrowtopiaAuto this app will automate break farmable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GTAUTO

Project Logo

GTAUTO, short for GrowtopiaAuto, is an application that automates the process of breaking farmables in the game Growtopia. This tool can help you save world locks by automating the task of breaking farmables instead of hiring others to do it for you.

Table of Contents

Installation

To install and run the provided code, follow the steps below:

  1. Clone the repository to your local machine:

    $ git clone https://github.com/JayTechPH/GTAUTO.git
  2. Navigate to the project directory:

    $ cd project
  3. Install the required dependencies. Make sure you have pyautogui and customtkinter installed:

    $ pip install pyautogui
    $ pip install customtkinter
  4. Run the Python script:

    $ python main.py

Make sure you have the necessary permissions and requirements to run the code successfully.

Usage

To use the project, follow these steps:

  1. Run the code.
  2. Create farm like this :

tutorial

You can reapet the pattern

NOTE!!! the sign and platform are very important!!

  1. Place all farmable
  2. Start to bottom left corner
  3. And run the app

Contributing

We welcome contributions from the community. To contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Test your changes.
  5. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Feel free to reach out if you have any questions or feedback. Happy coding!

Educational Purpose

This project is intended for educational purposes only. It serves as a demonstration of how to automate certain tasks using Python and the pyautogui library. The code provided here should be used responsibly and in accordance with the terms and conditions of the platforms or applications it interacts with. The project authors and contributors are not responsible for any misuse or illegal activities performed using this project.

About

GTAUTO short for GrowtopiaAuto this app will automate break farmable

License:MIT License


Languages

Language:Python 100.0%