Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 460 Bytes

trollgo

Trollgo periodically blocks mouse movements, modifies keyboard inputs and swaps mouse buttons

Build from source

Clone this repository and move into the directory

git clone https://github.com/sne4ker/trollgo.git
cd trollgo

Build with GUI

GOOS=windows go build -ldflags "-s -w" -o trollgo.exe

Build without GUI

GOOS=windows go build -ldflags "-H=windowsgui -s -w" -o trollgoNogui.exe

TODO

  • Move mouse randomly
  • (Play sound)