Skip to content

This simple yet efficient console application fulfills your needs for a quick and effective clicker while still letting you using your PC freely!

License

Notifications You must be signed in to change notification settings

peymannj/virtual-auto-clicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtual-auto-clicker - Your idle success

Reason for repo's existence

There is a bunch of resources out there related to autoclickers. But on the windows platform I failed to find a good alternative for an autoclicker that allowed you to still be in control of your mouse.

This simple yet efficient console application fulfills your needs for a quick and effective clicker while still letting you using your PC freely!

How to download

  • In the releases tab you will find a download for windows x64&x86 for each version of the application.

  • Download the correct version (x64/x86) for your system, no further configuration or additional downloads are necessary as the download is a "stand-alone" application.

How to use

  • Start the virtual-autoclicker-console.exe file that will be located in the folder.

  • To run any command in the application press your Enter key and a VAC >> text will appear. Any text you write after this will be parsed as a command. All additional arguments are space separated.

  • To start the application run: startautoclicker "P" X,Y I

    • P = Name of process to start autoclicker in
    • X = Coordinate on the X-axis
    • Y = Coordinate on the Y-axis
    • I = Interval in milliseconds
    • Example command: startautoclicker "Firestone" 450,450 50
      • Coordinates are relative to the top left corner of the entered process so for reference, coordinates (0,0) is the top left corner.
  • To close the autoclicker run: stop.

Notes

This repository is very minimalistic and made for a very specific use, the code should not be seen as best practise or what type of code standard I personally advocate.

In the source all references to stopping is refered to as picnic, if you watch any twitch streams you probably get the reference. :)

License

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Copyright [2020] [Emil Widehov / @versaceLORD]

About

This simple yet efficient console application fulfills your needs for a quick and effective clicker while still letting you using your PC freely!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%