Results 1 to 6 of 6

Thread: about the silent mouse

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

    Default about the silent mouse

    every time I turn it on
    the click mouse doesn't seem to work right

    I guess it clicks too fast

    originally I had
    hold mouse and release mouse together

    well that didn't work
    so I changed it to click mouse
    but that only works SOME of the time
    I can see the mouse is trying to click because the button gets
    highlighted
    but it only lasts for such a brief time i can't make it click everytime!
    how do I fix it?

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You need to use the mouse functions out of the srl libery

    MMouse(x,y,randomx,randomy);//to move random for random pixel add
    Mouse(x,y,randomx,randomy,true); true to left click false to right click
    //randomx and randomy haves to be a integer like 3 or 2 or 4 make it not higher then 5

    Note:
    TURN SILENT MOUSE OFF
    ~Hermen

  3. #3
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    First of all, don't use Silent Mouse, it WILL get you banned.

    To get a more average speed one:

    Include SRL and use:

    SCAR Code:
    Mouse(x, y, randomx, randomy, true/false);
    x, y is where to click, randomx and randomy are how much randomness can be added to the coordinates(3-5 should be good). True/False means true for left click false for right click.

    Or
    SCAR Code:
    MMouse(x, y, randomx, randomy);

    Same idea but without clicking.

    And put SetupSRL; before your loop so lets say your loop looks like this(with not all the stuff in it):
    SCAR Code:
    begin
      SetupSRL; {<-- put it before the repeat, or the first line of the begin with no procedure/function title}
      repeat
      until(False);
    end.

    For more read the tutorials in beginner section. *cough* my siggy has a link to mine *cough*

    EDIT: Hermpie beat me... but mine explains more

  4. #4
    Join Date
    Apr 2008
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    who said I'm using silent mouse for rs

    but
    my scar is the 2.03 version...
    does the library work on it?
    if not
    I'll upgrade to 4 but
    which include do I use?
    I just need it to click on the same spot over and over again while I go
    find music on youtube

  5. #5
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The link which will solve all your problems


    EDIT: For not on rs, use ClickMouse without silent mouse. But setting it up is still useful for later on.

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

    Default

    so I do have to upgrade....darn
    it doesn't have OSi include on the new version
    i hate it >= (
    on well thanks guys
    "you were most helpful!" - omi

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Silent Mouse
    By xia1295 in forum News and General
    Replies: 16
    Last Post: 01-07-2008, 11:36 PM
  2. SILENT Mouse
    By Lt Mays in forum OSR Help
    Replies: 17
    Last Post: 12-03-2007, 05:36 PM
  3. silent mouse
    By zenma in forum OSR Help
    Replies: 2
    Last Post: 08-19-2007, 12:15 AM
  4. Silent Mouse.
    By ShawnjohnSJ in forum News and General
    Replies: 16
    Last Post: 04-30-2007, 11:07 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
  •