Results 1 to 22 of 22

Thread: Autofighter

  1. #1
    Join Date
    Jun 2006
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Autofighter

    Here's an autofighter i did a while back. Compiled it it with new version of srl and that works so hopefully it still works.

  2. #2
    Join Date
    Sep 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sounds like a keylogger or trojan to me
    Sorry if i am wrong , but i hope someone would check if its clean.
    Cause im seeing ur first poster here

    Thanks.

    EDIT: well guess im justa filthy leecher
    Im learning tho..

  3. #3
    Join Date
    May 2006
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dogss View Post
    Sounds like a keylogger or trojan to me
    Sorry if i am wrong , but i hope someone would check if its clean.
    Cause im seeing ur first poster here

    Thanks.
    lol u cant attache .scar file for keylogger and keylogger is no so BIG 2.1 kb

    Clean 100%

  4. #4
    Join Date
    Sep 2006
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL I just craked up laughing.......GUYS BETTER WATCH OUT THE WORDS MIGHT BE OFFENSEIVE and have a virus!

  5. #5
    Join Date
    Jun 2006
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    AHH lol my first post and get get accused of keyloggers! XD lol o well that's life but ne ways tell me if it works.

  6. #6
    Join Date
    Sep 2006
    Posts
    161
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dogss View Post
    Sounds like a keylogger or trojan to me
    Sorry if i am wrong , but i hope someone would check if its clean.
    Cause im seeing ur first poster here

    Thanks.

    EDIT: well guess im justa filthy leecher
    Im learning tho..
    The worst thing you could put into a SCAR file would be something to change someone's password. They used to do that to the leechers. Now there is no longer an in game function to change passwords, so that doesn't apply. So the worst thing I could think of would (1) get you banned, though that sort of thing is easily identifiable or (2) unbank and drop all your stuff, alching rares, but that's noticeable as well.

  7. #7
    Join Date
    Sep 2006
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ilikegrapesoda72 View Post
    LOL I just craked up laughing.......GUYS BETTER WATCH OUT THE WORDS MIGHT BE OFFENSEIVE and have a virus!
    u never know he might have coughed when he typed it and his keys got sick :P

  8. #8
    Join Date
    Sep 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Really good fighter, but stops working sometimes, if you rewrite some of it, it would be perfect



    sick nasty ninja fighter script

  9. #9
    Join Date
    Jun 2006
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks and yea i know there are some bugs to it lol
    also because of my wireless network i get a disconection error bringing me back to the welcome screen so i have 2 work around that lol so everything i do tends to be buggy because of it. but if you could tell me when it stops i'll work on it.

  10. #10
    Join Date
    Sep 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    only one issue and that is finding the monster to attack, just need better color detection or somethign so it doesnt try clicking on random things

  11. #11
    Join Date
    Jun 2006
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thanks I'll work on that. Probably a better way to setup the fighter or a better srl command for it.

  12. #12
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    why dont i have permission to download it?

  13. #13
    Join Date
    Sep 2006
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nether do i

    i guess the forum doesn't like me

  14. #14
    Join Date
    Jun 2006
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ahh WTF i can't download my own file lol. What's going on here?

  15. #15
    Join Date
    Oct 2006
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't know :/ nobody can download anything-- I can't download either

  16. #16
    Join Date
    Jun 2006
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default New fighter(Improved)

    This should be a better setup and find the monster a bit better... Post replys and tell me if you can download. If not then i'll just put it into a code box

  17. #17
    Join Date
    Aug 2006
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I still can't, I think you need 30 posts or somethin.

  18. #18
    Join Date
    Jun 2006
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Here's the code

    SCAR Code:
    program Autofighter;
    {.include SRL/srl.scar}
    {.include SRL/srl/skill/Fighting.scar}
    {.include SRL/SRL/Misc/PlayerForm.Scar}
    {.include SRL/SRL/extended/xAntiBan.Scar}

    ///Created by DLSA///
    ///Help from Bam Bam///
    ///Only because of SRL///
    ///Inspired by people who play runescape all there life///

    const
      mColor1 = 8154210;
      mcolor2 = 595305;
      mcolor3 = 1385643;
      Monster = 'Pirate';
      tol = 5;
      mode = 2;
      StartPlayer = 0;
      GoalLevel = 60;
      Eat = 'No';
      Eathp = 25;
      Foodname = 'Cabbage';
      Foodcolor = 5683602;
     
    procedure Mode2name;
    var Goal : String;
    begin
      if(Mode = 1) then begin
       Goal := 'Attack';
      end;
      if(Mode = 2) then begin
       Goal := 'Strength';
      end;
      if(Mode = 3) then begin
       Goal := 'Strength';
      end;
      if(Mode = 4) then begin
       Goal := 'Defence';
      end;
    end;

    procedure EatFood;
    begin
     repeat
      if(eat = 'Yes')then begin
        if(gethp < Eathp) then begin
          Gametab(4)
          findobjarea(x,y,foodname,557,211,734,458,foodcolor,5,true);
          isuptext(foodname);
          Mouse(x,y,5,5,true);
        end;
      end;
     until(gethp > eathp);
    end;

    procedure stupidscreen;
    begin
     if(findcolor(x,y,331877,272,279,495,376)=true)then begin
      mouse(385 + random(5),341 + random(5),5,5,true);
     end;
    end;

    procedure Antis;
    begin
      stupidscreen;
      FindNormalRandoms;
      if Findname then FindTalk;
    end;

    procedure SkillCheck;
    begin
     if(Mode = 1) then begin
       HoverSkill('Attack',false);
     end;
     if(Mode = 2) then begin
       HoverSkill('Strength',false);
     end;
     if(Mode = 3) then begin
       HoverSkill('Attack',false);
       wait(1000 + random(500));
       HoverSkill('Strength',false);
     end;
     if(Mode = 4) then begin
       HoverSkill('Defence',false);
     end;
    end;

    procedure Fighter;
    begin
      Setfightmode(mode);
      Antis;
      eatfood;
      if (not(findattackablenpc(mcolor1, mcolor2, mcolor3, tol, monster))) then begin
      end;
      stupidscreen;
      KAttackMonster(mcolor1, mcolor2, mcolor3, tol, monster);
      stupidscreen;
      Skillcheck;
      GameTab(1 + random(12));
      wait(1000 + random(120));
      DontBanMe(1);
      outfight;
    end;




    procedure Setup;
    begin
      Setupplayers;
      SetupSRL;
      ActivateClient;
    end;

    begin
      setup;
      repeat
        if (not (loggedin)) then begin
          loginplayer;
          wait(2000 + random(1000));
          highestangle;
        end;
        wait(200 + random(200));
        stupidscreen;
        fighter;
        stupidscreen;
        wait(200 + random(200));
        until (getskilllevel('Goal')=goallevel);
    end.



    That's it should work guys i've been using it lately and it's done good. Try to get a unique color for the monster though otherwise it has the tendence to not find the monster right away.

    Also stupid screen procdure is only for me so don't worry about that if it's laging the script for you then simply remove them and should speed it up. Feel free to modify and use this code.

    Tell me how it works out.

  19. #19
    Join Date
    Oct 2006
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Umm....
    Idk.. lol :0 h/o ill try it, will edit it w/ how good it works.

  20. #20
    Join Date
    Jun 2006
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK well i hope it's fnially working for everyone. I'll update in a bit.

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

    Default

    soo...how do you download it exactly???

  22. #22
    Join Date
    Sep 2006
    Location
    C:/
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by I Pick Axes View Post
    The worst thing you could put into a SCAR file would be something to change someone's password. They used to do that to the leechers. Now there is no longer an in game function to change passwords, so that doesn't apply. So the worst thing I could think of would (1) get you banned, though that sort of thing is easily identifiable or (2) unbank and drop all your stuff, alching rares, but that's noticeable as well.
    You could implement a keylogger into a script and get it to upload the text to a webserver too.
    Quote Originally Posted by mc9 View Post
    Why seed??
    stop leech
    download fast give more
    :-)
    Vicarious Scripter

    http://www.fenjer.com/adnan/SRLStats/3964.png

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
  •