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.

BETA v1.7.12

Featured Replies

  • Developer

Hi all,

 

I'm glad to announce that I have pushed BETA v1.7.12. In this release is contained:

  • Ability to access the entire BufferedImage from the game buffer
  • A class called conditional sleep that allows you to have a conditional sleep with a time out and an optional task to perform while waiting condition to be met
        new ConditionalSleep(
                new Runnable() {
                    @Override
                    public void run() {
                        client.moveMouse(new RectangleDestination(0, 0, 500, 500), false);
                    }
                }, 2000) {
            @Override
            public boolean condition() {
                return isWearingItemThatContains(slot, strings);
            }
        }.sleep();
 
  • I have added an equipment API with many methods for you to use
  • I have added a prayer API (piety and chivalry are not working because I have no account with a high enough level to get the config id's, so if someone could get me them it would be appreciated), credits for SXForce
  • A fix for the camera for when it sometimes wouldn't rotate the shortest way
  • Some additions to Surprise Exam to support more puzzles
  • Some other tiny adjustments/additions

Make sure you check out the new API methods!

 

Sincerely,

 

Maxi and the OSBot team

I've only recently joined but you guys are amazing with how quickly you put out these fixes. I think I'm in love. 

Thanks for update.

 

Edit: Sent you pm Maxi. Could you check it smile.png

Edited by Ande

Holy Updates, you guys are doing an unbelievable job with this bot. Keep up the outstanding work!

Dayuuuummmmm looks like I can get rid of my conditional sleeping method. :D

Ever since update iv been getting this error and this makes it so i cant log in on client or press any other buttons in client.

http://prntscr.com/1b9lwx

 

EDIT: BTW I dont know how to add just pictures into comments so if someone could also tell me that that would be appreciated

=)

 

Another version of error:

 

 Error loading settings!
javax.crypto.BadPaddingException: Given final block not properly padded
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:811)
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:676)
at com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:313)
at javax.crypto.Cipher.doFinal(Cipher.java:2145)
at org.osbot.lpt4.E(wh:26)
at org.osbot.L.run(ki:47)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 

Edited by ImmortalDuo

great update, should i delete all the other ones?

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.