Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

PixelSearch without having exactly the good pixel...

$
0
0

Heres an example that I have made but it's really slow... Is there any other way that I can make it work faster ? (I am looking for a pixel over 10000000 [decimals colors]).

AutoIt         
hotkeyset('l',"ex") func ex()    Exit    EndFunc sleep(2000) $x = 955 $y = 60 while 1 $color = PixelGetColor($x, $y) ;msgbox(0,'',$color) mousemove($x,$y,1) if $color > 10000000 Then    mousemove($x,$y,1)    Exit          Else          $x = $x + 1 EndIf if $x > 1140 Then    $x = 955    $y = $y + 1 EndIf If $y > 245 and $x >955 Then ; did all the way    Exit    EndIf WEnd

Thanks,

Xav


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>