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.

Swizzbeat

Members
  • Joined

  • Last visited

Everything posted by Swizzbeat

  1. Most of mine goes straight to savings, while a small amount goes towards just general cash I can spend on the weekends if I feel like going out.
  2. You should probably add a part regarding correctly sending events. It's probably very easy to detect a bot if you press the mouse using default API methods, and then suddenly start sending MOUSE_MOVED events instead of MOUSE_DRAGGED or something similar which should normally be happening. Great guide nonetheless mate
  3. Swizzbeat replied to YinZ's topic in Spam/Off Topic
    Right if you're left you don't understand what brackets represent.
  4. We all gotta start somewhere.
  5. Swizzbeat posted a topic in Spam/Off Topic
    such fascination much information muy importanto
  6. This. It's also easy for them to detect things if, for example, someone sends a MOUSE_MOVED event while the left mouse button is being held down (should be a drag event).
  7. Do you mean more detectable? Because neither one has anything to do with humans....
  8. The things I would do to your girlfriend disgust me.
  9. I love the idea behind a generic PaintProperty class to represent any paint statistic. Makes it so much cleaner
  10. I've never been a fan of Scion. They look like the next generation of the Mazda3.
  11. No you don't. There's a difference between knowing something and regurgatating information people tell you.The only real way to legitimately avoid detection imo is to run the bot on an entirely separate JVM instance. Or, don't code the bot in Java at all.
  12. I'd be interested in looking at it.
  13. The only times I've ever used "injection" (if you even want to call it that) has been setting instance variables to my own modified classes. I'm still pretty new to programming in general, thanks for clearing that up for me
  14. I have no life, nor friends, nor loved ones. You misspelled sA (what you meant to type) in the Node constructor argument. Right now you're just assigning the instance variable sA a reference to itself which is, of course, null.
  15. return sA.client.getLocalNPCs().contains("Banker"); Not sure if you meant this or not, but you're checking if a list of NPC objects contains a String. As for the NPE, show us your abstract Node class.
  16. You can't have injection without reflection lol. OP looks good
  17. Swizzbeat replied to Joseph's topic in Snippets
    StringBuilder takes a String argument.
  18. Swizzbeat replied to Joseph's topic in Snippets
    Well they're not really comparable as they do completely separate things. I'm just saying it's more efficient to use a StringBuilder object when doing multiple operations on a String rather than modify it and litter the stack with unneeded variables. Also, why didn't you just make a String variable to store the name of the enum instead of calling the #name() method twice?
  19. Swizzbeat replied to Joseph's topic in Snippets
    The code I posted returns the same exact String and is more efficient. You're calling the #name() method twice as well as creating additional String objects while mine only uses only a single StringBuilder. Strings are immutable, which means any operation on them creates an entirely new String instance (leaving the other to be garbage collected).
  20. Why are you leaking our private convos m8
  21. Now look at developers section/tracker.
  22. It was easy to create a flawless script back in the days because the bot itself took care of most of the work for the scripter. Now it's entirely possible to design a fully functioning script however there is a lot more work required to make it perfect.
  23. Wait I thought you had to be OSD for stakers?

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.