use ClickMouse and find the coordinates of the checkbox so it will click in the coordinates... i think, update me and let me know if I was of any help i think the actual code is something like this clickmouse(x, y, 123, 123) something like that..
hmm i thought about that but doesn't clickmouse find the coordinates in relation to your screen? wouldn't that mean that if a random event( very common with scorchy slots) occured then the coordiantes wouldnt be the same?
use this code that is to tab Code (Text): keydown (9) keyup (9) wait (15) count the number of tabs you need to get to the check box and copy that code the number of times the put Code (Text): keydown (13) keyup (13) That also has the most combatibility and in the begging have it click a random coordinate like this would be ny code if it needed only to tabs to get to the checkbox Code (Text): begin clickmouse (123,456, true); keydown (9) keyup (9) wait (15) keydown (9) keyup (9) wait (15) keydown (13) keyup (13) wait(13) end.
mmm yeah i thought of that but the checkboxes are white so it could pick up one of about 500 things on the page
you would still need the co ords I belive and the color is diffent for a different os and web browser