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

    Global Moderator
    16
    Points
    23415
    Posts
  2. Oliver

    Ex-Staff
    10
    Points
    5204
    Posts
  3. Alek

    Ex-Staff
    9
    Points
    7878
    Posts
  4. Saiyan

    Trade With Caution
    8
    Points
    5105
    Posts

Popular Content

Showing content with the highest reputation on 12/13/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. -PathPreferenceProfile setAllowTeleports once again utilizes all teleport tabs and scrolls -Added 4 new agility shortcuts --Added Taverly Dungeon lesser demons shortcut --Added all Dense runestone shortcuts on Zeah I plan on doing some serious web walker cleanup which should eventually iron out some more issues and allow me to expand a bit further. Edit: Thanks to both @ProjectPact and @Chris for their generous support of teleport tabs to help me patch the issue. Also thanks to @Khaleesi for nagging me for about 6 months with the tab issue. Happy Botting
  3. 4 points
    If you use walking.webwalk then basically no. Try to create a WalkingEvent and set some break conditions
  4. I've decided to start cleaning up Web Walking because it was becoming a bit unmanageable with all the devs having a hand in it. The biggest problem was having half-written code which was being used as placers. Anything that was deprecated or removed was not functional at all. Additionally I've added some new methods to give scripters really great control of web walking through PathPreferenceProfile, notably the ignoreItems method. Crappy Example: Scripter doesn't want to bring you through Karamja as a shortcut over a concern of the volcano exploding. Scripter sets to ignore 995 (coins) meaning that if there are coins in your inventory, they will be "ignored" in the path calculation. The web walker will say "oh wow this dude is broke, we can't bring him through Karamja" and find an alternate route. Also I added a sellItem method. Changelog: -Removed Anti-Dragon shield requirement for traversing Brimhaven Dungeon -All skill checks are based on Dynamic level -Added PathPreferenceProfile setAllowObstacles(boolean) -Added PathPreferenceProfile setAllowTeleports(boolean) -Added PathPreferenceProfile ignoreItems(int... ids) -Streamlined a lot of the bloated methods, cleaned up back-end -Improved GrandExchange buyItem -Added GrandExchange sellItem -Deprecated PathPreferenceProfile avoidAllItemLinks -Deprecated PathPreferenceProfile addItemLinksToAvoid -Deprecated PathPreferenceProfile ignoreAllQuestLinks -Deprecated PathPreferenceProfile addQuestLinksToAvoid -Deprecated PathPreferenceProfile addSkillLinksToAvoid Development Download: http://osbot.org/devbuilds/osbot%202.4.103.jar Happy Botting.
  5. 3 points
    It's a lot like the Grand Exchange really, study the charts,watch for patterns, read up on news about the companies. That should be a good start. I'm a bit of a gambler so I wouldn't do too well I think. I profited a bit in the beginning but then just got careless and stopped caring much and lost some cash. Do your research and follow your own methods cause no one is gonna share theirs.
  6. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
  7. 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.
  8. 2 points
  9. 2 points
    MY SUPER BASIC PROBABLY GONNA GET YOU BANNED WINE MAKER What it does: Make wine! How to: Start at any bank that has banker NPCs, make sure you have Jugs of Water and Grapes in your bank or inventory. Features: NONE! Maybe I'll add some "antiban" and paints who knows. DOWNLOAD: CLICK HERE SOURCE:
  10. Difficulty: Easy/Intermediate Just in case anyone is interested in recursion, the same concept can be translated from C++ to Java. If you have any questions with specific file stuff in Java, I'll be happy to help. This can be really useful for scripters who intend to bot farm or anyone who needs to manage files with a large directory. The link is to my website. Article Link
  11. Disputed Member: @PurpleWard Why it should be removed: I got the 2def accidentaly or more so I was setup to get it. Details: So I was told by a mod to dispute my negative feedback from long time ago, because he saw something fishy to me getting the 2def and the buyer getting banned almost the next day. So basically the guy ordered some quests on its pure, me not thinking much didnt check if it was longrange I attacked the quest NPC and got the 2def after one low hit. It was a small hit but it still got the 2def. The setup part came to mind when the guy got banned almost the next day and declined any compensation or rebuild of the acc. Possibly he wanted to do some damage to me or any other service provider in that matter, before he scam quit. Link to topic: It has been deleted long time ago.
  12. 2 points
    Hello , user just pm'd me saying he realised he added an impostor Sorry for his loss but you people cant ask for a simple pm verification or so? like please..
  13. United we stand. All hail the great diplomatic leader.
  14. Made you a new profil picture:
  15. l0l

    2 points
    My friend send me this. It's written in Finnish. It says It's so fucking lonely here at the factory. I would like to go home. What they pay me is a complete joke, and the printing gear is old. Help.
  16. It was this or move to Tri-Crap
  17. RUNNING 4 SESSIONS PER NODE NODE [2] WITH 4 MORE BOTS Showcase: 8 bots same time generating ~2.8m/hr which equals to roughly ~67m/day! 1 MULE PER MACHINE FAQ What is the script ID? 782 Can I run this bot with the Bot Manager? Yes, the parameters will be the saved file name in the setup window, you will see once you run the bot. Can I request features added to this bot? Yes, I am always listening to requests and adding new features all the time!
  18. Molly's Brine Rat Killer This script kills brine rats for their stackable loot and brine sabres! 50k+ xp/ph in the combat skill of your choice and 170k+ gp/ph are easily possible with this script, not to mention the area is very low traffic. This script is not designed to bank, it is meant to camp at the rats using Bones to peaches tabs. Buy HERE Requirements: - 47 slayer - Fremennik Trials and Olaf's Quest - Recommended 60+ combat stats Features: - Use of Super combat, combat, strength, attack, defense potions as well as ranging potions. Simply enter when to repot in the gui and the script will detect your potions. - Bones to peaches support(highly recommended) - Uses any food - Hops out of bot worlds Setup: Start the script at the brine rats: How to get there. Fill out the GUI and go! Using bones to peaches is highly recommended as the script will not bank, it is designed to camp the rats using bones to peaches. The script will automatically detect if you have tabs or not. If you run out of tabs and food the script will end and log you out. Proggies:
  19. 41 QP, Mith Gloves + Avas 72 combat 75 atk 80 str 1 def 15 pray 90 range rekts pkin
  20. 1 point
    Hey i liked the page may i please try the trial?
  21. I think he is saying that when someone bots, they login to the RS official client which they would never do if they were playing legit, then when they switch to the osbuddy client, Jagex is picking up on that client switch and that it is causing a slightly higher ban rate. I'm not agreeing or disagreeing with the logic, but I believe that is what he was going for by "lower ban rates."
  22. ive bought a vps but when i bot and i get off remote control the bot will get stuck? what happens: i start the bot and watch it a few min (in case of bugs/crashes). when i see its stable i just get off remote control. after about 10-20min i get a black screen on me osbot and cant see if the bot is still going on (and later i saw it was not). ive changed the settings on the vps that it wont go to sleep ever. when i use buddy client (autoclicker etc) it wont go black. so i know it is osbot somehow? i use microsoft remote control app and ofcourse remote control on pc. someone knows what im doing wrong? script using: K-fisher i also have another question when i use an autoclicker and i disconnect from the vps the mouse will go away is there any way to leave the mouse cursor on screen all time?
  23. 1 point
    I used to play a bit using a stock simulator game months ago. Lost interest. lol. https://play.google.com/store/apps/developer?id=Best+Brokers&hl=en
  24. Hi, may I have a trial please ?
  25. http://i.imgur.com/0OD9Tf6.gifv
  26. 1 point
  27. Would absolutely love a trial for this script, looking for a RC script that can run abyss well.
  28. Any chance I could get a trial? Thanks in advance
  29. 1 point
    possibly 2 with MAX
  30. I used this bot for the first time today. Direct ban.
  31. can i get a 24h trial for this script please?
  32. HI - i have your agility script and it seems during the draynor rooftop agility course the bot till say the following - Current step empty Last step crate (6) and sometimes it will just stand there and do nothing while showing the above. any solutions? EDIT - heres a picture to help http://imgur.com/a/VM31M
  33. I might find some way to do it I'll take a look. If not I'll probably update my tut island script to include a parameter that closes the client when the script finishes, as I would be able to detect that. Edit: nevermind I have thought of a very simple way of doing this. It will require the manager to close the OSBot client after each script finishes however. I will implement this, along with the scheduling this weekend.
  34. i have an account you can rent
  35. So what you're saying is the official, developed by jagex, rs client has a higher banrate than osbuddy, a third part client they have no control over? I see.
  36. This sounds fantastic! Good luck with getting it finished to all involved.. I've bookmarked the thread!

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.