Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • How to send keyboard keys?


    Noidlox

    Recommended Posts

    Posted

    i.e. How do I send a 'spacebar' or a '1'?

     

    Also, I'm well aware of: getDialogues().clickContinue();

    Posted

    getdialogues.chooseoption(int)?

    Posted

    Spacebar: getDialogues().spaceToContinue();

    Keyboard for dialogues: getDialogues().typeOption();

    Posted

    ^ What Nezz said,

    I think to send a space you can just have getKeyboard().type(" "); 

    then whatever else is self-explanatory :P

     

    To type faster you can do getMouse().getMouseSettings().setWordsPerMinute(double); // usually around 250-300 is good

    Posted

    ^ What Nezz said,

    I think to send a space you can just have getKeyboard().type(" "); 

    then whatever else is self-explanatory :P

     

    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?

    Posted

    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 :D

    • 3 weeks later...
    Posted

    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.

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.