Skip 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.

Simple "antiBan" moveyaw (bugged?)

Featured Replies

So this is my "antiban" code, not sure if it makes a huge different but i want it to work correctly.

        else if (random == 4) {
            status = "IDLING";
            tabs.getSkills().hoverSkill(Skill.WOODCUTTING);
            camera.moveYaw(200 + random(150));
            camera.moveYaw(50 + random(40));
            tabs.open(Tab.INVENTORY);
            sleep(800 + random(500));
            mouse.setSpeed(50 + random(100));

So my bug is, it keeps rotating the same way all the time, even though i have added random but im not sure what the problem is.

Also my bot is moving to fast in my opinion, anyway to change that? (mouse is moving very fast and unlegit)

You move your yaw to anywhere between 200 and 350 degrees in the first code, and then 50 to 90 degrees. Your camera moves the same way because it's the quickest way to move.

 
 
 
 
  • Author

You move your yaw to anywhere between 200 and 350 degrees in the first code, and then 50 to 90 degrees. Your camera moves the same way because it's the quickest way to move.

Okay that explains it all, Thanks alot :)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

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.