Results 1 to 3 of 3

Thread: Backspacing in chatbox?

  1. #1
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default Backspacing in chatbox?

    Im planning to use TypeSendEx, but don't want it to send and the script to backspace, any idea how?

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    TypeSend('String', PressEnter: Boolean).. <-- if u don't want enter, put false.

    Can do something like:

    TypeByte(#08);
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Yeah I knew about TypeSend, but is TypeByte the byte code for backspace?

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
  •