Results 1 to 4 of 4

Thread: clickmouse

  1. #1
    Join Date
    Dec 2006
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default clickmouse

    This function I was just warned about.
    I was told that it clicks inhumanly fast and what exactly I mean by this is;

    TUTORIAL ON HOW YOU CLICK A MOUSE

    hold the left mouse button down
    wait an INFANTESSIMALLY(don't know how to spell that) small amount of time
    let go of the mouse button

    This stimulates a click

    I was warned that the time this function clicks the mouse is far shorter than that which you can click in real life and Jagex can detect this :S

    I will continue to wait until I get a deffinate answer as to whether it is a random time to hold the mouse click down other than that all replies are very welcome

    Thanks all your always great helps

    Norrisemoe

  2. #2
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Just use SRL and the Mouse and MMouse functions.
    :-)

  3. #3
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Just use this procedure :

    SCAR Code:
    {*******************************************************************************
    procedure Mouse(mousex, mousey, ranx, rany: Integer; left: Boolean);
    By: Mutant Squirrle, with a small fix by hy71194
    Description: Moves then clicks mouse.
    *******************************************************************************}

    You will need to include SRL though :

    SCAR Code:
    {.include SRL/SRL.scar}

    It clicks exactly like you want it to, it moves humanly, and clicks while holding a small amount of time...

    If this wasn't your answer tell me .

    For example, this will click humanly at the Main Screen down right corner

    SCAR Code:
    Mouse(MSX2,MSY2,0,0,true);

    MSX2 : is the X position of the down right corner

    MSY2 : is the Y position of the down right corner

    0 : the randomness to add to the click (in pixels) on X axis

    0 : same as the first 0 but for the Y axis

    true : left click, false : right click


    I hope you understand...

  4. #4
    Join Date
    Dec 2006
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Completely!!! Thanks all loads

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MoveMouse, Clickmouse, Sendkeys isn't safe for RS?
    By RuneItBack2Front in forum OSR Help
    Replies: 4
    Last Post: 11-29-2008, 10:33 PM
  2. ClickMouse - how du i usse
    By Zezi in forum OSR Help
    Replies: 7
    Last Post: 04-20-2008, 04:20 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
  •