Results 1 to 8 of 8

Thread: i need 1 simple scirpt

  1. #1
    Join Date
    Aug 2007
    Location
    Utah, U.S.A.
    Posts
    122
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default i need 1 simple scirpt

    i need a normal treee cutter.
    it should just drop the logs
    it can be anywere
    have antiban
    with srl 4
    ---------------
    thats all i need

  2. #2
    Join Date
    Jul 2007
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default lol

    thats very simple so y don't you make it>
    don't post requests with low posts please

  3. #3
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude its very easy look at soem basics tuts its very easy
    but no antirandoms and not antiban shit it possible not working but its easy
    look at this:
    SCAR Code:
    program normaltreechopper;
    {.include srl/srl.scar}

    var
    rx, ry, x1, y1,x2,y2:integer;

    const
    treecolor=0;//tree color

    procedure getnormallogs;
    begin
    repeat
    if findcolortolerance(rx,ry,treecolor,X1,Y1,X2,Y2,50) then
    mmouse(rx,ry,0,0);
    mouse(rx,ry,0,0,true);
    wait(5000);
    until(invfull)
    end;

    procedure droplogs;
    begin
    dropall;
    end;

    begin
    getnormallogs;
    droplogs;
    end.
    ~Hermen

  4. #4
    Join Date
    Jul 2007
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Aug 2007
    Location
    Utah, U.S.A.
    Posts
    122
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont do it becuz, im 13. and i dont know crap about scar. i know a little tiny bit of c++. and some gml

  6. #6
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude i am 13 to and i can almost make really good scripts
    ~Hermen

  7. #7
    Join Date
    Aug 2007
    Location
    Utah, U.S.A.
    Posts
    122
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #8
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    go to the tutorial forum! otherwise search for a wc script there are loads of them- if they dont have srl4 then update them yrself or be patient. Finally glad to see yr planning to learn its easier than you think, partly cos most people here are always ready and happy to help, provided you ask for it in the right way. gd luck!
    No Signature Assigned.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My first scirpt the sheep shearer
    By randy marsh in forum OSR Help
    Replies: 5
    Last Post: 06-26-2007, 10:59 PM
  2. Is there a auto quest scirpt?
    By randy marsh in forum News and General
    Replies: 2
    Last Post: 06-18-2007, 10:32 AM
  3. Replies: 16
    Last Post: 04-17-2007, 06:24 PM
  4. Replies: 5
    Last Post: 03-26-2007, 07:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •