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

    Developer
    19
    Points
    1843
    Posts
  2. Czar

    Global Moderator
    18
    Points
    23654
    Posts
  3. Maldesto

    Administrator
    9
    Points
    19230
    Posts
  4. Tom

    Scripter III
    7
    Points
    5336
    Posts

Popular Content

Showing content with the highest reputation on 11/27/18 in all areas

  1. Hi! This dev build brings support for resizable mode! DISCLAIMER: SOME SCRIPTS / FEATURES MIGHT NOT WORK ON RESIZABLE YET. SCRIPTERS ARE AWARE OF THE CHANGES THEY NEED TO MAKE AND ARE WORKING ON IT. THIS VERSION MIGHT ALSO NOT BE FULLY STABLE, SO USE WITH CAUTION! THIS RELEASE IS MOSTLY TO FIND BUGS AND HELP SCRIPTERS SUPPORT RESIZABLE. Download link: http://osbot.org/devbuilds/osbot 2.5.29.jar Change log: API CHANGES: - Added Tab#ACCOUNT_MANAGEMENT and Tab#NONE - Tab#IGNORES has been deprecated and now falls under Tab#FRIENDS - Added Display#getScreenWidth() and Display#getScreenHeight() - Tab#getInterfaceParentId() and Tab#getInterfaceChildId() have been deprecated, use Tabs#getTabWidget(Tab tab) instead FIXES: - Bank#isSlotVisible(Bot bot, int tabSlot, int absoluteSlot) has been deprecated. Use Bank#isSlotVisible(int tabSlot, int absoluteSlot) instead. This method has also been changed to ensure the slot is visible enough to interact with RESIZABLE: - added MethodProvider#getDisplay() to replace GraphicsUtilities All static fields and methods from GraphicsUtility have been moved to this new class. GraphicsUtility is deprecated, but for now it still supports fixed size clients. - Entity#isVisible() has been changed to take render distance into account - Display#isVisibleOnMainScreen(Entity entity) has been added to better reflect visibility for entities - Display#getDisplayMode() and Display#setDisplayMode(DisplayMode mode) have been added to change between resizable and fixed mode - Inventory#getSlotBoundingBox(int slot) has been added to replace InventorySlotDestination#getSlot(int slot) - Store#getSlotBoundingBox(int slot) has been added to replace StoreSlotDestination#getSlot(int slot) - Trade#getSlotBoundingBox(OfferOwner owner, int slot) has been added to replace TradeOffsetItemDestination#getSlot(OfferOwner owner, int slot) MISC: - MethodProvider#getProjectiles() has been added for consistancy - Added Tabs#isOpen(Tab tab) for ease of use FINAL NOTE: Mirror mode and Web Walker are not yet confirmed to function fully on resizable! Some scripts also have positions hardcoded and might not work on resizable. - The OSBot Team
  2. ๐Ÿ‘‘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
  3. thats what she said
  4. 3 points
    yes it covers script writing x2
  5. NEW! Added Gemstone Crab! 81 Hours at Cows Brutal Black Dragon support Sulphur Nagua support Blue Dragon 99 ranged 99 Ranged at Gemstone Crab 81 Range F2p Safespotting Hill Giants Hotkey List // F1 = set cannon tile // F2 = hide paint // F3 = Set afk tile // F4 = reset afk tile // F6 = Set safespot tile // F7 = activate tile selector // F8 = Reset tile selector // F9 and F10 used by the client, EDIT: will re-assign as they are no longer used by client // F11 = Set breaks tile // F12 = Reset breaks tile User Interface Banking Tab Demo (handles everything with banking) You can copy inventory (to avoid adding individual items...), you can insert item names which have Auto-Fill (for you lazy folk!) and you can choose whether to block an item and avoid depositing it in bank, ideal for runes and ammo. Looting Tab Demo (From looting to alchemy, noted/stackable items too) You can choose whether to alch an item after looting it simply by enabling a checkbox, with a visual representation. All items are saved upon exiting the bot, for your convenience! Tasking Demo (Not to be confused with sequence mode, this is an individual task for leveling) You can set stop conditions, for example to stop the bot after looting a visage, you can have a leveling streak by changing attack styles and training all combat stats, you can have windows alert bubbles when an event occurs and an expansive layout for misc. options! Prayer Flick Demo (Just example, I made it faster after recording this GIF) There are two settings: Safe mode and efficient mode, this is safe mode: Fight Bounds Demo Allows you to setup the fight bounds easily! Simplified NPC chooser Either choose nearby (local) NPCs or enter an NPC name to find the nearest fight location! Simple interface, just click! Level Task Switch Demo (Switching to attack combat style after getting 5 defence) You can choose how often to keep levels together! e.g. switch styles every 3 levels Cannon Demo (Cannon is still experimental, beta mode!) Choose to kill npcs with a cannon, recharges at a random revolution after around 20-24 hits to make sure the cannon never goes empty too! Results Caged Ogres: How does this bot know where to find NPCs? This bot will find far-away npcs by simply typing the NPC name. All NPCs in the game, including their spawn points have been documented, the bot knows where they are. You can type 'Hill giant' while your account is in Lumbridge, and the bot will find it's way to the edgeville dungeon Hill giants area! Here is a visual representation of the spawn system in action (this is just a visual tool, map mode is not added due to it requiring too much CPU) Fight Area Example (How the bot searches for the npc 'Wolf') Walking System The script has 2 main walking options which have distinctive effects on the script. The walking system is basically a map with points and connections linking each point. It tells the script where to go, and decides the routes to take when walking to fightzones. Walking system 1 This uses a custom walking API written by myself and is constantly being updated as new fightzones are added. Pros: - Updates are instant, no waiting times - More fightzones are supported Cons: - Sometimes if an object is altered, the changes are not instant - Restarting the script too many times requires loading this webwalker each time which adds unnecessary memory (there is no way to make it only load at client startup since I don't control the client) Walking system 2 This is the default OSBot webwalking API - it is relatively new and very stable since the developers have built it, but is currently lacking certain fightzones (e.g. stronghold) and other high level requirement zones. It is perfect for normal walking (no object interactions or stairs, entrances etc) and never fails. Pros: - Stable, works perfect for normal walking - All scripters are giving code to improve the client webwalker - More efficient when restarting the script since it is loaded upon client start Cons: - No stronghold support yet - Some new/rare fightzones not supported yet - If there is a game-breaking update or an unsupported fightzone, it may take some time to add/repair (less than 24 hours usually) So which system should I choose? Whichever one suits your chosen fightzone best! There really shouldn't be any problems - the sole purpose of these options are for backup and emergency purposes, if the script ever messes up there is always the next option to select. Note: If the script ever fails, there will be immediate updates to fix the walking systems! Script Queue/Bot Manager: Script ID is 758, and the parameters will be the profile name that you saved in the fighter setup! Bug Report templates: New feature request - What is the new feature - Basic description of what the script should do - Basic actions for the script: 'Use item on item' etc. For when the script gets stuck on a tile (or continuous loop): - Which exact tile does the script get stuck on? (exact tile, not 'near the draynor village') - Plugin or normal script? - Did you try all 3 walking options? Script has a logic bug (e.g. dies while safespotting) or (cannon mode doesn't pickup arrows) - What is the bug - How did you make the bug happen - (optional) recommendation for the bug, e.g. 'make the script walk back' or something - Tried client restart? - Normal script or a plugin? - Which exact setup options are enabled? Afk mode, cannon mode, etc etc.
  6. Pretty sure me and nex I had the biggest pgo bot goml
  7. Smite for loot. No attack, wasted combat levels. You don't need ags spec when you already have a wide variety of spec weapons. (ranged and melee)
  8. Could you please provide us with any screenshots to prove the wealth on the account? Also, was the service paid for upfront?
  9. 2 points
    Welcome back Mysteryy
  10. Which teleport? I will help Activated trials good luck guys
  11. To everyone who has recently gotten banned or will this week. It is most likely not this script getting you hammered. If you are not a VIP member (~$9/month), I highly suggest you do become one if you can afford it and strictly use mirror mode only. If you botted once with stealth-injeciton, you most likely will still get a ban at somepoint in the future. Mirror Mode is not 100% safe either, but it will at least delay the inevitable ban and save your ass the day you slip up with botting compared to Stealth Injeciton (1 broken script/client/suicide = gg)
  12. 2 points
    Launch -> set fixed -> System.exit(0) -> Relaunch
  13. This man made me an amazing signature! Highly recommend him.
  14. Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. BUY NOW $9.99 NEW! Added Both Wyrm Courses! SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results
  15. 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
  16. 1 point
    Now Supports Dwarf Multicannon! AIO Fighter - Fight anything, anywhere. Price: ONLY $9.99 FOR A LIFETIME PURCHASE Only have RSGP? Buy an OSBot voucher HERE. COMMENT ON THE THREAD FOR A 1 TIME 24 HOUR TRIAL Features Fight anything, anywhere Multiple target selection Cannon support Custom area selection, define your own combat bounds. Supports all shapes and sizes. Task scheduling (e.g, swap to training strength when you reach 5 attack) Eating food / Drinking Potions with deviations Optional healing with Saradomin Godsword and Guthans Any special attack weapon of your choosing Advanced looting, choose what items are picked up and what happens to them (alching, burying, etc), replace items with more valuable items. Bank from anywhere on the OSRS map, customise your banking experience. (Limited to OSBot Web Walking) Support for all prayers Safespotting Dynamic paint for easy reading Customisable script run speed. Think it is too fast or too slow? Adjust it yourself! AFK Mode, let stuff attack you, and reset the zone when no longer being attacked Config saving and loading for easy script starting Ability to edit the settings while the script is running Supports Stronghold of Security Upcoming Features Online script management. Ability to pause / resume your scripts, and few their status from anywhere with an internet connection! Prayer flicking More when I think of it, or it is suggested. Hotkeys F1 Enables area definition mode, once it is enabled, you can shift click tiles in game to define your combat area. It is recommended you select the top left and bottom right tile of the area you wish to fight in. F2 Disables are definition mode F3 Sets your safespot to the tile you are currently standing on F4 Sets the reset position. This is where the script will run to reset the area on AFK mode so enemies are aggressive again. User Interface Dynamic Paint, auto adjusts the order based on EXP gained GUI FAQ How can I enable / disable the paint? You can simply enable / disable the paint by clicking anywhere in the chat box. What is AFK Mode and how do I use it? AFK Mode is a setting that tells the script to not attack any targets, but let them attack you instead. This setting is particularly useful for zones such as Sand Crabs. If you plan on using AFK mode and want your character to stay on a specific tile (e.g. in the middle of a pack of sand crabs), you should enable the Safe spot setting as well. How do I use my cannon? Ensure that you have your cannon, and cannonballs in your inventory. Step on the tile you want the cannon to be placed and press F5. This will mark the tile purple, and the script should automatically setup and maintain the cannon. I don't understand how to create a custom fight area, can you help? Start by clicking F1 while on the OSBot client, this will enable area definition mode. Once you have enabled area definition mode, you want to Shift + Left Click the tile to mark it as a corner, and then Shift + Left Click another tile to create your zone. Here is an example (Don't worry, the red tiles go away once you start the script) Progress Reports Disclaimer: Use this script at your own risk, I take no responsibility if your account gets banned or ruined.
  17. 1 point
    Price: ONLY $8.99 LIFETIME PURCHASE (Click to Purchase) Only have RSGP? Buy an OSBot voucher HERE. COMMENT ON THE THREAD FOR A 1 TIME 24 HOUR TRIAL NOW SUPPORTS AERIAL FISHING! Feature Highlights Selectable Locations / Fish Selectable Drop Methods and Banks Script Speed Customization Other Features DEADMAN MODE SUPPORT: - Will run to closest bank if player is under attack Command-Line Interface (CLI) osFisher currently supports CLI! There is currently 1 parameter required, which is the name of your properties file Example: This will load config.properties from your OSBot/Data/osFisher folder, the properties file can be named whatever you like, in case you would like multiple setups for different bots Feel free to post here / pm me if you are having problems with this feature! Progress Reports Please submit any if you get the chance! PLEASE REPORT ANY BUGS USING THE TEMPLATE BELOW SO THEY CAN BE FIXED ASAP Minnow Support Start script on west side of the expansion platform (left if facing north)
  18. Dear community, It has been a long search and tough decision on who we needed to continue the active development of OSBot. Several candidates were carefully reviewed and the decision was difficult to say the least. We are happy to announce that we think we have found the perfect candidate to follow up on the outstanding work that @Alek has always delivered. Without further ado, I want to present you our new developer: @Patrick A.K.A. Pat-Ji with a selfwritten introduction: The last administrative formalities are currently being taken care of and from here on out we'll be able to bring Pat-ji in to the working mix, by gradually giving him acccess to the bits and bytes of OSBot. We are really happy to have @Patrick on the team and are looking forward to his contributions to OSBot. Yours sincerely, The OSBot team
  19. When Maldesto thinks he can go 1 day without getting asked a stupid question and Jack shows up like:
  20. The plus sign is needed in order to connect all the accounts to one email. Don't think I wanna change this. You can do it yourself by changing the source and compiling it yourself though.
  21. 1 point
    ah alright again learned something ?
  22. We are aware of this freeze and are working on it
  23. you forgot - init - minor changes
  24. By making a post in the dispute forums, but you need proof that you were scammed. To keep this forum on topic. I would say the account is worth 100m.
  25. No need to, trial granted :).
  26. 2 days of waiting list as we speak and we didn't have even one workhour without order being handled in last 2 years, we don't slavework to get constant demand for our service. It's hand done service, human resources are important here, not RAM allocation. Now give me even one reason why shouldn't we charge $14 (take under consideration basic market rule, price is depending on supply & demand) People are asking if they can pay more to be served sooner actually.
  27. can I get a trial please mate
  28. 1 point
    Added Added
  29. pfft finals , taken by kids
  30. I do not have finals myself, but I do wish everyone having them best of luck.
  31. how did you sell this when you have 1 post and 0 feedback
  32. Hii! can i try this? Thanks in advance!
  33. yeah i was talking to others most the time i was on and changing from stats to inventory.. and i literally just started another one and got banned in 30 minutes.. i don't know what it is I've done wrong? EDIT; oh shit i had a vpn going.. why would that mess it up?
  34. sorry nothing personal but yeah comercial gay bands , listen to porcupine tree that will change ur life
  35. gay bands i only listen to technical brutal death metal and best band is every band , all sounds exactly same
  36. [ERROR][Bot #1][11/25 12:27:24 AM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.api.util.NodeDequeIterator.set(ep:185) at org.osbot.rs07.api.GroundItems.getAll(ig:145) at org.osbot.rs07.api.EntityAPI.closest(ci:188) at org.osbot.rs07.api.EntityAPI.closest(ci:62) at perfect.scripting.b.d.a.CON.J(fi:6) at b.a.CON.onLoop(vk:284) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(zf:110) at java.lang.Thread.run(Unknown Source) Scripts then breaks
  37. Script back to normal after osrs update As for right clicking, it right clicks the ones which are possible to right click, there are some which aren't right-clickable (ones which are in different height levels e.g. upstairs or downstairs), if it right clicks all then it doesn't matter. Also, you can disable right clicking by turning off preparation mode option, but I highly recommend using that option it is extremely human-like. Activated all trials good luck guys
  38. Hey @averagecodenoobRunescape had an update so the OSBot client needs to be fixed before we can start using our beloved scripts again. ?
  39. Hey everyone, Patrick here. I'm very glad to be on the OSBot team and I'm looking forward to upgrade the bot and help out the community ^^ If anyone has any questions, ask away!

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.