I love you for helping my uber noob scripting skills by telling me whats wrong with what I made...
Code:
program OnlineSurveyCompleter;
procedure SetUpTime;
begin
Writeln('5 Seconds');
Wait(1000);
Writeln('4 Seconds');
Wait(1000);
Writeln('3 Seconds');
Wait(1000);
Writeln('2 Seconds');
Wait(1000);
Writeln('1 Seconds');
Wait(1000);
Writeln('Blast off!');
end;
procedure Fillingout;
begin
MoveMouseSmooth(649,414);
Wait(2000);
ClickMouse(649,414,true);
SendKeys('*****');
MovemouseSmooth(653,444);
Wait(2000);
Clickmouse(653,444,true);
SendKeys('*')
MoveMouseSmooth(625,469);
Wait(2000);
Clickmouse(636,469,true);
SendKeys('***');
MoveMouseSmooth(668,495);
Wait(2000);
Clickmouse(668,495,true);
SendKeys('****');
MoveMouseSmooth(652,521);
Wait(2000);
Clickmouse(652,521,true);
Sendkeys('****');
MoveMouseSmooth(652,577);
Wait(2000);
Clickmouse(652,577,true);
Sendkeys('*****');
MoveMouseSmooth(756,604);
Wait(2000);
Clickmouse(658,903,true);
MoveMouseSmooth(629,630);
Wait(2000);
ClickMouse(629,630,true);
Sendkeys('*****');
end;
end.
It's an online survey filler-outer, since for every survey you get 50 cents. Everytime I try it it says...
Code:
Line 60: [Error] (60:1): 'BEGIN' expected in script C:\Program Files\SCAR 3.0\Scripts\Scripts\Non-Runescape\Auto-Clicker (By me).scar
Failed when compiling
Anyone is welcome to help out
. Don't want to make a thread 'bout it since I'd get many "Google it noob"'s