Results 1 to 6 of 6

Thread: Mouse

  1. #1
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Mouse

    Code:
      if (smooth) then
      begin
        MMouse(mousex, mousey, ranx, rany)
        GetMousePos(b, c);
        HoldMouse(b + 1, c, left);
    Shouldn't there maybe be a wait before clicking?
    Code:
      if (smooth) then
      begin
        MMouse(mousex, mousey, ranx, rany)
    Sleep(50+Random(100));
        GetMousePos(b, c);
        HoldMouse(b + 1, c, left);

  2. #2
    Join Date
    Jul 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That seems like it would make it less detectable, since jagex monitors clicks, and how close together they are..

  3. #3
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    instead of sleep, change it to wwait, a procedure by fakawi that adds 10% of the time to the normal you give it, so be like.. wwait(15+Random(100)); That should work good..

  4. #4
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL! WWait() is a wait that also moves mouse, so if it moves the mouse, it gets the coordinates of the current position and right clicks, which could not the be specified coords.

  5. #5
    Join Date
    Feb 2006
    Location
    New Zealand
    Posts
    1,330
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think this has already been added. I talked to bebe about it.

  6. #6
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't see anything in MMouse or Mouse

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I'm a Mouse!
    By mickeymouse in forum Who Are You ? Who ? Who ?
    Replies: 3
    Last Post: 12-12-2008, 04:21 PM
  2. mouse help.
    By Junior in forum OSR Help
    Replies: 9
    Last Post: 02-04-2007, 09:24 PM
  3. [REQ] Mouse in box
    By Boreas in forum OSR Help
    Replies: 8
    Last Post: 11-20-2006, 01:50 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
  •