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.

TheScrub

Members
  • Joined

  • Last visited

Everything posted by TheScrub

  1. ughh forgot to say it's released already lol
  2. i would suggest using two j lists and having one monsters in area and monsters we will fight like mine...
  3. Gh0st (great guy fun and always talk-active and helpful)
  4. TheScrub replied to TheScrub's topic in Projects
    the first sentence is true while you have had months to develop yours so far I've spent about 3hrs working on mine
  5. TheScrub replied to TheScrub's topic in Projects
    well it's my way to give back and will increase osbot's popularity
  6. TheScrub posted a topic in Projects
    it will be free GUI more stuff coming soon working on it hard!
  7. http://osbot.org/forum/topic/16704-simple-irc-bot/ not really a view bot but something i wrote awhile ago
  8. TheScrub replied to TheScrub's topic in Snippets
    Except my script has been complete for almost a week now, before this post was made. It's been pending in SDN upload requests for 5 days. Please no Trolling/Flaming on thread both of you two idc about this crap i'm here to code and to improve my java knowledge! (I know stark your defending yourself but just don't reply to him look at his name...)
  9. TheScrub replied to TheScrub's topic in Snippets
    if you read the terms and conditions you may not use my code for any premium scripts.. do not be talking smack mr asshole Problem is that you won't know if anyone uses it or not xd Anyway, some notes: public static int mytradescreen = 48; use correct java naming conventions, if you are coding for yourself I wuldn't give a fuck, but if you are trying to write modular code api/library you need to use conventions or people will have a hard time understanding the code. private Script script = Context.script; Don't use static for the sake of god. You are supposed to use oop with osbot, if you use static the vars will be "shared" to all tabs withing the client. You should init this class with a Script argument instead. public Item[] getItems(int screen) throws InterruptedException { ArrayList<Item> array = new ArrayList<Item>(); if (tradeScreenOpen()) { Item[] itemArray = Context.script.client.getInterface(335) .getItems(screen); for (Item i : itemArray) { if (i != null) array.add(i); } } return array.toArray(new Item[array.size()]); } ????? getFirstScreenItemByInteger *ById maybe public static int ourSecondScreen = 37; public static int otherPersonSecondScreen = 40; There are 4 more childs for second screen messages Only good thing worth mnetioning is the getItemsSecondaryScreen method that seems very clever thanks for the constructive feedback instead of the usual nice good work or i might use this
  10. TheScrub replied to TheScrub's topic in Snippets
    Just added some new methods Accepting/declining trades both screens...
  11. TheScrub replied to TheScrub's topic in Snippets
    if you read the terms and conditions you may not use my code for any premium scripts.. do not be talking smack mr asshole
  12. TheScrub replied to TheScrub's topic in Snippets
    -Edit spammed threads due to lag my commenting got deleted not rewriting the commenting just read through it Example usage should be there soon Needs more methods like custom interactions which will be released later
  13. TheScrub posted a topic in Snippets
    just updated! The Trade class TradeItem Class: Example useage;
  14. Agreed. I got excited when I saw this title but I'm still on the lookout for a path finder I guess i have this but not that good http://osbot.org/forum/topic/20077-generating-straight-line-path/ will work on a path finder on thursday
  15. Fuck the adelaide city council dicks..
  16. Can you give me an example of a proper area variable? Area(int x1, int y1, int x2, int y2) The boundaries to initialize this area with. Area(java.awt.Point[] locations) The locations to initialize this area with. Area(Position[] positions) The Position objects to initialize this area with. from the osbot api
  17. use an enum???? please :P
  18. I'm keen to join a skype group to help people with problems knowledge is key willing to share mine with others!
  19. well script went to drags i put to hop if 1 person at spot to hop the bot logged in and out for 40 min LOL idk if this is the client but since it didnt even attempt to hop im guessing on your'e end not sure. The count includes yourself what?? If you set it at 1 then of course it will keep hopping - you are 1 person. If you mean to set it at one other person including yourself, slide the counter to 2. http://pastebin.com/ByRYkx18 warp the getPlayerPositions as you see i've removed my own player you could warp it quite easily thank me later..
  20. Done the script waiting for it to be put onto the SDN put a local thread in the local section http://osbot.org/forum/topic/25389-scrubs-herblore/?p=287472
  21. Support it seems like a hard rank to achieve so they deserve something special
  22. I can confirm Door id's inside house's have not changed
  23. http://osbot.org/forum/store/product/128-scrubs-wall-safes/ http://osbot.org/forum/topic/18972-scrubs-wall-safer-125khr/
  24. not them... unfinished potion id's
  25. you helped me when i was worse than you now i help you

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.