[SRL4] AutoClicker

Discussion in 'RuneScape Scripts' started by -------owned-------, Sep 20, 2007.

Thread Status:
Not open for further replies.
[SRL4] AutoClicker
  1. Unread #21 - Nov 4, 2007 at 4:02 PM
  2. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    [SRL4] AutoClicker

    No problem. :D
     
  3. Unread #22 - Nov 7, 2007 at 3:31 PM
  4. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    [SRL4] AutoClicker

    try this no srl needed :D


    Code:
    {
    Time usage recomendation: as long as you want
    Class of script: AutoClicker
    Complexity 1-10: 1
    Bugs: None
    Notes: I dont expect you to love this, but i just figured, why not.
    
    .Script Info:
    # ScriptName  = Clixer
    # Author      = GMK
    # Description = Simply clicks in one place for you repeatedly
    # Version     = 1.0
    # Date        = November 6th 2007
    # Comments    = Simple.Short.Enjoy.
    /Script Info}
    
    program Clixer;
    
    const
    waitz = 1000;//time to wait between clicks
    fkey  = 2;// fkey to use to set the position.
    
    
    
    var
    c1,l1:integer;
    x,y:integer;
    
    
    
    procedure Welcome;
    begin
    l1:=0
    c1:=0
    x:=0
    y:=0
    cleardebug;
    writeln('clixer. Made by GMK. Enjoy.')
    end;
    
    Procedure Clicset;
    begin
    if isfkeydown(fkey) then
    begin
    getmousepos(x,y)
    c1:=x
    l1:=y
    end;
    end;
    
    Procedure Clic;
    begin
    if c1>0 then
    begin
    repeat
    Wait(waitz)
    clickmouse(c1,l1,true)
    until(false)
    end;
    end;
    
    begin
    Welcome;
    repeat
    wait(2)
    Clicset;
    clic;
    until(false)
    end.
     
  5. Unread #23 - Nov 7, 2007 at 3:51 PM
  6. 007bond281
    Referrals:
    0

    007bond281 Guest

    [SRL4] AutoClicker

    hello
     
< RSC Scar scripts? | >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site