Results 1 to 3 of 3

Thread: Help with this cutter plz

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

    Default Help with this cutter plz

    This cutter and banker lags alot can someone plz fix and make it not lag as much

    Thanks

    SCAR Code:
    program powercutter;

    {.include SRL/SRL.scar}

    var
      X, Y, Mark: integer;

    const
    tree1=2111544;

    procedure WaitWhilecutting;
    begin
      MarkTime(mark)
      repeat
    until (FindBlackChatMessage('You get some')) or (TimeFromMark(mark)>20000)
    end;





    procedure cutting;
    begin
      repeat
        if (not (LoggedIn)) then
          Exit;
        if (FindColor(x, y, (tree1), 0, 0, 500, 300)) then
          MMouse(x, y, 2, 1);
        if (IsUpText('hop')) then
          Mouse(x, y, 3, 1, true);
         Wait(1000)
        WaitWhilecutting;
      until (InvFull);
    end;

    procedure WalkToBank;
    begin
      if (not(LoggedIn)) then
        Exit;
        SymbolAccuracy:= 0.2;
        MakeCompass('N');
        if (FindSymbol(x, y, 'bank')) then
        begin
          Mouse(x, y, 2, 2, true);
          FFlag(0);
          Writeln('Got to bank');
        end;
    end;


    procedure bank;

    begin
      Makecompass ('W');
      repeat
        if (not(Loggedin)) then  break;
        OpenBankQuiet('veb')
      until(BankScreen);
      if (bankscreen) then
      fixbank;
      depositall;
      wait(500+random(500));
          begin
          closebank;
      end;
    end;


    procedure WalkToOak;
    begin
    Makecompass ('N');
    wait(300)
    RadialRoadWalk(1257783, 60, 100, 70, 1, 1);
    end;


    begin
    SetupSRL;
      repeat
        WalkToOak;
       cutting;
       WalkToBank;
       bank;
       WalkToOak;
      until(false);
    end.

  2. #2
    Join Date
    Mar 2007
    Location
    MN
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wouldn't the waiting proc click the tree every log you get? Thats bad IMO lol.

    You could change fflag(0) to just flag;

  3. #3
    Join Date
    Apr 2008
    Location
    hy71194 made my change -.-
    Posts
    356
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    SCAR Code:
    ScarScript: By Drunkenoldma
    program powercutter;
     
    {.include SRL/SRL.scar}
     
    var
      X, Y, Mark: integer;
     
    const
    tree1=2111544;
     
    procedure WaitWhilecutting;
    begin
      MarkTime(mark)
      repeat
    until (FindBlackChatMessage('You get some')) or (TimeFromMark(mark)>20000)
    end;
     
     
     
     
     
    procedure cutting;
    begin
      repeat
        if (not (LoggedIn)) then
          Exit;
        if (FindColor(x, y, (tree1), 0, 0, 500, 300)) then
          MMouse(x, y, 2, 1);
        if (IsUpText('hop')) then
          Mouse(x, y, 3, 1, true);
         Wait(1000)
        WaitWhilecutting;
      until (InvFull);
    end;
     
    procedure WalkToBank;
    begin
      if (not(LoggedIn)) then
        Exit;
        SymbolAccuracy:= 0.2;
        MakeCompass('N');
        if (FindSymbol(x, y, 'bank')) then
        begin
          Mouse(x, y, 2, 2, true);
          FFlag(0);
          Writeln('Got to bank');
        end;
    end;
     
     
    procedure bank;
     
    begin
      Makecompass ('W');
      repeat
        if (not(Loggedin)) then  break;
        OpenBankQuiet('veb')
      until(BankScreen);
      if (bankscreen) then
      fixbank;
      depositall;
      wait(500+random(500));
          begin
          closebank;
      end;
    end;
     
     
    procedure WalkToOak;
    begin
    Makecompass ('N');
    wait(300)
    RadialRoadWalk(1257783, 60, 100, 70, 1, 1);
    end;

    procedurefindrandoms;
    begin
    FindNormalRandoms;
      if FindFight then
      begin
        Runto('N');
        Wait(20000+random(5000));
        RunTo('S');
      end;

     
    begin
    SetupSRL;
      repeat
        WalkToOak;
       cutting;
       WalkToBank;
       bank;
       WalkToOak;
       AntiRandoms;
    until(false);
    end.
    thair anti randoms ftw!



    [/URL

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Gem cutter
    By bink830 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 11-30-2007, 02:49 AM
  2. Yew cutter?
    By julian0 in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 11-11-2007, 09:03 PM
  3. Yew Cutter
    By daddyproboot in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 07-27-2007, 02:22 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
  •