Results 1 to 3 of 3

Thread: Typing in runescape

  1. #1
    Join Date
    Jul 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Typing in runescape

    Hi Guys,

    I got this thing I want to try to let scar send a message to RuneScape and press [ENTER]

    So I made this script:
    program New;
    begin
    wait(5000)
    sendkeyswait('Hello Runescape',100,50)
    wait(100)
    KeyDown(108)
    wait(700)
    KeyUp(108)
    end.
    But all it does it type Hello Runescape, It doesn't press Enter, how come?

    Please help

    Now, it does type

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    U need to use TypeSend('Hello Runescape');
    Thats all...
    ~Hermen

  3. #3
    Join Date
    Jul 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks alot for the quick respond!

    It works! (I had an error but I noticed I didn't have {.include SRL/SRL.scar} now it's fixed )

    Many Thanks!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. typing
    By sink998 in forum OSR Help
    Replies: 3
    Last Post: 12-06-2008, 06:04 AM
  2. Typing in RS
    By GhostofReality in forum OSR Help
    Replies: 27
    Last Post: 09-01-2008, 03:14 PM
  3. typing in CAPS on RuneScape?
    By pointer in forum RuneScape News and General
    Replies: 4
    Last Post: 10-30-2007, 10:51 PM
  4. Not Typing?
    By Hey321 in forum OSR Help
    Replies: 5
    Last Post: 02-23-2007, 11:01 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
  •