Skip to content

C++ autoclicker (when playing sound) for the mouse using its X and Y coordinates on screen,auto detect if there is audio playing. 网课自动点击工具。 上网课的时候,设置好按钮坐标,依据系统声音是否在播放,判断一节课是不是已经结束,然后自动点击“下一节课”。

Notifications You must be signed in to change notification settings

zaas2/AutoClicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoClicker

C++ autoclicker for the mouse using its X and Y coordinates on screen When learning some lessons online,you have to click "Next" to continue watching next lesson. This program can detect if the Windows system is playing audio. If not, it means the lesson is over -- that's the right opportunity to click "Next", automaticlly.

NumPad1 = save mouse position NumPad2 = activate autoclicker on saved position NumPad3 = STOP Escape = Close

功能: 网课自动点击工具。 上网课的时候,设置好按钮坐标,依据系统声音是否在播放,判断一节课是不是已经结束,然后自动点击“下一节课”。 按键设置: 小键盘1 --设置按钮坐标 小键盘2 --开始运行 小键盘3 --停止 ESC. -----退出

About

C++ autoclicker (when playing sound) for the mouse using its X and Y coordinates on screen,auto detect if there is audio playing. 网课自动点击工具。 上网课的时候,设置好按钮坐标,依据系统声音是否在播放,判断一节课是不是已经结束,然后自动点击“下一节课”。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%