Thanks to freddy for editing my sloppy standards when I threw this together. Gotten me 2 trophies.
http://www.neopets.com/games/play.phtml?game_id=207
SCAR Code:{Directions: Start game with any ball, 840x560, after you click the ball immediately start the script.}
program ZurroBall;//by uncfan1119
var
x, y, ballcolor: Integer;
begin
ballcolor := GetColor(324,91);
repeat
FindColor(x, y, ballcolor, 5, 4, 631, 449);
ClickMouse(x, y, True);
Wait(5 + Random(10));
until False;
end.



Reply With Quote






