Results 1 to 2 of 2

Thread: add

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

    Default add

    ok, how wud i add the position llock script with the fight?

    ((fight)))

    const
    GuardColor = 7159865;
    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(300 + random(300));
    end;
    end;


    begin
    setupsrl;
    mousespeed := 13;
    repeat
    FindGuard;
    until(False);
    end.


    (((position lock))))

    Program WhyTheFDoYouNeedThis;
    Const
    CoordX = ;
    CoordY = ;
    Begin
    Repeat
    ClickMouse(CoordX, CoordY, True);
    Wait(500);
    Until(IsFKeyDown(3));
    End.

  2. #2
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Dude your postition lock thing gets you banned in no time! Use Mouse..

    And what does it even got to do with fighting? You need to tell what you mean by position locking...

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
  •