Results 1 to 3 of 3

Thread: How to type text...

  1. #1
    Join Date
    Dec 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How to type text...

    Hi, this may seem like a really stupid question, but how can I type text into the screen without pressing enter after? I've seen TypeSend from examples of other scripts but I don't know how to just type in the string.

    Thanks in advance

  2. #2
    Join Date
    May 2007
    Posts
    527
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    Simba Code:
    TypeSendEx('foobar', false);

  3. #3
    Join Date
    Dec 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by superuser View Post
    Simba Code:
    TypeSendEx('foobar', false);
    Thankyou

Thread Information

Users Browsing this Thread

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

Posting Permissions

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