LunarX 0 Posted May 12, 2010 Ermm im just trying to make it detect the pixels and then do things and stuff like that, but no matter how i change it, it won't workHere's a part of it. I don't really get it, i change the Hex to RGB. Once i open the script it never do what it's suppose to. Well it winactives but then it wont do anything elseFunc Restart() $pixDet = PixelGetColor(708, 753) If $pixDet <> 243208173 Then Do WinActivate ("**************") MouseClick ( "Left", 1600, 847, 1, 1 ) ;Click "Refresh" Button Sleep(30000) $pixDet = PixelGetColor(708, 753) Until $pixDet <> 255255255Else Call ("Login") EndIfEndFuncEndFunc Share this post Link to post Share on other sites