Created
August 18, 2020 17:46
-
-
Save ptcmariano/c2b5847972689150195de8d354736c78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this example to use autoit to click and activate window