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.

Adept

Java Lifetime Sponsor
  • Joined

  • Last visited

  1. I have "getLogoutTab().logOut();" in my overriden onExit() method so that the account logs out when I manually stop the script using the GUI. It used to work in previous versions (months ago) but not anymore. What has changed? I also tried creating my own logout() method. It works when I place it elsewhere but not in the onExit() method.
  2. Honestly mate, you're probably better off investing all this time elsewhere. Imagine what skills you could master or what projects you could develop if you shifted your focus to something else. In the long run, these are likely to give you more monetary gain.
  3. I think you can watch it as it's being aired live with Mobdro. You'll probably be able to watch the recorded video later at putlockerhd.is (official putlocker domain).
  4. when the service money doesn't suffice for bills
  5. What case is that? Looks aids.
  6. It's amusing how clueless you are about web technologies. Java to HTML, ha, good luck with that. Might wanna revise your task description.
  7. Don't quote me on this but I believe NPCs "animate" when under attack (and are being splashed on) so !npc.isAnimating() should take care of that. Also, I just checked the API and the "!npc.isUnderAttack()" check in the filter I provided earlier is redundant since it's already checked for with "npc.isAttackable()". However since you explicitly stated to check for an NPC which is not under attack and not one which is attackable it makes more sense to keep the former. Edited my reply to reflect that.
  8. I imagine you don't want to attack an NPC which is under attack, but you want to attack one which is not. Here's how to find that monster: NPC notUnderAttack = getNpcs().closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return !npc.isUnderAttack() && !npc.isAnimating(); } });
  9. l0l would you prefer to be corrected or continue living in ignorance? oh wait, I know the answer I appreciate it when ppl point out my mistakes. You'll start making mistakes too once you start writing your own code

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.