Results 1 to 9 of 9

Thread: fighter

  1. #1
    Join Date
    Jun 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default fighter

    hey my friend zenma made this script but he had to go out to eat and wont b back till morrow so cud sum1 add usmthing to this script for me

    program New;
    {.include srl/srl.scar}



    const
    GuardColor = 929404;
    Function FindGuard: Boolean;
    var
    x,y: integer;
    begin
    if findcolortolerance(x,y,GuardColor,0,0,511,328,10) then
    begin
    result := true;
    mouse(x,y,5,5,true);
    wait(100 + random(200));
    writeln('Found monster');
    end;
    end;


    begin
    setupsrl;
    mousespeed := 13;
    FindGuard;
    end.

    ((can u add repeat into it))
    ((and can u make it w8 like 3-4 seconds in between attacks?? i

  2. #2
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    are you trying to just test it or are you actually thinking about using it?

    I would advise you to not use this script due to the fact that there is no multiplayer, failsafes, antirandoms, antiban, or much of anything really...

    But ask and you shall receive...

    SCAR Code:
    program New;
    {.include srl/srl.scar}



    const
    GuardColor = 929404;
    Function FindGuard: Boolean;
    var
    x,y: integer;
    begin
    if findcolortolerance(x,y,GuardColor,0,0,511,328,10) then
    begin
    result := true;
    mouse(x,y,5,5,true);
    wait(100 + random(200));
    writeln('Found monster');
    wait(3000 + random(1000));
    end;
    end;


    begin
    setupsrl;
    mousespeed := 13;
    repeat
    FindGuard;
    until(False);
    end.
    METAL HEAD FOR LIFE!!!

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

    Default

    once agian
    this is for a runescape classic private server
    dont have to worry about random and it been human or anything
    ok

  4. #4
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    your welcome...
    METAL HEAD FOR LIFE!!!

  5. #5
    Join Date
    Jun 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ooo i didint no u wur done
    THANK U SOOO MUCH

  6. #6
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    heh its no prob, thought you were just being ungrateful for my whole 2 lines of code i put in ffs

    good luck with RSC autoing
    METAL HEAD FOR LIFE!!!

  7. #7
    Join Date
    Jun 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    na i wasnt i thought u wur gonna do more cuz u thought it was for rs2 with no randoms
    thxs

    this script is all i need lol jus change the color

  8. #8
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    yepo just take the script i posted and pick the color and have at it!
    METAL HEAD FOR LIFE!!!

  9. #9
    Join Date
    Jun 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey

    is there a way to add it so if sum1 else is fighting it looks for a new 1?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Fighter
    By alias66 in forum OSR Help
    Replies: 10
    Last Post: 02-27-2009, 02:20 AM
  2. Cut em2 it and U L T R A auto-fighter!!!
    By Raskolnikov in forum RS3 Outdated / Broken Scripts
    Replies: 33
    Last Post: 01-17-2008, 03:59 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
  •