Results 1 to 7 of 7

Thread: Anti Randoms?

  1. #1
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Anti Randoms?

    I have read and done a lot of research and can't find a simple anti random thing that solves talks, boxes, walks from fights, axe head finder, and tree ent.

    I really badly need because I have my first version of my woodcutter out.
    I will really appreciate it if someone can get me some anti randoms. Also check out my script on

    SRL Free Scripts > First Scripts > Rimmington Willow Chopper

    Please help and tell me how scripts looks so far..

    Thanks for everything

  2. #2
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    To put it simply there is no SRL developed ent finder it outdated when they updated ents i think, Charm developed a great one search around for it.

    For fights its a simple
    SCAR Code:
    If (FindFight) then
      begin
       RunawayDirection('w');
       Wait(3000+random(750));
       RunBack;
      end;

  3. #3
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh sweet thanks

  4. #4
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    wont that only run away from fights?

    ents dont fight u they just break ur ax

  5. #5
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just add this somewhere at the top of you script and put find fastrandoms where ever you need it to check for randoms...also you can put findnormalrandoms...
    *Note* This was made By WT-Fakawi

    SCAR Code:
    //------------------------------------------------------------------------\\
    {                 FindFastRandoms - By WT-Fakawi.                         ||
    \\------------------------------------------------------------------------//}

    function FindFastRandoms: Boolean;
    var
      i: Integer;
    begin
      for i:=1 to 9 do
      begin
        case I of
         1:  If FindDead then
               Result := True;
         2:  If FindMod then
               Result := True;
         3:  If FindMime then
               Result := True;
         4:  If FindMaze then
               Result := True;
         5:  If FindQuiz then
               Result := True;
         6:  If FindDemon then
               Result := True;
         7:  If NoGameTab then
               Result := True;
         8:  If InBlack then
                Result := True;
         9: If FindTalk then
              Result := True;
        end;
        wait(1);
      end;
    end;

    Hope this helps!

  6. #6
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    yea ive used that in a lot of scripts...always giving credit to WT-Fakawi of course

  7. #7
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah i got all those randoms now, but frick! What about Tree Ent? Im not a leecher im not just taking. I need a Tree Ent Random

    About that leecher thing, I dont leech I am making a very good wood cutter, check it out in First Scripts > Rimmington Willow Chopper

    Post Comments and Proggies!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. special type of anti ban and anti randoms
    By Magiic in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 07-27-2008, 12:50 PM
  2. I need a script with JUST Anti-Bans and Anti-Randoms.
    By Dipped_in_Pwn_Sauce in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-18-2007, 02:38 PM
  3. Anti-X question! (anti-ban, anti-randoms)
    By jvwarrior in forum OSR Help
    Replies: 9
    Last Post: 10-31-2007, 03:09 AM
  4. Karajama auto nat runner with anti bans/ anti randoms
    By mike_2922 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 08-16-2007, 02:40 AM
  5. Replies: 3
    Last Post: 03-31-2007, 02:34 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
  •