Jump to content

[Dev Build] OSBot 2.6.14


Patrick

Recommended Posts

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
Link to comment
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
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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