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 09/15/14 in Posts

  1. Unfortunately I can't celebrate today(because I want to study more for my LSAT still, plus I am not in the mood to study knowing in 12 days I take the most horrifying/important test of my life). Afterwards though it's going to be magical =). Probably going to have my first alcoholic beverage too(I am American so legal age is 21 and I am kind of a dork so I never tried before). But yeah I am 21 now or as I will hope to call it provided I finally get to enjoy life for the 1st time once the LSAT is over "Twenty Fun". Only time will tell =). Anyways as some of you know I said I am gone until the night of the 27th; I am still gone for another 12 days just wanted to say it's my 21st birthday =). Can't wait to come back and have more quester for hire adventures =). See you all again soon =).
  2. 3 points
    That isn't Linkin Park. This is:
  3. In real life, people would just run. There is no time to respond.
  4. It could also be the interaction method itself, which I don't think is particularly good. I plan on doing a large overhaul on interaction events soon.
  5. Le Introduction hi dur Finally I've sold my whip zerker for 28M and I've decided to make a new one because I'm so bored. My goal is to FULLY quest this zerker ( will be 60 attack ) which will include getting barrows gloves , lunars , ancients , anchor , crystal bow (not 100% sure bout this) and more. Le Achievements & Progress Day 1 Day 2 Day 3 Day 4 Day 5 Day 6 Day 7 Day 8 Day 9 Day 10 Day 11 Day 12 Day 13 Le Current Stats Achievements&Goals
  6. A 2 B Welcome to another simple but effective free script by Pug. Walking you from A to B across Runescape. The script currently walks across some of the F2P sections of runescape, in time i will add more places to walk to on request. Obstacles can be handled so dont worry about that either. If you have a request please say so below. Current Routes Supported: - Lumbridge to Varrock - Lumbridge to Draynor - Lumbridge to Wizards Tower - Varrock to Lumbridge - Varrock to Falador - Falador to Varrock - Falador to Draynor - Falador to Lumbridge - Draynor to Lumbridge - Draynor to Falador Download: https://www.mediafire.com/?6jd6641n33zy3c6 Version: V0.02 Changes:
  7. After the release of 2.2.26, we received notification of various problems arising from both the release and from other previously unreported issues. With that said, I'd like to announce 2.2.27 which should fix and stabilize many of the concerns you submitted. OSBot 2.2.27 @Alek's changes: -Added position method isOnMiniMap(Bot bot); -Re-wrote setting method setRunning(boolean run); @FrostBug's changes: -Patched deprecated Spell enum -Patched EntityDestination For scripters, please keep using the Tracker. For the botters/community members, please keep on using the appropriate forums to post bugs, glitches, and suggestions. We may not always reply, but rest assured we are looking. Thanks for your support in making this update happen, we rely on our community to make this bot grow. Kind regards, The OSBot Staff
  8. 1 point
    Its crazy how a bunch of 10 year old kids can make a guy rich as hell That just isnt right It would be so awesome to have like 250k+subs and you can just upload a bunch of shit videos that take little to no effort to make and you know people are going to watch them anyway. Free $100 per vid whenever you want
  9. 1 point
    There's no age on intelligence, luck, entrepreneurship, dedication or creativity. And you don't even need all of the above to "succeed". Work on your own success instead of looking down on that of others.
  10. 1 point
    It's called being smart. Mark Zuckerberg is a billionaire and anyone with a slight amount of PHP knowledge could make Facebook.
  11. Apparently it's still pending. Also, I banned your multiple accounts as it's against the rules to have multiple accounts. Edit: I assume @Maldesto took care of it.
  12. I am not a fan of sarcasm over the Internet.
  13. 1 point
    What about hybrid theory? crawling? numb? breaking the habit? with you? pushing me away?
  14. Buying a sig and thread on "buying gold". Will pay via PP only. If you can do this, I will pay high dollar if you got a shop and you make "Great" graphics. Thanks
  15. 1 point
    i like this song, i often put it on for fappin'
  16. As long as you have a container for your nodes, which is looped though, you should have no problem with NPE's. Your node class makes you able to keep all of your tasks in one list. Makes is easier to manage. So as long as you have a getState in your node class, you should be fine
  17. ^ Also change the name "node" to something like task considering the whole idea makes no sense.
  18. 1 point
    this is me walking away from the thread
  19. Yeah, because sometimes with 16 it will click on the toggle run orb.
  20. public boolean isOnMinimap(Position position) { short[] coords = GraphicUtilities.getMinimapScreenCoordinate(bot, position.getX(), position.getY()); return coords[0] != -1 && coords[1] != -1; }
  21. Entity interaction without camera control: public boolean interact(Entity e, String a) { InteractionEvent evt = new InteractionEvent(e, a); evt.setOperateCamera(false); execute(evt); return evt.hasFinished() && !evt.hasFailed(); }
  22. happy bday! holy shit fabulous cake
  23. Maybe this is only in your country, I've been to some European countries and I haven't seen one single piece of trash on the streets, it's the people who live in the country that help clean it. In the USA people can't even bend down to pick it up because of their triple belly. GG Mcdonalds no offence to any Americans
  24. Alek is love Alek is life
  25. Damn, we have to wait till 17 to start driving in the UK
  26. Ask and tag swizzbeat I think he added a super easy way of doing it. If not he'll know how to, I've never done it so I don't know sorry
  27. 1 point
    there dumb
  28. Looks really nice! Good luck
  29. These are all people who have been playing since s1-s2, by the time you play 2-3 years you will be around plat area which is pretty good, if you want to reach their level you need to stop school/college and devote your life to a video game.
  30. no bodybuilding is for faggots
  31. Here's a lil' rewrite, hopefully you'll learn something(s) from it ^^ Gl coding! import java.awt.Graphics2D; import java.awt.Point; import java.awt.Rectangle; import java.util.Arrays; import java.util.List; import org.osbot.rs07.api.model.Item; import org.osbot.rs07.input.mouse.InventorySlotDestination; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Botrepreneur", info = "HerbIdentifier", name = "HerbIdentifier", version = 0.0, logo = "") public class HerbIdentifier extends Script { private enum Herb { GUAM(199, 200), MARRENTIL(201, 202), TARROMIN(203, 204), HARRALANDER(205, 206), RANARR(207, 208), IRIT(209, 210), AVANTOE(211, 212), KWUARM(213, 214), CANDANTINE(215, 216), DWARF_WEED(217, 218), TORSOL(219, 220), LANTADYME(2485, 2486), SNAPDRAGON(3051, 3052); private final Integer[] ids; private Herb(final Integer... ids) { this.ids = ids; } public List<Integer> getIds() { return Arrays.asList(ids); } } @Override public int onLoop() throws InterruptedException { return Integer.MAX_VALUE; } public void onPaint(Graphics2D paint) { int slot = -1; Item item = null; Rectangle rectangle = null; if (getBot().getClient().isLoggedIn()) { Point point = getMouse().getPosition(); for (int i = 0; i < 28; i++) { if ((InventorySlotDestination.getSlot(i)).contains(point)) { slot = i; break; } } if (slot > -1 && (item = getInventory().getItemInSlot(slot)) != null && item.getDefinition() != null && (rectangle = InventorySlotDestination.getSlot(slot)) != null) { int id = item.getId(); String string = null; for (Herb herb : Herb.values()) { if (herb.getIds().contains(id)) { string = herb.toString(); break; } } if (string != null) { paint.drawString(string, rectangle.x, rectangle.y); } } } } }
  32. The point of this tutorial is to make sure that you have done everything possible to make your botting experience as profitable and as stress free as possible. Firstly, you obviously need to have the client downloaded and your scripts added. For information on doing this please refer to link (1) at the bottom. Secondly, please make sure that you're using accounts. To create on account on your client press the setting button in the upper right corner of your client. Refer to image (1) at the bottom for what I'm talking about. Once you go here, please enter in all of the information for your bot & click save. Please note that "experience reward" is referring to random rewards such as XP lamps. Also, make sure you're using breaks. For a guide on setting up & using breaks please refer to link (2) at the bottom. Thirdly, I'll give you some notes on "botting smart". I would refer you to a separate thread on botting smart, but unfortunately it has been removed. Botting smart includes a lot of things. Make sure to use breaks. Every once in a while, give your account an extended break for a few hours. If botting on a main account, switch up what you're botting fairly frequently (every 1-3 days) as this is not something Jagex expects from an average bot account. Be careful of how much you invest into an account. I recommend never putting more than the minimum membership amount on your account. You don't want to be banned on an account after syncing $100 worth of membership pins with it. Save your membership pin codes. This will be extremely helpful with recovering your bot if it is hacked. This goes for every kind of account. BE AWARE that Jagex will monitor your account for up to 2 months before banning it. Just because your account is fine now, doesn't mean it's not already done for. Fourthly, do not start botting without knowing the rules of the botting service you're attempting to use. OSbot is the best OSRS botting service, and if you get caught breaking the rules you'll end up paying to use a different botting service that isn't even nearly as good. To read our rules, please view the following spoiler. Fifthly, if you intend on botting with multiple accounts using OSbot you'll need to purchase VIP / SPONSOR to open more than one tab. For information on purchasing & the full benefits of VIP / SPONSOR please refer to link (3) & (4) Links (1) - How to download the client & add scripts, both local & SDN with VIDEO. (2) - How to use breaks (3) - VIP (4) - SPONSOR Images (1) - If you have anything at all you believe I should add, please comment below. Please like the post if it helped & I'll be sure to come out with more tutorials. Also, if there's any guides you'd find useful, let me know in a comment or PM.

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.