Results 1 to 4 of 4

Thread: AntiBan - Hoverskill

  1. #1
    Join Date
    Nov 2011
    Location
    Jozi, South Africa
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Smile AntiBan - Hoverskill

    My mouse when running the Hoverskill from antiban.simba only briefly flits over to the selected skill, then immediately darts away without holding briefly as if to 'read' the XP - ie no wait period.

    I don't recall this being a problem before, so it's happened fairly recently. Anyway, I added in a wait here to fix it. ...

    Simba Code:
    if(Click)then
      begin
        Mouse(TP.X, TP.Y, 10, 10, mouse_left);
        Wait(3000+Random(3000));
        CloseWindow;
      end else
      begin
        MMouse(TP.x, TP.y, 10, 10);
        Wait(1000+Random(1000));    //The added wait
      end;

    Can one of the fundis commit this back into antiban.simba ?
    Ciao
    NM

  2. #2
    Join Date
    Nov 2011
    Posts
    232
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    I've noticed it too a while back when I modded Narcle's Fast Fighter to include this in its antiban. However, I do remember it working back when I was using YoHoJo's PMS (about a month ago now) so....

  3. #3
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Committed for the next version, thanks.

  4. #4
    Join Date
    Nov 2011
    Location
    Jozi, South Africa
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No problem.
    Ciao
    NM

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
  •