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.

Leaderboard

Popular Content

Showing content with the highest reputation on 03/04/16 in all areas

  1. 7 points
    They do not forgive They do not forget They are JaGeX
  2. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  3. 4 points
    the village hidden in the sand
  4. I'm very grateful for having discovered this community that made me deeply fall in love with programming and gave me the opportunity to practice my passion consistently and in a fun way. I learned a lot from many awesome people and worked with many swell chaps. 2 years ago I didn't know anything about coding, OSBot gave me the resources and motivation to continually get better and acquire new skill sets, oh and let's not forget about the snickers money, gotta love that snickers money. Thank you Shout out to @Alek & @Apaec.
  5. yes. it is worth the read
  6. @ScriptManifest(author = "Botre", info = "", logo = "", name = "Selection Listener Example", version = 0) public class SelectionListenerExample extends Script implements SelectionListener<NPC> { private Sapi sapi; @Override public void onStart() throws InterruptedException { super.onStart(); sapi = new Sapi(this); sapi.registerMouseAdapter(); sapi.setSelector(Module.NPC); sapi.getNpcSelector().getSelectionListeners().add(this); } @Override public int onLoop() throws InterruptedException { //... return 500; } @Override public void onPaint(Graphics2D g2d) { super.onPaint(g2d); for (NPC npc : sapi.getNpcSelector().getSelection()) { Painter.defaultEntity().paint(g2d, this, npc); } } @Override public void onExit() throws InterruptedException { sapi.unregisterMouseAdapter(); super.onExit(); } @Override public void onSelection(List<NPC> selection) { for (NPC npc : selection) { if(npc != null) { log("Selected npc with name: " + npc.getName()); if(npc.getActions() == null) continue; log("This npc has the following actions:"); for (String action : npc.getActions()) { log("\t" + action); } } } } }
  7. 3 points
    if u wait 499 days ill have some
  8. "You stalk my shit and have me on your mind each time you log on, you're the salty one babe." - 2016
  9. Check out ProxyFish, link in my signature.
  10. You should use bit shifting and bitwise operators.
  11. 2 points
    cry and accept ur fate
  12. Perfectly sums up his current mental state.
  13. Just bought your script. I'm enjoying it so far
  14. Mango or Pineapple juice
  15. may i get a trial? thanks in advance c;
  16. 1 point
    Added logout tab
  17. http://explosm.net/rcg try it urself!
  18. People are way too sensitive nowadays.
  19. Click on decimal display. Get the config values Format: [CONFIG] : [VALUE] is displayed as you play. if (script.configs.get(CONFIG) == VALUE1) { // in dream } else if (scripts.config.get(CONFIG) == VALUE2) { // not in dream }
  20. 1 point
    I don't like the font, looks to dark.
  21. 1 point
    Would like to try a trial m8!
  22. 1 point
    it's worth it for sure man, best combat xp i've ever seen.
  23. Big overhaul on box trap hunting and bird snare hunting in version 1.8! SO much faster! * instead of "take" a trap when it falls over, you will now re-lay it. * when a trap needs to be dismantled or checked, you will randomly either walk over it before you interact with it, or will interact with it like it in general. * fixed some interaction problems that would make you try to interact with the spot while you were moving causing a misclick. * added a new fail-safe timer to falconry just for backup. * added a better diversity of mouse handling for falconry * a few other minor adjustments
  24. Can you add Evergreen support? Lies about supporting all trees haha. Thanks.
  25. then ill be making some shortly!!
  26. Did it for this guy.
  27. Hey! I would like to try out your thieving script. Have a good day, eewueewu
  28. could I please get a trial, looks good I have czar thiever and range guild on my other account drago4555

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.