Jump 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.

Chase

Members
  • Joined

  • Last visited

  1. Chase changed their profile photo
  2. Hey, I'm very interested in mouse movement in terms of bot flagging. This old thread uses classes not exposed anymore to the osbot client, will the possibility to design custom mouse movement ever be added back?
  3. Made a none pvp world script. Uses duel rings and house teleports. This method is only 200-250k/hr now though
  4. Thanks, download link now actually is for the pineapple script uploaded my crazy archaeologist script prior.
  5. Lol i don't see that on my screen, i was trying to upload it and it kept not showing up. Ill see if i can fix
  6. 5gp per pineapple, so as many as you'd like. 10k should get you through an hour. Be aware I haven't added stop on no coins yet, I'm lazy and had this lying around in my projects folder
  7. QuickPineapples 200-250k/hr P2P Download https://www.dropbox.com/s/22adj9tnstaljy3/quickpineapples.jar?dl=0 How to Use Start at Brimhaven Dock with coins. Method (First Half Of Video) TODO Stop When Out of Coins Support for Stamina Potions (Maybe? Don't see much use for this) Proggies
  8. Fantastic! Thank you so much
  9. Hmmm, the only reason I find this concerning is because if I was managing a game and the account was registered in say Florida then logged in on California this would be an easy red flag.
  10. Hello, I have returned from an extended hiatus due to a challenging school semester. The good news is, I'll be graduating with my degree in computer science this coming May! I developed this bot on my main, and no longer feel comfortable developing it with said account because of the attention this method has now received after release. I am looking for users to loan me playable accounts that have the requirements to use this method. Please pm if you have [an] available account(s) with logs, gold, house, and teleports ready. Additionally, I will be using accounts only to develop the bot. All resources, and profit will be kept on your accounts. Although all development will be done on a residential US ip address, I make no guarantees your account will not be banned. While I will still be developing this script on the premise it is ran in a pvp world, I hope to branch out to non-pvp worlds and utilize rings of dueling/house jewelry for castle wars banking so that I can make this a paid script on the SDN. Most importantly, I want to get the house/butler interactions to perfection before extending the teleportation methods. The interactions are the most demanding part of the script, teleportation and banking support is trivial to diversify. More than likely, I will soon remove the download link because I don't feel comfortable releasing this script to the public when it functions poorly. As such, please download the script relatively soon if you're using it and want the viewable source code. Future releases, will be obfuscated.
  11. While I have no empirical evidence that confirming an email reduces bans, It can't hurt. But, I can weigh in on the account lock outs. I believe this occurs because you register the account on one ip address and bot on another. Try using the same proxy when registering the account as well.
  12. As a note, this code works but I shouldn't be using the widget ids and instead be using the text to prevent the widgets breaking from update to update. private RS2Widget getServantWidget() { RS2Widget callWidget = widgets.get(370, 19); if (callWidget != null) callWidget = callWidget.getChildWidget(0); return callWidget; } private RS2Widget getHouseWidget() { RS2Widget houseWidget = widgets.get(261, 78); return houseWidget; } private boolean callServant() { if (tabs.open(Tab.SETTINGS)) { log("Settings tab open"); RS2Widget widget = getServantWidget(); if (widget != null) { if (widget.interact("Call Servant")) { if (!CTime.sleepUntil(random(1000, 2000), 100, () -> dialogues.inDialogue())) { return talkToButler(); } } } else { widget = getHouseWidget(); if (widget != null) { if (widget.interact("View House Options")) { CTime.sleepUntil(random(1250, 2000), 100, () -> getServantWidget() != null); } } } } return false; }
  13. Can you expand on this dialogue? Is this because the butler is getting back before you teleport to lumbridge?
  14. Jam packed week of school, and job interviews. I'll try to get back to working on this soon.
  15. Going to try to work out some bugs today! Going to try to overhaul the banking system and make it a lot more thorough. This should be a better way of tackling the random item in the inventory problem, and also will allow me to add the air staff support!

Account

Navigation

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.