Results 1 to 2 of 2

Thread: Super Fire by cut em2 it

  1. #1
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Super Fire by cut em2 it

    Code:
       _ \/_
          /\
    Formerly known as Cut em2 it

  2. #2
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Super Fire!!!

    Here it is:

    SCAR Code:
    {                          _\/_
                     Super Fire /\
                     Author : cut em2 it
                     Directions : Edit line 11, drag crosshair over runescape screen, press play
                     Happy Firemaking!!!
    }

    program SuperFire;
    {.include SRL/SRL.scar}
    {.include SRL/SRL/Skill/Firemaking.scar}
    var HowLoads: integer;
    const
      LoadsDo = 5; //How many loads to do
    procedure OpenBankDeposit(FirstSlot, EndSlot: integer);
    var
      x, y: integer;
    begin
      repeat
        FindObjCustom(x, y, ['Use', 'B', 'U'], [3421240, 4937311], 4);
        Mouse(x,y,1,1,false);
        ChooseOption('Use-quickly');
        Wait(1500+random(125));
      until(BankScreen);
      if BankScreen then
      begin
        Withdraw(1, 1, 27);
      end;
      CloseBank;
    end;
    procedure GetLogs;
    var x, y: integer;
    begin
      SymbolAccuracy := 0.5;
      FindSymbol(x, y, 'bank');
      Mouse(x, y, 1, 1, true);
      Flag;
      OpenBankDeposit(2, 28);
      MakeCompass('N');
      HighestAngle;
      MouseFlag(643, 113, 2, 2);
      Flag;
    end;
    procedure BurnThoseLogs;
    var
      i: integer;
    begin
      for i:=2 to 28 do
      begin
        MouseItem(1, true);
        Wait(3000+random(300));
        MouseItem(i, true);
        LightWait;
      end;
    end;
    begin
      repeat
        GetLogs;
        BurnThoseLogs;
        HowLoads := HowLoads + 1;
      until(HowLoads >= LoadsDo);
    end.

    Cut em2 it
    Formerly known as Cut em2 it

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Fire rune seller! Sells Fire runes at Tzzhar!
    By Camaro' in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 03-03-2009, 12:19 PM
  2. Who will Win the Super Bowl?
    By gamer 5 in forum The Bashing Club / BBQ Pit
    Replies: 22
    Last Post: 02-12-2008, 12:25 PM
  3. Super Fire!!!
    By Raskolnikov in forum RS3 Outdated / Broken Scripts
    Replies: 18
    Last Post: 01-11-2008, 01:06 AM

Posting Permissions

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