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.

Bobrocket

Members
  • Joined

  • Last visited

Everything posted by Bobrocket

  1. Bobrocket replied to Valkyr's topic in Archive
    Why would you only execute the first available node? Isn't the entire idea of nodes to have multiple things happen in the same loop? Regarding this in NodeScript: for (Node n : nodes) { if (n.validate()) { return getContext().getAbhelper().getNextDelay() + n.execute(); } }
  2. Bobrocket replied to Flamezzz's topic in Snippets
    Stupid question here, why do you use the bitwise AND in the script? Is it so you can limit the values between 0 and 6?
  3. Here's a nicer version ;) public boolean usePleb(String itemName, String objectName) { if (objectName.isEmpty() || itemName.isEmpty() || !getInventory().contains(itemName)) return false; Entity localEntity = getObjects().closest(objectName); if (localEntity == null || !localEntity.exists()) return false; if (!localEntity.isVisible()) getCamera().toEntity(localEntity); if (getInventory().isItemSelected() && !getInventory().getSelectedItemName().equalsIgnoreCase(itemName)) getInventory().deselectItem(); getInventory().interact("Use", itemName); localEntity.interact("Use"); return true; }
  4. I don't think it would be exactly $790, he still needs to pay internet, electricity etc. Still very good for minimal work!
  5. Just an update to this: I have been working on some bug fixes for OmniPocket (even some relating to this goal), so I have not been running the script. After I make sure I have squashed some bugs, I will continue.
  6. If you have a jar from before the .90 update, maybe you can open them up to see if there are any differences in the structure?
  7. If I had more hp I certainly would :p
  8. Nope, I genuinely want a level 3 with 99 thieving. I might as well advertise my script while I'm at it though, right? ;)
  9. Message me if you still need this, I can do it in under 10 mins
  10. In this line: if (!cow.isVisible() || (cow == null)) { You're saying if the cow doesn't exist OR it isn't visible, move the camera. Change to: if (cow != null) { if (!cow.isVisible()) s.getCamera().toEntity(cow); cow.interact("Attack"); }
  11. Solely thieving No idea, but when I logged into the account and started walking to varrock I had 2 randoms I say I make it to 99 ;)
  12. Problem with master farmers is they're gonna hit 3 on my 10hp = not good; I bought 4k salmon just in case I want to do something like that but I think that I will seriously have better rates at tea stalls for the time being. Thanks!
  13. My opinion is that you're a poop head I plan on doing so! Thanks bby Not suicide botting, taking small breaks and only when my computer is on etc Probably not, but I wanna see how far I get! --Update: I had a power cut so the bot stopped after 14 mins (siggy displays 15) Currently on 14 thieving
  14. I might as well truly stress test my script, right? Strategy: Men until level 5 Tea stalls until 38/99/whatever ?? Profit! Why tea stalls? I'm going on a fresh level 3. Some calculations: I will need to steal 814628 cups of tea to reach level 99 from my start point of 392 exp. I average around 530 cups of tea per hour, leaving me with around 1538 hours to get to 99 purely on men and tea stalls. 1538 hours equates to roughly 2 months. Dynamic progress siggy: (I got to 392 exp manually, so it will not include that) Will update this daily or so until I reach my goal EDIT: forgot to add that I'm doing this on a flagged IP too I love taking risks EDIT: (16/8) Did some master farmers for a bit of profit, now at 53 thieving and doing guards once more. Still on dat flagged IP tho EDIT: (17/8) Did some stability testing which got me to 57 thieving, now gonna wait overnight doing guards. EDIT: (28/10) I'm starting back up again! About to hit that 1m exp drop, 1/13th of the way there lads!! I'm doing Master Farmers now, which means that I have about 24 days to go for 99. A few stats for you: Flagged IP Injection mode I'm a risktaker B)
  15. If you want, I can middleman a deal with you buying an account and attempt to secure it for you.
  16. Some people do what is known as a recovery test, where they give you all the info for the account and you try and recover it with the info. What I do when buying an account is putting it on a temp email, then another temp email, and then a real email. Do the same with passwords, that way there's more info that you know that the other guy doesn't know.
  17. I'm pretty sure that each GroundItem has a hashcode, so you could loop through all the hashcodes to see ones that aren't already there?
  18. I can do at least 5 accounts per week (1 per day maybe?) completing tut island and doing waterfall quest + some minor leveling if needed. Rates can be negotiated. I can do tut island + waterfall quest in about 30 minutes per account for reference. Everything will be done by hand. PM me or add my Skype (Bobrocket_01) for rates and such.
  19. A VPN will tunnel all of your connections through it. Look into a program called Proxifier and set it to proxify certain RS worlds "*78.runescape.com" will work for world 78 etc.
  20. It's almost as if jagex doesn't check botting forums
  21. When you bot, try and do a different IP for each account to avoid chain bans
  22. Bobrocket replied to Molly's topic in Thieving
    This is because the original OSBot Area class was removed in favour for a newer, cleaner one. Give Molly some time before it's up again
  23. I was doing pc like 15 hours ago and stopped like 11 hours ago because I couldn't bear how bad people were playing. I can't tell you what boat I was in but if you were playing around that time you will know who I am ;)
  24. Picture the scene. You spent 4 hours, up until late in the night grinding PC for your void. You insult all the kids who take it seriously, and even set up your autochat to say "everyone insult x he's a noob". You get your gloves and log off. The next morning, you log in to do the same. The log in fails. The message appears on the screen: "Your account is not authorised to play this version of the game!" (or words to that effect) You shit yourself. You scurry on to the runescape website, log in, and they ask you to confirm your DOB. You know that there is a fake DOB attached; you were 7 when you made the account. You enter your real DOB, and the website tells you that you have been placed in "quickchat mode" while they "confirm your information". In short, this really fucking scared me. I thought I was banned, or that I'm going to get banned. If so, RIP main :'(

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.