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.

Leaderboard

Popular Content

Showing content with the highest reputation on 11/12/15 in Posts

  1. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  2. Wouldn't sell to you for paypal in all honesty. You want a trusted seller, then in return people should expect a trusted buyer. You have 1 feedback.
  3. This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!
  4. I Just Bought the script without testing because I trust in Czar. Anyone know how long it takes for it to update and show i have the script?
  5. Small API for the new attack option stuff they introduced in the update today. Usage: AttackOptions.setNPC(this, AttackOptions.Option.HIDDEN); AttackOptions.setPlayer(this, AttackOptions.Option.HIDDEN); AttackOptions.getNPC(this) AttackOptions.getPlayer(this) import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.api.ui.Tab; import org.osbot.rs07.script.MethodProvider; import org.osbot.rs07.utility.ConditionalSleep; import java.util.List; /** * Created by Flamezzz on 12/11/2015. */ public class AttackOptions { public enum Option { DEPENDS_ON_COMBAT("Depends on combat levels"), ALWAYS_RIGHT_CLICK("Always right-click"), LEFT_CLICK_WHERE_AVAILABLE("Left-click where available"), HIDDEN("Hidden"); String str; Option(String str) { this.str = str; } } private static boolean DEBUG = true; private static int[] CONFIGS = {1107, 1306}; private static final int CONTROLS_ROOT = 261; private static void debug(MethodProvider api, String str) { if (DEBUG) api.log(str); } private static boolean openControls(MethodProvider api) { RS2Widget controls = api.widgets.singleFilter( CONTROLS_ROOT, w -> w.getInteractActions() != null && w.getInteractActions().length > 0 && "Controls".equals(w.getInteractActions()[0])); if (controls == null || !controls.isVisible()) return false; return controls.getSpriteIndex1() == 762 || controls.interact("Controls"); } public static Option getNPC(MethodProvider api) { return Option.values()[api.configs.get(CONFIGS[1])]; } public static Option getPlayer(MethodProvider api) { return Option.values()[api.configs.get(CONFIGS[0])]; } public static boolean setNPC(MethodProvider api, Option o) { return getNPC(api).equals(o) ? true : set(api, o, "NPC 'Attack' options:", 1); } public static boolean setPlayer(MethodProvider api, Option o) { return getPlayer(api).equals(o) ? true : set(api, o, "Player 'Attack' options:", 0); } private static List<RS2Widget> getOptions(MethodProvider api) { return api.widgets.filter( CONTROLS_ROOT, w -> w.isVisible() && w.getInteractActions() != null && w.getInteractActions().length > 0 && "Select".equals(w.getInteractActions()[0])); } private static boolean set(MethodProvider api, Option o, String searchStr, int idx) { if (api.tabs.open(Tab.SETTINGS) && openControls(api)) { debug(api, "Opened controls"); RS2Widget child = api.widgets.singleFilter(CONTROLS_ROOT, w -> w.getMessage().equalsIgnoreCase(searchStr)); if (child == null || !child.isVisible()) return false; debug(api, "Found child [" + child.getRootId() + "," + child.getSecondLevelId() + "," + child.getThirdLevelId() + "]"); RS2Widget openOptions = api.widgets.get(child.getRootId(), child.getSecondLevelId(), 1); if(openOptions == null || !openOptions.isVisible()) { debug(api, "openoptions can not be found"); return false; } List<RS2Widget> options = getOptions(api); debug(api, "Found " + options.size() + " options"); if(options.size() != Option.values().length) { openOptions.interact(); debug(api, "Opening option list"); if (!new ConditionalSleep(5000) { public boolean condition() throws InterruptedException { return getOptions(api).size() == Option.values().length; } }.sleep()) { return false; } } debug(api, "Clicking option"); RS2Widget selectOption = options.get(o.ordinal()); return selectOption.interact() && new ConditionalSleep(5000) { public boolean condition() throws InterruptedException { return api.configs.get(CONFIGS[idx]) == o.ordinal(); } }.sleep(); } return false; } }
  6. 2 points
    You should be banned for posting that..
  7. Often you don't realize what you're doing at that moment and forget about the consequences. So yeah I believe it's possible.
  8. My virginity levels are too high to answer this question.
  9. When you buy Czar scripts you know you are buying quality
  10. Breaks dont work on deadman mode since the 10 second timer doesn't let you log out.
  11. You got it! Looks like I have to wait an hour to send another PM since I'm new here, I'll be sure not to forget
  12. 2 points
    troll.jpg troll.png troll.gif troll.exe troll.troll
  13. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
  14. This release marks the final interface which was split from Netbeans, so that takes a tremendous load off of my plate. I took this opportunity to overhaul the design of our client interface which suffered from a few design issues. Specifically speaking, this new design allows for us to implement resizable mode because the logger and side panel (bot monitor) were re-worked. No ETA on resizable mode or even a promise to work on it, but the option is a bit more available now. The breakdown: 1. The side panel with a list of bots has now been moved to a menu with a "bot monitor" placed right on your current bot. It looks pretty snazzy in my opinion, it's also a bit easier to navigate. See the screenshot below for reference. 2. The logger has been completely removed from the client interface and it has received its own interface. Once again, this was mainly done with resizable mode in mind in case we decide to work on it. 3. Script function buttons are now "intelligent", this should help guide newer botters. For instance if your script is running, the play button will be disabled and the pause button and stop button will be enabled. There was a ton of code changed and I tried to be pretty careful, however bugs on a big initial release is inevitable. I'll be monitoring this thread closely; please let me know of any issues you encounter. Hope you guys like the changes -The OSBot Staff
  15. Quests: https://gyazo.com/14e1d6f9ab883740c44edee5ce09f77a Stats: https://gyazo.com/5c775cc92dd71315622caecd77388d5e Items: https://gyazo.com/f762090508349360d329a4cb92341610 Other good items, a lot of important quests done. Would be sold once 80 attack, strength, and defence is achieved, so please factor that into the price. I want a price check in OS gold. The original owner is Smart, an ex-staff
  16. Ahh got it, alright I will include a report window closer in version 0.17, thanks for the feedback
  17. Depends on how much you value the account, if its a main / valued account break longer, if not think is it worth taking the risk and botting for longer periods for faster gains, then slowly put more breaks in as the account increases in value
  18. 1 point
    A Nissan 350z Looks nice and isn't too pricy (used obviously)
  19. Please close thread. Noah wins. *bows down* ;) thanks for your response . When you brought up the example of someones significant other being ill and not being able to make love to one another. What if your significant other does not want to have sex until you are married in 3-4 years. is that not the same thing?
  20. I've given you both 6 hour trials. Enjoy! apa
  21. can i please get a trail also do you still get a free script if you have brought 2 already? as i already have 3 of yours and they are fantastic. if you still allow the free script can i get the thiever please. https://gyazo.com/e10a9a21ebfb5d416bb2b200bf20b78 regards gumboa
  22. Oh okay sorry I hadn't realised you were waiting for an update. Thanks I'm using it on knights now and working fantastically on v0.09 so if I do start DMM I will defo purchase Still testing though
  23. My trial isn't activated, if you could please
  24. Update just happened on Runescape. The bot probably needs to be updated to work again.
  25. Could you do the same thing you have done with the knights with paladins and prioritize the one that everyone thieves off in the house. Also while doing paladins it got stuck at bank.
  26. In the same situation right now
  27. visit www.java.com and download it once you have installed it, just open osbot
  28. I love her but i love ass more sorry
  29. You open it with java. It should work if you select the right file.
  30. Are you suggesting that only people from your timezone play this game? Its 6 PM here, oh and hey its 3 PM in china which has the highest population in the world!
  31. Czar can I get a trial for this script please? Thanks
  32. 1 point
    na free if u fish yourself.
  33. Yeah... I'll probably buy this on release I hope there are skiller friendly places to bot thieving :x
  34. ran the trial script and it was amazing. purchasing now! Great script! UPDATE: first proggy right after purchasing script! EDIT: one suggestion, or maybe this already possible in the script. Have the script eat to full once they get to the bank, making your trips to stronghold last longer/more efficient if they are going on full health.

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.