Results 1 to 2 of 2

Thread: Script Almost Complete

  1. #1
    Join Date
    Dec 2006
    Location
    -insert random hobo village-
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Script Almost Complete

    Yes, hello once again. Mr. P here, logging in for a request. I'm having a bit of trouble on anti-randoms/anti-bans, and I can't seem to glue one onto my script either. Although I don't wish for it to be released to the public yet, I have a Chopper/Burner for any tree type, like Phlame's, except I want to insert anti-randoms and anti-bans. So, if you look at Phlame's script (which is sort of like mine) and you can figure something out, it'd be greatly appreciated. I'm going away for Christmas. Hawaii, to be exact, and so I bid you farewell. () Yeah, just kidding about that.

    Thanks Phlame, couldn't have done it without your inspiration. YOU ARE !
    Thanks SRL team, for all your help and support.

    Adieu.

  2. #2
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The best way to use anti randoms and anti bans are to put them into a repeat loop in your procedures. For example, when you are cutting your trees. Take this for example:

    SCAR Code:
    procedure CutLogs;
    begin
      if (FindMSColorTol(x, y, treecolor, 20)) then
      begin
        MMouse(x, y, 2, 2);
        if (IsUpText('Chop') then
          begin
            Mouse(x, y, 2, 2, False);
            ClickOption('X', 3);
            repeat
              Randoms;
              AnyOtherRandoms;
              AllOtherRandoms;
            until (InvFull);
          end;
      end;
    end;


    ↑ I hope that helped you out!

    - Da Der Der
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. complete bilging script for puzzle pirates
    By RaptorBlaze in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 10-28-2007, 08:55 AM
  2. Replies: 8
    Last Post: 04-14-2006, 10:26 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
  •