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. South Park / Family Guy
  2. http://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html
  3. Botre replied to Joseph's topic in Snippets
    I use both name and id (id only for failsafe purposes). I'll probably add varags instead of having multiple entries for multibite foods, not sure why I didn't in the first place...
  4. Botre replied to Joseph's topic in Snippets
    Poison karambwan Rock cake (+ all the healing drinks such as tea, jug of wine, etc... that have a drink option instead of "eat") Here's mine, I like to have heal amount data for smart eating and ids just in case: package food; import id.Id; public enum Food { TUNA_POTATO("Tuna potato", Id.TUNA_POTATO.getId(), 22), MANTA_RAY("Manta ray", Id.MANTA_RAY.getId(), 22), SEA_TURTLE("Sea turtle", Id.SEA_TURTLE.getId(), 21), SHARK("Shark", Id.SHARK.getId(), 20), MONKFISH("Monkfish", Id.MONKFISH.getId(), 16), SWORDFISH("Swordfish", Id.SWORDFISH.getId(), 14), BASS("Bass", Id.BASS.getId(), 13), LOBSTER("Lobster", Id.LOBSTER.getId(), 12), RAINBOW_FISH("Rainbow fish", Id.RAINBOW_FISH.getId(), 11), JUG_OF_WINE("Jug of wine", Id.JUG_OF_WINE.getId(), 10), TUNA("Tuna", Id.TUNA.getId(), 10), SALMON("Salmon", Id.SALMON.getId(), 9), PIKE("Pike", Id.PIKE.getId(), 8), TROUT("Trout", Id.TROUT.getId(), 7), COD("Cod", Id.COD.getId(), 7), MACKEREL("Mackerel", Id.MACKEREL.getId(), 6), CHOCOLATE_CAKE("Chocolate cake", Id.CHOCOLATE_CAKE.getId(), 5), TWO_THIRD_CHOCOLATE_CAKE("2/3 chocolate cake", Id.TWO_THIRD_CHOCOLATE_CAKE.getId(), 5), CHOCOLATE_SLICE("Chocolate slice", Id.CHOCOLATE_SLICE.getId(), 5), HERRING("Herring", Id.HERRING.getId(), 5), BREAD("Bread", Id.BREAD.getId(), 5), CAKE("Cake", Id.CAKE.getId(), 4), TWO_THIRD_CAKE("2/3 cake", Id.TWO_THIRD_CAKE.getId(), 4), SLICE_OF_CAKE("Slice of cake", Id.SLICE_OF_CAKE.getId(), 4), COOKED_CHICKEN("Cooked chicken", Id.COOKED_CHICKEN.getId(), 4), COOKED_MEAT("Cooked meat", Id.COOKED_MEAT.getId(), 4), SARDINE("Sardine", Id.SARDINE.getId(), 4), KARAMBWANJI("Karambwanji", Id.KARAMBWANJI.getId(), 3), SHRIMPS("Shrimps", Id.SHRIMPS.getId(), 3); private final String name; private final int id; private final int healAmount; Food(final String name, final int id, final int healAmount) { this.name = name; this.id = id; this.healAmount = healAmount; } public String getName() { return name; } public int getId() { return id; } public int getHealAmount() { return healAmount; } @Override public String toString() { return name; } }
  5. I was already thinking about a "Logic" skill that would act like Runescape's Prayer. Throwable bags of fulminated mercury, check. SomaliaScape
  6. Some of you might know I'm currently working on a game project. I'm looking for some runescape-esque skills. This is what I got so far: Chemistry ... Looking forward to your suggestions (I don't need/want a description, just a keyword)!
  7. Ma Apa teaching dem noobs :') Nice guide brochacho
  8. Are you referring to OSBot 1 scripts when talking about "my paid scripts"? If that's the case then... sorry, it has been like 2 months since the transition though :p If not then please explain how they aren't working.
  9. You aren't a noob / child anymore. It's not the game, it's not the community, it's you ^^
  10. Botre replied to Jordan's topic in Archive
    I respect those who have the balls to resign and do so without abusing their powers / trust. Sad to see you leave the post though, you proposed some very attracting initiatives and seemed to be doing a good job overall. Peace
  11. Welcome back brochacho $$$
  12. Botre replied to Maxi's topic in Releases
  13. Botre replied to Acerd's topic in Spam/Off Topic
    Ouch..
  14. We all know who the true king is.
  15. Emoscape lel
  16. very nice initiative
  17. Botre replied to thepecher's topic in Spam/Off Topic
    Welcome to the dark side.
  18. I'd say firemaking is relatively safe.
  19. You need money to spend money. The reason they wanted to change their market model is because they don't have money to spend money (well either that or they are really greedy).

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.