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/24/15 in all areas

  1. Ok let's stop with the arguing on the dispute please, we want to meet a resolution here. From what i can see you added Easy yesterday and added the impostor today, the times after reviewing the Skype logs from Easy do not seem to add up, why you would negotiate with Easy then what seems to be the Imposter and then go back asking Easy on his Skype why you hadn't received payment? I am finding it hard to understand. Easy has his Skype all over his profile and i am finding it very difficult to see why you would then decide to trade the 'Imposter', who could quite easily of stolen Easy's picture and name title from his skype and copied.
  2. i have lots of experience with getting banned. when i started 07 i started botting on my 10 year old, 11-12 year old now main and banrates werent high back then at the start, eventually it got banned, it sucked so hard, it was the account i spent all my time on rs on. Okay, got banned, time to move on, made other chars, new main, maxed main, started playing a lot on it, boom banned. new main, not maxed, like 40m wealth 85 slay botted, boom banned later. new main, very sick main, played the most legit on that main, got banned for using hotkeys(Also botted on the acc, but didnt get banned for botting) tried everything to contact them, this was recently(26th january). i was devastated. i played so so so much on it and did so much stuff legit. i didn't know what to do, it was just... awfull. Didn't play runescape for a time... 2-3 weeks XD damn its so addictive so. i made myself a deal, you're gonna make an account, and it will be 100% legit. so, i started playing, and i really enjoy playing rs, i dont just only bot, so it wasnt hard for me. i started rebuilding like crazy, really crazy after 1 month: after 2 months: now im at 1643 total, lvl 119 combat, EVERY stat 60+, and you know whats the best part? its 100% legit! i am now wokring on every stat 70+, also on 99 defence so i have 99 99 99, eventually mage/ranged too moral of the story: if you really like runescape, go play legit and don't bot. eventually you will get used to it, i know it's really harsh to start playing legit after being used to botting, everything will feel really slow. but if you really enjoy runescape like me, i know you can do it! so yeah, that was a pretty long reply can i haz like
  3. After a few bug reports and testing it for myself, it appears there was a bug with isEmptyExcept from the Inventory API. Although this update is geared at patching a single fix, it will affect a vast majority of botters and scripters plagued by this pesky bug. The fix takes advantage of Java 8's java.util.stream (silent yay). Also, Maxi disappeared into the night on a secret mission after the Java 8 release for OSBot (2.3.63) and forgot to push me the changes. With that said, I've attempted to reproduce his changes in this version. Please let me know immediately if anyone is having new issues. Changelog: -Updated Item API --Deleted getMarketPrice() --Added nameContains(String...) --Added idContains(int...) -Updated Inventory API --Re-wrote and patched isEmptyExcept(String...) --Re-wrote and patched isEmptyExcept(int...) Thanks for your continued support -The OSBot Staff
  4. No mirror + freebie scripts
  5. Also: my PM time His skype pm time: http://gyazo.com/d0c1d48d116041177133b15ce9fe1321 Stop trying to frame me kid and GTFO of here with this bullshit. Also show on screen shots where you asked the imposter to PM you. The question remains if you have my real skype why would you even discuss anything with another skype knowing it is not me.
  6. @@Tracme, you got clearly scammed by an imposter. @, I placed you back to Lifetimesponsor. Please take care next time by dealing over skype. Simply click on the user's skype profile, and double check back over the forum. The safest way is to double confirm by senden a screenshot of the skype conversation via PM. Closed.
  7. invokeLater posts your code to the Event Queue to be executed on the Event Dispatch Thread. When it will be executed is unknown. To ensure the calling thread waits until the Event Dispatch Thread has finished executing your Swing code, use invokeAndWait. Although, I can't promise this will fix it, seeing how you only show a small portion of your code.. Also, I heard OSBot now has support for Java 8. I suggest using a lambda to pass in the run() method
  8. It's pretty obvious that you will die in the 6hour run, so i don't really know. I take brake for how long my bot ran, for example if it ran for 4hours, i'm taking a 4hour break. I know the profit is really nice, but don't fall for it, i wouldn't recommend botting 8h+ a day. small/med/large pouch, eat at 65%, emergency 25%, lobsters, glory teles, regular energy potions. i bot less then 6h a day and still manage to make some nice profit, don't want to risk acc.
  9. 2 points
    I think that's too wild of a question to answer
  10. So you go to my profile you look at my skype name, yet you still talk with a skype name that does not match my skype name even though a day before you had me added that is retarded man just pure retarded, look guy I don't know what you are trying to get out of this maybe a free 25m or something but its not gonna work hopefully you get banned for your little scheme your trying to pull.
  11. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
  12. 12 March 2015: Before I worked on the response code callback and listener, I was really interested in having the welcome screen operate purely based off of color. Although a lot of people don't completely agree with me, I would much rather sacrifice speed for stability. I did eventually opt to use response codes for the welcome screen, however my interest in creating an OCR application didn't fade away. Here is a pretty early version of my program analyzing a screenshot of the welcome screen: I want this program to be fully trainable. Currently there are a few other OCR applications out there that are very powerful, but suffer from usability and design. How it works: A folder is a "font pack" and each image in the font pack represents a character; e.png, E.png, a.png, etc. The image is a simple black and white of the character and the program reads it to create points of reference. Training it is very easy but it lacks "character construction". This means that if the letter is not the correct size or is slightly distorted, the program will fail to read it. Scanning documents and reading them is probably out of the grasp for this project, however reading text from games will be very achievable. Some goals: -Attach to applications -Option to detect text without defined color (will be slower) -Process multiple files -Synchronize multiple image processors 20 April 2015: I've finally had a bit more time to work on the project and it's coming along nicely. There are a few optimizations made but as of now the code will remain messy until generating the text is perfect. 21 April 2015: I finally have the complete methodology accomplished, just need to work on some serious optimizations and cleaning up the code. 23 April 2015: I decided to wrap up the project and host it on my site. To download and view the instructions, click here. There are a bunch of features and optimizations I would have liked to add, but as it stands it's sufficient.
  13. https://www.facebook.com/tee.boyo.7/videos/1601501030095920/
  14. Thanks, I just rewrote mine to check if any wrong interface is open using the sprite of the close button, because it can also misclick the GE in my bot and I didn't want to make a bunch of cases as the Sets and History widgets have different children IDs: if (!isGEOpen() && !isBankOpen() && widgets.containingSprite(535).size() > 0) { if (containsSelection(548, 94, "Toggle Run", true)) { interactInterface(548, 94, "Toggle Run"); } }
  15. The only reason I enjoy botting is because I like to watch my code run flawlessly Also the free geepees are cool I guess :x
  16. I believe hes a kid himself, so I doubt it. I think he is 18/19
  17. This guy isn't much better --->
  18. There's no way they're putting a "Wocka Flocka" in the white house.. Plus, he's only 28. Don't you have to be 35 to run or some shit?
  19. They don't rollback, If I remember correctly they don't have the tools to do it at this time (for osrs anyways)
  20. package org.bjornkrols.design_patterns.lazy_singleton; /** * @author Bjorn Krols (Botre) * @version 0.0 * @since March 6, 2015 */ public final class LazySingleton { // Instance is not created until getInstance() is called. private static volatile LazySingleton instance = null; private LazySingleton() { // Do not delete or make accessible. // Exists only to prevent creating multiple instances. } public static LazySingleton getInstance() { if (instance == null) { synchronized (LazySingleton.class) { // Double check, synchronized block. if (instance == null) { instance = new LazySingleton(); } } } return instance; } }
  21. I kind of want to do this as well, but I don't have the patience / time to set up bots, etc Good luck, hopefully you don't get cleaned via staking in the end
  22. Do waterfall quest + tee gnome village + fight arena (get 13 magic first for boss fights) and then bot fleshes with a rune scim on def to about 30 and then start training str. You could then invest into Ares iCannonballs (script is $3). Obtain 30 smithing by doing knights sword and spend less than 10k for iron bars to 30 smithing. Smith steel bars to 35 and then use those steel bars to make cballs. Gainz? Once you've gotten some decent stats with fleshes do Khal rc for more gainz
  23. 1 point
    hi hi hi sorry im just bored WE NEED MORE THREADS
  24. If this supported killing the KBD, i'd pay at least $10 for it.
  25. @Acerd this is what happened when u ask for more posts .....
  26. http://osbot.org/forum/topic/68924-for-windows-users-experiencing-could-not-load-stream-library-error/ This should help.
  27. 1 point
    you the best! thank you!!
  28. 1 point
    Sure, have given you a 24h trial. Enjoy!
  29. lol i hope he stays perm banned
  30. he did say that also that he is going to kill me and my family
  31. she said stop wanking off and come to dinner
  32. 1 point
    Perhaps i should settle down
  33. 1 point
    1. Buy a premium tanner. 2. Bot for 10-20 hours. 3. Sell your profits. 4. You know have your free script.
  34. 1 point
    I love this, I've been planning on writing this. Glad I found your thread man, well done
  35. 1 point
    Would i be able to get a trial for this script? Thanks!!
  36. Feel free to open a scam report if he didn't give you a time limit reflected and you agreed on a price he has to pay you.
  37. i am getting this error too please help me,,, i deleted all the java versions downloaded 32 bit still does not work. can anyone pm me a link to download the right java please!

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.