Adblock breaks this site

[SRL]Simple mine v1.0[SRL]

Discussion in 'Outdated RS Scripts' started by GMK, Jan 9, 2008.

  1. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    [SRL]Simple mine v1.0[SRL]

    Enjoy!
    please comment.
    Code:
    {.Script Info:
    # ScriptName  = SimpleMine
    # Author      = Sean R
    # Description = A very basic miner.
    # Version     = 1.2
    # Date        = January 9th 2008
    # Comments    = Simplicity is key
    /Script Info}
    
    program SimpleMine;
    {.include SRL\SRL.SCAR}
    
    
    const
    Ore1 = 3559503;//Ore color one
    Ore2 = 3559502;//Ore color two
    Ore3 = 3559501;//Ore color three
    waitT = 6000;//The wait between clicking on the rock.
    
    
    var
    loopcount:integer;
    x,y:integer;
    
    procedure StartUp;
    begin
    mined:= false;
    writeln('---------------------------------------------------------------------')
    writeln('Thank you for using Simple Mine')
    writeln('Please enjoy this free script')
    writeln('And be sure to use other SS scripts')
    writeln('Sean-Scripts')
    writeln('---------------------------------------------------------------------')
    end;
    
    
    Procedure Randoms;
    Begin
     wait(10)
      Wait(13);
    FindTalk;
     UseCerterSolver := True
     UseSandwichSolver :=True
     FindMaze;
     wait(10)
     Solvepinball;
     Wait(10)
      begin
       if (FindFight) then
       begin
        RunAwayDirection('N');
         Wait(8500 + random(3500));
        RunBack;
    end;
    end;
    end;
    
    
    Procedure MineS;
    begin
    if mined = true then
    begin
    if findcolorspiraltolerance(x,y,Ore1,23,28,478,295,1) then
    begin
    Mouse(x,y,0,0,true)
    wait(waitT)
    end;
    if findcolorspiraltolerance(x,y,Ore2,23,28,478,295,1) then
    begin
    Mouse(x,y,0,0,true)
    wait(waitT)
    end;
    if findcolorspiraltolerance(x,y,Ore3,23,28,478,295,1) then
    begin
    Mouse (x,y,0,0,true)
    wait(waitT)
    end;
    end;
    end;
    
    procedure dropa;
    begin
    dropall;
    end;
    
    begin
    loopcount:=0
    StartUp;
    wait(100)
    repeat
    Loopcount:= Loopcount + 1
    Randoms;
    MineS;
    mined:= false
    dropa;
    until(false)
    end.
     
  2. p1nky

    p1nky Forum Addict
    Banned

    Joined:
    Jan 31, 2007
    Posts:
    535
    Referrals:
    0
    Sythe Gold:
    0
    [SRL]Simple mine v1.0[SRL]

    lmao no anti-ban.. chillout on the scripting..

    and dont go to my thread and say bs
     
  3. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    [SRL]Simple mine v1.0[SRL]

    Hold on a second. What thread?
    Chill out on the scripting?????

    Look at the release date on my Woodcutter it was like 2 months ago!!

    Wow.
    oh your the one with the overadvertised macro i reconize your sig.

    Listen i didnt bs it i said it doesnt work which is constructive criticism.

    Whats with you and ANTIban anyway.???

    Is that all you can say.
     
  4. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    [SRL]Simple mine v1.0[SRL]

    Shut the fuck up, honestly. If you aren't going to say anything beneficiary then just don't talk.
     
  5. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    [SRL]Simple mine v1.0[SRL]

    Town ftw. :D
     
< Random Goodie | [SS] Nature Rune Crafter >


 
 
Adblock breaks this site