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 02/27/14 in Posts

  1. 7 points
    i do it aswell, cause fuck botters stealing my botting spot yo
  2. Dear community, In this release the accessors of the bot have been made public. The accessors have always been protected from access by developers because they would allow for unprotected access to RS username and password information if made public. I've revisited the thought on how to open up the accessors publicly without losing security and created a system that will open up the accessors but block any access to the password and username information. This is part of the promised security manager. Not only that has been done, OSBot 2 no longer allows using reflection. This together combines more freedom to the developers, as they can now freely access accessor methods without reflection, and more security as reflection can no longer be used. Opening up the accessors also allowed me to clean up the amount of deprecated methods in certain accessor wrappers, cleaning up the API significantly for developers. However this has made some changes to the API that developers should take a note of: client.getRegion() has been removed. It can now be found in Map.getRegion() and most of its features are now available in Map and no more in the Region class client.getEntitiesOnCursor() has been removed because it's available in mouse.getEntitiesOnCursor() client.getMapBaseX/Y() have been removed because it's available in map.getBaseX() and map.getBaseY() ; also note that map.getMapBaseX/Y() are refactored to getBaseX/Y() Region.getTiles() added Region.getObjects() added ; note that these are accessors of the client its objects, not the wrapped RS2Object instances Client.getPlane() has been removed because its functionality can be found in the Map api class Client.getMyPlayer() has been removed because its functionality is already provided in MethodProvider Client.getLocalPlayer() has been removed because its functionality is already provided in the Players api class Client.getLocalNPC() has been removed because its functionality is already provided in the Players api class Client.getLocalPlayers() has been removed because its functionality is already provided in the Players api class Client.getLocalNPCS() has been removed because its functionality is already provided in the NPCS api class Client.getClippingPlanes() has been removed because its functionality is now available in the Region class Client.getMenuX() has been removed because its functionality is now available in the menu api class Client.getMenuY() has been removed because its functionality is now available in the menu api class Client.getMenuWidth() has been removed because its functionality is now available in the menu api class Client.getMenuHeight() has been removed because its functionality is now available in the menu api class Client.getMenu() has been removed because its functionality is now available in the menu api class Client.getOnCursorCount() has been removed because its functionality is now available in the mouse api class Client.getMenuCount() has been removed because its functionality is now available in the menu api class Client.isMenuOpen() has been removed because its functionality is now available in the menu api class Client.getCameraYaw() has been removed because its functionality is now available by using the Client accessor instance Client.getCameraPitch() has been removed because its functionality is now available by using the Client accessor instance Client.getDestination() has been removed because its functionality is available in the map api class Client.getMinimapX() has been removed because its functionality is now available by using the Client accessor instance Client.getMinimapRotation() has been removed because its functionality is now available by using the Client accessor instance Client.getMinimapZoom() has been removed because its functionality is now available by using the Client accessor instance Client.isMinimapLocked() has been removed because its functionality is now available in the Map api class Client.getInterface() has been removed because its functionality is available in the Interface api class Client.getRawInterfaces() has been removed because its functionality is available by using the Client accessor instance Client.getValidInterfaces() has been removed because its functionality is available by using the Client accessor instance Client.getRunEnergy() has been removed because its functionality is available in the Settings api class Client.getLevelExperience() been removed because its functionality is available through the Client accessor instance Client.getLevelStat() been removed because its functionality is available through the Client accessor instnace Client.getCurrentLevelStat() has been removed because its functionality is available through the Client accessor instance Client.getVertexHeights() has been removed because its functionality is available through the Client accessor instance On top of the changes mentioned above the following update were made: Inventory.isItemSelected() - returns whether an item is selected Inventory.getSelectedItemName() - gets the name of the selected item Magic.isSpellSelected() - returns whether a spell is selected Magic.getSelectedSpellName() - gets the name of the selected spell Client.getCrossHairColor() - gets the state of the mouse cross hair / cursor (0 = not present, 1 = yellow, 2 = red) The anti ban roll with not happen if human input is enabled whilst running a script Bank.withdraw(X value) and bank.deposit(X value) will now use the last used X value if possible and have now detection for changed enter X value interfaces Character.isUnderAttack() is now fully functional (see the documentation) Character.isAttackable() method added, taking in to account multi and single combat zones Extended the ConditionalSleep class to support for custom sleeping times (see the documentation) Fixed the bug with the InteractionEvent for interacting with entities where it wouldn't do anything while having either a magic spell or inventory item selected. It now automatically accounts for selection, no different user input required Ported over a fix for interfaces from OSBot 1 Ported over dynamic prayer button identification from OSBot 1 The RandomSolver system uses id's again for now, this might be changed to enums later. This allowed for adding the random behaviour hook system back with some fixes Added back the WorldHopper class Your mouse will now exit the screen when pausing or stopping a script Settings.setRunning() now uses the orb to activate or deactivate running Prayers have been updated to use the new config Two freezing bugs that existed in OSBot 1 previously as well have been fixed Made certain interactions faster and fixed a bug in the walking event that caused delays sometimes The GUI for opening and closing tabs is now faster and more responsive as the majority of cpu intensive actions are not separated from the GUI threads Added coloring of the bot tab that is active and also all tabs now display your character's display name if logged in The Interfaces.containgSprite() methods have been fixed to account for sub sub interfaces (basically children on child interfaces) World selection and interface value debugging have been added back and can be found in the quick right click menu on the settings button I also did some work on the updater which had broken identifiers for a set of hooks which we would adjust manually for the past few revisions and I introduced a couple of new hooks: isItemSelected, selectedItemName, isSpellSelected, selectedSpellName and crossHairColor. But..... last and certainly not least: Security Manager. The Security Manager is in place in this release. It could cause issues as it has not been tested on a wider variety of systems, but we will be able to figure this out with your help. If it's the case that too many people run into problems, we will release a version without it in place and ask more experienced users to share the thrown security exceptions with us. In summary the Security Manager restricts the access of the OSBot 2 client in several places: Reflection to access hidden fields is no longer possible Execution of commands on the command line is no longer possible Access to most internet connections are now locked down. We will white list trusted IP's, but for now only imgur, our server and the RS servers are allowed to make a connection. For people who want to keep track of signature data, we will introduce an easy to use system that will forward any requested data to your server. The above doesn't summarize everything as there is more, but it should give you a general idea. The download to the jar can be found here: http://osbot.org/osbot2_beta/OSBot-packed-2.0.12.jar The javadocs can be found here: http://osbot.org/osbot2_api/ The javadocs zip file can be found here: http://osbot.org/osbot2_api/javadoc.zip Expect significant work on the random handlers this next week! Sincerely, The OSBot team
  3. Hey all, It's time for another giveaway, this time it's a $10 OSBot voucher you can use to buy things such as scripts or VIP! This contest is simple, simply respond in this thread with a joke and after 7 days I'll pick a random winner! Rules/tl;dr: Like this thread! (not required) Respond to this thread with your best joke You can make one response a day (24 hours in between) I'll pick a random winner You will only be considered if you had 20 posts or more on February 21, 2014 and you did not post more than once within 24 hours Best of luck all!
  4. I'm sorry for the confusion. The GUI is misleading, currently this release is only accessible for developers for testing purposes.
  5. 2 points
    Holy shit it's massive Inb4 that's what she said.
  6. Just a notice (for anyone that doesn't want to verify everything), all of the fixes made in OSBot 1.7.80-1.7.86 were merged with OSBot 2.
  7. So just detect if the world was changed and then have the bot go back to the actual world...
  8. Bullshit. There's no such thing as a female on this site.
  9. Suggesting a subsection called "Questions" be made in the following area: It would be a nice place for threads like these, who don't seem to fit in with the "client errors/bugs" or "API suggestions". OSBot :: 2007 OSRS Botting > OSBot > Client Support > API Suggestions You could even split it up further, and perhaps rename "API Suggestions" to "API". Then, add 2 or 3 subsections to clean it up a bit such as: Questions Suggestions Tutorials
  10. Looking for something like this For the below ranks we need all of them done and revamped. Prize: Vip for 1 month!
  11. Doing RESEARCH essay ONLY I am not doing essays that involve reading a passage, book, or any kind of text that is needed in order to do the essay. Any topic. (Cheesecakes, Dolphins, Quantum Theorem) I do not plagiarize. $5 per page. (Double spaced, MLA format) If you guys need this for school; just skype me. Cinnamon.osbot Standard T.O.S.
  12. :troll1: is gone (((((
  13. Very nice looking thread - Goodluck with your service.
  14. id normally say beard but currently this is what my beard looks like
  15. Beard. Men have beards
  16. It is. Get rid of the chatbox and it won't be as quiet.
  17. u alrdy pmd u...and i replied go chat or add my skype : killz_123
  18. 1 point
    I don't bot for GP's, I bot for easy levels. I don't have much time for RS. I hate bots, especially the gold farm ones. I want RS07 to get better and bigger. Bots ruin the game and the market. I'm a dick for reporting them? LOL.. You, sir, are a downer.
  19. 1 point
    Because people are dicks. Especially the RuneScape community
  20. 1 point
    I also report bots.. Lol, I really don't care. I hate bots actually, but I cbf to play this game legit, put so much effort and time in it, I can't do it anymore.
  21. Happy birthday Levi B) B)
  22. You requested it, now you have to live with it sorry.
  23. Log into runescape there will be an update in 3 mins from now. They do this every Thursday by the way
  24. DO like im doing man, just put your input on everything! even if people dont want your opinion, GIVE IT TO THEM!
  25. http://gyazo.com/e0971777a2e26e39c86c8ee3dc8c9cc6 I made my account when I was 6 so 7 years ago. 7 Years No offenses, Committed many runescape crimes, still no ban! Crimes: RWT Botting Swearing Luring # NO BAN
  26. 1 point
    You got it, my dude :p
  27. im not on my PC, it's 6 am and I'm about to start mushishi
  28. god another 4h of coding to fix my scripts thanks though ;( #miserableweekend
  29. Paid for 7 bonds, but I had problems with the accounts (pre-banned due to IP flag) so he refunded me the gold for the 7 accounts. Very nice person, will do business again when I sort out the accounts.
  30. They also said that it will take years of re-writing code to implement RS3's anti-bot technology into old-school..
  31. You are most likely @Megaman...
  32. There is nothing left to discuss. @Jordan and I are by no means friends with and we are not handling this situation biased whatsoever. What we have been trying to stress to you, is that there is no possible way for you to receive a payment with the agreement you two formed and with the situation that was presented before us. Dispute Closed.
  33. Rofl. this would never happen on Windows.
  34. Does this have antiban?
  35. The only person who can tell you how much potential you have is you. You are able to do anything, and if you would like to get better at graphics, just put time into practicing it. ^_^
  36. Have you ever been driving down the road and go to flick your cigarette out of the window, then a few moments later you start to smell something funny, and you turn around to see your nan fingering herself in the backseat. Why did suzie fall off the swing? She had no arms. Why was the boy sad? He had a frog stapled to his face. Whats white and cant climb trees? A fridge Why did the boy drop his ice cream? He was hit by a bus. Knock knock. Whos there? Not Suzie
  37. A teacher asked her 6th grade class how many of them were Obama fans. Not really knowing what an Obama fan is, but wanting to be liked by the teacher, all the kids raised their hands except for Little Johnny. The teacher asked Little Johnny why he has decided to be different... again. Little Johnny said, "Because I'm not an Obama fan." The teacher asked, "Why aren't you a fan of Obama?" Johnny said, "Because I'm a Republican." The teacher asked him why he's a Republican. Little Johnny answered, "Well, my Mom's a Republican and my Dad's a Republican, so I'm a Republican." Annoyed by this answer, the teacher asked, "If your mom were a moron and your dad were an idiot, what would that make you?" With a big smile, Little Johnny replied, "That would make me an Obama fan.."
  38. Title says it all, not going first unless you're trusted(: I'm also down to use a middle man. Add my skype : newports.osb Or click
  39. Hello OSBotters, the much anticipated wait for OSBot 2 is over. On Friday 12:00AM EST, I will be making OSBot 2 available to VIP and Sponsor members. For those who do not have VIP or Sponsor, do not panic! OSBot 2's collection of random event solvers will still be very small. The purpose for this private BETA is to speed up the process of developing the random event solvers to finally get the public bot out. Tonight I released OSBot 2.0.6 to the private testing group. By tomorrow I will have reviewed any bugs mentioned by the private testing group and finalize OSBot 2.0.7, which will be the first semi-public version of the bot. Sneak Peak: Thanks, OSBot wouldn't be possible without our VIP and Sponsor members! Sincerely, Laz and the OSBot Team!

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.