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.

Tom

Scripter III
  • Joined

  • Last visited

Everything posted by Tom

  1. Scripter Drama Issue #717 Technically speaking, GroundItem is an object
  2. I didn't even see that top line, lel
  3. It shouldn't click the NPC as long as its in a dialogue.
  4. if ((AREA.contains(myPosition())) { if(dialogues.inDialogue()) { if (dialogues.isPendingContinuation() && (!getInventory().contains("THEITEM"))) { if(dialogues.clickContinue()) { sleep(random(100, 300)); } } else if (dialogues.isPendingOption()) { if(dialogues.selectOption(3)) { sleep(random(100, 300)); } } }else{ npcs.closest("THEDUDE").interact("Talk-to"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return getDialogues().inDialogue(); } }.sleep(); } perhaps?
  5. The fk i need to read docs every once in a while
  6. GroundItem item = getGroundItems().closest(g -> g.getName().equalsIgnoreCase("Name") && area.contains(g))
  7. Tom replied to Maldesto's topic in Spam/Off Topic
    Dont listen to ghost, It was me mald, promote me and ill consider giving you the account, thanks.
  8. Yes i am apart of the industry
  9. I'm on my at the moment so i'm not going to dig through the API But its an interface called MessageListener that you implement, and it will give you a method like public void onMessage(Message m) e.g. public class Test implements MessageListener
  10. Does it say in chat when you buy a kebab? You could use the message listener in that case and just +1 everytime it pops up in chat, you could alternatively create your own inventory listener kind of thing, but its pretty unnecessary for this.
  11. I learned all i needed for python in a couple of google searches, depending on what aged people you are teaching, you could literally be teaching them stuff you read 5 minutes beforehand.
  12. You could probs have an external program that sends the key to all bot instances you have added to it. I'm not sure how you would do it, but thats a start.
  13. Its ok, this happens to everyone.
  14. Don't want to put ya down or anything, but what you're explaining is either poorly worded or blatantly wrong. It goes against basic OOP concepts. Static abusing isn't something you should be encouraging, or creating new classes to keep your variables tidy, the correct way I suppose of saying this would be if you consider each class its own object (which it is), then each object should only contain its required variables. And yeah, i'm a little late on the reply
  15. :tom: or :johnny: thanks bye
  16. Tom replied to Tom's topic in Spam/Off Topic
    I've called maldesto a lot of things, he doesnt like me anymore / ever did.
  17. Tom replied to Tom's topic in Spam/Off Topic
    I only ever wrote 1 appeal and got unbanned infinite times
  18. Tom replied to Tom's topic in Spam/Off Topic
    who the fuck are you
  19. Tom posted a topic in Spam/Off Topic
    gh0st is a dank memer
  20. Tom replied to Tom's topic in Fishing & Cooking
    Can you please describe what you think doesn't work well? You haven't given me much information, and noone else has complained in a long while.
  21. successful*
  22. If i can get unbanned 15 times, you can get unbanned once
  23. Tom replied to Tom's topic in Fishing & Cooking
    Seems to be an OSBot issue, should be fixed soon!
  24. Tom replied to Tom's topic in Fishing & Cooking
    Does it say anything in the console?
  25. Tom replied to Tom's topic in Fishing & Cooking
    Not sure why it would get stuck there, ill give it a look over. Are you sure its not the collection box?

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.