core talk by denial

Discussion in 'Outdated RS Scripts' started by Denial, Oct 15, 2007.

core talk by denial
  1. Unread #1 - Oct 15, 2007 at 6:28 AM
  2. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    core talk by denial

    {sorry for double post, first post didnt work for some reason}
    i think there may be a bug with logout, if so tell me and ill fix it
    otherwise should work perfectly
    current version: 1.5
    post bugs, suggestions blah blah blah you get the point -.-
    DON'T LEECH! acually comment -.-
    Code:
    /////////////////////////////////////////////////////////////////////
    //////////////////////////////DENIAL/////////////////////////////////
    //////////////////////////CYBERCLICK  1.0////////////////////////////
    //////////////////////////<(-.-<)|(>-.-)>////////////////////////////
    /////////////////////////////////////////////////////////////////////
    // cyberclick:
    //an autoclicker by denial
    // how to use?
    //use the setup below to set everything you need!
    //setup..
    
    
    
    
    program Cyberclick;
    
    const
    
    Clickinterval = 1000;//how long between each click.
    
    Random1 = 1500;
    //a basic anti-ban feature, with default settings, the script will
    //click every 1000 seconds plus a random amount of milliseconds from
    //0 to 1500.
    
    Initialwait = 5000;//this is how long before this script will start
    //giving you a chance to move your mouse to were you want to click.
    
    Clicktimes = 10;//how many times to click, set as false for unlimited.
    
    Lock = 0;//what the lock does is allow you to lock the mouse to a certain position
    //or unlock it so you can move the mouse while the script clicks. briefly:
    //set lock to 0 for locked mouse (unable to move)
    //set lock to 1 for unlocked mouse ( so you can move mouse if you want
    //to click elsewhere)
    
    
    var
    
    x, y, i, j: integer;
    
    
    begin
    wait(initialwait)
    getmousepos(x, y);
    
    repeat
    i:= i + 1
    j:= Lock
    if j = 1 then
    getmousepos(x, y) else
    i:= i + 1
    writeln('click number ' + IntToStr(i));
    clickmouse(x, y, true);
    wait(clickinterval+random(Random1));
    
    
    until i = Clicktimes;
    Writeln('autoclicking succesful, executing script...');
    end.
    
     
  3. Unread #2 - Oct 27, 2007 at 12:24 PM
  4. vac33
    Joined:
    Mar 13, 2007
    Posts:
    45
    Referrals:
    0
    Sythe Gold:
    0

    vac33 Member

    core talk by denial

    Thats auto clicker instead of a talker edit the title.
     
  5. Unread #3 - Oct 28, 2007 at 6:45 AM
  6. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    core talk by denial

    lol so it is...i put the wrong script in...
     
  7. Unread #4 - Nov 2, 2007 at 6:51 AM
  8. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

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

    core talk by denial

    This script will get you banned.
     
  9. Unread #5 - Nov 2, 2007 at 12:58 PM
  10. X.Jake.X
    Joined:
    Nov 2, 2007
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    X.Jake.X Active Member

    core talk by denial

    nice work ;)
     
< [Non RS] Fun Prank/Psuedo Virus made in SCAR! | Ashur2good's PowerMiner >

Users viewing this thread
1 guest


 
 
Adblock breaks this site