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

  1. Khaleesi

    Developer
    22
    Points
    27742
    Posts
  2. Czar

    Global Moderator
    16
    Points
    23408
    Posts
  3. Extreme Scripts

    Trade With Caution
    7
    Points
    10702
    Posts
  4. Token

    Script Officer
    6
    Points
    8433
    Posts

Popular Content

Showing content with the highest reputation on 03/09/16 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. 5 points
    SORRY ABOUT THE SIZE BUT IT IS EASIER TO WORK WITH. I WILL BE TOUCHING UP THE HEAD/FACE SKULL SOON. PLEASE DO NOT PAY ATTENTION TO THE SHARP AF BACKGROUND, WILL BE REMOVING THAT. PEEP THE GOLD DRIPZZZZ. ALSO IMGUR REDUCES QUALITY SO DONT MIND THAT EITHER. ALSO KEEP ON THE PROWL FOR MORE PROGRESS #STREETPROWL ORIGINAL#####
  3. Example: public static void webWalkEvent(final INodeRouteFinder routeFinder, final Position position, final int treshold, final MethodProvider script) { WebWalkEvent event = new WebWalkEvent(routeFinder, position); event.setBreakCondition(new Condition() { @Override public boolean evaluate() { // Return when you want the event to break. return script.getMap().distance(position) <= treshold; } }); script.execute(event); }
  4. Graphic designing is not only about signatures,tags, and that sort of work. Its much more broad. So I decided to give a shot at making a registration interface. Hope you guys like this clean and basic style.
  5. 3 points
    https://www.youtube.com/watch?v=CuH3tJPiP-U
  6. In order to access OSBot fields and methods you must have a valid Script instance reference which must also be the instance you happen to be defining as your main class. I suggest you pass it as a parameter to the constructor of each class and store it in a non-static field. Then you can instantiate the class from your main class, passing the main class as a reference for your other classes to use in order to access OSBot methods and fields.
  7. And you said oop is useless ;)
  8. 65 HOUR PROGGY!!
  9. 2 points
    Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
  10. >>>DOWNLOAD<<< Perfect for mass farming on f2p accounts. Will walk to cows, wait for cowhides, pick them all up and then bank. Combined with another tanning script, it'll be the perfect geepee maker at absolutely no requirements.
  11. RuneScape has multiple entity types NPC's Objects GroundItems Determining which one to use is way simpler than people think. NPC's will have yellow name tags in game Objects will have blue name tags in game GroundItems will have orange name tags in game Now when it comes to declaring variables what should we use? For NPC's we would use the NPC class. Our code should look like this NPC npc = ... For Objects we would use the RS2Object class. Our Code should look like this RS2Object object = ... For GroundItems we would use the GroundItem class. Our code should look like this GroundItem item = ... Why would we shy away from using Entity class to define any entity from the game? Well simply put Entity is just an interface and it might not contain things needed to any specific Entity implementing classes. Like RS2Object will have getType() method but Entity will not. The main place to use Entity class is when we are passing it to a parameter of a method and making your own lets say interacting methods. We would use Entity in our parameter to make it accept any Entity type. public void interactCustom(Entity entity, String action){ if(entity.isVisible()) entity.interact(action); else getCamera().toEntity(entity); } Of course again there will come limitations, which are when you are making a method for getting the type of an Object and logging it. Having our code look like this will not work and give us an error. public void getTypeAndLog(Entity entity){ log("[Debug] objects type: " + entity.getType(); } So passing Entity to our parameter wouldn't give us the method getType() which RS2Object has, so we would need to have RS2Object in our parameter So we would need to have RS2Object in our parameter. And our code will work if he have it look like this public void getTypeAndLog(RS2Object object){ log("[Debug] objects type: " + object.getType(); } I hope this guide helped you understand the types of Entities and how to use them correctly
  12. Geo's Services Thanks for checking out my 07 thread! If you have chosen to take me as your provider, I would like to ask to fill out the order form below. Service needed: Payment method: Your Skype ID: Do you agree to the TOS?: My Skype Accepted Payment Methods: 07GP Quests: Void Defenders Custom Built Accounts My Workers T.O.S. Special thanks to Dbuffed to help me out with the price list of the quests! โ™š โ€‹
  13. I am using Pwl3's acc and we are finding the issue! Will post an update soon! I have an idea to fix this problem!
  14. You are responsible to cancel your renewals. If you leave renewals open and you have account credit the system automatically RENEWS and takes your credit. I've told you this before. I've given you the account credit back.
  15. 2 points
    Ofcourse I'm on the main picture ^^
  16. Purchased a dope ass voucher from this sir. It was the dankest voucher I've ever seen, many thumbs up
  17. Older accounts are better, but not ban proof
  18. 1 point
    Maybe we can convince @jackshow to stream again.
  19. Hey, i once before asked for a alch trial but never got to use it. May i please have a 24 hour trial of a stun alch able script? It looks sooo cool, or just any magic script thanks!
  20. Need a 24hr trial please. Very interested to get 99 rc โ˜บ
  21. Could I also have a trial ? If I buy this script, can I use it for multiple accounts ?
  22. Maybe you were 'spaced' out while making them? Haha, get it?
  23. OHHHHH those, I will add those asap lol, so there's actually 3 varrock east yews? Should I name them: Varrock east yews 1, 2, 3 or Lumber yard yews 1, 2, 3
  24. Ahh shit, i didnt realize there was still space there. God im so stupid, thanks for the feedback though.
  25. This script is really amazing, i really recommend this script for you people. I did get range 95 with this script on my newbie, and on 2 other accounts i did get 80+. This script is seriously best range guild script i've ever seen and ever made i guess. Czar has definitely the best scripts.
  26. sorta confusing but(yeh rename it lol), it really just walks to the middle of varrock castle and does nothing lol(or gets near ge yews and does nothing). and really the yews at varrock castle are the grand exchange ones. this is Varrock east yews in mention (orange line only)
  27. A scripter have to maintain hes script 3 months after it was removed from the store. A refund can be requested if you can proof you reported the error and he didn't fix it within +-1 week. Scripts that are off the store for longer then 3 months have no guarantee to be maintained. All scripters I know are very friendly and will fix bugs almost instantly if you make a proper report to them. Kind regards Khaleesi
  28. 1 point
    แ•™ โ•ฑ
  29. I tried to get over a 6hr proggy for you but after RS auto logs you out and the bot logs back in, it does not pick up the traps! It lets them fall over and then re lays them but never picks them up when there is a chin in them or when a chin has set them off
  30. YAAAASSS TY!!!!
  31. liked page ,look great may i please get perfect motherload 24 hour trial?
  32. I made it called varrock castle , hopefully it isn't too confusing, since people will think it's actually east of varrock or something :P Should I rename it?
  33. 1 point
    The client uses injection to run There is no rate to call something "safe" .. ^^ Khaleesi
  34. Well it does that, but not if you have low levels, so in the next update I will actually implement the formula for the potting level and make it pot at around ~50% of the level Next update = improvements to potions, thanks for suggestions/feedback guys
  35. Script got released on the SDN! Link is available in the first post ^^ Khaleesi
  36. Scripters also don't get paid for making free scripts, are you suggesting that we should remove all of our free scripts because it's unfair to the script writers? You do well when we do well; we do well when we have the support to keep our servers up, pay our business expenses, and keep our developers happy so I can buy a Redbull. That's done when we have a strong base of subscribing members. By making free and VIP scripts, you're supporting OSBot so there are actually customers who will buy your premium scripts.
  37. I REALLY like this guide, I'll definitely be using it when I make my pure. Very well put together.
  38. Welcome!!! Romano? I smell some pasta and pizza in your name xD

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.