Skip to content

Instantly share code, notes, and snippets.

@tsaiid
Last active January 2, 2016 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsaiid/8295223 to your computer and use it in GitHub Desktop.
Save tsaiid/8295223 to your computer and use it in GitHub Desktop.
Previous AHK script for SmartWonder by clicking inprecisely.
MouseGetPos, xpos,ypos
Click 700, 180 ; 歷史報告
Click 270, 325 ; 開影像
Click 1080, 741 ; 複製報告
Click 1080, 759 ; 複製報告
Click 1080, 777 ; 複製報告
Click 1080, 795 ; 複製報告
Click 1080, 813 ; 複製報告
Click 1080, 831 ; 複製報告
Click 300, 180 ; 回報告區
MouseMove, %xpos%, %ypos%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment