Skip to content

Auto Tools is an Android automation tool that helps you automate gaming operations.

Notifications You must be signed in to change notification settings

conganhhcmus/auto-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

129b6da · Nov 8, 2024
Feb 4, 2024
Jul 3, 2024
Jul 2, 2024
Nov 2, 2024
Oct 19, 2024
Feb 5, 2024
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
May 4, 2024
May 2, 2024
May 2, 2024
May 4, 2024
Aug 24, 2024
Aug 24, 2024
Oct 19, 2024

Repository files navigation

Welcome to Auto Tools!

Donate "Buy Me A Coffee"

Hi! I'm Cong Anh. Here are some images of my tools. Hope the tool is useful to you!

  • Desktop

desktop view

  • Mobile

mobile view

Demo

Please watch the video here.

Notes

  • The device must be initialized with a length and width ratio of 16:9.
  • The size of the device must be greater than 800x450.

Setup

  1. Download and install Node.js at here
  2. Download and install SDK Platform Tools (ADB)
  • macOS:
    • Install the homebrew package manager /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    • Install adb brew install android-platform-tools
    • Start using adb adb devices
  • Linux:
    • Install adb sudo apt update && sudo apt install android-sdk
    • Start using adb adb devices
  • Windows:
    • Download SDK Platform Tools (ADB) at here
    • Set Environment Variables path to the folder you just downloaded (guide video)

Usage

  1. Open the "exec" folder
  2. Double-click the "windows.bat" file if you are using Windows, otherwise double-click the "unix.command" file
  3. Open your browser with the local URL (http://localhost:9090) or public URL (https://auto-tools-prod.loca.lt)

Let's enjoy it!