hobomik3 0 Share Posted January 23, 2019 trying to make a quick autotyper, cant seem to make it type faster what am i doing wrong? public int onLoop() { getKeyboard().type("what to say"); getMouse().getMouseSettings().setWordsPerMinute(300); return Calculations.random(5000, 8000); } } Link to comment Share on other sites More sharing options...
Pseudo 176 Share Posted January 23, 2019 I've no experience with setting the typing speed, but you do realise that you're setting it after sending the message?😅 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now