Adblock breaks this site

Everything tree chopper and dropper v1.2

Discussion in 'Outdated RS Scripts' started by GMK, Nov 10, 2007.

  1. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    UPDATE
    Now it wont drop the item in your 1st invy slot.
    Feel free to bring a rune axe = D

    v2.0 of Basicut is out!!!!!!
    more antirandoms have been added.
    Enjoy!!!!
    oh yea please dont leech. comment
    Code:
    {
    Time usage recomendation: Check on it ocasionaly.
    Class of script: Auto-leveler
    Complexity 1-10: 2
    Bugs: Make sure after you run it you click on the top internet explorer bar so it turns blue. Otherwise its typer wont work.
    Notes: Works best with regular trees, but will find any tree. Sorry theres no antirandoms, look for them in V 2.0
    you may need to change the color of the tree in line 44. But try the defualt color
    first.
    -----------------------------------------------------------
    WORKS BEST IN VARROCK BY THE 3 TREES NEAR THE GEN. STORE
    
    {.Script Info:
    # ScriptName  = Basicut
    # Author      = GMK
    # Description = A simple tree cutter.
    # Version     = 2.0
    # Date        = January 9th 2008
    # Comments    = You will love the simplicity.
    /Script Info}
    program Basicut;
    {.include SRL/SRL.scar}
    
    const
    Waitt= 4000;//the time between cutting
    
    var
    x,y:integer;
    l,lo:integer;
    
    procedure comp;
    begin
    l:=0
    lo:=0
    ActivateClient;
    cleardebug;
    wait(10)
    perfectnorth;
    writeln('Basicut made by GMK')
    ActivateClient;
    end;
    
    
    procedure chop;
    begin
    if FindColorSpiralTolerance(x,y,994343,52,26,468,260,3) then
    Mouse(x,y,2,2,true)
    l:=l+1
    wait(waitt + random(10))
    end;
    
    procedure drop;
    begin
    if l=27 then
       begin
       DropToPosition(2,28)
       l:=0
       end;
    end;
    
    procedure antiban;
    begin
    if lo=10 then
    PickUpMouse; // An interesting litle addin
    if lo=15 then
    SayCurrentLevels('woodcutting') // just says your wc level
    if lo=25 then
    typesend('white:')// looks like your bored;
    if lo=40 then
    AlmostLogout;// hmmmm to logg or not to logg
    if lo=50 then
    movemousesplineex(x+20,y+20,1,1,10,35,65)// moves mouse over a bit
    if lo=50 then
    lo:=0
    end;
    
    Procedure Randomss;
    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;
    
    
    
    
    begin
    SetupSRL;
    comp;
    repeat
    lo:= lo+1
    wait(10 + random(1))
    chop;
    wait(10 + random(1))
    Randomss;
    wait(10 + random(1))
    drop;
    wait(10 + random(1))
    antiban;
    until(false)
    end.
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Everything tree chopper and dropper v1.2

    Use some SRL functions. InvCount returns the number of objects in your inventory. Typing the same thing over and over again at the same interval each time isn't smart. Make the random time in your waits bigger.

    Keep working :)
     
  3. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Thanks i will!
     
  4. M3zm3r1zed

    M3zm3r1zed Member

    Joined:
    Aug 15, 2007
    Posts:
    86
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    ok im new to this whole scar thing wat do i do copey n paste the code?
     
  5. karlos

    karlos Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    yer you copy and paste it :)
     
  6. karlos

    karlos Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    Its also not too smart to make it say yo momma! ;) lol i edited mine, its just that this raises attention if you get reported :p lol

    Thanks
    Karlos
     
  7. imsonotnoob

    imsonotnoob Member
    Banned

    Joined:
    Nov 16, 2007
    Posts:
    62
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Where do i copy and paste this to?
     
  8. spidie123

    spidie123 Forum Addict
    Banned

    Joined:
    Jun 22, 2007
    Posts:
    412
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    lol nice script too
     
  9. mandayboy

    mandayboy Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    If it were any more basic youd be in the stone age lol, LOVE THE SCRIPT, got from 0-40 in like 5 hours (a random got me)
     
  10. lillol

    lillol Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    is it for scar 2.03 or 3.12??
     
  11. bubbagump

    bubbagump Forum Addict

    Joined:
    Nov 21, 2007
    Posts:
    600
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Use correct indentation language...I'm sure someone will help you.
     
  12. hilo666

    hilo666 Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    i got scar 3.06 will it work?
     
  13. this 15

    this 15 Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    it says in line 43:[Runtime Error] : Math error in line 43 in script

    How can this be fixed?
     
  14. daxjumba

    daxjumba Member

    Joined:
    Jul 30, 2007
    Posts:
    98
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    this script is for scar 3.12
     
  15. natinsatan

    natinsatan Forum Addict
    Banned

    Joined:
    Nov 20, 2007
    Posts:
    400
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    do i fill out the collors of the tree and the x,y of it?

    if FindColorSpiralTolerance(x,y,994343,52,26,468,260,3) then
    Mouse(x,y,2,2,true)

    what do i fill out for color?
     
  16. natinsatan

    natinsatan Forum Addict
    Banned

    Joined:
    Nov 20, 2007
    Posts:
    400
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    nvm got it working
     
  17. Tazmania

    Tazmania Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    Awsome Scriph
     
  18. Diefull

    Diefull Active Member

    Joined:
    Nov 26, 2007
    Posts:
    105
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    is it safe??
     
  19. tiiimyyy

    tiiimyyy Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    hehhehe cools :) ill try it xD hope i dont get killed :)
     
  20. tiiimyyy

    tiiimyyy Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2


    how do you make the intervals longer? :D cheers
     
< [rs2][srl4]basicut Revived[rs2][srl4] | Flax Picker + Spinner >


 
 
Adblock breaks this site