Results 1 to 5 of 5

Thread: Multiple clients - autotyper?

  1. #1
    Join Date
    Jun 2017
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Multiple clients - autotyper?

    Hi guys,

    Trying to setup SIMBA to run multiple clients on a RSPS to autotype. I've selected the client but once i run the script as soon as i minimize it will either not type, or try to type in simba. If i go to a new client it will just type on that?

    Any ideas? Is it possible to do?

  2. #2
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    simba is a little dumber than you might guess, it will only do exactly what you tell it to do, which is where SMART comes in, which only helps with the actual runescape client. if you want to autotype on anything that isn't the actual runescape you need to either keep the client open or somehow reconfigure SMART, which i cannot help you with
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  3. #3
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Simba uses SendInput for it's Keyboard and Mouse methods, which requires whatever window to be in focus to properly work.


    You could look into re-configuring SMART to load the RSPS's Applet, you can find SMART's source here.

    Or, with Simba 1.2, you could use the Win32 API and use either PostMessage or SendMessage. You can use Slacky's Windows API Include to make it easier. This is how I handle botting on multiple NXT clients. However, PostMessage and GetMessage may not work on the RSPS while minimized, it's pretty iffy. You'd have to do some testing.

  4. #4
    Join Date
    Jun 2017
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post
    simba is a little dumber than you might guess, it will only do exactly what you tell it to do, which is where SMART comes in, which only helps with the actual runescape client. if you want to autotype on anything that isn't the actual runescape you need to either keep the client open or somehow reconfigure SMART, which i cannot help you with
    Thanks for the reply..Reconfiguring SMART is definitely out of my league.

    Quote Originally Posted by Twinki View Post
    Simba uses -- This is how I handle multiple NXT clients.
    Thanks heaps for the reply mate. But like stated above definitely out of my league. I might use VM's.

  5. #5
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by Twinki View Post
    GetMessage
    Just curious, what are you using GetMessage for?

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
  •