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.

Botre

Members
  • Joined

  • Last visited

Everything posted by Botre

  1. Bitch pls https://en.wikipedia.org/wiki/Minecraft
  2. Damn daniel..
  3. Stop wasting your computer's resources, use an online render-farm service.
  4. Botre replied to dmmslaver's topic in Scripting Help
    This might inspire you http://osbot.org/forum/topic/93716-t13-introduction-to-simplog-lightweight-logging/
  5. Botre replied to Borre's topic in Introductions
    hi nice name
  6. Botre replied to Mio's topic in Spam/Off Topic
  7. Here is something a tad bit more clean and re-usable/generic import java.util.Random; public class EnumUtil { public static <T extends Enum<?>> T getRandomEnumValue(Class<T> clazz, Random random) { int constants = clazz.getEnumConstants().length; if(constants == 0) { throw new IllegalArgumentException("Enum class has no constants"); } return clazz.getEnumConstants()[random.nextInt(constants)]; } public static void main(String[] args) { Random random = new Random(); Tab tab = EnumUtil.getRandomEnumValue(Tab.class, random); } }
  8. So much overkill in your code x)
  9. https://en.wikipedia.org/wiki/Game_theory
  10. I've never encountered anyone like this irl tbh...
  11. bravissimo
  12. Red eyes are a bit of a trope... Other than that, super sexy
  13. The Hashtable class is obsolete. You're using a Hashtable without overriding the key class' hashCode() & equals() methods. You hardcoded your base case (if 4 == r). 3 ints and 2 object references per node. Memory. Redundant calls to table.contains(key) & table.get(key). The way you construct your TreeNode class is the opposite of elegant and intuitive. Your algo might not be O(n^2) but if your pseudo code looked anything like this Java implementation, I can't blame the TA for not giving you a perfect grade.
  14. Unfortunately I haven't mastered much of the domain-specific vocabulary that would allow me to express my subjective opinion in a way that would help your artistic progress. But I won't let that silence me nor turn me into a liar. shit *goes away* Just because someone is unable to express an opinion doesn't mean he's not entitled to it
  15. You can vote no but you're forced to pick a > 1 $ donation option at the same time. Nice try fucking scamming piece of shit. Oliver4TWC
  16. looooooooooool this is getting cray
  17. Botre posted a topic in Spam/Off Topic

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.