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.

Czar

Global Moderator

Everything posted by Czar

  1. Thanks to Josedpay for lending me an account, I managed to get fairy ring support ! You can change the pass now I'm finished with it thanks again man. I still need lunar interface, if anybody knows how to debug their spellbook using interface debug, please tell me the ID
  2. EDIT: No longer need account with Fairy ring, just the rest Hello, I didn't want to make a thread about this, but here goes.. If anybody has an account with access to fairy rings, or lunar spellbook with npc contact, or an account that can access cave horrors, can you pm me please. These are the last features for my slayer script and I have saved them to last because I didn't have any accounts to gather the data from. I will need the account for 5-10 minutes max. I will hand out free auths for my slayer script/range guild too if you want to. If you don't have any of these, would you still use a script that doesn't support these things? These features are stopping me from releasing.. Thanks EDIT: If you are worried about hacking or whatever you can deposit everything in bank and set bank pin, all you need is a Dramen staff
  3. Vikings show, so epic
  4. Gjdm ! Can you put the price of the script on the script browser so that the user can compare prices please EDIT: Damn man the client looks better, such small detail made the client look completely new
  5. In your onStart method, make sure to activate the listener by doing getBot().addMessageListener(this); Then it will start listening for messages
  6. Strange.. banking works perfectly fine for me.
  7. Czar replied to Scotty's topic in Archive
    http://callofduty.wikia.com/wiki/Helo_Pilot welcome back
  8. Just handed in my first non-100% coursework in o well
  9. Any details on the ret pally? Pvp or pve and ilvl ? USA/ EU ?
  10. Thanks for this snippet
  11. Gj on release alek
  12. If you are truly stuck, there's a trick to achieving strokes and shadows in paint without any fancy stuff by drawing the text with the stroke color, then drawing the text again with a different color on top of it. Usually, for shadows I just draw the text again with an offset of 1 pixel, so: String msg = "Hello"; int x = 15, y = 15; g.setColor(Color.BLACK); drawString(msg, x + 1, y + 1); g.setColor(Color.RED); drawString(msg, x, y); Thats for a basic shadow, however if you want a full stroke (like you mentioned in your thread) you must make additions to the above code so that it draws in every direction, not just + 1, example drawString(msg, x + 1, y + 1); drawString(msg, x, y + 1); drawString(msg, x + 1, y); however, from the looks of it, its drawing too many strings! So only use this if you are hopeless, it's really not that bad but its better than nothing.
  13. Czar replied to Joseph's topic in Archive
    That is actually really interesting, yet ironic - the less antiban there is, the less detectable lol.
  14. int x = 999; int y = 999; setLocation(x, y); Fill in the X and Y according to Swizzbeat's post
  15. Bot busting moderate is a temporary 2-day ban. It is extremely unwise to bot again after having a temporary ban. EDIT: And bot busting major is a permanent ban, you can appeal but they don't read it
  16. Czar replied to Czar's topic in VIP Scripts
    You have been unlucky, unfortunately. The anti-ban is not 'extremely lousy', it is, as I have explained, the best antiban for this type of script. EDIT: Thanks everybody else for the support I'm glad you enjoy the script.
  17. Yess, very good idea for updates Can you add quests to this list so it doesn't check the quest tab for completed quests too?
  18. Daaaaamn GJ alek! I was expecting 2.3.X like next month or something, nice speed
  19. Czar replied to Joseph's topic in Scripting Help
    getBot().getUsername(); Maybe, I haven't checked
  20. gjdm, but what was the interface update? was it the one I talked about earlier about the lines and stuff?
  21. Czar replied to Czar's topic in Archive
    Thanks guys But I am still working on my slayer script (I'm already late for the release), so I just thought I'd add an update here to show everybody I didn't abandon this project. I figured I'd work on updates which can be applied to both scripts to save time :P
  22. Czar replied to Czar's topic in Archive
    Version 1.95 - Implemented webwalking into this script - Added Kill task, so you can kill any npc, any time - Added death walk - Added gear analyser which identifies the highest bonus gear within your inventory, equipment and bank - Added gear upgrade which takes/loots/buys items better than your best gear (e.g. picks up bronze full helm when killing minotaurs) - Added option for getting the 10k from Stronghold of Security EDIT: If any mods see this, can you please change the name of the thread to CzarQuester, I don't want to call it Ironman because it is misleading.
  23. Czar replied to Czar's topic in VIP Scripts
    Ah unlucky, which other scripts did you use?
  24. Czar replied to Czar's topic in Archive
    The second I finish off my slayer script, I will return to this, sorry to keep you waiting!
  25. Czar replied to holyfoxx's topic in Scripting Help
    If you need any more help just pm @OP remove the client. So its just this.getInventory() because in osbot2 they changed it around. Client. Is just for old osbot.

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.