Results 1 to 18 of 18

Thread: [RBA] AutoFighter v0.42

  1. #1
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [RBA] AutoFighter v0.42

    [RBA] AutoFighter!
    Fights Any Monster And Eats Most Food


    V0.42 First Release VERY BUGGY crap codding and standards but i am going to fix all this in later releases

    Features
    AntiBan - Antiban Ammount Choices
    AntiRandoms #REV 6 for the new ones.
    Bone Picking And Burying
    A sexy form
    Eats All Fish!
    A Crap Fighting Procedure
    FIRST VERSION RELEASE

  2. #2
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Add the script please?

  3. #3
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I left my name & pass last minuet changes ftw

    please dont take the piss out of my code im trying here its beta

  4. #4
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL, kay, Im your first tester!

  5. #5
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks man very buggy tho

  6. #6
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Procedure SetUp;
    Begin
      If Not LoggedIn Then LoginPlayer;
      Begin
      Writeln('You Are Using RudeBoisAutoFighter Have Fun');
      Wait(750);
      ClearDebug;
      Writeln('Post Proggies Please');
      DeclarePlayers;
      End;
    End;
    Need To Declare Players Before doin
    If Not LoggedIn Then LoginPlayer;
    so...

    SCAR Code:
    Procedure SetUp;
    Begin
      DeclarePlayers;
      If Not LoggedIn Then LoginPlayer;
      Begin
      Writeln('You Are Using RudeBoisAutoFighter Have Fun');
      Wait(750);
      ClearDebug;
      Writeln('Post Proggies Please');
      End;
    End;

    [EDIT]No Need for
    SCAR Code:
    FindFastRandoms;
    because
    SCAR Code:
    FindNormalRandoms;
    Handles it all and it Fasssssssttttttttter than ever, even
    SCAR Code:
    FindFastRandoms;
    [/EDIT]

    [EDIT2]
    SCAR Code:
    Procedure ProgressReport;
    Begin
      Writeln('"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"');
      Writeln('           R U D E B O I A L E X S A U T O F I G H T E R           ');
      Writeln('"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"');
      Writeln(' - Worked For ' + TimeRunning + '                                  ');
      Writeln(' - Killed ' + IntToStr(Kills) + ' Enimies                          ');
      Writeln(' - Ate ' + IntToStr(Ate) + ' Food                                  ');
      Writeln('"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"-"');
      SrlRandomsReport;
    End;
    , you never call it... lol [/EDIT2]

    More to come, possibly..

  7. #7
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thanks man

  8. #8
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Np, Ill keep looking

    EDIT: Talk on MSN ok?

  9. #9
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok and thanks for being helpfull

  10. #10
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    meh, i guess i will test later

  11. #11
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No Need for FindFastRandoms;
    because FindNormalRandoms; Handles it all and it Fasssssssttttttttter than ever
    I don't know is it about my computer or... it took me aproch 5.6-5.8 sec all the time...but maybe is it only about the computer.... 2 GHZ, some 370 RAM, 64 integred video card...
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  12. #12
    Join Date
    Sep 2007
    Posts
    284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    will test.. hopefully itll work.. barely any autofighters work for me

    Successfully compiled
    SRL Compiled in 16 msec
    [Runtime Error] : Out Of Range in line 354 in script C:\Program Files\SCAR 3.12\Scripts\[RBA] Autofighter v0.42.scar
    whats with this?
    99 Str from Hy's Fight Cave Runner
    http://www.stats.srl-forums.com/sigs/2760.png

  13. #13
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This one does not work atm im fixing up alot of things

  14. #14
    Join Date
    Sep 2007
    Posts
    284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh i.c alright just post when its ready
    99 Str from Hy's Fight Cave Runner
    http://www.stats.srl-forums.com/sigs/2760.png

  15. #15
    Join Date
    Jan 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll test it out too

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

    Default

    yep i help u to test and post proggy too

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

    Default

    Failed when compiling
    Line 247: [Error] (1102:11): Unknown identifier 'ScanExactMinimapD' in script C:\Program Files\SCAR 3.12\includes\SRL/SRL/Core/Color.scar

    Using scar 3.12 divi and SRL version 400

  18. #18
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It Dont Work Dont Use Until I Update Soon

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
  •