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.

Tom

Scripter III
  • Joined

  • Last visited

Everything posted by Tom

  1. Tom replied to Bank Rupt's topic in Botting & Bans
    Badluck, power of johnny sins was not with you.
  2. Nice mate I do 24 hours with beaks though
  3. Savage is my middle name,
  4. Tom replied to Flashboy's topic in Spam/Off Topic
    Of course he can be, if hes using an old version of java, or if they have been improved since he could have been 420rekt by a java drive-by.
  5. What would your fusion name be, what powers would you have and how would you fuse? @Czar How would your fusion look like? Johnny Sins Are you good or evil? Both What is your purpose? pfft, truth is a subjective term
  6. Tom replied to Novak's topic in Botting & Bans
    Anti Patternisation (is that even a word?) is definitely one of the hardest things to account for in a script, you can always reduce it by a certain extent, and be placed outside the obvious group of bad scripts, but there will most likely be some sort to trace regardless of how much effort you put in.
  7. Bro diamond 3, which is equivalent to silver 5 on NA
  8. ur full of shit acerd go back to chatbox u dog
  9. In over 1000 hours played on the OCE server, I have NEVER experienced such "drophack", so either servers have been mucking up, or someshit aint right.
  10. No I am asking you what server you play on, you blind or sumting?
  11. LMAOAOOOOOOOOOOOOAOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  12. Oliver man atleast you dont have a scroll bar like me, all dem kids wants the Sins D. Seems like something bugged out man, got like 30 messages instantly
  13. What league server? Don't bother saying EU because that answers my question
  14. Probably just servers mane
  15. If you're up for it, I can give your computer a look over in teamviewer or something, tell you what is unneeded depending if you use it or not, etc. Can discuss more in the chatbox, but unfortunately im banned.
  16. Might be worth creating a thread in the client bugs subforum, that way it will be fixed as soon as possible
  17. Oh shit didn't see that, one moment ill edit the post when i figure something out. public boolean clickRandomXY(Shape region) { Rectangle r = region.getBounds(); int maxX = (int) r.getMaxX() - 1; int maxY = (int) r.getMaxY() - 1; int minX = (int) r.getMinX() + 1; int minY = (int) r.getMinY() + 1; int x, y; x = rand(minX, maxX); y = rand(minY, maxY); if(x < maxX && x > minX && y < maxY && y > minY){ return !mouse.click(x, y, false); //This will return true as long as the client thinks it clicked } //I think you can also do if r.contains(){..................} return false; }
  18. By the look of it you arent actually defining the bounds of the rectangle, its just an empty object. E.g. Rectangle bounds = new Rectangle(465, 340, 100, 20); which defines a small rectangle for my paint.
  19. Show da code
  20. Tom replied to Deceiver's topic in Scripting Help
    This isnt exactly the best option either, you don't "need" to instantiate the GUI like that at all really, you can just put new GUI(this), and from within the GUI's constructor set it to visible. Should also be invoked, not just initialized in the onStart
  21. While you're working on your script, have a look into something called Hungarian Notation, or camelCase.
  22. And im ok to assume that you clicked refresh, or restarted your osbot? Edit: You can remove the Thread.state import, it isn't used. You are also importing all contents of java.awt, remove this line as well and just hover over everything that errors, and eclipse will give you the option to import it.
  23. Overall code could be a little better, ill give you suggestions when I get home. In terms of showing up in the local scripts, how are you saving it? Have you tried exporting it as a jar and placing it in there, 1kb seems a little small, but it makes sense for such a small script? Edit: Also, i dont think trees are entities, I think they are RS2Objects, correct me if im wrong though.
  24. Tom replied to Kittens's topic in Spam/Off Topic

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.