Results 1 to 11 of 11

Thread: CandyStand Bowling Competition

  1. #1
    Join Date
    Mar 2007
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default CandyStand Bowling Competition

    Ok all lets have a competition while we wait for the new srl update. I made a script that will get a strike about 90% of the time for candysstand bowling my best score so far is 267 and im ranked 30th for today's high score. see if you can tweak my script to get a higher score. lets see who makes the best script that stays consistant to getting strikes.

    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 267 ranked 30th/////

    {.include SRL/SRL.scar}
    begin
    ActivateClient;
    MouseSpeed:=7;
    Mouse(240,304,0,0,true);
    Wait(120)
    MMouse(202,180,0,0);
    wait(415);
    MMouse(191,157,0,0);
    wait(2000);
    end.

    this script will throw your 1st ball only.

    link to the game is here.

    I updated the code to be more consistant. I average 246 with this one, still havent beat my 267 yet.

    http://www.candystand.com/play.do?id=17863

  2. #2
    Join Date
    Mar 2007
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the mouse speed isn't consistant for some reason it seems to be diferent each time. Is scar programmed to use different speeds? If i can get the mouse speed to be consistant i can get higher scores. Im sure you master scripters out there can detect spares and knock em down if you wanted to.

  3. #3
    Join Date
    Jul 2007
    Location
    St. Louis, Missouri, USA.
    Posts
    575
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mouse moves at random speeds, I think MoveMouse is constant, but you'll need a ClickMouse after it.
    -You can call me Mick-



  4. #4
    Join Date
    Mar 2007
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mickaliscious View Post
    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.

  5. #5
    Join Date
    Feb 2007
    Location
    EST (US East Coast)
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just got a 279 = 24th
    Temporarily inactive.

  6. #6
    Join Date
    Mar 2007
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ducels View Post
    I just got a 279 = 24th
    nice job I see you on the leaderboard, try out the nasty hook one I got a 288 with it

  7. #7
    Join Date
    Feb 2007
    Location
    EST (US East Coast)
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default



    owned imo.
    Temporarily inactive.

  8. #8
    Join Date
    Mar 2007
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ducels View Post


    owned imo.
    nice job, did you use one of mine or you made your own script?

  9. #9
    Join Date
    Feb 2007
    Location
    EST (US East Coast)
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I used yours with the hook but changed the last MoveMouse a little. I made it (193, 150).
    Temporarily inactive.

  10. #10
    Join Date
    Mar 2007
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    woot finally got my 300 with this one. Wooooooooooooooooooooot

    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 300 ranked 15th/////
    ///// Ducels and Proresearch with 300's ///// Woot///
    //// Nasty Hook Edition//////////////////

    {.include SRL/SRL.scar}
    begin
    ActivateClient;
    MouseSpeed:=20;
    Mouse(269,314,0,0,true);
    Wait(120)
    MoveMouse(213,163);
    wait(1190);
    MoveMouse(190,96);
    wait(3000);


    end.

    below is a video of me and ducels on the high score table, wooooooooot.

    http://www.youtube.com/watch?v=b6h4Ro2QG1k

  11. #11
    Join Date
    Aug 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cool as hell!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Programming Competition?
    By Korbman in forum C/C++ Help and Tutorials
    Replies: 13
    Last Post: 04-16-2009, 01:52 AM
  2. SRL Scripting Competition #3.5
    By Waddo in forum News and General
    Replies: 85
    Last Post: 02-19-2009, 07:51 AM
  3. Logo competition
    By The Prince of Randomness? in forum Semi Stupid Pictures
    Replies: 16
    Last Post: 05-10-2006, 03:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •