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.

Zuup

Members
  • Joined

  • Last visited

Everything posted by Zuup

  1. If I remember correct the client will keep trying to log you in, if you started a script and your account became non-member while the script ran, I guess this would fix that kind of situation.
  2. Zuup replied to TheScrub's topic in Snippets
    how so? Looks good. You could try adding in an id value as first argument so the enum can be easily used in combination with a comboBox. why isn't the name better? the users wont know what the id mean or did i misunderstood you? Yes, you misunderstood him. Theese ID's he's talking about, is the ID's from the ComboBoxes from the Swing class (for generating GUI's). I can't explain this much further, but I hope I helped. You can still have the name. enum Spells { HOMETELEPORT("Lunar Home Teleport", 0, 0, 16), BAKEPIE("Bake Pie", 1, 65, 15), CUREPLANT("Cure Plant", 2, 66, 31); private final String name; private final int comboBoxPos; private final int level; private final int childid; Spells(String name, int comboBoxPos, int level, int childid) { this.name = name; this.combo = comboBoxPos; this.level = level; this.childid = childid; } public String getName() { return name; } public int getLevel() { return level; } public int getChild() { return childid; } public int getParent() { return 430; } } Something like that if I remember correct . PS. Enums are written in case-letters :P. (I don't know the right word here..)
  3. Zuup replied to Anon's topic in Archive
    I just tried it out, it teled to Camelot, went to Catherby farming spot, then it ran bank withdrawed 10 coins, went back and idled - I did follow the instructions, I had runes, ecto, seeds, coins, watering can.
  4. How do you exactly know which port to forward? In this case port "50050" ? I've never figured that, thanks though.
  5. Thank you very much, Cory!
  6. How would I add the path? Position[] pathNodes = new Position(x,y,z), new Position(x,y,z) ? Thanks on advance.
  7. Is there any way to add support for door handling in this snippet? Thanks.
  8. Makes good sense, thanks for the quick response .
  9. Not in my opinion, if less people are at the certain location, at some point the ban rate would fall, seeing as the mods would have to go other places to find LOTS of people? - Or is my viewpoint totally wrong? Edit: OT, damn sweet paint .
  10. Wow, you've definitely put time in this, thank you for such a very nice guide, I've learned quite a good bit by going through this guide! . On another note, is it somehow possible to make the script download the new version itself and run it, I don't think the client supports this though? - Atleast I've noticed I have to hit the "Refresh" button each time I edit my script (I like to edit a part, run the script to see that part, etc). Thanks again
  11. Zuup replied to Cory's topic in Snippets
    Thank you very much, I was sitting late up yesterday and thought of something like this, I'm just not the biggest/best in java coding so far, I'll definitely make use of this!
  12. Sounds amazing, can't wait!
  13. I will definitely be watching this, I've just started Java coding/scripting the last month, because it started to interest me a lot. I hope I'll learn a little, even tho I've learned quite a lot so far . Also nice to see other people help each other out, I really like the community on OSBot, most are polite . Any hints on tonights stream?
  14. I can't say thanks enough, really, this script is amazing! I've only used version 1.6. Only flaw I've noticed, is that's you'll need a lot of the fishing equipment you're fishing with, due to the script banking and withdrawing fishing equipment if the equipment on the ground is too far away (Big fish). ** This is no problem though, I've 500 harpoons left! My best screenie so far (I've had the script running for 14 hours, than I ran out of harppons): EDIT: This is when I noticed the "flaw" ^. Again, thanks!! -Zuup

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.