Results 1 to 2 of 2

Thread: A script that adds bs do bows

  1. #1
    Join Date
    Mar 2007
    Location
    In your computer
    Posts
    244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    A script that adds bs do bows

    I am looking for a script that would take bs and bows (u) from ur bank and then make bows...If someone can make, or post a code here then plz do it.

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thats like really easy to do.. all you need to do is make a DTM of both of them, and do something like this:
    SCAR Code:
    program Whatever;
    procedure OpenBankAndWithdraw;
    begin
    OpenBankQuiet('(bank)');
      if(FindDTM(String....etc))then
      begin
        Mouse(x,y,2,2,False)
        ChooseOption(x,y,'x');
        TypeSend('14');
      end;
      if(FindDTM(UBow...etc))then
      begin
        Mouse(x,y,2,2,False);
        ChooseOption(x,y,'All');
      end;
    end;
    procedure InventoryClick;
    repeat
      if(FindDTM(String...etc))then
      begin
        Mouse(x,y,2,2,true);
        if(FindDTM(UBow...etc))then
        begin
          Mouse(x,y,2,2,true);
        end;
      end;
    end;
    until(not(FindDTM(UBow...etc)))or(not(FindDTM(String...etc)))
    begin
    repeat
      openandwithdraw;
      inventoryclick;
    until(False)
    end.
    Just learn DTM's. I'd do this if I had a members account..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Adding Adds....
    By StrikerX in forum RS has been updated.
    Replies: 15
    Last Post: 07-29-2008, 10:33 AM
  2. Putting adds or your site.
    By Johura in forum News and General
    Replies: 4
    Last Post: 10-05-2007, 10:38 PM
  3. A script that adds bs to bows
    By Ilikepie1995 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 04-14-2007, 09:13 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
  •