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 01/14/22 in all areas

  1. @taltoniser @xdlink1 MW Iron Fisher + Cooker activated @Loser123 @GoldNL @EmptySpace Perfect Thiever activated @Valdisora@Foxda @wappie @xViole Perfect Fighter activated @JustSe7en Abyss RC activated @jens4626 @skadoodleKhal Tempoross activated @Bjotorsflav@akatsuki1423 Project RS activated @GranMaster@levu10 @Osrsg Wintertodt activated @xxDFLxxProject Hunter activated @GoodFeller @AnimalMother@NameNamePerfect RC activated @Zecoy90 KO Crazy Archy activated @AmIaBot @JoshuaJ77@bigusyeetusPerfect Blast Furnace activated @MaskedCows activated @Hivpagen Obor Killer activated @Fatboyz1010 Undead Druids activated @cheeseismes Khal fisher activated Activated, if you posted and didn't list the scripts you wanted, please post again or PM ME with the list! FYI if your first or second script wasn't chosen, it is because the auths ran out OR you have already received a trial before for that script and cannot be given again.
  2. Always will support this script because it has gotten me through the slayer grind without a doubt but I feel there are a lot of kinks that need to be worked out still. I'll keep the dev's updated as I'm running the bot so this script can run smoothly without messing up or looking too bot-like.
  3. Future<Integer> readval = client.read(buffer); String serverResponse = new String(buffer.array()).trim(); System.out.println("Received from server: " + serverResponse); readval.get(); You cannot read the serverResponse immediately after requesting the read. It's called Async for a reason, and returns a 'Future' for the very same reason. readval.get() will block until the read is completed, after which you may read the response. Not before. To properly utilize the async-aspect of it, you should get the response at some point after readval.isDone() is true, or better yet retrieve the response from a completionhandler by using the overload AsynchronousSocketChannel#read(ByteBuffer, Attachment, CompletionHandler). The completionhandler will execute once the result is ready.

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.