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.

Rudie

Members
  • Joined

  • Last visited

Everything posted by Rudie

  1. Thanks for the updates! Keep up the amazing work!
  2. You too, have a good one!
  3. No need to be rude, once again: grow up.
  4. Nice comeback m9. Oh, and sarcasm is often not recognisable if you're reading it, if you talk you can hear a tone in the voice which then leads to sarcasm, if you just write it down like that no wonder I was thinking you were being dead serious.
  5. It's an april fools joke, grow up.
  6. Rudie replied to Botre's topic in Spam/Off Topic
    Only when I'm at work, without coffee I can't work the full 8 hours...
  7. Lmao, good luck!
  8. Rudie replied to Seolhyun's topic in Archive
    You can buy a $10 voucher in the store and buy VIP with that, had the same problem, I had to add a credit card to my paypal account but I didn't have to when I bought a voucher.
  9. Mirror client is currently in beta stage, only available for VIP+. Anyone can purchase premium scripts and use them.
  10. Rudie replied to Cruel's topic in Spam/Off Topic
    Three days grace, Breaking Benjamin, Fall Out Boy, Sum 41, A Day To Remember, Blink 182, The Offspring
  11. Rudie replied to dokato's topic in Scripting Help
    No problem!
  12. Rudie replied to dokato's topic in Scripting Help
    I use this: public void onMessage(Message message) throws java.lang.InterruptedException { String txt = message.getMessage().toLowerCase(); if (txt.contains("the fire catches")) { firesMade++; } } Good luck!
  13. Rudie replied to Rudie's topic in Archive
    Sorry, my bad. Version is: 2.3.48.
  14. Rudie replied to Rudie's topic in Archive
    If I wasn't I wouldn't post a report here. It seems to occur randomly, most of the time it works fine, but it happened 2 times now. Newest
  15. Rudie replied to Rudie's topic in Archive
    if(dpbox != null) { if(dpbox.interact("Deposit")) { while (!depositBox.isOpen()) sleep(250); depositBox.depositAllExcept(PICKID); } }
  16. Rudie posted a topic in Archive
    Version: 1.04.269 Cosole output: [ERROR][Bot #1][03/22 02:45:47 PM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.api.Widgets.isVisible(zg:60) at org.osbot.rs07.api.Widgets.isVisible(zg:55) at org.osbot.rs07.api.DepositBox.isOpen(ii:140) at ClayMiner.Miner.bank(Miner.java:104) at ClayMiner.Miner.onLoop(Miner.java:88) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(dl:173) at java.lang.Thread.run(Unknown Source) Script: private clayminer. Hooks that failed: DepositBox, would not deposit, interface was open but would not do anything. JVM bit version: 32
  17. Rudie replied to MGI's topic in Releases
    Thanks! Awesome work MGI!
  18. Go to settings at the client and click debug inventory, you should get the id's of every item in your inventory.
  19. Isn't there a method in the API to select a specific option? I can't make an example method right now cause I shut down my PC cause I'm going to bed in a few minutes.
  20. if(myPlayer().isInteracting(gardener)) { } Kan je dat proberen, geen idee of het werkt heb het snel even gemaakt
  21. Let me try something, hold on.
  22. Well you try to see if a boolean is true but you dont check a variable, when programming you can't just put plain text like you have in line 20 in the if statement. And for the coin id it should be 995 if I remember correctly
  23. Sorry double posted
  24. Yes put the coin thing at the beginning of your loop. To define the npc: NPC gardener = npcs.closest("Wyson the gardener"); (Also make sure you import NPC). Line 20 you forgot the brackets at the if statement it should be: if(code here) { }
  25. Line 30: You want to get to the NPC but you try to define it as an object. Line 31: You try to interact with a variable called stall but that's never made. Line 32: Same as 31. For the coin thing: if(!(inventory.getAmount(COINID) < 20)) { stop(); }

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.