Poll: Did The Script Work?

Results 1 to 8 of 8

Thread: RiSe AgAiNsT's Longbow Fletcher!

  1. #1
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RiSe AgAiNsT's Longbow Fletcher!

    RiSe AgAiNsT's Longbow Fletcher!


    Nothing Much, But Here It Is:


    SCAR Code:
    // INSTRUCTIONS:
    // 1. USE SCRIPT WITH RS@ IN ANY DETAIL.
    // 2. START IN ANY BANK(EXCEPT ONES WITHOUT BANK BOTHS!).
    // 3. HAVE KNIFE IN FIRST INVETORY SLOT.
    // 4. HAVE LOGS YOU WISH TO FLETCH INTO LONGBOWS IN FIRST BANK
    // SLOT.
    // 5. DRAG CROSSHAIR TO RS SCREEN.
    // 6. MINIMIZE SCAR, THEN PRESS CTRL+ALT+R TO START THE SCRIPT.

    Program Longbow_Fletcher;
    {.Include Srl/Srl.Scar}
    Var
     S: String;
     I: Integer;

    Const
     Line1 = 'Starting Script!';
     Line2 = 'Opening Your Bank!';
     Line3 = 'Removing Your Logs From Bank!';
     Line4 = 'Fletching Your Logs Into Longbows!';
     Line5 = 'Depositing All Your Longbows Into Bank!';
     Line6 = 'Closing Bank!';
     Line7 = 'Repeating Script!';
     Line8 = 'Disguised Scar!';
    Begin

    Repeat
      ClearDebug;
      Writeln(Line1);
      DisguiseScar('Google');
      Writeln(Line8);
      Writeln(Line2);
      OpenBank;
      Writeln(Line3);
      Withdraw(1,1,28);
      Writeln(Line6);
      CloseBank;
      Mouse(580,220,1,1,True);
      Wait(1000);
      Mouse(620,230,1,1,True);
      Wait(1000);
      Mouse(300,400,1,1,False);
      Wait(1000);
      Mouse(300,470,1,1,True);
      Wait(1000);
      SendKeys('28');
      KeyDown(13);
      KeyUp(13);
      Writeln(Line4);
      Wait(40000);
      Writeln(Line2);
      OpenBank;
      Writeln(Line5);
      DepositAll;
      Writeln(Line6);
      CloseBank;
      Writeln(Line7);
    Until(False);
    End.

    Thanks "Lordgreggreg" For The Singnature!

  2. #2
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ure learning, thats good. Keep readin g them tutorials and adding on to your script
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  3. #3
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Soon I will be teaching you Lordgreggreg :P.

    Thanks "Lordgreggreg" For The Singnature!

  4. #4
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thats the spirit !
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  5. #5
    Join Date
    Jul 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The speed was a bit fast needed to put a few Waits in and add a proggy
    and you have DepositAll; it deposits the knife with it
    Also when u get there add some anti random not hard..

    But Good i no i couldnt of done it!

  6. #6
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks

    Thanks "Lordgreggreg" For The Singnature!

  7. #7
    Join Date
    Jan 2007
    Location
    Not here
    Posts
    1,604
    Mentioned
    2 Post(s)
    Quoted
    19 Post(s)

    Default

    good start to scripting, as much as i hate to do this but u will get banned if u use this....it uses co ordinates which will be very repetitve cliking which will be picked up by Jagex's macro detection
    Sleeping...

  8. #8
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    DTM's/Bitmaps/Colours are the way to go!
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Any Longbow Fletcher
    By Richard in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 04-05-2008, 12:44 PM
  2. LongBow Fletcher Problems 2 XD
    By FreakyMonkey in forum OSR Help
    Replies: 5
    Last Post: 03-25-2008, 09:16 AM
  3. Longbow Fletcher
    By Mugger in forum First Scripts
    Replies: 25
    Last Post: 03-04-2008, 09:04 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
  •