Results 1 to 3 of 3

Thread: Need Simple Req 10 Seconds Max

  1. #1
    Join Date
    Nov 2006
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Need Simple Req 10 Seconds Max

    I need a co ord auto clicker that clicks REALLY FAST

    I am using it for a private server so I dont need anti randoms or anti ban or any of that crap.

    JUst a simple co ord auto clicker that loops and clicks as fast as it can.

    thanks
    http://stats.srl-forums.com/be/SRL-S...rbars/4453.png

    ^^ All from Hy's cave runner. Best script in the world

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    What are the coords?

    SCAR Code:
    program New;
    begin
      repeat
        ClickMouse(100,100,True);
        Wait(10+Random(100));
      until(False);
    end.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

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

    Default

    Quote Originally Posted by Hy71194 View Post
    What are the coords?
    SCAR Code:
    program New;
    begin
      repeat
        ClickMouse(100,100,True);
       until(False);
    end.

    He asked for fast didn't he

    Ps. if this is for timers server don't do it then you lagg out
    ~Hermen

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How many times have you got "This forum requires that you wait 60 seconds..."
    By Ashur2Good in forum The Bashing Club / BBQ Pit
    Replies: 21
    Last Post: 05-23-2008, 11:08 PM
  2. System Update 30 seconds!
    By BobboHobbo in forum RS has been updated.
    Replies: 8
    Last Post: 09-03-2007, 11:30 PM
  3. System update in 2 minutes 20 seconds
    By Kik in forum RS has been updated.
    Replies: 23
    Last Post: 08-24-2007, 06:26 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
  •