hobomik3 0 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); } }
Pseudo 179 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?😅
Recommended Posts
Archived
This topic is now archived and is closed to further replies.