Results 1 to 4 of 4

Thread: [RSC-Autofighter] - Not good, but works

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

    Default [RSC-Autofighter] - Not good, but works

    Hi there, people.

    I have an autofighter script, but it's "very" easy, and it's not working good. But maybe someone here that know how to script, want to rebuilt it to a better version?

    As least, I just post it and u can do what you want with it.

    program Whackadawngz;
    //Setup-------------------------------------------|
    const // |
    MonsterColor=1331368; // |
    //End of setup------------------------------------|
    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
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    huh you have monster color as a const and you dont even use that in your script? ;D

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

    Default

    Quote Originally Posted by antti mies View Post
    huh you have monster color as a const and you dont even use that in your script? ;D
    This is not my script, and I have absolutely no idea ;b

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

    Default

    Dont post things that aren't yours please. Its too simple to even work that well. Closed.

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
  •