
Originally Posted by
mickaliscious
Mouse moves at random speeds, I think MoveMouse is constant, but you'll need a ClickMouse after it.
thanks with this new update here i got a 278 beat my score and im confident i will get a perfect 300 using this.
SCAR Code:
program CandystandBowling;
/////pro research's candystand bowling.
////when you are ready to throw your 1st ball run the script
////gets strikes 90% of time
////you have to get your own spares.
/////Best score so far is 278 ranked 24th/////
{.include SRL/SRL.scar}
begin
ActivateClient;
MouseSpeed:=9;
Mouse(240,304,0,0,true);
Wait(120)
MoveMouse(202,180);
wait(890);
MoveMouse(189,155);
wait(2000);
end.
Below is made a Nasty Hook Edition and scored a 288.
I am still looking for a perfect 300 keep effing up 1 frame. 
SCAR Code:
program CandystandBowling;
/////pro research's candystand bowling.
////when you are ready to throw your 1st ball run the script
////gets strikes 90% of time
////you have to get your own spares.
/////Best score so far is 288 ranked 19th/////
//// Nasty Hook Edition//////////////////
{.include SRL/SRL.scar}
begin
ActivateClient;
MouseSpeed:=20;
Mouse(269,314,0,0,true);
Wait(120)
MoveMouse(213,163);
wait(1175);
MoveMouse(193,160);
wait(3000);
end.