PLeaseHAlpmai Posted July 6, 2017 Share Posted July 6, 2017 Below is my script, I'm quite new so explain it to me like I'm 5. Thanks! #include <ImageSearch.au3> HotKeySet("p", "checkForImage") global $y = 0, $x = 0 Func checkForImage() Local $search = _ImageSearch('C:\Users\Mir\Desktop\Neuer Ordner (2)\a.PNG', 0, $x, $y, 0) If $search = 1 Then MouseMove($x, $y, 10) EndIf EndFunc while 1 sleep(200) WEnd Link to comment Share on other sites More sharing options...
KickStarter15 Posted July 6, 2017 Share Posted July 6, 2017 Hi, Welcome to Autoit forum. Try checking this link and for the library here. KS15 PLeaseHAlpmai 1 Programming is "To make it so simple that there are obviously no deficiencies" or "To make it so complicated that there are no obvious deficiencies" by C.A.R. Hoare. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now