12-06-2010, 03:48 PM
If a specific color appear on a screan scrip should keep pressing button untill it dissapear
and when the color is not on the screa scrip should keep pressing diffrent key every 5 sec.
i dont know why its not working
and how to make repeat pressing key v and Ss till color disapears??
and when the color is not on the screa scrip should keep pressing diffrent key every 5 sec.
;beginning
int wait=wait 0 -S "color:0x6BCBFF"
if wait
,key V
,1
,key Ss
,goto beginning
else
,key T
i dont know why its not working
and how to make repeat pressing key v and Ss till color disapears??