Results 1 to 3 of 3

Thread: [Neopets] Zurroball

  1. #1
    Join Date
    Sep 2006
    Posts
    322
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default [Neopets] Zurroball

    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.
    Last edited by uncfan1119; 10-30-2009 at 02:25 AM.
    "SRL is the best SCAR community in the World, with the most talented programmers: adjust your volume."
    -Wizzup?

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Good ol' Neopets.

    I remember making a script one for this game: http://www.neopets.com/games/play.phtml?game_id=371
    It was actually pretty tough for me back then; but did get Lorax the no. 1 spot if I recall correctly.

    Perhaps you can include the links to the games you write scripts for? (Like a HTML link in comments)



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  3. #3
    Join Date
    Sep 2006
    Posts
    322
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Sure, I plan on re-making the nation neopoian and math's nightmare. Math's nightmare is really hard for me. I get busy trying to put the bitmaps in TPA's or whatever,mess up here mess up there. I'll hope to have it out by Sunday though
    "SRL is the best SCAR community in the World, with the most talented programmers: adjust your volume."
    -Wizzup?

Thread Information

Users Browsing this Thread

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

Posting Permissions

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