Results 1 to 8 of 8

Thread: auto fighter

  1. #1
    Join Date
    Sep 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default auto fighter

    hey all, just wondering if this script is outdated. how can i find out if it is outdated? please tell me, newbie scripter here
    SCAR Code:
    program AutoFighter;

    /////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    //BY;Drunkenoldma                                                           \
    //You May need to edit line 32                                                \
    //This Is a simple "AutoFighter"                                              \
    // I recommend watching it every 5-10 minutes because there is not antirandoms\
    // Please comment.                                                             \
    /////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

    var

    i,x,y: Integer;

    const

    /////////////////////////Setup\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                                                                //
    MonsterColor1 =3229768; {Enter first Monster Color Here}    //
    MonsterColor2 =3229768; {Enter second Monster Color Here}   //
    MonsterColor3 =3229768; {Enter third Monster Color Here}    //
    MonsterKillCount =100;   {how many monsters to kill}        //
    ////////////////////////EndSetup\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

     begin
    repeat
    i:= i + 1
    if (FindColor(x,y,MonsterColor1,0,0,515,336))
    or (FindColor(x,y,MonsterColor2,0,0,515,336))
    or (FindColor(x,y,MonsterColor3,0,0,515,336)) then
      begin
        MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
        Wait(123+random(10));
        ClickMouse(x,y,true);
        wait(20000); {how many second you want to wait between each click}
      end;
    until i = MonsterKillCount
    end.

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Umm, easy its only like 70 lines . haha but if you want to know if a script is outdated, look for key things like

    SCAR Code:
    MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);

    or

    SCAR Code:
    ClickMouse(x,y,true);

    Very bannable procedures, also, theres no antirandoms/antiban. Finally, its by DrunkenOldMa, who hasnt been active in quite some time.
    “Ignorance, the root and the stem of every evil.”

  3. #3
    Join Date
    Sep 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    alright, thanks. gunna search the web looking for scripts because cant get 10 posts to become jun memb or maybe ill try to make my own script.

  4. #4
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    er getting 10 posts is easy, run some peoples scripts , and give them constructive feeback on how it goes. Making your own script however, is the best aternative, as its fun (for me anyways) and it will make you understand scar more completley and, and if your good at scripting, you can become a member
    “Ignorance, the root and the stem of every evil.”

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

    Default

    Im having a hard time finding other ways to click the mouse at a certain co ordinate other than clickmouse or movemouse. Could you tell me were to find the srl commands? im trying to make a script of my own but its very hard when i cant move the mouse lol. I posted this here insted of a help place because it looks like both me and him are trying to make a script but dont know the undetectible functions. Thanks alot man

  6. #6
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Just open SCAR->Help->SRL Manual, or press F1 for SCAR Manual.
    ~Eerik~

  7. #7
    Join Date
    Aug 2008
    Posts
    196
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ooooooooooo Ok lol thanks. The srl manuel is really nice

  8. #8
    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. Replies: 5
    Last Post: 12-20-2007, 09:46 PM
  2. Need auto fighter
    By deivas in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 06-30-2007, 03:51 PM
  3. my auto fighter
    By scarscaper4life in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 09-02-2006, 02:39 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
  •