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 04/05/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. yeah not sure why you would mention something like that
  3. It might be small, but if you want the word document, pm me Everything is made with word and photoshop cs6! If you need help with something or this, add me on skype: britt.kuperus If you got any tips, post it here below This is just a example! Maybe you don't like it but you can make other shapes with this to Next guide will be: Gold text
  4. Download link: https://mega.nz/#!9Ap22YCC!I4kdNnm4iReS9rapflr7DEaoo_ne8UboO50juX00pRQ Put the .jar in C:\Users\you\osbot\scripts What is this script? This script will collect planks at Barbarian Outpost for profit! Why would i use this script? It has NO skill requirements!! you just have to be a member What GP Rates can i expect? This is based on the price of the planks. At the time i was running this script for a 10h test run, it was ~130k/ hr Where is Barbarian Outpost / how do i start the script? Use a Games Necklase to teleport to Barbarian Outpost! I've made a change to the paint. The current paint looks like this. What is that "sniper" on your paint? Good question. This indicates the amount of times you've been "sniped". This happens when another player picks the plank right before you. this can happen sometimes and you will not get the plank, since the other player was first To illustrate this, look at the .gif below Proggy's Version history version 1.0 - initial release Bug report Error message: Client mode(injection/stealth) (if you can provide) Where did it happen? (if you can provide) how did it happen? Screenshot: Send in your love by posting your proggy below!
  5. Yo, so during my late night scripting sessions, I was making a fisher for someone and the OSBot dropping method kind of sucks because it looks, well, bot like as fuck. Most players use AHK/MouseKeys and i have't seen a nice snippet for it, so me and @Isolate made one. Now, OSBot count's inventory spaces like this... Provided crudely with this picture made is MSPaint. THIS WILL DEFINE WHAT ORDER, AND WHAT INVENTORY SPACES YOU WANT TO DROP I LEFT OUT SPACES 26 AND 27 DUE TO THEM CONTAINING MY ROD/FEATHERS (FISHING) YOU CAN KEEP ALL SPACES OR TAKE OUT THE ONES YOU WISH DEPENDING ON WHAT KIND OF DROPPING YOU ARE DOING public static final int[] VERTICAL_DROP = new int[]{ 0,4,8,12,16,20,24,1,5,9,13,17,21,25,2,6,10,14,18,22,3,7,11,15,19,23}; Next, When wanting to drop, do this. Note: I am using a Task system made by @Vilius So you will have to implement it into your own code. public void process() { // Here is my order just saved in case: 0,4,8,12,16,20,24,1,5,9,13,17,21,25,2,6,10,14,18,22,3,7,11,15,19,23 for(int i : VERTICAL_DROP){ api.getInventory().interact(i, "Drop"); } Or by using a lambda provided by @Vilius VERTICAL_DROP.forEach(s -> api.getInventory().interact(s, "Drop")); And voila, it does this (or it should, I hope, I kind of suck at this coding thing)
  6. It is great snippet, much better then osbots current dropAll method really Here, have dropAllExcept so you don't have to ignore those 2 inventory slots. public void dropAllExcept(String...blacklist) { for(int i : VERTICAL_DROP){ if (getInventory().getItemInSlot(i) != null && getInventory().getItemInSlot(i).hasAction("Drop") && !getInventory().getItemInSlot(i).getName().equals(blacklist)) { getInventory().interact(i, "Drop"); } } }
  7. Should be the last update for a little while; moved over to Stable build track. Changelog 2.4.48 (thanks @Zach) -Patched issue with Bank scrolling
  8. This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!
  9. 2 points
    efficient & flawless Link: Script now live: Here Features Bypasses Jagex's camera movement bot trap. new! Uses ESC key to close the interface new! Uses the higher xp method (aligns the camera to the target so it closes the menu when it pops up) NEVER gets in combat, 'tower' method of getting out of combat isn't even there (deliberately). Logs out when no money left Equips bronze arrows when necessary Displays 'goal' information, e.g. (at 77 range it will also show details for 80 range, time left, xp left, etc) Automatically equips higher level gear such as d'hide chaps and vambs Runs away just in case of emergency! ................................................................................................................................ With the bots on OSBot, Czar promises to deliver yet another incredible piece to the CzarBot empire. This means you will get to run the script with no worries about bans and xp waste. LEGENDARY HALL OF FAME 100 hour progress report Configuring the bot and the result: Set the npc attack option to 'Hidden' if you want to avoid deaths forever! For extra XP FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make it public, it was privately shared with some friends and has been working flawlessly. Instructions There are no instructions. We do the all the work for you. CzarScriptingโ„ข Tips If you are low level, you can use a ranging potion at level 33 ranged to get in the ranging guild. Try and have as high ranged bonus as possible. Gallery ANOTHER 1M TICKETS GAINED !!
  10. 2 points
    Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system
  11. omg mald free script pls omg wow mald is here omg pls so long in twc pls remove can you look at this plox OMGGG give me mod or cba yoooo omgggfffff
  12. My first serious attempt for an official logo for myself. The point was something simple, modern, without bells and whistles but still appealing, something that can be recognized Feedback?
  13. http://ux.stackexchange.com/questions/10312/are-carousels-effective
  14. No accounts to bot on but I hope the accounts that got recovered by poopy get banned would make my day
  15. Damn, this script went nuts since i used it last time. Nice patterns and added options Good work
  16. Version 2.7 is ready for launch! New features such as "Walk Over Traps", which will walk over the trap before interacting with it for faster trapping (this feature was already added, but some users didn't like it and would rather just click the traps, so I made it an option for you to either use it or not ). Another feature that is added is the ability to log out after you reach level "x". This feature will pick up all traps before logging out to make sure you don't lose anything along the way! Please report any bugs or issues you find so I can take care of them right away! * added walk over traps option * added a log out after level X option * fixed not grabbing your falcon before world hopping * rewrote log out task to take traps before logging out after level X * fixed a set up bug when you reached level X and needed to logout * remodeled the GUI for a big update coming soon * fixed a bug when trying to find Matthias when starting the script * added NPE checks to banking box and log out box
  17. 1 point
    Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
  18. Botre NMZ Features: Implemented: Auto-detect best settings. Advanced settings customization options. Overload potions. Absorption potions. Classic potions. Powerups. Classic praying. Rapid health prayer flicking. Dwarven rock cake. Special attacks. Extensive customization options for Rumble mode. In development: Combat prayer flicking. Banking. Dream coffer management. Dream re-entry. Point spending. Blowpipe recharging. Ammo management.
  19. 1 point
    Haha funny meme
  20. you said he makes 500m chargebacks/week so he clearly doesn't do it in 1 trade lol?
  21. Request Template: - Script name: Tutorial Island - trial length: 6 hours - Reason for trial: If it gets 2 accounts through tutorial island I will buy it. Many tutorial island scripts provided elsewhere bug out and do not finish the island. - Are you ging to give feedback on the script?: Absolutely, one piece of feedback, because I can't see it stated anywhere on the Information post; would be to add a feature to randomly generate email addresses and create the account from start to the end of tutorial island. Thanks!
  22. 1 point
    Hello, I purchased the Tri-gaints script and a day or two later yall banned the person that wrote it. It currently not functioning and has several issues. May I get a refund so I can purchase something similar?
  23. Ehe, wew those are some okie stats already o_o Aww its okays , my bot farm was dead the moment i saw other names disappearing from the Hi-scores. Glad that your bots are doing good though! Keep it up ehe :3
  24. Dank, incoming designer rank ;)
  25. Looks good! Like in a way it's simple and pretty at the same time (you know, like not too detailed in a way it overwhelms your eyes.. ehe)
  26. There's a link in my signature which is easier though?
  27. That's exactly what I used actually but the letters are not done with a font but by hand and shapes, and my 'S' was a little bit off on the edges making it like this after shades and coloring. I'll fix it up ^soon ^^
  28. maybe i can get a trail ?
  29. Skill(s): Questing. Middleman or You going first?: I'm going first. Skype: osbotmolly Duration expected: 1-2 days
  30. hi khaleesi, i just got on and realized that you gave me the free trial but I didnt know and did not get a chance to use it. i will post proggies for sure if you would be generous enough to give another one
  31. martiiinn.osrs we will talk about it on skype
  32. Can I please have a trial :-)
  33. Mine was doing this, seems it can't reach the Knight in the building, had to manually move the account multiple times @czar - Any update on adding boundaries for knight pickpocketing yet?
  34. 1 point
    love this script saves me cancer in f2p and lets afk walk in quests and such

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.