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

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!