Results 1 to 3 of 3

Thread: jjte Autotalker

  1. #1
    Join Date
    Jan 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default jjte Autotalker

    My first script, just a simple autotalker, good if you're trying to sell something but are to lazy to type (ie. me).
    Hope this is some use to someone, my only previous coding experience it in php. It works fine on my pc and mac, so if you have any problems, don't hesitate to ask.

  2. #2
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    one question...why do you have var x ,y? i dont see any use for them in the script but i may be wrong......
    STOP PM'ING ME

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    sendkeys('your text here'+chr(13));
    can be repalced with

    TypeSend('Your Text Here')

    Well i don't really have a comment, scripts this simple don't rly need to be posted butim happy you are learning

    try learning standards (indents) makes script easier to read.

    Looks like this:

    SCAR Code:
    begin
     activateclient;
     repeat
      wait(750);
      sendkeys('your text here'+chr(13));
      wait(4800); {T (1000=1sec)}
     until(false)
    end.

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. autotalker
    By wesleyxD in forum First Scripts
    Replies: 13
    Last Post: 11-20-2007, 03:11 PM
  3. My first autotalker plz tell me what you think :0
    By caius_dio in forum First Scripts
    Replies: 6
    Last Post: 11-08-2007, 04:34 AM
  4. First Autotalker
    By 71runemaker in forum First Scripts
    Replies: 3
    Last Post: 07-14-2007, 08:57 AM
  5. My AutoTalker
    By RudeBoiAlex in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 03-05-2007, 03:34 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
  •