Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoClicker

Is a simple auto clicker written in c++

Listens to the users clicks, and then loops them when the user wants to replay the clicks.

Load into Visual Studio and compile. Run AutoClicker.exe

Info

AutoClicker requires boost::thread to run (these dlls are included).

Debug requires:

  • boost_chrono-vc100-mt-gd-1_51.dll
  • boost_system-vc100-mt-gd-1_51.dll
  • boost_thread-vc100-mt-gd-1_51.dll

Release requires:

  • boost_chrono-vc100-mt-1_51.dll
  • boost_system-vc100-mt-1_51.dll
  • boost_thread-vc100-mt-1_51.dll

About

Listens to the users clicks, and then loops them when the user wants to.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages