Results 1 to 3 of 3

Thread: my first script:auto talker

  1. #1
    Join Date
    Jan 2007
    Location
    The Netherlands
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default my first script:auto talker

    this is the first script i made

    1. start runescape
    2. select runescape(not needed)
    3. click play or ctrl+alt+r

    script:




    program FirstScript8arry5tinkt;

    const

    Say='kaas is lekker';//what to say

    begin
    writeln('Press ctrl+alt+s or ctrl+alt+s if someone wants to')//introduction
    writeln('trade')//introduction
    wait(4000)//time to wait before auto typing
    repeat// says: repeating =P
    SendKeys(say+chr(13));//what to say + press enter (don't change)
    wait(3000+random(3500));//time until saying something
    until(false);//stays repeating

    end.

  2. #2
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    keep up the work

  3. #3
    Join Date
    Jun 2007
    Location
    America
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    not bad.. keep it up

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My First Script Auto Talker
    By FagetHax0r in forum First Scripts
    Replies: 15
    Last Post: 03-30-2008, 08:58 PM
  2. First Script (Auto-Talker)
    By GhostbustThat in forum First Scripts
    Replies: 5
    Last Post: 12-03-2007, 05:02 PM
  3. Replies: 5
    Last Post: 11-23-2007, 08:45 PM
  4. my first script (auto talker)
    By the ghetto8 in forum First Scripts
    Replies: 5
    Last Post: 08-05-2007, 10:47 AM
  5. Help with auto trade/ auto talker script
    By logik in forum OSR Help
    Replies: 5
    Last Post: 03-16-2007, 11:16 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
  •