Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Dev Build] OSBot 2.6.14

Featured Replies

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.

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!

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.