Results 1 to 3 of 3

Thread: request: auto alcher/clicker!!

  1. #1
    Join Date
    Feb 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    request: auto alcher/clicker!!

    just a simple auto clicker or alch that clicks with the set time

    ive downloaded 1 but u can only set whole numbers so it takes like 2 times as long as the real clicking

  2. #2
    Join Date
    Feb 2006
    Location
    gmail messnger--evilkukka@gmail.com
    Posts
    272
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    fine ill write one now
    Code:
    program autoclicker;
    {.include SRL/SRL.scar}
    
    const
      interval=1000;//tme to wait between clicks in milliseconds(1000=1second)
      howmanyclicks=1000;//times to click
    
    var
      i,x,y : integer;
    
    begin
      setupsrl;
      writeln('script made by HISTORY for the_owner');
      repeat
        GetMousePos(x,y);
        Mouse(x,y,1,1,true);
        wait(interval+random(200));
        i:=i+1;
      until(i=howmanyclicks)
    end.
    <SmarterC> mixster: The only reason so many people are homosexuals

  3. #3
    Join Date
    Feb 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry mate it does not work :S

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. {Request} RS P Server Auto Alcher
    By 345138 in forum News and General
    Replies: 5
    Last Post: 10-23-2008, 05:58 PM
  2. AbsTrACt Auto Alcher! The Ultimate Alcher!
    By AbsTrACt'^.| in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 05-24-2008, 05:52 PM
  3. request- auto clicker/alcher
    By P1nky in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 02-18-2007, 11:16 AM

Posting Permissions

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