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.

xabdullahx

Members
  • Joined

  • Last visited

Everything posted by xabdullahx

  1. Great ! Cant wait to hear what you think. Also, make sure to download the latest version, i've updated it just now Using the progress bar is a good idea, when i started the bot, i didnt know about widgets and what they could do. so, instead, i look for npcs around me and determine where i am. Progressbar is definitely a good way to do it! I made these two methods for checking if "click here to continue" is available: public boolean getPendingContinuation(){ return getScript().getWidgets().get(231,2) != null || getScript().getWidgets().get(193,2) != null || getScript().getWidgets().get(217,2) != null || getScript().getWidgets().get(229,1) != null || getScript().getWidgets().get(11,3) != null; } public boolean getOtherPendingContinuation(){ return getScript().getWidgets().get(162,33) != null; } Also, these methods, i made before knowing that i could check getMessage to see if it contains the text i want ("click here to continue"). But they work great, and is a great way around getDialogue.getPendingContinuation(). The getOtherPendingContinuation() detects that other message that has bold text and the click here to continue is a bit further up
  2. Hehe, well, it's a good start to learning the osbot API, unfortunately, some methods do not work as intended in tutorial island. If you need help, i can provide it
  3. I think the structure i came up with, works pretty nice, its easy to add new functions, debug errors, and i pretty much have control of everything that happens all the time. It is inspired by the Task structure The gui stuff is a bit messy, it was added quickly, minutes before release
  4. You are right Done, if anyone downloaded the script, please download again
  5. Thank you ! I am excited to see what people think of this
  6. Tutorial island completer v1.0 Have a new account, start bot, select what you want in the GUI, click start Features: - Reliable - Gives random appearance - Can be started anywhere (but must be close to npc) - Can train at chickens or walk to GE when done. - Paint with runtime and settings will be shown Bugs: - There might be a bug in what happens after tutorial island (it's not thoroughly tested tbh) Please request additional features Download: http://www79.zippyshare.com/v/qGgDGu5Z/file.html Instructions: Go to C:\Users\YourUserName\OSBot\Scripts, place the .jar in there, start bot
  7. YES Are you not as smart as you think you are? honestly..
  8. As others mentioned: getCombat().isFighting() works great, even works for other types of combat than melee

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.