Adblock breaks this site

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.

  1. [L]ight

    [L]ight Guest

    Referrals:
    0
    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.
     
  2. WhoCares357

    WhoCares357 Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0
    A start to my first scar script (please tell me how i can make it any better)

  3. xxthebeastxx

    xxthebeastxx Guru
    Banned

    Joined:
    May 17, 2008
    Posts:
    1,680
    Referrals:
    1
    Sythe Gold:
    0
    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 >


 
 
Adblock breaks this site