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.

bob10

Members
  • Joined

  • Last visited

Everything posted by bob10

  1. Cannot give much input (new as well), but could add random sleep lengths, walking paths? Would seem strange doing something exactly the same for a long period of time (personal opinion). Read over a thread that recommended getting the MethodProvider instead of directly typing it in: this.localWalker.walk(this.bankArea, true); to getLocalWalker().walk(bankArea, true); *Noticed you used sleep with random in a certain area within the script. Nice work on starting script by the way.
  2. Hello, Was curious if this mode itself increases the risk of a player being banned. For example, playing on the OSBot client and to use the features located in the settings window. Or is it the scripts/time botting/area/growth in a single stat only that pose a risk of being banned?
  3. New to scripting on here, but ran into this problem whilst working on script for Black Dragons to use. This worked for my scenario, but sure there is a better way: // access inventory in your way here if(getInventory().interact("Use", "Raw chicken")) { for(RS2Object o : getObjects().getAll()) { if(o.getName().equalsIgnoreCase("Chicken Shrine")) { chicken_altar = o; break; } } if(chicken_altar != null) { chicken_altar.hover(); sleep(random(500, 800)); mouse.click(false); ...... (cutting code off here)
  4. 600 points in void so far using a weak script that I made after reading few things on forum. Hopefully, I will get the last item safely. (Not using mirror mode, though) Probably would be done with set, but I have been tinkering with adding a working attack mode option.

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.