Results 1 to 7 of 7

Thread: Different kinds of anti-ban

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

    Default Different kinds of anti-ban

    Before I start, I really hate being a leecher, I'm still doing a beginners tute in scripting but I could really use a hand with this idea , Yes I've looked on forums and tried the search button, if I've missed the thread a link would be greatly apreciated. (I think this is in the right place )

    Basically I'm looking for an anti-ban functions which will log the player out as soon as a certain random comes along, rather than being teleported far away or killed.

    At the same time I'd like to keep the regular anti-ban function for randoms such as the drunken dwarf who only need a click for them to go away.

    Any advise/comments/scripts would be greatly apreciated ,also if anyone posts a script, would i just need to delete the old antiban from the script and paste in the new one? (I've using Wizzup's essence miner version 1.15)

  2. #2
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Firstly you want antirandom not antiban. Wizzup's essense miner will not help you a lot on these lines, because few randoms ae encoutered when mining ess. Use the srl function findnormal randoms, and you could also use fakawi's findfastrandoms:
    SCAR Code:
    Function FindFastRandoms: Boolean;    // By WT-Fakawi.

    Var
      i: Integer;

    Begin
      For I := 1 To 10 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: Begin
                 If NoGameTab Then
                 Begin
                   Result := True;
                   Players[CurrentPlayer].loc := 'No GameTab';
                   Logout;
                   Exit;
                 End;
               End;

           8 : If RC Then
                 Result := True;

           9 : If FindFight Then
                  Begin
                    Result := True;
                    RunTo(RunDir, True);
                  End;

           10: If FindTalk Then
                 Result := True;
        End;
        Wait(1);
      End;
    End;

    Most importantly, make sure you set your nicks correctly.

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

    Default

    Cheers for that

    1.15 already has that anti-randoms though but thanks anyways.

    Just looking for something to log me out I still get teleported even using the anti-randoms you suggested

  4. #4
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sounds like maybe yr nicks rnt set up too gd- do u know which randoms r teleporting you? if this is about wizzups ess miner u wud be better posting on that thread really.

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

    Default

    Sounds good. Looks good.

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

    Default

    Const
    StartPlayer = 0;
    NumberOfUsers = 4;
    MinutesPerLoad = 3;
    Loads = 10;
    VersionNumber = '1.15';
    YourSRLSTATSID = ''; // Stats ID. ( I don't fill this in, should I? )
    YourSRLSTATSPASS = ''; // Stats Pass. ( Or this )
    // SRL Stats are fun, register at:
    // http://www.stats.srl-forums.com/
    YourRCMASTER = ''; // Remote Control Master.
    WizzyDebug = False;

    Type
    AColor = Record
    Color: Integer;
    Amount: Integer;
    End;

    Var
    Colors: Array Of AColor;
    Var
    Position : String;
    EssencePoint : Array [0..4] Of TPoint;
    MiningMark, Abyss, NOAbyss, AuburyText, AuburyDTM,
    RuneEssenceMined, PureEssenceMined, iMark, IdleMark, Aubs, MyMark, BankDTM: Integer;
    PortalBool : Boolean;
    NormalRandomsTime, FastRandomsTime, FindTalkTime, RespondTime: LongInt;

    Procedure DeclarePlayers;

    Begin
    HowManyPlayers:= 4;
    NumberOfPlayers( 4 );
    CurrentPlayer := 0;
    Players[0].Name :='name of my player in here';
    Players[0].Pass :='password of player in here';
    Players[0].Nick :='nickname of player in here';
    Players[0].Loc :='Bank';
    Players[0].Active:=True;
    Players[0].Boolean1 := True; // Is The Pick Equipped?
    Players[0].Boolean2 := False; // False for brightness Check Once.
    Players[0].String1 := 'no bank pin'; // Bank PIN, If any.

    The things in blue are what I fill out, expect for the srl id ones. I check the username and password of the player so I can't see how I'm going wrong. I also delete all the slots from the players I'm not using as it doesn't seem to work with them not filled out.

    Somehow I know I'm dying or being teleported by the sandwich lady. I commonly find the players in lumbridge swamps. My problem is the scripts keeps running and clicking, keeping them online instead of logging out so the next player can mine.

  7. #7
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nick has to be set correctly, i.e. no spaces or capital letters- eg. a gd nick for a use named mrbob would be 'rbo' NOT 'Mrb'. if its the ess miner yr using then try the thread containg the script for help- it was ages ago since i used that script lol.

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. Suddenly, all kinds of errors.... help?
    By Maninblack144 in forum OSR Help
    Replies: 2
    Last Post: 12-14-2007, 07:49 PM
  3. 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
  4. Anti-X question! (anti-ban, anti-randoms)
    By jvwarrior in forum OSR Help
    Replies: 9
    Last Post: 10-31-2007, 03:09 AM
  5. 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •