My First AutoTalker

Discussion in 'Outdated RS Scripts' started by Serfant, Feb 15, 2007.

My First AutoTalker
  1. Unread #1 - Feb 15, 2007 at 5:26 PM
  2. Serfant
    Referrals:
    0

    Serfant Guest

    My First AutoTalker

    This is my first post on here and my frist script. This is an awesome site and I don't want to leech so I made my first script, its an autotalker that works perfect. Its one downfall is it cant do chat effects, i'm working on that though.

     
  3. Unread #2 - Feb 16, 2007 at 4:11 PM
  4. jony the ripper
    Joined:
    Feb 3, 2007
    Posts:
    496
    Referrals:
    1
    Sythe Gold:
    0

    jony the ripper Forum Addict

    My First AutoTalker

    hmm i guess ill try it
     
  5. Unread #3 - Feb 16, 2007 at 4:17 PM
  6. the scar noob
    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0

    the scar noob Forum Addict

    My First AutoTalker

    uhhm, i don't prefer using SendKeysSilent, look for naother one, if you don't find it then you can ask me
     
  7. Unread #4 - Feb 22, 2007 at 10:01 PM
  8. diamondhero5
    Joined:
    Feb 18, 2007
    Posts:
    90
    Referrals:
    0
    Sythe Gold:
    0

    diamondhero5 Member
    Banned

    My First AutoTalker

    nice heres mine

    Code:
    //Directions
    //Set what u would like it to say(lines 9-12)
    //Set how long until says next message(line 47)
    //hit play
    //press F12 to stop
    program AutoTalk;
    
    const
    message1='cyan:slide:selling full iron';
    message2='white:slide:selling full iron';
    message3='Green:slide:selling full iron';
    message4='red:slide:selling full iron';
    
    procedure SendText(text: string);
    var  i: Integer;
    begin
       for i := 1 to Length(Text) do
       begin
         SendKeys(Text[i]);
         Wait(50+random(50));
       end;
       SendKeys(Chr(13));
    end;
    
    procedure namechange(wstatus :String);
    begin
    status(wstatus);
    GetApplication.Title:=wstatus;
    GetSelf.Caption:=wstatus;
    end;
    
    
    procedure nc4(wstatus:String; time:Integer);
    begin
    namechange(wstatus);
    wait(time);
    end;
    
    procedure Talk;
    begin
    case random(4) of
    0:SendText(message1);
    1:SendText(message2);
    2:SendText(message3);
    3:SendText(message4);
    end;
    wait(2124+random(241));
    end;
    
    procedure nc(wstatus:String);
    begin
    nc4(wstatus, 250);
    end;
    
    procedure flashx;
    begin
    nc4('Auto-Talker',200);
    nc4('By Diamondhero5',200);
    nc4('Auto-Talker',200);
    nc4('By Diamondhero5',200);
    nc4('Auto-Talker',200);
    nc4('By Diamondhero5',200);
    nc4('Auto-Talker',200);
    nc4('By Diamondhero5',200);
    nc4('Auto-Talker',200);
    nc4('By Diamondhero5',200);
    end;
    
    procedure Animate;
    begin
    nc(' ');
    nc('A');
    nc('Au');
    nc('Aut');
    nc('Auto');
    nc('Auto- ');
    nc('Auto-T');
    nc('Auto-Ta');
    nc('Auto-Tal');
    nc('Auto-Talk');
    nc('Auto-Talke');
    nc('Auto-Talker');
    nc('--------------');
    nc('Auto-Talker');
    nc('--------------');
    nc('By Diamondhero5');
    flashx;
    nc4('Auto-Talker - By Diamondhero5',5);
    end;
    
    
    procedure ThankYou;
    begin
    writeln('-------Auto-Talker-------')
    writeln('-----by Diamondhero5-----')
    writeln('- I know u will like it -')
    writeln('@@##$$  Thank you  $$##@@')
    writeln('         ENJOY           ')
    end;
    
    begin
    Animate
    ActivateClient
    Thankyou
    repeat
    Talk;
    until(IsFKeyDown(12))
    end.
     
  9. Unread #5 - Feb 22, 2007 at 10:41 PM
  10. Scar Help
    Referrals:
    0

    Scar Help Guest

    My First AutoTalker

    use disguise scar command =D
     
< Srl Rs2 Auto Fighter | Auto talker >

Users viewing this thread
1 guest


 
 
Adblock breaks this site