Results 1 to 18 of 18

Thread: help im new D:

  1. #1
    Join Date
    Dec 2007
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    help im new D:

    ok i downloaded scar 3.13 and i want to use this script
    but i have no idea what to do cause this is my first time using it and all i have downloaded is scar 3.13
    so please help!




    //SmWoodcutter v1.0 Created by Sapmangat

    //--->Version history:
    // v1.0 fixed cutting procedure
    // next version will have antirandoms ent, and put the axe head back on


    //--->Instructions:
    //Start with the axe you have equipped on to you
    //go to the tree(s) that you want to cut down
    //drag the crosshair over the rs2 screen
    //click play and your ready to go
    //------------------------------------------------------------------------------


    program SmWoodcutter;
    {.include si.txt}
    const treecolor=1919040;
    const logcolor=3892098;

    procedure FindMiscRandoms;
    var ax,ay:integer;
    begin
    if(FindColorSpiral(ax,ay,786423,10,350,150,433))or
    (FindColorSpiral(ax,ay,10658466,10,350,150,433))th en
    begin
    logout;
    Writeln('Mod')
    end;
    if(FindColor(ax,ay,11503238,10,350,479,433))then
    begin
    logout;
    Writeln('Mime')
    end;
    if(GetColor(460,426)=0)and(GetColor(277,416)=0)and (GetColor(220,425)=0)or
    (GetColor(502,305)=0)and(GetColor(379,43)=0)then
    begin
    TakeScreen('Maze',1);
    logout;
    end;
    end;



    procedure TalkToRand1;
    var c:integer;
    begin
    repeat
    c:=c+1;
    if(FindColorSpiral(x,y,16711680,5,345,510,465))and (not(GetColor(20,434)=0))then
    begin
    Mouse(x,y,50,2,true);
    wait(2500+Random(500));
    end;
    if(FindColorSpiral(x,y,16777215,5,345,510,465))and (not(GetColor(20,434)=0))then
    begin
    GetMousePos(x,y);
    Mouse(x,y,50,2,true);
    wait(2500+Random(500));
    end;
    until(GetColor(20,434)=0)or(c>=20)
    end;

    procedure FindText;
    var mx,my:integer;
    begin
    if(FindColorSpiral(mx,my,65535,3,3,515,338))then// Find close
    begin
    MMouse(mx,my+15,1,1);
    repeat
    if(IsTextAt2(9,9,'Talk',100))then
    begin
    Mouse(mx,my+15,1,1,false);
    ClickText('Talk',5,5,515,338);
    begin
    Flag;
    wait(2500+Random(500));
    TalkToRand1;
    end;
    end;
    MMouse(mx,my+15,1,1);
    mx:=mx+5;
    wait(random(10)+10+random(10));
    until(mx>=515);
    if(mx>=515)then MMouse(mx+random(5),my+15,1,1);
    end;
    end;



    Procedure Randoms;
    begin
    FindText;
    FindStrangeBox;
    FindMiscRandoms;
    Uselamp('mining')
    end;



    procedure DropColor(color:integer);
    var
    x, y, Drop:Integer;
    begin
    Drop:= DTMFromString('78DA63B4636260E064644006FFFFFF07D33 05' +
    '1465BA01A5E5435300057E30A542344408D07500D0F01BBF4 8854' +
    'C346408D19A69B31D480FCCE875F0D00B9181450');
    while(FindColor(x,y,Color,548,168,761,496))do
    begin
    Mouse(x+5,y,1,1,false);
    Wait(450);
    if(FindDtm(Drop,x,y,548,168,761,496))then
    begin
    Mouse(x,y,1,1,true)
    Wait(450);
    end;
    end;
    FreeDtm(Drop);
    end;

    procedure cut;
    begin
    findcolorspiral(x,y,treecolor,3,3,515,336)
    mouse(x,y,0,0,true)
    wait(300+random(300))
    end;

    begin
    loadinclude('iTunes')
    repeat
    cut;
    if(invincount=28)
    then dropcolor(3892098)
    until(false)
    end.

  2. #2
    Join Date
    Nov 2007
    Location
    Michigan
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks like all you need to do for that one is click run...

    but you should have runescape on
    -low detail
    -Highest brightness
    -unsigned java applet

  3. #3
    Join Date
    Dec 2007
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Mushroomhead4lyfe View Post
    Looks like all you need to do for that one is click run...

    but you should have runescape on
    -low detail
    -Highest brightness
    -unsigned java applet
    i get this when i hit the play button

    Include file C:\Program Files\SCAR 3.13\includes\si.txt does not exist.
    Failed when compiling
    medic? =/

  4. #4
    Join Date
    Oct 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so do i when i run it.

  5. #5
    Join Date
    Nov 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I had the same problem. Step 1, completely uninstall SCAR 3.13, it sucks. Then Go to Freddy1990.com. Then, under Programs on the left side, click SCAR. Under the green button that says "Download SCAR Version 3.13" it should say "Previous Versions." Click that, and download SCAR 3.12c. Now open scar 3.12c alone, and hit File->Download SRL. When that finishes, click File->Download Includes (If it says: "The following file already exists. Do you want to overwrite?" then just cancel). After all that, open up your script. Start editing whatever you have to then hit start, and voila. Hope this helped

  6. #6
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    You people messed your selves over in the beggining download scar 3.12 as he said above there is a link in my sig at the very bottom, below my stats.
    Back from the dead.....

  7. #7
    Join Date
    Dec 2007
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by aran armath View Post
    You people messed your selves over in the beggining download scar 3.12 as he said above there is a link in my sig at the very bottom, below my stats.
    still says

    Include file C:\Program Files\SCAR 3.12\includes\si.txt does not exist.
    Failed when compiling

  8. #8
    Join Date
    Dec 2007
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    do i need like the txt file or something? if so where do i get it -.-

  9. #9
    Join Date
    Dec 2007
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    also have you tried it yet?

  10. #10
    Join Date
    Dec 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try Downloading SRL?
    ~ Rs-Gp-4U
    _____________________________________________

    Bux.To! Sign Up Easy Money!

  11. #11
    Join Date
    Jul 2007
    Location
    St. Louis, Missouri, USA.
    Posts
    575
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This isn't an SRL script and the include called is obviously not on your computer and I'm not even sure where its from. I suggest getting a script from this site because most of those will work.
    -You can call me Mick-



  12. #12
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Here is your problem.

    DON'T USE OLD SCRIPTS

    Si.txt doesn't even exist anymore. Maybe if you stopped leeching you would know that.

    Mod close?


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

  13. #13
    Join Date
    Nov 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mr.klean View Post
    Here is your problem.

    DON'T USE OLD SCRIPTS

    Si.txt doesn't even exist anymore. Maybe if you stopped leeching you would know that.

    Mod close?

    Ooooo. Burned.

  14. #14
    Join Date
    Dec 2007
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so can someone tell me a new woodcutting script?

  15. #15
    Join Date
    Nov 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    download the includes....ther in the top left corner under file
    www.fuckinggoogleit.com
    Instructions on a blowdryer in a mens room-- "1) Push button. 2) Rub hands briskly under nozzel. 3) Dryer shuts off automatically." Scratched underneath "4) Wipe hands on pants."
    http://www.signaturebar.com/uploads/images/12299.gif

  16. #16
    Join Date
    Nov 2007
    Location
    nunya man@@@
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    r u a leecher???

  17. #17
    Join Date
    Dec 2007
    Location
    Los Angeles, California
    Posts
    606
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    scar 3+ is messed up i think, download scar 2.03 here...

    http://dylock.net/scar/SCAR203setup.exe

  18. #18
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    uhh...no srl 3+ is fine. 2.03 sucks compared to 3+

Thread Information

Users Browsing this Thread

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

Posting Permissions

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