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/04/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. I finally had some time to go through the Client Bugs & Suggestions forum. Thank you to all who made a report; I am still going through the pretty extensive list. In addition I made some more updates to the Script Analyzer so hopefully it's working for more users. Changelog 2.4.46: -Patched GrandExchange setOfferQuantity, buy mode (reported by @lisabe96) -Patched Chatbox getMesssages MessageType.GAME (reported by @FrostBug) -Patched Mouse move(int, int) returning false (reported by ) -Updated and various fixes to Script Analyzer Changelog 2.4.47 -Fixed issue with analyzer loading scripts from jar format -Improved resource management Changelog 2.4.48 -Patched issue with Bank scrolling Happy Botting -The OSBot Staff
  3. 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!
  4. Ehe, Osbot and @Czar's thiever 1 - 0 Jagex and yush im like super smart for posting it here already because like maybe shorter life span and such but whatever..
  5. Useful to spot nasty jvm, system and memory-specific issues (outdated java, exotic operating system, incorrect memory allocation, etc...). I personally only decorate critical / fatal exceptions with this. There's no point in casually wrapping it around everything (unless you really love verbose stack traces). Example: public class Test { public static void main(String[] args) { try { System.out.println(1/0); } catch (Exception e) { ThrowableDecorator.withSystemAndMemoryInformation(e).printStackTrace(); } } } Snippet: public final class ThrowableDecorator { private ThrowableDecorator() { } public static final Throwable withSystemAndMemoryInformation(Throwable throwable) { StringBuilder sb = new StringBuilder(); //System sb.append("\n\tSystem information:"); System.getProperties().entrySet().forEach(entry -> sb.append("\n\t\t" + entry.getKey().toString() + ": " + entry.getValue().toString())); //Memory sb.append("\n\tMemory information:"); sb.append("\n\t\tAvailable processors (cores): " + Runtime.getRuntime().availableProcessors()); sb.append("\n\t\tFree memory (bytes): " + Runtime.getRuntime().freeMemory()); sb.append("\n\t\tMaximum memory (bytes): " + Runtime.getRuntime().maxMemory()); sb.append("\n\t\tTotal memory (bytes): " + Runtime.getRuntime().totalMemory()); return new Throwable(sb.toString(), throwable); } } Example trace: java.lang.Throwable: System information: java.runtime.name: Java(TM) SE Runtime Environment sun.boot.library.path: C:\Program Files\Java\jre1.8.0_77\bin java.vm.version: 25.77-b03 java.vm.vendor: Oracle Corporation java.vendor.url: http://java.oracle.com/ path.separator: ; java.vm.name: Java HotSpot(TM) 64-Bit Server VM file.encoding.pkg: sun.io user.country: GB user.script: sun.java.launcher: SUN_STANDARD sun.os.patch.level: java.vm.specification.name: Java Virtual Machine Specification user.dir: ***** java.runtime.version: 1.8.0_77-b03 java.awt.graphicsenv: sun.awt.Win32GraphicsEnvironment java.endorsed.dirs: C:\Program Files\Java\jre1.8.0_77\lib\endorsed os.arch: amd64 java.io.tmpdir: ***** line.separator: java.vm.specification.vendor: Oracle Corporation user.variant: os.name: Windows 10 sun.jnu.encoding: ****** java.library.path: ***** java.specification.name: Java Platform API Specification java.class.version: 52.0 sun.management.compiler: HotSpot 64-Bit Tiered Compilers os.version: 10.0 user.home:***** user.timezone: java.awt.printerjob: sun.awt.windows.WPrinterJob file.encoding: Cp1252 java.specification.version: 1.8 java.class.path: ***** user.name: bjorn java.vm.specification.version: 1.8 sun.java.command: org.botre.exception.Test java.home: C:\Program Files\Java\jre1.8.0_77 sun.arch.data.model: 64 user.language: en java.specification.vendor: Oracle Corporation awt.toolkit: sun.awt.windows.WToolkit java.vm.info: mixed mode java.version: 1.8.0_77 java.ext.dirs: ***** java.vendor: Oracle Corporation file.separator: \ java.vendor.url.bug: http://bugreport.sun.com/bugreport/ sun.io.unicode.encoding: UnicodeLittle sun.cpu.endian: little sun.desktop: windows sun.cpu.isalist: amd64 Memory information: Available processors (cores): 4 Free memory (bytes): 253398816 Maximum memory (bytes): 3795845120 Total memory (bytes): 257425408 at org.botre.exception.ThrowableDecorator.withSystemAndMemoryInformation(ThrowableDecorator.java:21) at org.botre.exception.Test.main(Test.java:9) Caused by: java.lang.ArithmeticException: / by zero at org.botre.exception.Test.main(Test.java:7)
  6. .

    3 points
  7. 3 points
    http://osbot.org/forum/topic/95670-we-have-a-new-scumbag-undercover-scammer/ tfw saiyan writes a whole essay trying to prove poopy was a scammer when the braindead guy just admits it himself
  8. APA Chest Thiever Deadman mode & Level 3 friendly! $3.99 $2.99 _______________________________________________________ Demo Video: Please note: This video was made before support for alching was released. Please refer to below for the new GUI and paint changes Requirements: 13 Thieving for basic chests, 28 for Nature rune chests Features: Rapid reaction speeds mean script will never fail to loot a chest Wide range of chest locations including Ardougne and Rellekka Easy to set up with highly customisable user interface Attractive and informative paint tells you everything you need to know Self-generating paint means it's only as big as it needs to be Real-time profit tracker using live grand exchange data Supports alching while looting (free magic exp!) High and low alching supported Alchs any item you can think of Profit tracker keeps account of alching expenses, calculating net change Customisable anti-ban system ensures script acts like a human Supports food (misclicks can happen (very rarely!) - this is just a failsafe!) Informative location tracker tells you details of every chest Looting system picks up any stray nature runes / coins should anyone die! Dynamic signatures allow you to keep track of your total progress ...and much more! Chest Locations: Example Setup: Screenshots:
  9. 2 points
    Haha funny meme
  10. 2 points
    Welcome to my GFX shop! What can i make? Signatures Avatars Everything for scripts Thread layouts -If you want other thing, pm me Prices? Because i just started here, Its for free! My work? I just made this one for free for Realist: http://oi64.tinypic.com/fxsdfp.jpg I like animation so that will be used alot for signature/thread layouts! Leave your skype below, so we can discuss on skype! My skype is: britt.kuperus (under my signature for direct link) or pm me Waiting list:
  11. 2 points
  12. What's NMZ? I'm trying to make my own 99/99/99/99 staker.
  13. Hey everyone, thanks for the quick replies. I'll speak with you guys after I get home from work tonight, I just got called in and should be back home in 5-6 hours. Looking forward to working something out with one of you.
  14. 2 points
    You da best! enjoy!
  15. Well, I can say that mine's the most popular... but the best is for you to decide! I would suggest going to the threads and asking for trials of each rock crabs script. From there you can decide whos you wish to purchase To start you off, i've given you a 24h trial of my rock crabs script. Enjoy! ~apa
  16. tbh i liked the other thread (With that hair pulling) better but this gave me a good giggle
  17. 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
  18. 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 !!
  19. 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:
  20. 1 point
    Hey, I needed to use the GE in one of my scripts so I came up with this. It's pretty basic but allows you to buy and sell different items at different prices and amounts, as well as collect Items. Currently it's only set up to use the first box but you could easily modify to suit your needs. GrandExchange.java: Lemon Version: Example Usage: public class Script extends org.osbot.rs07.script.Script{ private final String itemName = "Blue partyhat"; private final int itemPrice = 2147137627; private final int itemAmount = 500; @Override public int onLoop() throws InterruptedException { GrandExchange GE = new GrandExchange(this); //new GrandExchange instance with our script if (!getGrandExchange().isOpen()) { //Checks if ge is open GE.openGE(); //open ge randomly using booth or npc } else { GE.collectItems(false); //collect items (boolean true -> to bank, false -> inventory) GE.createBuyOffer(itemName, itemPrice, itemAmount); //creates a buy offer with specified params GE.createSellOffer(itemName, itemPrice, 0); //Sells all of the specified items in inventory at specified price ( 0 = all, int = specified amount) } return 150; } }
  21. This is OSBot's designated SAFE SPACE. In this safe space people say nice things about each other. It does not tolerate harassment or hate speech, but rather is open and accepting, thereby creating a safe place for @Explv, noobs, and all OSBot members (specifically s2 and below).
  22. 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) Nothing big 4. Pictures of the quests completed None 5. The price you will be starting bids at 10M 07 6. The A/W (Auto-win) for your account 25M 07 7. The methods of payment you are accepting 07 gp 8. Your trading conditions Depends on fb 9. Pictures of the account status 10. Original/previous owners AND Original Email Address I'm the original owner, there is no email registered on the account
  23. Can I get a trial please? Thanks!
  24. having a sig made will see how it goes ! edit: he didnt come online for a few days got it from someone else.
  25. I can confirm that the jars work now for me! Thanks for your work!
  26. 1 point
    I've seen you about on the forums, nice to see you do GFX! What you've done for Realist is awesome! If you're free to make an avatar for me, my skype is "jamsors" it would be massively appreciated Goodluck on your service & designer rank!
  27. Please provide evidence of the phishing message
  28. That is the definition of suicide. "enthousiast" - Might want to fix that in your signature.
  29. id say around 85m
  30. Posted a quick fix for the safespot, should be live in update version 0.08 (within a few hours max) added proggy to main thread, good job man ;)
  31. Thanks, testing out now.
  32. Keep your chin up mate ;) I was in a similar situation awhile ago, but i thought to myself fuck it! So i gave up gold farming, bought myself a camera and now explore Australia
  33. Aslong as your are happy it's fine. Life is only as good as how happy you are... If you feel you miss something to be ahppy, then do something about it ^^ it's your life, do whatever you want so you can be happy. khaleesi
  34. highschool girls nty waaaay too much fucking drama 2D > 3D
  35. Amazing, congrats on the cash you gained.
  36. Getting a ton of use out of the script, noticed today that while doing falconry it clicked the kebbit, falcon caught said kebbit and then the bot proceeded to try and get another falcon from the man. Perhaps put in a failsafe for this?
  37. Lmao that is the most poverty sandwich I have ever seen in my entire life. Literally meat and bread. No mayo, lettuce, cheese or anything! Tough times. We do what we can to survive.
  38. The prices: 1GB 1cpu vps worth 10$ The 1GB vps will be given away by random.org tomorrow 13:00 GMT. VPS will come pre installed with debian & osbot. How to enter: Like this post & comment below. I have 1 more vps to give away so if you have a special reason to need a VPS please post below.
  39. Thorin is BAE. Idk about his casting but his youtube videos are nice to listen to when ur botting etc
  40. Versace Versace!!! Nice first script, looking good man

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.