Results 1 to 6 of 6

Thread: ShitzyFighter

  1. #1
    Join Date
    Dec 2006
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ShitzyFighter

    Hello Guys.
    As you all know, I havent ever made an SRL script.
    Well, here I am...
    With a shity fighter.
    Features added:
    Anti Random
    Small anti ban
    SCAR Code:
    program ShitzyFighter;
    {.include SRL/SRL.scar}
    {.include SRL/SRL/skill/fighting.scar}
    const
    Color1 = 12303556;//Monster's Color
    Color2 = 15527150;//Monster's Color
    Color3 = 12303556;//Monster's Color
    Color4 = 12303556;
    Color5 = 12303556;
    Color6 = 12303556;
    MonsterName = 'Chicken';//Monster's name
    Tol = 5;//Tolerance of finding the monster
    TimeOut = 1000000;
    Skill = 'strength';
    clickr = false;// Unless you want it not to work.
    procedure DeclarePlayers;
    begin
         HowManyPlayers := 1;//MAKE SURE THIS ONE IS CORRECT!
         NumberOfPlayers(HowManyPlayers);
         Players[0].Name    :='kev extreme3';
         Players[0].Pass    :='garrett12';
         Players[0].Nick    :='ext';  // 3-4 letters from your name, NO CAPITALS (that includes the first character)
         Players[0].Active:= True;
    end;
    Procedure Login;
    begin
    LoginPlayer;
    end;
    procedure Kill;
    begin
    FightNPC(Color1, Color2, Color3, Color4, Color5, Color6, tol, TimeOut)
    end;

    Procedure AntiRandoms;
    begin
    SRLRandomsReport;
    FindNormalRandoms;
    BoredHuman;
    RandomMovement;
    HoverSkill(Skill, Clickr);
    end;
    Begin
    SetupSRL;
    DeclarePlayers;
    Login;
    Repeat
    Kill;
    AntiRandoms;
    Until(IsFKeyDown(5));
    end.

    Thanks.

  2. #2
    Join Date
    Jan 2007
    Location
    At Home
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    were do i get the script.. ill try it.

    i wanna talk more about your newb sales.. add me on msn... johnny-rutherford@hotmail.com

  3. #3
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    I wouldn't put a password into ur script already lol, edit before someone realises..

  4. #4
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Deni_mulic View Post
    I wouldn't put a password into ur script already lol, edit before someone realises..
    Yea, i hope you could change the pass fast, because it's still in ther and i tried it out so i could give you back, and it's changed, so i hope you've got it back

  5. #5
    Join Date
    Mar 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol he changed his runescape pass...idiot for posting his username and pass on a website

  6. #6
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Script is nice for a first srl script.
    I agree klc with the password thing , but accidents happen.
    FFS klc u tried his pass? What woulda u do if it worked`?

Thread Information

Users Browsing this Thread

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

Posting Permissions

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