Results 1 to 3 of 3

Thread: idling, random clicking

  1. #1
    Join Date
    Aug 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default idling, random clicking

    hi, is there a way to make the script randomly click around from time to time in a certain area? (about 1 click every 5-10 seconds)

  2. #2
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Simba Code:
    repeat
      Mouse(...., mouse_Left);
      wait(RandomRange());
    until false;
    If you are using this for official RS, adding more advanced antibans would be much safer.

  3. #3
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    where exactly does it need to click? I can make a simple script for you if you want, just tell me where in the screen it needs to click or send me a screenshot or something.
    You have permission to steal anything I've ever made...

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
  •