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.

andrewboss

Trade With Caution
  • Joined

  • Last visited

  1. Haha, your right. Even if 100-200 is the code I write per hour, then I usually stare for 2 hours to fix bugs
  2. Thanks guys for the replies. I now understand that it is totally irrelevant. However, I would like clarification on why in freelancer website and such, people ask for a fast programmer that could type like ~80WPM. Also, as an advice, do I need to plan and write down an algorithm step by step of how the script should work before coding or just normal thinking?
  3. I want to know where my level is compared to people. I write 200 lines per hour and my level is a beginner. How many lines do you approximately right per hour, and what is your programming level?
  4. I have nearly 100 accounts that are 2 months old.. Contact me!
  5. I have about 100 that are 2 months old. Selling each for about 75k.
  6. Why do you just use if statement without else if? This might be the problem... Not sure though.
  7. Exactly what I was looking for, thanks! Any guides where I can have some more information on how to get the widget dynamically?
  8. I read the API and I know that this function already exists. I just want to practice doing my own method and playing with it. So from above, does it look like good?
  9. I would like to know if my code is proper or not, so criticism replies are allowed and much appreciated for improvement. If this could be done in a better way, please share your knowledge and led my life with advice public boolean deposit_worn_items() throws Exception { RS2Widget deposit = script.getWidgets().get(BANK_PARENT, BANK_CHILD_DEPOSIT_BUTTON); if (deposit != null && deposit.isVisible()) deposit.interact("Deposit inventory"); new ConditionalSleep(5000, 500) { @Override public boolean condition() { return script.getEquipment().isEmpty(); } }.sleep(); return script.getEquipment().isEmpty(); }
  10. That doesn't make sense..
  11. So many stuff need changing.. :/
  12. Figured it out!! If anyone still wants to add his/her own method of doing it, feel free to do so.
  13. I think it repeats until you stop it. Not sure though..
  14. @Explv Thanks but it still returns false for the first row

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.