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.

Hybris

Members
  • Joined

  • Last visited

Everything posted by Hybris

  1. Hey there, I was wondering if there was any way to detect when an account is muted. Secondly, I'm currently trying out a bit of text spamming with OSBot, but my accounts get fairly quickly banned. Some people told me their accounts survive at least 5 days before getting the ban/mute hammer (they're using runelite, which could be the difference but that'd suck) while mine get banned pretty often. Is there anything I'm doing wrong here? The bots are: - Taking 7 min breaks every 2h - 7-day membershipped with mobile promo - Just spamming, with mouse on screen in place (should I move mouse outside screen?) - Not interacting with anything at all Thanks in advance, Hybris
  2. Add me on discord & we can discuss
  3. Hybris replied to kenith15's topic in Price Check
    Definitely more than that
  4. Add me on discord & we can discuss a price & time!
  5. Add me on discord
  6. Hybris replied to PkNovaHDJ's topic in Requests
    What are you talking about? I was just confirming it was me in the trade screen 😛 What was suspicious?
  7. Hybris replied to PkNovaHDJ's topic in Requests
    I'm not sure what you are doing but why did you delete me after we were in the final trading screen?
  8. Hybris replied to PkNovaHDJ's topic in Requests
    Hey mate we can do this very cheap Contact me on discord
  9. Contact me on discord
  10. Hybris replied to RobertOsb's topic in Requests
    Add me on discord & we will discuss
  11. Yea the name of your food is definitely wrong, other than that it should work
  12. Hybris replied to RobertOsb's topic in Requests
    I can do this
  13. Before looking for the herb do a conditional sleep until that screen is open. https://osbot.org/forum/topic/127193-conditional-sleep-with-lambda-expressions/
  14. Definitely looks great for a first script, the only thing I noticed is this: @Override public boolean canProcess() { //If player inventory *IS NOT* full and player *IS NOT* at the cabbage patch, this evaluates to true if(!api.getInventory().isFull() && !Cabbage_Area.contains(api.myPlayer())) { return true; } else { return false; } } You can write this way easier: @Override public boolean canProcess() { //If player inventory *IS NOT* full and player *IS NOT* at the cabbage patch, this evaluates to true return !api.getInventory().isFull() && !Cabbage_Area.contains(api.myPlayer())); } If you have any questions feel free to ask
  15. https://osbot.org/forum/topic/115124-explvs-scripting-101/
  16. You could just be extremely unfortunate & have gotten detected. Smart botting helps with the probablity of not getting banned, it doesn't reduce it to 0 though. I've seen suicide accounts go a long time & I've seen accounts with 2h play time a day with premium scripts get banned within a couple of days. It happens, doesn't mean the script was bad or your method was wrong. That being said, A private script should indeed be better
  17. Did this service
  18. Hybris replied to daddybigspec's topic in Requests
    We can make one for you cheap
  19. Add me on discord we can discuss this
  20. Hybris replied to Stuggles's topic in Requests
    19m if above 60 agility
  21. 23m per account, done in 2 days

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.