Results 1 to 4 of 4

Thread: I really need to know this mouse function

  1. #1
    Join Date
    Jan 2008
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default I really need to know this mouse function

    Hi all!

    I already know that mouse options are not for runescape, because the'll banned you inmediatly, buy I want to know If there is any code for moving the mouse clicked to one place to another. I don't know how to express it better.
    Thanks a lot
    Sacco

  2. #2
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    use mmouse9(x,y,ranx,rany) to move and mouse(x,y,ranx,rany,leftclick) to move and click

  3. #3
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    I think he's asking how to drag (a mouse click), in which case you would use
    SCAR Code:
    MoveMouse(x,y);
    HoldMouse(x, y,True);
    MoveMouse(a,b);
    ReleaseMouse(a,b,True);
    This would move the mouse to position x,y then left click drag it to a,b before letting it go (note: you probably shouldn't use this in runescape as it doesn't look like it has been updated in SRL and you would have no use for it anyway).
    I just used movemouse as the other 2 procedures aren't SRL, but feel free to use MMouse instead of them.

  4. #4
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Just use Mmouse and Mouse They have random movings included.
    Eerik.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mouse function not working?
    By ttugamer in forum OSR Help
    Replies: 3
    Last Post: 02-01-2009, 09:43 PM
  2. Function (Mouse) Help! Too Slow
    By flamingvenom in forum OSR Help
    Replies: 2
    Last Post: 09-24-2008, 12:12 PM
  3. Trouble with mouse function...
    By 0wn 4 skill in forum OSR Help
    Replies: 16
    Last Post: 07-05-2008, 11:39 AM
  4. Help W/ Mouse Function
    By mysticalman in forum OSR Help
    Replies: 5
    Last Post: 02-25-2008, 10:15 PM
  5. Split the Mouse Function in SRL
    By xxlegitxx in forum OSR Help
    Replies: 13
    Last Post: 09-13-2007, 09:38 PM

Posting Permissions

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