Results 1 to 2 of 2

Thread: yay i made an autotyper

  1. #1
    Join Date
    Sep 2006
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default yay i made an autotyper

    lolz i know its not much but i just started scripting today

    SCAR Code:
    program AutoTyper;

    Const
    TextToType = 'hello'; //What You Want Your Message To Say

    begin
     ClearDebug;
      WriteLn('AutoTyper')
      WriteLn('MADE BY SNATCH')
      repeat
      Wait(3000+random(500)); //Edit If You Want To Change The Time Between Messages
      SendKeys(TextToType);
      SendKeys(+Chr(13))
      until(false)
    end.

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

    Default

    lol nice, though wrong forum perhaps?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. autotyper in rs
    By supersayian2224 in forum RuneScape News and General
    Replies: 2
    Last Post: 12-09-2008, 06:53 PM
  2. AutoTyper
    By KoKouKo in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 03-30-2008, 11:11 PM
  3. My first Autotyper!
    By bell1313 in forum RS3 Outdated / Broken Scripts
    Replies: 15
    Last Post: 01-15-2007, 02:20 PM
  4. AutoTyper
    By xMichael in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 01-02-2007, 09:48 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
  •