Skip to content

Instantly share code, notes, and snippets.

@ptcmariano
Created August 18, 2020 17:46
Show Gist options
  • Save ptcmariano/c2b5847972689150195de8d354736c78 to your computer and use it in GitHub Desktop.
Save ptcmariano/c2b5847972689150195de8d354736c78 to your computer and use it in GitHub Desktop.
HotKeySet("{ESC}", "_Terminate")
someclick()
Func someclick()
WinActivate("Ti")
While 1
MouseClick("left", 810, 579)
Sleep(2000)
MouseClick("left", 1209, 584)
Sleep(28000)
MouseClick("left", 1209, 584)
Sleep(38000)
MouseClick("left", 1209, 584)
Sleep(38000)
MouseClick("left", 1209, 584)
Sleep(48000)
WEnd
EndFunc
Func _Terminate()
Exit
EndFunc
@ptcmariano
Copy link
Author

this example to use autoit to click and activate window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment