Results 1 to 6 of 6

Thread: Send Text Instantly?

  1. #1
    Join Date
    Apr 2012
    Posts
    35
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default Send Text Instantly?

    Hey Guys,
    I have been using the method SendTextEx('',true)
    However this just types out the statement, it doesnt actually type it fast or send it instantly like some of the injection bots do. Does anyone know how make it type "superfast?"
    Thanks so much
    K9thebeast

    Example: SendTextEx('Have a nice day sir',true)

  2. #2
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    if you send text super fast it won't show up anyways.
    Even sendkey is too fast some time for jagex.
    Oh Hai Dar

  3. #3
    Join Date
    Apr 2012
    Posts
    35
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    I like your sig btw

    Well Is there a way to put a delay on sendkey? I looked at that method but couldn't quit find a nice example for it. Thanks for the response

  4. #4
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Simba Code:
    program new;
    begin
      SendKeys('Hello world!', 0, 0);
    end.

    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  5. #5
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by Daniel View Post
    Simba Code:
    program new;
    begin
      SendKeys('Hello world!', 0, 0);
    end.

    I'm sure it has just 2 parameters...

    And in reply to the guy asking about adding a wait to SendKeys, you can.
    Simba Code:
    SendKeys('Hello', 5);
    would type out Hello with a 5ms interval between key strokes.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  6. #6
    Join Date
    Jun 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It doesn't work for me, it still types like a human. Where can i edit SendKeys? because i can't find it Or is there another solution?

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
  •