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. NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!
  18. That's illegal. If he is in the same state/country as the goldsellingsite owner he could get in deep trouble. Just saying
  19. i took your advice (play a bit legit) and i boted 10h (with 1h legit play every 5h) and still no bans so thx for the tip ^^ sucks for your thiev farm tho
  20. Design looks really clean! However I'm not so keen on the colour. It may just be a personal thing, but the colour seems very de-saturated and somewhat... 'murky'? not sure. My graphics abilities are very limited!!! ~apa
  21. All my accounts got banned today! I love botting, so pointless!
  22. Hi few questions sorry if they have been answered I am new to osbot and some of the posts may be outdated. 1. Can I try the trial without buying VIP? 2. Can I buy this script without having VIP and is it life time? 3. Can I run infinite amount of bots on this script? 4. What are the ban rates like and what is the best approach to getting longtivity out of my bots? 5. I assume if I used this on DMM it would stick to where I set it to woodcut and not run off to a dangerous zone? Thanks in advance for answering =)
  23. Nice but if you want as fast mouse jumping when using AHK script you can use; http://osbot.org/api/org/osbot/rs07/input/mouse/ClientMouseEventHandler.html#generateBotMouseEvent-int-long-int-int-int-int-boolean-int-boolean-
  24. Looks dope. Although you can make it one line with a lambda expression. VERTICAL_DROP.forEach(s -> api.getInventory().interact(s, "Drop"));
  25. Hopefully Father @Alek can look into the OSBot dropping if he ever gets free time
  26. Hey Czar I believe I asked for a trial of this previously but never used it and purchased Extreme Scripts fletcher which was a huge mistake, is there anyway I could get another trial? 99% going to buy dont want to impulse pull the trigger again really though, thanks for any help you can provide.
  27. Im feeling the same way i've gotten 8 accounts banned in 2 weeks, not gold farming or suiciding, every 2 account on different ip. I might quit too if my nowbeing account gets banned... Just hate the idea cos i have spent 40$ on scripts and wouldnt want them to be wasted
  28. You seem to have a lot of free time, just put yourself out there.
  29. 1 point
    Super rekt
  30. 1 point
  31. it has no motherlode mine option can I have a refund? or another script that mines motherlode thanx!
  32. Any chance you can support rune essence please?
  33. Please fix it kept saying p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found p_i interact_Drawers_Open_ p_i walkable found: [x=2646, y=3301, z=0] p_i nextObstacle found
  34. 1 point
    HUGE gravedig

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.