Jump to content

Recommended Posts

Posted

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.

Posted

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 *

Posted

$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

Posted

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 *

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...