Jump to content

BETA v1.7.12


Maxi

Recommended Posts

  • 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

  • Like 12
Link to comment

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
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...