Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1013 Bytes

README.md

File metadata and controls

44 lines (36 loc) · 1013 Bytes

About The Project

An auto-click tool to automate tasks on windows

Main features:

  • Image detection
  • Simple script record
  • Simple script editor

(back to top)

Getting Started

Installation

Download

Check release page: https://github.com/vietanhtwdk/Auto-Bot/releases

Build locally

  1. Install golang 1.20+ https://go.dev/
  2. Install fyne2 https://fyne.io/
  3. Install dependency
    go mod tidy
  4. Build move mouse smooth
    cd move_mouse_smooth
    go build -ldflags -H=windowsgui -o ./MoveMouseSmooth.exe .
  5. Build main
    cd move_mouse_smooth
    go build -ldflags -H=windowsgui -o ./AutoBot.exe .

(back to top)

Usage

Record simple: https://youtu.be/sHBBAGFQdrU

Script editor: https://youtu.be/RRqe50U_i8s

(back to top)