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.

Pegasus

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Pegasus

  1. Your guess is correct. I didn't think about that the filter variable can be null. It is troublesome that NPE printstacktrace doesn't print the method
  2. Is it ok to reverse engineering some api class in osbot client?
  3. Nice, I like reading other's intelligence
  4. My character has many house teleport tab in inventory but gui keeps showing no house tab. Edit: it works after I restart this script a few times. Such issue has been happening since months ago, and it worked after restarted a few times.
  5. thanks, I found out that it is caused by a filter variable. public Filter<Item> jewFilter = (jew) -> { return jew.nameContains(this.getAllCharged()); }; this.equipment.isWearingItem(JEW.getEquipmentSlot(), jewFilter)) I use this instead which works now this.equipment.isWearingItem(JEW.getEquipmentSlot(), new NameFilter<Item>(JEW.getAllCharged())) I am not familiar with filter class now.
  6. org.osbot.rs07.api.model.Item.iiIiiiiiIiiI(rk:290) java.util.stream.MatchOps$1MatchSink.accept(Unknown Source) java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown Source) java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source) java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source) Anyone know what code in osbot use java.util.stream.AbstractPipeline.copyIntoWithCancel?
  7. I know why now. turn out, I edited the script to print other players' messages Lol close file.
  8. How to put hidden message in non-obfuscated jar? I decompiled a non-obfuscated jar and edited it. It sometimes show creepy message in the logger. But I cannot find any string or encrypted string about these messages in the script how does he put it?
  9. Pegasus replied to Pegasus's topic in Runescape
    Why are you so sure? You code osbot client?
  10. TWC-third world country?
  11. Pegasus replied to Pegasus's topic in Runescape
    thanks, I deleted it But I cannot find any string or encrypted string about these messages in the script how does he put it?
  12. Pegasus replied to Pegasus's topic in Runescape
    I edited other's open source script. I think it is generated by osbot client, not by the script.
  13. Pegasus posted a topic in Runescape
    deleted deleted
  14. Thank, I thought all elements in the class were deprecated
  15. att 70 str 70 def 70 ranged 84 prayer 63 magic 74 agility 58 done quests: Regicide underground pass Mage Arena
  16. But... there are so many space inside the load profile panel
  17. Could you put the start button below load profiles panel?
  18. Is this script still working? Could I get a trial?
  19. Could you add an option to loot all untradeable items?
  20. Could you add foolproof function? For example, a character have only 20 level farming, but I select higher level seeds(Harralander seed) accidentally. Then, this script will spam using the seeds to patches. Could you make it check farming level before starting at all Or pause when the "not enough level" dialogue appears?
  21. It is a tablet , you can buy it from GE to use it. The player does not need to have the relevant Magic level to use the tablet, which shares the same rule with all tablets and the player will not receive any experience, The player needs to have completed Priest in Peril to use this tablet. Priest in Peril is a short quest.
  22. it is not new items. Release date 12 May 2016 (Update)
  23. Could you add Fenkenstrain's castle teleport tablet to get to Canifis?
  24. It is weird that every time character teleports to falador first with teleport tablet, and then uses amulet of glory. And, it wastes one inventory space. And, the script has no web walking only option for now.

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.