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.

Gold Scripts

Members
  • Joined

  • Last visited

Everything posted by Gold Scripts

  1. Happy new year!
  2. Thanks guys
  3. Hello! As the year 2015 is coming to an end, I figured it would be a great time to rework & update my entire script series. (Previously known as OG Scripts) I present to you..... Here are all of the fresh new logos for my premium scripts currently known as OG's Green Dragon killer, OG's Blue Dragon Killer, OG's TzHaar Fighter, and OG's Combat Bundle. Over the past few weeks I have been adding features like safespotting/potion support/special attacks to all of these scripts, as well as fixing up existing bugs. I still have a few big updates planned, but I am very eager to get the power of a webwalker behind some of my scripts. (Thanks to the OSbot Dev Team) Couldn't forget about my free scripts either! OG's Simple Fighter, and OG's Knife Smither will also be receiving full graphical rework/improvement as well. I am really excited to see what 2016 brings, happy botting everybody!
  4. Really looking forward to what 2016 brings
  5. My prayers have been answered
  6. private void wealth() { if (!getEquipment().isWearingItem(EquipmentSlot.RING, "Ring of wealth") && getEquipment().interact(EquipmentSlot.RING, "Grand exchange")) { Position current = myPlayer().getPosition(); new ConditionalSleep(1500, 2000) { @Override public boolean condition() { return !myPlayer().getPosition().equals(current); } }.sleep(); } else { for (Item item : getInventory().getItems()) { if (item != null && item.getName().contains("wealth") && item.getName().matches(".*\\d+.*")) { item.interact("wear"); new ConditionalSleep(1500, 2000) { @Override public boolean condition() { return getEquipment().isWearingItem(EquipmentSlot.RING, item.getId()); } }.sleep(); break; } } } } !getEquipment().isWearingItem(EquipmentSlot.RING, "Ring of wealth") This ensures the script doesn't attempt to teleport with a ring that has no charges. Probably isn't necessary, however nice code man!
  7. Welcome back man!
  8. Good luck! I look forward to seeing your progress. *follows topic*
  9. That is a pretty unique script, nice job! That's a really easy method to generate 100k/hr
  10. Nice job man! Keep up the good work
  11. Looking good! Always nice to see new scripters and valuable free scripts on the market.
  12. Nice man! you should post some proggies!
  13. happi crismas mane
  14. Id just train firemaking to 32, and leave defence at 2
  15. Gonna miss your graphics work man. You're a talented individual. Take it easy
  16. Love u all. May your day be filled with plenty of cranberry sauce
  17. Ouch I'm sorry
  18. Nice, keep up the good work!
  19. Hello and welcome to osbot! Goodluck on starting your RS service!
  20. I voted apaec, probably would have voted for myself but....
  21. Club Penguin!
  22. Bruh just get popcorn time. its like the free netflix but 100x better EDIT: well maybe not 100x, but netflix sucks

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.