LeBot Posted April 30, 2012 Posted April 30, 2012 I've already read the ImageSearch original topic twice, and tried almost everything that was suggested there, but i couldn't make a simple script find a image (last one i tried was google logo). This might be too much, but if anyone could show me a simple script using imageSearch that works i would be profoundly grateful. Thanks for reading at least Best regards
armoros Posted April 30, 2012 Posted April 30, 2012 I suppose u mean there are good examples there..#include <imagesearch.au3> HotKeySet("{ENTER}","_func1") $x = "" $y = "" While 1 Sleep(10) WEnd Func _func1() Do $search = _imagesearch(@scriptdir & "imagesearch.bmp",1,$x,$y,100) Until $search = 1 MouseClick("left",$x,$y) EndFunc [font="verdana, geneva, sans-serif"] [/font]
armoros Posted April 30, 2012 Posted April 30, 2012 Lebot look here also I suppose u know how to install the udf that iis required to run scripts with imagesearch.au3if not check this... [font="verdana, geneva, sans-serif"] [/font]
LeBot Posted April 30, 2012 Author Posted April 30, 2012 This and a German video on youtube finally took me there. Thanks a lot. Now is up to me to discovery how i can use _WaitForImagesSearch(plural) with SearchArea. Once again, thanks for fast and good reply
armoros Posted April 30, 2012 Posted April 30, 2012 This and a German video on youtube finally took me there. Thanks a lot.Now is up to me to discovery how i can use _WaitForImagesSearch(plural) with SearchArea.Once again, thanks for fast and good reply Nice bro.... [font="verdana, geneva, sans-serif"] [/font]
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