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.

Valkyr

Members
  • Joined

  • Last visited

Everything posted by Valkyr

  1. It's a Marihuana insuffulation device. You use it to inject "bong weeds" into your veins.
  2. Valkyr replied to Krewneck's topic in Resolved
    No problem ;)
  3. Valkyr replied to Krewneck's topic in Resolved
    Try installing the linux version of Java from the website, it's a manual installation but I reckon it could well be an issue in OpenJDK. Also if OpenJDK has a 1.7 or 1.8 version install that because it could also be a nonexistent method in Java 1.6 (OSBot is compiled with/for 1.7) E: Excuse me if I'm wrong, I haven't used OpenJDK/Linux in years.
  4. Why would you use AOL?
  5. Check my sig dawg
  6. VPowerFletcher (In my sig) does that
  7. Valkyr replied to Czar's topic in VIP Scripts
    Not sure what it is, but that happens to me even when I'm not botting :L
  8. http://osbot.org/forum/topic/63892-vpestcontrol-pest-control-made-simple/ Right here
  9. Valkyr replied to Czar's topic in VIP Scripts
    If you don't want a perm ban don't bot at all, no matter what script it is you always run the risk, though I've only heard good things about Czar's script and its probably the best range guild script out there.
  10. Sweet man, much love!
  11. Awesome, but it seems to have broken at least one of my scripts Looks like something related to LocalWalker
  12. Ay? My fighter can do this, when webwalker is done it'll be banking to
  13. Valkyr posted a topic in Resolved
    could someone please move the threads in my sig to the sdn section?
  14. If you have an account I can use for it, PM me ;)
  15. Valkyr replied to Czar's topic in VIP Scripts
  16. I hear you can get jobs from the NPCs in Lumbridge
  17. Tomorrow I'm flying to Morocco
  18. Mine should be going on the SDN/store very soon http://osbot.org/forum/topic/63892-vpestcontrol-pest-control-made-simple/?p=702724
  19. Valkyr replied to ikos9's topic in Archive
    My mate has this problem and nobody can tell me why xD That's not a download progress bar that's RAM usage btw.
  20. I've tried lifting weights while tipsy and it was easier than it would've been sober, though I reckon if you're doing a proper workout you could end up doing some damage to yourself by overworking yourself. You'll definitely feel it once the alcohol's worn off xD
  21. I better change it... xD
  22. So I'm writing a webwalker and using Kryo to serialize the web object. The file (as far as I am aware) saves perfectly fine, but when it loads I am presented with the following error: java.lang.NoClassDefFoundError: com/esotericsoftware/reflectasm/ConstructorAccess I believe this is caused by the lack of a no-args constructor, though all my classes have one for that specific reason. Here is the code I am using to load the file: public static WeightedGraph read(String filename) { WeightedGraph retrievedObject = new WeightedGraph(); try (Input input = new Input(new FileInputStream(filename))) { Kryo kryo = new Kryo(); retrievedObject = (WeightedGraph) kryo.readClassAndObject(input); System.out.println("Retrieved from file: " + retrievedObject.getVertices().size() + " nodes"); } catch (FileNotFoundException ex) { Logger.getLogger(WeightedGraph.class.getName()).log(Level.SEVERE, null, ex); } return retrievedObject; } If anyone has used Kryo and experienced a similar problem please respond.
  23. getHealth returns the health as a percentage, I think he means to get the actual number of hitpoints remaining. There is no way to do this, only for players by getting the skillTracker.getDynamicLevel(SKILL) method. Maybe someone else needs to read the API

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.