critic1 Posted February 7, 2007 Posted February 7, 2007 What script should i use if i need Color check ( check's if the ex. white colour is in one place ) and action IF it is there? If somebody could give an example script would be greatfull.
/dev/null Posted February 8, 2007 Posted February 8, 2007 bump __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
ChrisL Posted February 8, 2007 Posted February 8, 2007 $x = 200 $y = 200 If Hex(PixelGetColor ( $x , $y),6) = "FFFFFF" then Msgbox (0,"Winner","X coord " & $x & " and Y Coord " & $y & " is White") Else Msgbox (0,"Damn","X coord " & $x & " and Y Coord " & $y & " is not White") EndIf [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
/dev/null Posted February 8, 2007 Posted February 8, 2007 hehe bump __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
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