Jump to content

[Dev Build] OSBot 2.6.14


Patrick

Recommended Posts

Posted
1 hour ago, Cod3xDev said:

I've experienced this too, thought it was just me and my own private scripts lol XD

If you're using private scripts why not tweak the mouse to be faster lol
Think there's another setting that controls this but here's the code for it

getBot().setMouseMoveProfile(new MouseMoveProfile()
                        .setNoise(0) //default 2.15
                        .setDeviation(0) //default 7
                        .setOvershoots(0) //default 2
                        .setSpeedBaseTime(0) //default 185
                        .setFlowSpeedModifier(0) //default 1.0
                        .setMinOvershootDistance(0) //default 25
                        .setFlowVariety(MouseMoveProfile.FlowVariety.HIGH) //default MouseMoveProfile.FlowVariety.NORMAL
                        .setMinOvershootTime(0) //default 375
        );

For most of them lowering the number turns the setting up. So like for speed base time if you set it to 0 the mouse will instantly teleport, set it to 800 and it will move at 10 pixels a second basically lol.

  • Heart 1
Posted
22 hours ago, Gunman said:

If you're using private scripts why not tweak the mouse to be faster lol
Think there's another setting that controls this but here's the code for it


getBot().setMouseMoveProfile(new MouseMoveProfile()
                        .setNoise(0) //default 2.15
                        .setDeviation(0) //default 7
                        .setOvershoots(0) //default 2
                        .setSpeedBaseTime(0) //default 185
                        .setFlowSpeedModifier(0) //default 1.0
                        .setMinOvershootDistance(0) //default 25
                        .setFlowVariety(MouseMoveProfile.FlowVariety.HIGH) //default MouseMoveProfile.FlowVariety.NORMAL
                        .setMinOvershootTime(0) //default 375
        );

For most of them lowering the number turns the setting up. So like for speed base time if you set it to 0 the mouse will instantly teleport, set it to 800 and it will move at 10 pixels a second basically lol.

You're a legend thankyou!

  • Boge 1

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...