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
  • Try asking for help in the chatbox
  • Mouse has short delay between actions


    GenericMeme46

    Recommended Posts

    I'm making a script and I need the mouse to be a lot faster. I've set the movement speed to near instant however there's a forced short pause in between actions that I do not know how to eliminate. An example would be if it's told to use an item it will right click and pause for maybe 0.1ms before it moves to the "Use" option and I need this short delay removed.

    Link to comment
    Share on other sites

    It's part of the anti-ban in the client. You'll have to make your own input if you need it to be faster than the default.

    Also you can change the mouse speed in the client settings, see if that helps.

    Edited by beezdul
    Link to comment
    Share on other sites

    • 3 weeks later...
    On 6/24/2019 at 11:24 AM, GenericMeme46 said:

    I'm making a script and I need the mouse to be a lot faster. I've set the movement speed to near instant however there's a forced short pause in between actions that I do not know how to eliminate. An example would be if it's told to use an item it will right click and pause for maybe 0.1ms before it moves to the "Use" option and I need this short delay removed.

     If you need it to be near instant just set the mouse to hop instead. 

    Put this onto your onstart: 

    getMouse().setAlwaysHop(true);

    Link to comment
    Share on other sites

    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • 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.