Results 1 to 8 of 8

Thread: Dervish's first AutoTalker

  1. #1
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default Dervish's first AutoTalker

    This is my first auto talker!!!

    ALOT OF CREDIT goes to BEBE and his/her Tutorial!!! and my nice lill helper who posted under me

    Here it is

    Of course i'd like bug reports...


    This is good to sell stuff on Runescape and also buying them...
    Spamming
    Attachment 9241

  2. #2
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Ok its good but i got a hell lot of feedback :P. First of all its not saying anything in the client its only spamming the debug box

    I've fixed a few things and labelled them!

    SCAR Code:
    //|| Credit goes to ||\\
          //||    B E B E ' S   ||\\
         //||       TUTORIAL     ||\\
        //||Autotalker by Dervish ||\\
       //||  Instructions below !  ||\\
      //        Autotalker V 1.O      \\
     
         //Edited by ->{Nauman}<-
     

     
     
     
     
     

    program AutoTalker;
    {.include srl/srl.scar}



    var
    c:integer; //A whole number!

    const
    HowMuchToWait=5; // How much to wait between each message in seconds;
    HowManyToType=67; // how many messages to type
    Message1='Type your message instead of this'; //Type in what you want it to say between the two ''

    procedure hello;
    begin
      wait(HowMuchToWait*1000) // How much to wait is a const
      TypeSend(Message1);  //Types it human like into the runescape chatbox
      c:=c+1  //How many to type for
    end;



    begin
    ActivateClient //Minimizes the scar
     repeat  //repeat loop
      hello;  //procedure
     until(HowManyToType > C) // if the messages = hoe many messages to send
    end.

    Keep it up !!!!


    EDIT: BeBe is a she

  3. #3
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Lol Thx !!!

  4. #4
    Join Date
    Aug 2007
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im going to try this out

  5. #5
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    OK plz close this thread just was my first script and + it didnt work so plz close

  6. #6
    Join Date
    Feb 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Sigh...

    Boring... No offense. Why dont you make something useful? and input your auto talker into another script as an anti-ban feature. Or make your own. I can get auto talkers, typers, clickers anywhere...

    GJ though

  7. #7
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Smokefree, this is his first script, I bet if you make a first script you will find it easiest to make an auto-talker, so if you want something better, make it yourself, I'll pm a mod to close as this is an old thread.

  8. #8
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Closed on request.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My First AutoTalker
    By eurostylz in forum First Scripts
    Replies: 13
    Last Post: 02-10-2008, 11:11 AM
  2. First Autotalker
    By 71runemaker in forum First Scripts
    Replies: 3
    Last Post: 07-14-2007, 08:57 AM
  3. autotalker
    By wobbii in forum First Scripts
    Replies: 3
    Last Post: 04-16-2007, 01:48 AM
  4. My AutoTalker
    By RudeBoiAlex in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 03-05-2007, 03:34 PM
  5. need autotalker help
    By Dadeer in forum OSR Help
    Replies: 1
    Last Post: 12-01-2006, 12:12 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
  •