Results 1 to 2 of 2

Thread: 71runemaker's Basic Autotalker 1000

  1. #1
    Join Date
    Mar 2007
    Location
    Maryland, USA
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default 71runemaker's Basic Autotalker 1000

    Howdy this is my autotalker and it's preatty basic but it's also preatty good!
    Ill put it in SCAR code and as an attachment!

    SCAR Code:
    program AutoTalker;
    {.include SRL\SRL.scar}
    {
    /////////////////////////////////////////////////////////////////
    //                                                             //
    //                Script Info                                  //
    //                                                             //
    //                Name: Basic Autotalker1000                   //
    //                Author: 71runemaker                          //
    //                Version: 1.1                                 //
    //                Scar Version: 2.03 +                         //
    //                SRL version: Any                             //
    //                                                             //
    //                                                             //
    //                *UPDATE HISTORY*                             //
    //                                                             //
    //               Version 1.0                                   //
    //               First release                                 //
    //                                                             //
    //               Version 1.1                                   //
    //               Used cont instead of var                      //
    //               Dont have to keep pushing start               //
    //                                                             //
    //                                                             //
    //                *NOTE*                                       //
    //               Do not edit, sell, or claim this script       //
    //               please. If someone see's this on a website    //
    //               for sale please tell me!                      //
    //                                                             //
    //                                                             //
    //                                                             //
    /////////////////////////////////////////////////////////////////}


    /////////////////////////Setup///////////////////////////////////
    const                                                          //
    Write1 = 'Howdy';  //Write in '' what you want to say          //
    Wait1 = 1000;      //Wait time between each time(1000 = 1 sec) //
    /////////////////////////////////////////////////////////////////

    begin
     repeat
      Wait(Wait1); + Random(1000))
       TypeSend (Write1);
      Wait(Wait1); + Random(1000))
     until (false);
    end.

  2. #2
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    not another autotalker.. nah jks, one of my scripts is an autotalker aswell...

    your scripts is very basic but hey.. its works. for a future update you could put in multi-line talking or a form or something.

    zeph

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Basic Autotalker
    By Laimonas171 in forum C#/Visual Basic Help and Tutorials
    Replies: 5
    Last Post: 11-23-2008, 02:57 AM
  2. 71runemaker's Basic Autotalker1000
    By 71runemaker in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 06-30-2007, 03:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •