Results 1 to 4 of 4

Thread: Higher chance when autoing?

  1. #1
    Join Date
    Dec 2008
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Higher chance when autoing?

    Hi.

    I feel that i keep getting Randoms when i auto, and almost never when i play legit, is that possible?

  2. #2
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes, the scripts you are using are the most simple scripts, and they do not feature much anti-random or anti-ban

    to lessen the amount of randoms, look for a script that has Sleep or Rest
    otherwise, just run it less

    the reason it gets so many randoms is that it's doing everything to routine-ly

    if you know how to script, add in more antiban
    Project: Welcome To Rainbow

  3. #3
    Join Date
    Sep 2007
    Posts
    638
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here is some Anti-Ban you could add...

    SCAR Code:
    procedure AntiBan;

     begin
      if not LoggedIn then Exit;
       case(Random(100)) of
        1:HoverSkill('Attack',False);
        7:GameTab(1);
        16:RandomMovement;
        20:HoverSkill('Strength',False);
        24:HoverSkill('Hitpoints', False);
        37:BoredHuman;
        50:Wait(2000 + random(1000));
       end;
     end;

    Just add
    # : (Thing to do)

    If the number is picked out of 100 that corresponds with the # of a line it will execute that code...

    If 7 is generated it will do GameTab(1); (This clicks the combat tab)

    Also like benjaa said try to wait more or have the script be multiplayer.

  4. #4
    Join Date
    Dec 2008
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I thought so, i already added antiban and antirandom, didnt test it though

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Higher Quality Youtube
    By WhoCares357 in forum Computer Help and Tutorials
    Replies: 19
    Last Post: 02-25-2009, 03:57 PM
  2. higher members own the world
    By joeybaltimore in forum SRL Site Discussion
    Replies: 77
    Last Post: 01-16-2009, 05:24 PM
  3. Being A Higher Member
    By Zunoto in forum SRL Site Discussion
    Replies: 6
    Last Post: 12-08-2008, 03:30 AM
  4. Replies: 5
    Last Post: 07-30-2008, 03:46 PM
  5. Hey, Colors Changing At Higher Speed ?
    By Home in forum RS has been updated.
    Replies: 4
    Last Post: 12-04-2007, 11:26 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
  •