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.

Acerd

Members
  • Joined

  • Last visited

Everything posted by Acerd

  1. Acerd replied to Emilyy's topic in Spam/Off Topic
    yes i fucking love cats
  2. he studies computer science i believe
  3. Acerd replied to Emilyy's topic in Spam/Off Topic
    Yes. Do you like yourself?
  4. what about alek, muffins wtf
  5. Acerd replied to JavaMadness's topic in Snippets
    bog would be proud
  6. i love how genii is a door and keven is short as fuck
  7. i can also confirm that xed is hot
  8. Acerd replied to R3G3N's topic in Scripting Help
    import conditionalSleep
  9. Acerd replied to R3G3N's topic in Scripting Help
    your logic is really bad :E there's a check if player is not in furnace area and there's an interact with furnace in there too. RS2Object furnace = objects.closest("Furnace"); RS2Object bank = objects.closest("Bank booth"); RS2Widget bronze = getWidgets().getWidgetContainingText("Bronze"); final Area FURNACE_AREA = new Area(3274, 3184, 3279, 3188); final Area BANK_AREA = new Area(3269, 3166, 3271, 3169); if (!FURNACE_AREA.contains(myPlayer())) { getWalking().walk(FURNACE_AREA.getRandomPosition()); } else { if (bronze != null) { bronze.interact("Smelt X"); sleep(1250); getKeyboard().typeString("" + (int)((Math.random()*99) + 30)); new ConditionalSleep(150_000) { @Override public boolean condition() throws InterruptedException { return !getInventory().contains("Tin ore"); } }.sleep(); } else { furnace.interact("Smelt"); new ConditionalSleep(5_000) { @Override public boolean condition() throws InterruptedException { return bronze != null; } }.sleep(); } }
  10. Acerd replied to R3G3N's topic in Scripting Help
    RS2Widget bronze = getWidgets().getWidgetContainingText("Bronze"); if (bronze != null){ bronze.interact("Smelt X"); } else { furnace.interact("Smelt"); }
  11. Acerd replied to R3G3N's topic in Scripting Help
    try "Smelt X" only?
  12. at least you dont have a gtx 210 like i do edit: is that rly ur name
  13. but skoti gets cba again gz bruv
  14. the world does not lean on america at all
  15. ??? what does being that have to do with america..?
  16. Acerd replied to Sysm's topic in Spam/Off Topic
    bitcoin went up
  17. but how does he check the logger if it crashes
  18. Acerd replied to Mister Slyther's topic in Gallery
    its something
  19. Acerd replied to Tevez's topic in Spam/Off Topic
    i just finished middle school but b4 that i kept getting called a pedophile due to me having a lot of facial hair lol ot: i can relate to this
  20. yea?
  21. Disputed Member: @Mitchell Why it should be removed: i helped him with something so i dont really need fb Details: ^ Link to topic: none

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.