Results 1 to 2 of 2

Thread: [Neopets] Dar-Blit!

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

    Default [Neopets] Dar-Blat!

    A quick note: Please read the script directions. The script loses the first "run" to get the correct colors! Also, note: The script is sometimes to slow. I'm not sure if it's my coding, or scar finding color speed, but it misses often
    http://www.neopets.com/games/play.phtml?game_id=895
    SCAR Code:
    { DIRECTIONS: Load game, specify target, don't press "Start Game",
    After game loads, start the script.}

    program DarBlat;  //by uncfan1119
    var
    x,y,beakcolor:Integer;
     
    begin
      ClickMouse(327,430,true);
      ClearDebug;
      repeat
        Wait(50);
      until(GetColor(359,428)=0);
        Wait(200);
        Wait(200+random(200));
        beakcolor:=getColor(541, 319);
        Wait(200);
        ClickMouse(359,428,true);
       Wait(25);
        ClickMouse(327,430,true);
        Wait(200);
      repeat;
        if findColor(x,y,beakcolor,9,42,53,176) then
          begin
            KeyDown(32);
            Wait(16);
            KeyUp(32);
            TerminateScript;
          end;
      until(False);
    end.
    Last edited by uncfan1119; 10-30-2009 at 02:27 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
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Phail Script . Haha <3Unc.

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
  •