Ramin Posted June 30, 2017 Posted June 30, 2017 (edited) Hi Please Help me I need this script so bad but when i build it and run And press "P" it says Stopped Working and Exit i also uploaded my program files if it helps Quote #include <ImageSearch.au3> HotKeySet("p", "checkForImage") global $y = 0, $x = 0 Func checkForImage() Local $search = _ImageSearch('img.bmp', 0, $x, $y, 0) If $search = 1 Then MouseMove($x, $y, 10) EndIf EndFunc while 1 sleep(200) WEnd imagesearch.zip Edited June 30, 2017 by Ramin
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