Results 1 to 2 of 2

Thread: w00t! lol check it out auto talker

  1. #1
    Join Date
    Mar 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default w00t! lol check it out auto talker

    i think this is right it works for me lol enjoy its not the best but its a start im new to this forums to so i dont no how to work them much


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

    const
    messageToSend = 'blah blah';
    timetowait= 2000;

    begin
    repeat
    typesend(messagetosend)
    wait(timetowait+random(1000))
    until(false)
    end.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice that you made it undetectable using typesend and random waiting a lot of new scripters use SendKeys and stuff which will get you banned. You need SetupSRL; in the main loop before your repeat though or you may get an error. If you want to learn a lot of other things about scripting (making an auto talker using f keys, color clicker, power chopper/power miner....etc. and a lot more) go to my tutorial "things the beginner tuts don't teach you" links in sig. Good work though When you post a script like that though, you should put it in [SCAR] tags. so it would be like this (remove the *'s in the scar tags..)
    [SCAR*]
    //the script
    //more of the script
    //more of the script.......etc.
    [/SCAR*]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 11-23-2007, 08:45 PM
  2. Magics Auto Talker! W00t!
    By Magic in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-06-2007, 03:28 AM
  3. Help with auto trade/ auto talker script
    By logik in forum OSR Help
    Replies: 5
    Last Post: 03-16-2007, 11:16 PM
  4. my auto talker
    By legolas98 in forum OSR Help
    Replies: 2
    Last Post: 03-08-2007, 09:14 PM

Posting Permissions

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