Noidlox 11 Posted June 15, 2017 i.e. How do I send a 'spacebar' or a '1'? Also, I'm well aware of: getDialogues().clickContinue();
RetroBot 35 Posted June 15, 2017 Spacebar: getDialogues().spaceToContinue(); Keyboard for dialogues: getDialogues().typeOption();
Banker 175 Posted June 15, 2017 ^ What Nezz said, I think to send a space you can just have getKeyboard().type(" "); then whatever else is self-explanatory To type faster you can do getMouse().getMouseSettings().setWordsPerMinute(double); // usually around 250-300 is good
Noidlox 11 Author Posted June 16, 2017 ^ What Nezz said, I think to send a space you can just have getKeyboard().type(" "); then whatever else is self-explanatory To type faster you can do getMouse().getMouseSettings().setWordsPerMinute(double); // usually around 250-300 is good You can set the speed of typing???? DAMN that's awesome. Dreambot is #1! Can you even change mouse speed as well?
Banker 175 Posted June 16, 2017 You can set the speed of typing???? DAMN that's awesome. Dreambot is #1! Can you even change mouse speed as well? Yeah im pretty sure you can, I've not done it before personally but you will be able to
Cardozz 46 Posted July 3, 2017 You can set the speed of typing???? DAMN that's awesome. Dreambot is #1! Can you even change mouse speed as well? Yes you can. This is basically a Windows feature, but the client supports it also: MouseSettings#setSpeed(int accel) If i'm not wrong, the acceleration is based on DPI.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.