Jump 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 03/05/17 in all areas

  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. import org.osbot.rs07.api.filter.Filter; import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.api.ui.Tab; import org.osbot.rs07.event.Event; public final class ToggleShiftDropEvent extends Event { @Override public final int execute() throws InterruptedException { if (Tab.SETTINGS.isDisabled(getBot())) { setFailed(); } else if (getTabs().getOpen() != Tab.SETTINGS) { getTabs().open(Tab.SETTINGS); } else if(getShiftDropWidget() == null || !getShiftDropWidget().isVisible()) { getGameSettingsWidget().interact(); } else { boolean enabled = getSettings().isShiftDropActive(); if (getShiftDropWidget().interact()) { Sleep.sleepUntil(() -> getSettings().isShiftDropActive() != enabled, 3000); setFinished(); } } return random(100, 200); } private RS2Widget getShiftDropWidget() { return getWidgets().singleFilter(getWidgets().getAll(), new WidgetActionFilter("Toggle shift click to drop")); } private RS2Widget getGameSettingsWidget() { return getWidgets().singleFilter(getWidgets().getAll(), new WidgetActionFilter("Controls")); } } class WidgetActionFilter implements Filter<RS2Widget> { private final String action; WidgetActionFilter(final String action) { this.action = action; } @Override public boolean match(RS2Widget rs2Widget) { if (rs2Widget == null) { return false; } if (rs2Widget.getInteractActions() == null) { return false; } for (String action : rs2Widget.getInteractActions()) { if (this.action.equals(action)) { return true; } } return false; } }
  3. 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.
  4. LOL

    3 points
    is that why you've been try harding for the past year to get anything close to a rank with power?
  5. LOL

    3 points
    You must be the dumb kid in class who gets picked on every day and come here acting cool and stuff, Mio nice cb ban!
  6. New Update (v185) - Brutal black dragons world hopping finally perfected (apologies guys, it took 2 updates ) - Added another update for cannon repairing, sometimes the cannon would break (apologies guys, the cannon never broke for me so I didn't know what the cannon object name/options would turn into) - Added wait timer before hopping, for plugins too - script will either wait until out of combat or run when target (aggressive) is full hp. - Added 'go to bank before stopping script' in stop conditions tab Update will be live within 24 hours good luck guys ^^ Last update (v184) is now live, don't forget that GDK plugin doesn't have the prayer flick bug anymore ^^ Can finally focus on finishing the anti-pk code for the 100M GDK competition
  7. Yes, in your snippet you are sleeping for 0-100ms, not exactly long enough for the bank to open, especially if your player has to walk there first. If you use getBank().open() it will sleep until the bank is open, so something like this should work: if (!getBank().isOpen()) { getBank().open(); } else { getBank().depositAll(); } RS2Object is a subinterface of Entity, so what he wrote is fine:
  8. LOL

    2 points
  9. lol? 5m? less than a dollar per hour if you get unlucky and too many leavers
  10. 2 points
    So somehow OSBot has a leaked database and only you and maybe 5 people have gotten hacked, not the 1000+ other members It's because of the fact that you use the same password for other forums, you might not admit it now but at least admit it to yourself. If it wasn't that it could have been something such as a keylogger. TLDR; it could be anything. At the end of the day you're responsible for your own account, you own it therefore you are responsible for it. You have 6 hours to refund
  11. Hovering WC XP sounds like amazing antiban, you should add that for sure!! Also for scripter 1 rank you can apply for your script to be uploaded here: https://osbot.org/forum/forum/181-open-sdn-upload-requests/
  12. Can you please take a screenshot of his Skype ID (click his profile picture) with the conversation visible in the background?
  13. Done activated all trials good luck guys ^^
  14. 2 points
    Btw, if you think that I photoshopped it because I'm a PS pro, no I did not. Why would I lie about that.
  15. Looking for a Private Script? Add my discord! Juggles#6302 AIO Shop Buyer http://i.imgur.com/kzB7ZoA.png Have questions? For fast support and latest updates, join the Discord! ๏ปฟ https://discord.gg/pub3PEJ What it does: Supports 99% of shops with banking Automatically detects closest banks Automatically detects if f2p or p2p and hops worlds accordingly All bank booths supported Buys an item from the NPC Walks back to the shop after banking. Enable World Hopping Handles any obstacle in the way of you and the NPC Beautiful GUI Logs out when low on money Supports up to 1 different item! Now supports bank chests Coming Soon Tab: [Closed] This is where I will be custom coding specific spots that you can enable that do not fit into the general criteria. I will be taking requests for custom places to add once the script is uploaded to the SDN and when I have free time. List of Banks Supported Instructions on how to start the script **If there is an obstacles in the way such as a door, please start the script inside the shop at least 1 tile away from the obstacle** ** For best results, start the script in the center of the shop away from any walls by at least 1 tile. ** If you are doing F2P, make sure your world order has all the f2p worlds at the top or it will not properly. Required fields in red: * Everything must be typed exactly how it appears in RS including capitals*
  16. NO SLEEP AND OS******** WORDS... -.-
  17. Hey Czar, I really like your scripts, my name is polosaurus: https://www.youtube.com/user/MRpolosaurus maybe send me a message here, I might have a deal for you Thanks - Polo
  18. 1 point
    not bad. Grolsch and Schultenbrรคu > hertog jan tho @Op isnt bud like the shittiest beer ever
  19. 1 point
    It will stay for now until it is resolved. We reserve the right to protect our users. Even though it's possible you didn't do anything, if you're under investigation on another site it's a higher chance that something is up, and it would be better for the rest of our users if we took proper precautions in situations like these to prevent scams.
  20. come to me for gfx
  21. LOL

    1 point
  22. 1 point
    Currently at work, but got request
  23. 1 point
    May i get a trial?
  24. Best free AIO. Only a couple kinks.
  25. Turned out great!
  26. after the new update i still get the same problem with the brutal black drags plugins that when it tries to hop it doesnt hop but it crashes the client maybe im doing something wrong but i dont know what. and is it possible that it tries to hop after the kill cause now when it wants to hop cause of the amout of players it just hops with the dragon almost dead.
  27. Ah. The classic WC exp check antiban.
  28. ZMI banks very long... like 1 tick in 10 secs. Astrals sometimes opens bank takes stamina and wait for ages. LAvas just trying to press second time magic imbue (going with this method) Very good xp/h like a bot
  29. Apart from the cancer that is now in my eyes from the code, the above answer is correct. Java is different than python in this respect. Execute multiline chunks after for/while/if statements with brackets.
  30. Slayer task seems to be working now. Thanks for the fast updates very professional Glad i bought this.
  31. 1 point
    I needed the logger contents of when the bug actually happened, it is not supposed to be able to continue any previously started quest. In order to continue in debug mode, you can get the exact inventory it had before interruption and start it at that position and it should be able to continue in most cases. Authed
  32. drifting pogchamp
  33. It's good man but it is hard to top mine tbh
  34. 1 point
    Why not just invest money instead of wasting time building up in f2p lol Why not just invest money instead of wasting time building up in f2p lol
  35. they are on to you ! watch out for the ban
  36. Is there an option to equip my arrows after it has been picked up?
  37. Can I get a trial?
  38. You never made me a thread like this.. We're over.
  39. 1 point
    i leik ur avatar we cn b frands
  40. trial please:)
  41. Looks great, could definitely get 76 agil on some alts with this
  42. 1 point
    Can i get a trial?
  43. From when I used to have muscles

Account

Navigation

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.