My Auto Talker

Discussion in 'Outdated RS Scripts' started by Exist2inspire, Aug 20, 2007.

My Auto Talker
  1. Unread #1 - Aug 20, 2007 at 3:09 AM
  2. Exist2inspire
    Joined:
    Jul 26, 2007
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0

    Exist2inspire Member

    My Auto Talker

    Hey everyone,

    I made this shit Auto Talker cause i couldn't find a decent one that actually works.. feel free to leach it and whatever else you may want to do with it.

    Code:
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                          Exist2inspire's Auto Talker                        |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                                                                             |
    |           This script will automatically repeat a message for you..         |
    |       Make sure you are using this script with SCAR 3.11 with SRL 3.81      |
    |          Type your message in the box provided (comes when started)         |
    |                                                                             |                                           
    |                                                                             |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                               Setup Information                             |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                                                                             |
    |         1. Setup lines 44, 45, 46, 47                                       |
    |         2. Have your RuneScape character logged in.                         |
    |         3. Drag the crosshair onto the RuneScape screen (otherwise it       |
    |            won't work)                                                      |
    |         4. Press play and yeh done.                                         |
    |                                                                             |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                              Other Information                              |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                                                                             |
    |        Once again, make sure you are using SCAR 3.11 with SRL 3.81, you     |
    |         Can get SCAR 3.11 at www.freddy1990.com/scar.php Once you have      |
    |           Downloaded it, press file > download SRL and then you have        |
    |          Everything you need. Next just press the Run Button and watch it   |
    |                                                                             |
    |         In future Versions, you will be able to Repeat multiple messages.   |
    |           I will also add more Colours, Effects and Anti-Ban Procedures.    |
    |                                                                             |
    |                                                                             |
    |                        Thanks for using My Auto Talker!                     |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    program AutoTalker;
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                           --> Script Setup <--                              |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    Const // Lines 43 - 45 are all in milliseconds. remember that 1000 ms - 1 sec
    Auto = 'Your message here'; // What do you want to say?
    TimeToWait = 1000; // How long do you want to wait between each message?
    RandomTime = 1000; // Adds a Random time to wait (Anti-ban)
    HowManyTimes = 2; // How many times do you want to say your message?
    
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                        --> Talking Procedure <--                            |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    Procedure Talking;
     Var
     Talked: Integer;
    begin
     Talked:= 0;
    repeat
      Talked:= Talked + 1;
      SendKeys(Auto);
      Wait(TimeToWait +random (RandomTime));
      KeyDown(13);
    until(Talked >= (HowManyTimes));
    end;
    
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                             --> Signature <--                               |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    Procedure Signature;
     Var
     Version: String;
    begin
      Version:= 'Version 1';
      Status('Exist2inspire''s Auto Talker - ' + Version);
     Wait(100);
      Writeln('|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|');
     Wait(100);
      Writeln('|                                                                           |');
     Wait(100);
      Writeln('|                     Exist2inspire''s Auto Talker - ' + (Version) + '               |');
     Wait(100);
      Writeln('|                                                                           |');
     Wait(100);
      Writeln('|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|');
     Wait(1000);
    end;
    
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                               --> Main Thing <--                            |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    begin
     ClearDebug;
     Signature;
     activateclient;
     Talking;
    end.
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                      Thanks for using my Auto Talker  =)                    |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    enjoy! :p
     
  3. Unread #2 - Aug 31, 2007 at 7:24 AM
  4. Alex k
    Joined:
    Mar 2, 2007
    Posts:
    1,312
    Referrals:
    0
    Sythe Gold:
    72

    Alex k Guru
    $25 USD Donor

    My Auto Talker

    good script :p
     
  5. Unread #3 - Sep 3, 2007 at 2:50 PM
  6. Rokasl
    Joined:
    Aug 20, 2007
    Posts:
    157
    Referrals:
    0
    Sythe Gold:
    0

    Rokasl Active Member
    Banned

    My Auto Talker

    nice work, i really apricciate it
     
  7. Unread #4 - Sep 6, 2007 at 3:06 AM
  8. Exist2inspire
    Joined:
    Jul 26, 2007
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0

    Exist2inspire Member

    My Auto Talker

    Thanks, thanks for using it :)
     
  9. Unread #5 - Sep 6, 2007 at 3:07 AM
  10. Exist2inspire
    Joined:
    Jul 26, 2007
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0

    Exist2inspire Member

    My Auto Talker

    thanks, glad you liked it :cool:
     
  11. Unread #6 - Sep 6, 2007 at 7:04 PM
  12. Zetttttttty
    Referrals:
    0

    Zetttttttty Guest

    My Auto Talker

    nice i really like it
     
  13. Unread #7 - Sep 9, 2007 at 10:29 PM
  14. Hello Miss799
    Joined:
    Feb 22, 2007
    Posts:
    981
    Referrals:
    0
    Sythe Gold:
    0

    Hello Miss799 Apprentice

    My Auto Talker

    its cool
     
  15. Unread #8 - Sep 12, 2007 at 3:45 PM
  16. Wu Tang Clan
    Referrals:
    0

    Wu Tang Clan Guest

    My Auto Talker

    hmm, not bad
     
  17. Unread #9 - Sep 23, 2007 at 10:44 PM
  18. dr ero
    Referrals:
    0

    dr ero Guest

    My Auto Talker

    nice, great job
     
  19. Unread #10 - Oct 9, 2007 at 3:13 PM
  20. Phising
    Joined:
    Jan 21, 2007
    Posts:
    178
    Referrals:
    0
    Sythe Gold:
    0

    Phising Active Member

    My Auto Talker

    nice script. Very good
     
  21. Unread #11 - Oct 14, 2007 at 2:08 AM
  22. animeskater
    Referrals:
    0

    animeskater Guest

    My Auto Talker

    very nice is this totaly undetectable?
     
  23. Unread #12 - Oct 14, 2007 at 7:48 AM
  24. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    My Auto Talker

    its a good first script, but if you want a really good autotalker im just about to submit my core talk 1.5 so have at look at that ;)
     
< cyberclick by denial | Duel Arena High Alcher (ScarDivi3.12-SRL4.0) >

Users viewing this thread
1 guest


 
 
Adblock breaks this site