A start to my first scar script (please tell me how i can make it any better)

Discussion in 'Scar/Simba Help' started by [L]ight, Sep 21, 2008.

A start to my first scar script (please tell me how i can make it any better)
  1. Unread #1 - Sep 21, 2008 at 9:19 PM
  2. [L]ight
    Referrals:
    0

    [L]ight Guest

    A start to my first scar script (please tell me how i can make it any better)

    Here is my first start to a scar script if there is any way i can inprove on it please do show me!:)

    Code:
    program EssenceMiner;
    
    var
    x,y: integer;
    
    Const
    minimapbankcolor=9894907;
    minimapanvilcolor=7233630;
    minimaprunecolor=5457075;
    
    procedure StartAtBank;
     begin
     repeat
     if(findcolor(x,y, minimaprunecolor,0,0,759,501))then
      begin
      movemousesmooth(x,y);
      wait(500+random(500));
      clickmouse(x,y, true);
      end else
      if(findcolor(x,y,minimapanvilcolor,0,0,759,501))then
       begin
       movemousesmooth(x,y)
       wait(500+random(500))
       clickmouse(x,y, true)
       wait(3000)
      end;
      until(FindColor(x,y,minimaprunecolor,0,0,759,501))
      movemousesmooth(x,y)
      wait(200)
      clickmouse(x,y, true)
     end;
    
    Procedure Wait1;
     begin
     wait(1000+random(500))
     end;
    
    begin
    StartAtBank;
    wait1;
    end.
     
  3. Unread #2 - Sep 22, 2008 at 6:20 PM
  4. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    A start to my first scar script (please tell me how i can make it any better)

  5. Unread #3 - Sep 22, 2008 at 6:21 PM
  6. xxthebeastxx
    Joined:
    May 17, 2008
    Posts:
    1,680
    Referrals:
    1
    Sythe Gold:
    0

    xxthebeastxx Guru
    Banned

    A start to my first scar script (please tell me how i can make it any better)

    Lulz, good, but SCAR scripts are easy and fail. Try RSBawt.
     
< [HELP] So What is SCAR? SRL? SMART!?!?! | New to Scar - Need Help >

Users viewing this thread
1 guest


 
 
Adblock breaks this site