Clixer v1.0

Discussion in 'Outdated RS Scripts' started by GMK, Nov 6, 2007.

Clixer v1.0
  1. Unread #1 - Nov 6, 2007 at 5:18 PM
  2. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    Clixer v1.0

    here it is nothing special.
    enjoy!
    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.
     
  3. Unread #2 - Jan 18, 2008 at 5:26 PM
  4. Ivo09
    Joined:
    Oct 22, 2007
    Posts:
    72
    Referrals:
    0
    Sythe Gold:
    0

    Ivo09 Member
    Banned

    Clixer v1.0

    so u press F2 to set position?
     
  5. Unread #3 - Jan 19, 2008 at 12:05 PM
  6. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    Clixer v1.0

    This script is old. i dont know how it got hear.
     
< JAD Willow - edgevil willow cutter + banker. | Gigo's Miner >

Users viewing this thread
1 guest


 
 
Adblock breaks this site