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.

Alek

Ex-Staff
  • Joined

  • Last visited

Everything posted by Alek

  1. Alek replied to Omicron's topic in Archive
    http://osbot.org/forum/topic/60538-setup-instructions-to-start-scripting-very-easy/
  2. Item i; if ((i = getBank().getItem("Oak logs")) != null && i.getAmount() > 100) { System.out.println("We currently have " + i.getAmount() + " " + i.getName().toLowerCase() + " in our bank."); }
  3. Alek replied to RedJohn2's topic in Archive
  4. This is not a client bug or suggestion. Moving to general help.
  5. This is what's available in the main client. Mirror mode could be overriding that check by forcing you to switch to fixed mode before you start the bot.
  6. Private message me your steam so I can verify the SMFC.
  7. There is a resizable random event now which automatically switches for you.
  8. Even if all bots are banned by a human, there are automatic systems in place to flag a bot.
  9. http://osbot.org/api/org/osbot/rs07/antiban/AntiBan.html bot.getMethods().getAntiBan().initializeModule();
  10. http://osbot.org/forum/topic/60537-tutorial-simple-interaction-with-objects-and-npcs/
  11. Alek replied to dubvee28's topic in Archive
    It's a pinned topic in the VIP section. There aren't much and this is not technically a VIP feature, just a nicety.
  12. Due to the recent update 2.3.88 update, we're going to be running a few tests which will temporarily disable some scripts from starting for ~3 minute intervals. This should take between 1-2 hours.
  13. OSBot 2.3.89: Patched up some additional SDN script conflicts with the new release, a majority of scripts should be back online. This was a very large update so please give scripters some time to update their code.
  14. The new Area class will be bare bones for a while. Additional methods will be implemented over time and careful monitoring; trying to keep things clean.
  15. Alright thanks, I still have your initial report (hidden). When I get a chance I'll review it, promise.
  16. New Area API: This new Area class will be replacing (and eventually force the removal of) utility.Area, map.PolygonArea, and map.PositionPolygon. The benefit of having a single class versus multiple should be pretty apparent; versatility, mobility, and an easier API to understand. Many of the old constructors have been retained so all you have to do is change your imports. In addition, the new Area class supports plane checking and setting. The old area classes will be removed in early August, please start switching over if you are a scripter. Resizable Mode: No it's not Resizable Mode support, but a random event which will automatically configure your display settings to ensure that all botters are ready to bot. Some notable patches include an equipment item container fix, interacting with inventory items that are already selected, and scripts executing during the login/welcome screens. Changelog: -Prevented scripts from executing during login/welcome screens; code cleaned (2.3.85) -Added Equipment initialization to patch ammo/ring slots (2.3.85) -Deprecated PolygonArea (2.3.86) -Deprecated PositionPolygon (2.3.86) -Deprecated utility.Area (2.3.86) -Added map.Area class (2.3.86) -AreaFilter new constructor; PolygonArea (2.3.87) -AreaFilter new constructor; org.osbot.rs07.api.map.Area (2.3.87) -EntityAPI new method public E closest(org.osbot.rs07.api.map.Area area, String... names) (2.3.87) -EntityAPI new method public E closest(org.osbot.rs07.api.map.Area area, int... ids) (2.3.87) -InteractionEvent improved inventory handler (2.3.87) -org.osbot.rs07.api.map.Area(Position, Position) automatically sets plane (2.3.87) -Deprecated public E closest(org.osbot.rs07.utility.Area area, String... names) (2.3.87) -Deprecated public E closest(org.osbot.rs07.utility.Area area, int... ids) (2.3.87) -Deprecated public E closest(PolygonArea polygonArea, String... names) (2.3.87) -Deprecated public E closest(PolygonArea polygonArea, int... ids) (2.3.87) -Deprecated org.osbot.rs07.api.map.PolygonArea (2.3.87) -Deprecated org.osbot.rs07.utility.Area (2.3.87) -Removed PolygonAreaFilter (2.3.88) -OSBot Antiban not initialized by default (2.3.88) -Added Resizable Mode random event (2.3.88) -Finished replacing old area classes with map.Area throughout the API (2.3.88) -Updated map.Area reverse compatibility (2.3.89) -Updated ScriptExecutor pausing and CPU usage (2.3.90) -Distribution of mouse destinations based on Kantorovich's linear programming (@Maldesto 2.3.90) Enjoy your botting weekend. -The OSBot Staff
  17. After ten years of fighting bots, I'm sure they have the technology to see past movemouserandomly() and checkrandomstats(). The random sleep times are the best (sarcasm): sleep(random(3333, 5473));
  18. Not believing in magic tricks and snake oil.
  19. This is in resizable mode, you need to be in fixed-screen.
  20. The client has random event dismissing by default. In addition, this snippet does not check to see if the random is yours.
  21. InteractionEvent handles a lot of the guesswork. getInventory().getItem("item").interact("Use"); getObjects().getClosest("object").interact("Use"); If you want to be fancy you can make each interaction in a boolean, check the result, and then handle any steps from there.
  22. Is this the legendary Chuckle, founder and CEO of infamous PowerGP Ltd?
  23. import org.osbot.rs07.api.Inventory;
  24. Might want to consider getting a new VPS:

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.