Results 1 to 8 of 8

Thread: [help] a generic autoclicker

  1. #1
    Join Date
    Jan 2017
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default [help] a generic autoclicker

    Hello!

    I'm new here and was looking for just a basic autoclicker. It'd have to click fast and no need for any fancy anti bans so just rapid clicking. I tried searching for one but couldn't find at least a working. Yes I am lazy can't really be bothered to learn scripting just for one simple script. Help would be much appreciated.

    P.S Garys wont do cause i'd prefer being able to autoclick on multiple accs.

  2. #2
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Code:
    repeat
      mouse(x, y, randomX, randomY, mouse_left); //srl6
      wait(randomrange(time1, time2));
    until false;

  3. #3
    Join Date
    Jan 2017
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Any chance for a bit further details? What else do I put on the simba? I'm completely new. Also how do I get the coordinates where I'd like to click on.

  4. #4
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

  5. #5
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Does it have to be written in Simba? If not, Gary's Hood has worked for many years.

    Edit: I can't read. Ignore me.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  6. #6
    Join Date
    Jan 2017
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    This is more complicated I thought it'd be sigh. Is it even possible to have it autoclick in the background while I still use my own mouse for other stuff on pc.
    Last edited by aww yiss; 01-20-2017 at 06:17 PM.

  7. #7
    Join Date
    Jan 2017
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    program Autoclicker;
    {$define SMART}
    {$i srl-6/srl.simba}

    procedure autoType;
    begin
    SetupSRL;
    repeat
    mouse(1201,415, mouse_left); //srl6
    wait(randomrange(100, 100));
    until false;
    end


    This is what ive worked out so far, isnt working however.

  8. #8
    Join Date
    Jan 2017
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    No more help needed thank you all.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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