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.

Dog_

Trade With Caution
  • Joined

  • Last visited

Everything posted by Dog_

  1. np yolo thanks for using dog services
  2. Some old code package com.overlord.api; /** * Created with IntelliJ IDEA. * User: Rawr/dog_ * Date: 13/11/13 * Time: 21:06 * To change this template use File | Settings | File Templates. */ public final class Experience { /** * @param from * @param to * @return experience between from and to */ public static final int getExpBetween(final int from, final int to) { int dog = 0; for (int i = 0; i < to - from; i++) { dog += (Math.floor(i + from + 300.0 * Math.pow(2.0, (i + from) / 7.0)) / 4.0); } return dog; } /** * @param lvl * @return the experience at lvl */ public static final int getExpAt(final int lvl) { return getExpBetween(1, lvl); } } then just do getExpAt(currentLevel + 1) - currentExp Or you could just use an exp table
  3. Wheres '1.'?I'm pretty sure I did see a report the other day though...idk
  4. http://osbot.org/osbot2_api/org/osbot/rs07/api/ui/RS2InterfaceChild.html#getMessage()
  5. Dog_ replied to a post in a topic in Snippets
    skills.getStatic(Skill.HUNTER) skills.getDynamic(Skill.HUNTER)
  6. use onMessage. searchInterfacesForText most likely doesn't search grandchildren (idk but chatbox messages might be grandchildren).
  7. super stealth injection
  8. Read the java tutorials and after you've done that, watch Derek Banas' videos on YouTube. http://docs.oracle.com/javase/tutorial/
  9. Dog_ replied to breefie's topic in Tutorials
    Don't encourage bad practices.
  10. I play rs3 and osrs legit.
  11. If that was the case he would've said 'thread title changing permissions' and not 'name changing permissions'. Then again it is Swizzbeat we're talking about
  12. If he wanted any of the first two, he would've been more specific in the first post. He obviously meant username changes.
  13. No problem I've actually encountered more JMods than I have pmods anyway
  14. FML

    Dog_ replied to Master Chief's topic in Spam/Off Topic
  15. Player mods can only mute.
  16. already mentioned Toolkit.getDefaultToolkit().beep() but post got deleted .-.
  17. Modified a bit for R45 fix ^
  18. some objects are small
  19. Is it weird if I recognized around 15 of these
  20. Dog_ replied to Botre's topic in Spam/Off Topic
    10. logs in 11. bank empty
  21. Dog_ replied to whips's topic in Tutorials
    it's pretty bad
  22. Avril lavigne is annoying

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.