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. Mikasa

    Ex-Staff
    12
    Points
    10756
    Posts
  2. Nezz

    Trade With Caution
    7
    Points
    1688
    Posts
  3. Jams

    Trade With Caution
    6
    Points
    2812
    Posts
  4. FrostBug

    Scripter III
    6
    Points
    3967
    Posts

Popular Content

Showing content with the highest reputation on 08/04/14 in Posts

  1. Jokes on you because after the camera stopped rolling this happened. Super saiyan afro princess. I surpassed Goku.
  2. Thanks to and @Alek, I got back into 'that' mood.. This is a game I was working on a few years ago This is a short clip of the level I just whipped up, in action http://i.gyazo.com/d3cfb71c68feb7318654f8e51c46f3e7.mp4 This is the level editor: Might have to actually finish the game this time around Also working are: - Damaging arrow traps - Level / Sub-area transitions (Fade-in / Fade-out) - Sound effects
  3. inb4 banned or demoted skip to 3:30 ish
  4. That definitely is something that you should have been warned for and was. You weren't banned for that, you were banned because you had 5 warning points which is a 24 hour suspension. Grow up child.
  5. Hey guys, Firstly I would like to start by saying a massive thank you to all of those who participated in the previous thread, it showed a huge amount of interest and the ideas kept flowing till we had a final product. So the way this competition will run is the following: A poll will be hosted on the 4th of every month, this poll will include a list of categories for which the community wish to see populated with more free scripts After 72-hours from the date of the poll, entries will be counted and the most popular category will be the one which the competition is based around for that month Entries will then begin on the 7th of each month following an announcement made in the "Site" section of the forums. Entrants will have 2 weeks to come up with a product (the source files must be placed on a webhost of your choosing and all the entries are to be pm'ed to @Divinity) On the 23rd of each month after being reviewed by @Divinity, @Alek, @Ericthecmh and a few of the OSD's willing to participate, a winner will be announced and the corresponding script will be placed in the SDN FREE of charge, until the 23rd of the following month. Prizes are still to be discussed with @Maldesto but you can be rest assured the winner will be well catered for with a unique PiP Criteria you will be judged on: 15 points = Code Quality - Naming conventions, efficient algorithms, and cleanliness of code. 10 points = Stability - How long the script can run without stopping 10 points = Performance - How well does the script do it's job? 5 points = Features - Any innovative features that sets the script apart from all others! 5 points = User Interface - How easily the user is able to set-up the script, and how easily the data is displayed to the user. (Input/output) Thank you all for your participation in this event and we look forward to seeing those entries! Kind Regards, OSBot Staff Team
  6. As the evidence shows did in fact request a refund once the worker did not want to complete the order, the message was left there for sufficient time (both in the same Timezone) for @James to see it before asking any of his workers if they would like the job, a confirmation should have been provided before trying to pass the job on. In this case, @James is to refund the money for the service to the sum of 21.4m, if this is not refunded within 24-hours further action may be taken.
  7. They have to re platform the app, since it can't run on java (android) and objective c (apple). I guess it's how they make up for the time spent developing it for both platforms. :p
  8. 1. Dont buy an iphone SERIOUSLY what is up with ppl buying iphones, there are phones with MUCH better hardware for half of the price of iphone OR CHEAPER, €550-600 for a fucking phone that is ridiculously bad for the price? wow.... those people are so retarded to answer your topic question, apple builds everything separately from other things like android, its bullshit
  9. http://gyazo.com/b5403df5c9123fef8144ff728c02d11a If anything else is required please let me know
  10. Price is a little high eh?
  11. 1 point
    Version 1.0.3 Features - Mine and drop ores - Rock selection interface - Inventory organizing - Options to keep gems/random event items - Detection for Smoking rocks & Flying pickaxe heads - Simple paint Requirements - Pickaxe Setup 1. Make sure to have a pickaxe and lots of free space in your inventory 2. Start the script 3. When near the rocks you wish to mine, click the Load button (see spoiler) 4. Browse through the loaded rocks in the left panel (See spoiler) - The currently highlighted rock in the left panel will be highlighted blue in the game - The currently chosen rocks in the right panel will be highlighted green in the game 5. Chose the rocks you wish to powermine by adding them to the right panel using the left/right arrow buttons NOTE: The chosen rocks should be in their non-smoking and un-mined state as you start the script! 6. Start the script using the start button Proggies (Post your own proggies in the thread and I will add them here!) Getting the script To add this script, click here, or browse to it in the script selector within the client Changelog
  12. (TAKEN OFFSITE - SORRY AT THE FORUMS IF ITS NOT ALLOWED TO COPY THIS) It could encounter scammers that provide fire cape scammers. We've had LOADS of fire capers coming here that just simply scam at their first order , this will ensure you that the (new) fire caper has experience and is able to actually finish the order and kind of make it safer. (This however does not stop scamming , but it encounters most scammers) Thanks for reading. Example below:
  13. Updated for OSBot 2's API! Hello future script writers and other OSBot members! This will be my first OSBot script writing tutorial, and it's geared toward beginners with at least some understanding of Java (however, I'll still be covering some fundamentals). So, let us begin. Step I: Getting the IDE An IDE (integrated development environment) is software that makes programming much easier on you, the programmer. There are many Java IDE's to choose from (IntelliJ, NetBeans, Eclipse, and many more), but for this tutorial, we'll be using Eclipse. You can download Eclipse here. Simply choose the Eclipse Standard and download the version for your computer (32 or 64 bit). Once downloaded, use a program to decompress the archive, and move the eclipse folder to wherever you'd like (C:\, your desktop, it honestly doesn't matter). To open Eclipse, go into that folder and open the Eclipse application. Congratulations, your one step closer to making OSBot scripts! Step II: Basic Java Fundamentals Java, like C++, PHP, and Javascript, is a high-level programming language, which simply means it's very readable by humans (we use English while programming in these languages) and therefore much simpler to write code. If you're an absolute beginner, with no background in programming at all, this is going to go by extremely fast, and I will likely skip over some important topics. If you fall into this category, you absolutely NEED to read these tutorials by Oracle. I'm not sure about most of you, but I feel that a great way to learn something is to dive right in, and worry about the little things after you've started to understand the bare essentials. With that in mind, let's take a look at a simple HelloWorld class: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World, I'm learning Java!"); } } Now looking at that might be intimidating if you're new to this, but believe me it's very simple! I'll break down some of the common words used above: public: This could be public, private, protected, or default. It simply states the visibility of this class/method/variable. Public items can be seen from outside of your package, private items can't be seen by other classes in your package, protected items can only be seen by the subclasses of your package, and default can only be seen by your package. class: A class is like a blueprint from which objects are created (Oracle). static: This is a keyword that simply means that only one instance of it will ever exist, even if you recreate it infinitely. void: This is the return type of this method. Void methods return nothing, int methods return integers, String methods return strings, and so on. String[]: This is an array. Arrays are just containers that hold a specific number of items (of one type). For example, this method takes an array of strings as a parameter. System.out.println: This is just a method that prints a message to the console and then prints the newline character. ;: Semi-colons are used at the end of any Java statement (note: conditionals and loops do not count as statements), without them, your compiler will give you errors. { }: These curly braces are used to surround/contain the contents of a class/method/etc. This is all of the Java basics I will teach, simply because there are already many resources out there (see above). Step III: Setting up a Java Project Setting up a Java project in Eclipse for making OSBot scripts is simple, just follow these steps: Step 1: Press File>New Java Project and name your project, then press finish Step 2: Add the OSBot .JAR file to your build path Step 3: Add a class to your new project And you're ready to actually start script writing! Step IV: Creating Your Script Now here's where we actually start making your script! For this example, we'll be creating a very simple mining script that will mine and drop everything once the inventory is full (please note: this example is hardly usable for a script, but it shows the basics. With a real mining script, you'll want to replace the object name with the ID(s) of the rocks, so you don't try mining empty veins). Here's the full source: import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(author = "You!", info = "I made this script!", name = "Basic Miner", version = 0, logo = "") public class BasicMiner extends Script { private enum State { MINE, DROP }; private State getState() { if (inventory.isFull()) return State.DROP; return State.MINE; } @Override public void onStart() { log("I can't believe script writing is this easy! I love learning!"); } @Override public int onLoop() throws InterruptedException { switch (getState()) { case MINE: if (!myPlayer().isAnimating()) { RS2Object vein = objects.closest("Rocks"); if (vein != null) { vein.interact("Mine"); } } break; case DROP: inventory.dropAll(); break; } return random(200, 300); } @Override public void onExit() { log("Thanks for using this wonderful script!"); } @Override public void onPaint(Graphics2D g) { } } Now most of that will be confusing, but don't worry, I'm here to help you! I'll break this down for you. import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; These lines import other classes for their use in your script. @ScriptManifest(author = "You!", info = "I made this script!", name = "Basic Miner", version = 0, logo = "") This is the script manifest, which simply tells OSBot your script's author, info, name, and current version (for use in their class loader). public class BasicMiner extends Script { ... } This just defines our class, and extends OSBot's Script class, so we can use all of their fancy API methods. private enum State { MINE, DROP }; private State getState() { if (inventory.isFull()) return State.DROP; return State.MINE; } Here we make an enum (collection of constants) called State which holds two states: mine and drop. Then we have a method that's return type is State (so it returns a State, which we just made). If your inventory is full, this method will return the dropping state, otherwise it will return the mining state. @Override public void onStart() { log("I can't believe script writing is this easy! I love learning!"); } This method is part of OSBot's Script class (which we're extending from). The onStart() method is only called once, and is called at the beginning of the script. This is where you should define some variables that only need defined once (the start time, start experience/level, etc.). @Override public int onLoop() throws InterruptedException { switch (getState()) { case MINE: if (!myPlayer().isAnimating()) { RS2Object vein = objects.closest("Rocks"); if (vein != null) { vein.interact("Mine"); } } break; case DROP: inventory.dropAll(); break; } return random(200, 300); } This is another method from OSBot's Script class (see that @Override?). onLoop() returns an integer, or how many milliseconds to wait before doing onLoop() again. We then use a switch statement to see what we should be doing. If we're to mine, we check if our player is currently animating (mining). If we aren't, we find the closest rock to mine, if that doesn't exist (or is null), we stop right there. But if it isn't null, we interact with the rocks by pressing "Mine". If we're to drop, we simply drop everything in your inventory (you did have your pickaxe equipped, right?). @Override public void onExit() { log("Thanks for using this wonderful script!"); } @Override public void onPaint(Graphics2D g) { } onExit() and onPaint(Graphics g) are two more methods from the Script class. onExit() is called once your script is stopped, and onPaint(Graphics g) is called every time the screen is updated. Step V: Exporting Your Script The final step to this tutorial will be exporting the script we just made so we can actually test it out! Step 1. Right click your project and press Export... Step 2: Choose JAR file Step 3: Choose your OSBot's scripts directory and export it! Well that's all for this tutorial, thanks for reading! You can find Part II here! Also: post suggestions for future tutorials, and I'll definitely consider it!
  14. PC on my account with these stats: 70-70-70 (attack, strength, defence) 58 magic 40 range 50 woodcutting, firemaking, fishing, cooking and mining Account has 74 membership left, 78qp (all f2p quests done and monkey madness),
  15. My game and level editor rely completely on the keyboard, which poses some very interesting challenges if my game decides to use more sprites/entities. I'm envious of your editor, I feel like it's the core of making a scalable game. Glad to see other people are starting to make games as well, it sure is a nice break from scripting (uses more of your skill set).
  16. lol its only the start, im going on holiday soon for 5 weeks with 6 grand, in a poor country, inb4 i gamble it all and get stuck there >.<
  17. Working on a Java MMO in my spare time. Pure java, no external libraries, 100% from scratch. Progress: Latest screenie:
  18. Pro tip: Dont buy an apple
  19. really like dex because he doesn't tell me what to do really like maldesto because i was really spiteful to him once and he has forgiven me really like the other people because i don't know them so it can't be all bad basically i really like everyone because they don't tell me what to do
  20. Strict for doing his job? o pls.
  21. andriod all the way
  22. Pro-tip use either all andriod or all Apple for mobile devices. :p
  23. I've tugged so many things today.
  24. 1 point
    I did in fact state the limit is 2.
  25. These 2 tutorials are what got me started.
  26. pffft, watch One Piece in bed
  27. theres a guy at my uni who likes this kinda stuff, he is kinda retarded but a lovely fella
  28. 1 point
    i bought replica beats that lasted for 3 years vs paying 300 bucks for lame ass shit you jelly? and no i understand what he means by its better going to the store because you're not always able to buy everything online and can only get it at a store and there is a limited supply and etc i totally understand his point of view Im jst saying I wouldn't personally go and wait to get some expensive shoes or w/e but thats just me there are others who are. oh and btw those knock off products guess what made in china breh, you can call it knock off all you want but they lasted longer than my friends real pairs of beats irl #gg? also go to youtube there are plenty of people who are in the rep game for shoes, belts, wallets, etc TONS OF stuff...... so dont hate me you hater
  29. 1 point
    I agree that it's better to go to the store. I've heard about people going crazy over new Jordans. I was just telling him not to try to explain it to you since you'll disagree regardless because you always pride yourself on buying knock-off products. :p
  30. 1 point
    Lmao dude I swear some people are like that. xD I just buy them AIO nikes naw mean? haha
  31. Hey Divinity, In the picture I have posted in my last post James is in the Chat when I say "I'll just get the Gp from James then" after his worker cancelled. And say "i'm entitled to a refund". This was at 9:52AM EST. At about 5pm EST is when I was informed about him having gone ahead with the order regardless, forcing me to take the accounts. http://gyazo.com/1b7503316d74007fa16571f945f28658 http://gyazo.com/9d8ccceae288100d7c39f71e00f05462 He was in the skype chat when this was all said as indicated in the pictures.
  32. to be honest, this is something Nezz would be a part of...
  33. Everything you ever wanted it to be
  34. she said yes, he breaks up with her a week later when she gives her pudding cup to another guy.
  35. My worker said he couldn't complete it, so I got another worker to do it. You need to come to me to cancel orders, not to them. @Foo and @Preheating are already doing the order and have already started, they have bought bonds + supplies to complete it and are currently doing the order as we speak
  36. Actually, with the proof you showed, you do have possession of the account. You do not get this message unless you have the password. Where's my proof of this? This is using the wrong password. This is using the right. Now, unless the kid who bought it, is a total idiot and never changed passwords, you have the account, or somehow know the password to it.
  37. 1 point
    1-75 cooking thanks to you, and still running
  38. I'm sorry but i'd hardly value this account at more than about 7m. You can get those stats in like a week or 2 max of no lifing. You should lower the autowin to about 20mil, and start bidding at 5mil, otherwise it won't sell

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.