Results 1 to 6 of 6

Thread: How to make SIMBA type Faster?

  1. #1
    Join Date
    Nov 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How to make SIMBA type Faster?

    Hey guys, I am trying to make just an auto typer to advertise items as you guys know there is a lot of spam and I am currently using
    TypeSendEx
    but is kind of slow to type it out as it makes it as human as possible.

    How would I strip it of this element and make it able to type faster.

    Is there another inbuilt function which would allow for this? Thanks.

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Something like;
    Simba Code:
    TypeByte(VK_1);

    E: For a list of more VK's, visit
    http://docs.villavu.com/simba/script...dkeyboard.html

  3. #3
    Join Date
    Nov 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't really understand how this works? As I get a compiling error everytime I try to replace it.

  4. #4
    Join Date
    Nov 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Bump>...

  5. #5
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    How exactly are you trying to replace it? (Try showing us the code in [simba] tags)

    Please keep in mind that we try to act as human as possible on purpose, in an attempt to achieve our goal of being indistinguishable from real players.

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

    Default

    Simba Code:
    SendKeys('white:Selling things - MyUsername', 20, 2);

    Try that

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
  •