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
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