Skip 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.

Valkyr

Members
  • Joined

  • Last visited

Everything posted by Valkyr

  1. Valkyr posted a topic in Archive
    Okay, so I've had this knocking around for a while. It uses my Context class but replacing it with Script should work fine. Handles casting on different types of entity, checks for runes etc. Easy to add banking for also, loop through requirements and withdraw accordingly using. Usage: final Spell highAlch = new Spell(context, Spells.NormalSpells.HIGH_LEVEL_ALCHEMY, SpellTarget.SPELL_ON_ITEM, "Oak longbow (u)", new ItemRequirement("Nature rune", 1), new ItemRequirement("Fire rune", 5)); if (highAlch.canUse()) { highAlch.canUse(); } else { for (ItemRequirement rune : highAlch.getRunes()) { String name = rune.getName(); int amount = rune.getCount(); if (context.getInventory().getAmount(name) < amount) { context.log("Not enough " + name + "!"); } } } magic.zip
  2. http://www.wikihow.com/Tie-a-Noose
  3. Isn't the Myers-Briggs Type Indicator used to distinguish between those? The critique is that the differentiation between introversion and extraversion is down to a preference as opposed to an absolute i.e. an introvert may prefer to be isolated as opposed to spending their life in isolation, which would be torture.
  4. Same here as well, to a lesser extent. I love going out but can only bear it for a few hours before I wanna be elsewhere. Definitely introvert.
  5. No prob, now have fun w/ styling
  6. You need to encapsulate it within a JFrame. public class YourGui extends JFXPanel { ... public static JFrame create() { JFrame frame = new JFrame(); YourGui gui = new YourGui (); Platform.runLater(() -> { gui.init(); frame.setContentPane(gui); }); } public void init() { final BorderPane container = new BorderPane(); container.setTop(someComponent); container.setCenter(someOtherComponent); final Scene scene = new Scene(container); setScene(scene); } ... } Edit: You might only need to wrap the GuiClass.launch in a Platform.runLater
  7. except that one time
  8. It's pretty much the same scenario as how the 1% laughs at poor people. "HAHA NICE 401K" etc etc
  9. Project has been halted for now...
  10. Set your inventory and equipment loadouts, enable banking. This does not pick up any items you may have dropped.
  11. Zen Fighter is included with Combat Plus. Descriptions are more in-depth in the threads, will update store pages asap :p
  12. Pest Control isn't currently on the SDN.
  13. They're the same thing :l
  14. no i copyrighted that feature
  15. TIL OmniSlayer = Equipment selector
  16. Was never released... Should I?

Account

Navigation

Search

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.