An auto-click tool to automate tasks on windows
Main features:
- Image detection
- Simple script record
- Simple script editor
Check release page: https://github.com/vietanhtwdk/Auto-Bot/releases
- Install golang 1.20+ https://go.dev/
- Install fyne2 https://fyne.io/
- Install dependency
go mod tidy
- Build move mouse smooth
cd move_mouse_smooth go build -ldflags -H=windowsgui -o ./MoveMouseSmooth.exe .
- Build main
cd move_mouse_smooth go build -ldflags -H=windowsgui -o ./AutoBot.exe .
Record simple: https://youtu.be/sHBBAGFQdrU
Script editor: https://youtu.be/RRqe50U_i8s