Results 1 to 3 of 3

Thread: RSC - Autofighter

  1. #1
    Join Date
    Nov 2009
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RSC - Autofighter

    Made by me, and it works.

    Enjoy

    program made by manjax;
    const // |
    MonsterColor=234; // |
    var
    x,y: Integer;
    begin
    repeat
    if(findcolor(x,y,234,145,117,651,445))then
    begin
    ClickMouse(x, y, True);
    Wait(1500);
    end;
    until (False);
    end.

  2. #2
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Wow, this wouldn't even compile, let alone work for more then 15 seconds!

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •