Results 1 to 5 of 5

Thread: cant find a tut for entering text

  1. #1
    Join Date
    Oct 2009
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default cant find a tut for entering text

    is it possible to enter text in a text box.....

    if so just a simple code will suffice...

    ill work it in myself

  2. #2
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    To type text (detectable):

    SCAR Code:
    SendKeys('sentence');

    To type text (undetectable):

    SCAR Code:
    Typesend('sentence');

    ~Sand

  3. #3
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Look at my latest threads>Request How to use a function
    Look at the post about how to use the above

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

    Default

    TypeSend('hello runescape')

  5. #5
    Join Date
    Oct 2009
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thnx guys!.....

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
  •