The main file is auto-clicker.ps1.
You can run this script on PowerShell for Windows.
By default, it clicks the specified coordinates ($x
and $y
in code) for 1 second infinitely.
You can end the auto clicker by pressing Ctrl + C
.
Note: Once you may need to execute Set-ExecutionPolicy RemoteSigned
to run the script.