Adblock breaks this site

Auto Talker

Discussion in 'Outdated RS Scripts' started by wmd911, Mar 16, 2007.

  1. wmd911

    wmd911 Guest

    Referrals:
    0
    Auto Talker

    Here is a pretty dumb auto-talker. This is my first script so please don't laugh. I added a link if you would like to use that instead.

    Code:
    
    {Ananymous's Auto Talker
    Version 1
    Created by Ananymous
    This just talks, and does nothing else.
    Set up lines 14, 15, and 16.
    this can be distributed for free
    !!!!!!THIS IS NOT UNDETECTABLE!!!!DO NOT USE IT ON YOUR MAINS!!!!}
    program AutoTalker;
    var
       times:Integer;
       letters:String;
       current:Integer;
       w:Integer;
    procedure start;
    begin
    Cleardebug;
              letters:=('Hello!');     // Put here wat you want is to say
              times:=5 + random (3);   // Put here how many times the script should say things
              w:=3000;                 // put here the time delay between each time it says things(Hint: this is im milliseconds so 1 sec equals 1000 millisec).
              current:=0;              // DONT MESS WITH THIS!
    writeln (' _   _   _ _ _   _ ');
    writeln ('| |_| | |_   _| | |');
    writeln ('|  _  |  _| |_  |_|');
    writeln ('|_| |_| |_ _ _| |_|');
    end;
    procedure type1;
    begin
    Clickmouse (200, 200, true)
    SendKeys (chr(13));
    repeat
    SendKeys (letters);
    wait (300 + random (300))
    SendKeys (chr (13))
    current:= current + 1;
    wait (w + random (500));
    until (times=current);
    end;
    
    begin
    start
    wait (300)
    type1
    end.
    
    
    Don't blame me if I do anything wrong. :)
     
  2. andren0

    andren0 Forum Addict
    Banned

    Joined:
    Mar 9, 2007
    Posts:
    415
    Referrals:
    3
    Sythe Gold:
    0
    Auto Talker

    um this guy told me send keys was detectable so use TypeSend instead good script btw
     
  3. the scar noob

    the scar noob Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0
    Auto Talker

    Lol yea uhm i also used it once, because TypeSend doesn't types numbers for me...
     
  4. Holthuis12

    Holthuis12 Guest

    Referrals:
    0
    Auto Talker

    Wow thx amn your script was very help full its great!!!!
     
  5. the scar noob

    the scar noob Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0
    Auto Talker

    Sorry to say but it's actually not that good...
     
< AutoArson By: Crapkiler :D | Auto Talker With Form!!!!!!! >


 
 
Adblock breaks this site