Results 1 to 12 of 12

Thread: Autofighter

  1. #1
    Join Date
    Oct 2007
    Location
    grafton wi
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Autofighter

    This is my first so i might need help on it

  2. #2
    Join Date
    Nov 2007
    Location
    Estonia
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Add antirandoms and be sure to call srlsetup

    and it only right click on monster,add
    procedure attackMonster;
    begin
    if findcolortolerance(x, y, MonsterColor1, 0, 0, 700, 500, 5) or
    findcolortolerance(x, y, MonsterColor2, 0, 0, 700, 500, 5) then
    begin
    Mouse(x ,y, 0, 0, false)
    chooseoption('Attack')
    wait(200+random(100))
    Flag;
    wait(3000+random(3000))
    end;

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

    Default

    nice..antirandom does what

  4. #4
    Join Date
    Nov 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice autofight died a few times tho

  5. #5
    Join Date
    Oct 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i died too :/

  6. #6
    Join Date
    Sep 2008
    Location
    Aussie mate
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by djbladeer View Post
    i died too :/
    This script will get you banned + has no anti randoms

    if your gunna use it use it on Chickens or something that wont kill you normally...


    ive fixed it a bit and made it so it kills chickens

    SCAR Code:
    {{{--------{{{{{{{{/\{{{{{{{{ |  / {{{{{ |----- {{{{{/---\{{{{|   |{{--------{{
    {{{{{ | {{{{{{{{{{/  \{{{{{{{ | /  {{{{{ |      {{{{/     \{{{|   |{{{{{|{{{{{{
    {{{{{ | {{{{{{{{{/----\{{{{{{ |/   {{{{{ |----- {{{|       |{{|   |{{{{{|{{{{{{
    {{{{{ | {{{{{{{{/      \{{{{{ |\   {{{{{ |      {{{{\     /{{{|   |{{{{{|{{{{{{
    {{{{{ | {{{{{{{/        \{{{{ | \  {{{{{ |----- {{{{{\---/{{{{{\-/{{{{{{|{{{{{}






    program Autofighter;
    {.include SRL\SRL.scar}
    {.include SRL/SRL/skill/Fighting.scar}

    var
    x, y, z: Integer;

    // Setup
    const
    ChickenColor1 = 857704; // change if you need to
    ChickenColor2 = 3430256; //change if you need to
    ChickenColor3 = 4897230;//change if you need to
    AttStyle = 1;
    //~~~~~~~~~~~~~~~~~~~~~~~~~~~//
    //Anti-ban and randoms       //

    procedure AntiRandoms;
    begin

      FindNormalRandoms;
    end;


    procedure AntiBan;
    begin

      case (Random(30)) of
        1: RandomRClick;
        5: HoverSkill('Woodcutting', False);
        5: HoverSkill('Smithing', False);
        11: RandomMovement;
        15: BoredHuman;
        21: DoEmote(400 +Random(90));
        24: PickUpMouse;
        27: begin
             Gametab(1 + Random(12));
             Wait(3000 + Random(2000));
             Gametab(4);
            end;
        30: SleepAndMoveMouse(3600);
      end;
    end;

    procedure KillChicken;
    begin
    if findcolortolerance(x, y, ChickenColor1, 0, 0, 700, 500, 5) or
    findcolortolerance(x, y, ChickenColor2, 0, 0, 700, 500, 5) then
    begin
    Mouse(x ,y, 5, 5, false)
    AntiRandoms;
    AntiBan;
    wait(200+random(100))
    if not ChooseOption('ttack') then Exit;
    Flag;
    AntiBan;
    AntiRandoms;
    wait(3000+random(3000))
    end;

    begin
    wait(2000+random(1000))
    KillChicken;
    until(false)
    end.

    enjoy if you update using this add me to creds
    IM BACK!!!!!!!!!!!!!!!!!

  7. #7
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    This script is a year old. No wonder why it didn't work dude, it's outdated...
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  8. #8
    Join Date
    May 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    downloading now, I'll see how this goes
    ty

  9. #9
    Join Date
    Sep 2008
    Location
    Aussie mate
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by lolkill View Post
    downloading now, I'll see how this goes
    ty

    Its outdated if you read other peoples posts

    I think this was leeched from Rs101 or something because its name at top isnt his user? or he just made a diff username?
    IM BACK!!!!!!!!!!!!!!!!!

  10. #10
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is outdated and needs heaps of work, if it yours nice try for first script and if its not yours why did you leech something shit..

  11. #11
    Join Date
    Sep 2008
    Location
    Aussie mate
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Probably looked for sumthing ancient so people would think was his..and it wouldnt be his cuz most tuts on here wouldnt have it
    IM BACK!!!!!!!!!!!!!!!!!

  12. #12
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. THE new autofighter NX
    By HayHay89 in forum News and General
    Replies: 13
    Last Post: 08-10-2008, 03:11 AM
  2. Autofighter
    By mistak in forum OSR Help
    Replies: 5
    Last Post: 05-17-2008, 05:10 PM
  3. autofighter
    By Bonfield in forum RS3 Outdated / Broken Scripts
    Replies: 43
    Last Post: 08-27-2007, 10:04 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
  •