Everything posted by Maxi
-
Updates To Be Expected In 1.8.x!
I have a fix ready for it, I forgot to add to the last release.
-
Hacked i guess?
A worm spreads itself from one to another computer in various ways. It's very likely people are infected while they think they know how to stay safe, when obviously a good virus bypasses everything they know to stay undetected. A good virus scanner (Kaspersky for example) is the best prevention, but even Kaspersky will not always detect newly written virusses until they have come across it themselves and updated their database with the signatures etc.
-
BETA v1.7.12
I've asked people to share their logs / run it from the command line since forever as we can't reproduce the problem, but no one has done this so far who is facing this issue. Without the logs / output from the command line I won't be able to do anything about it.
- BETA v1.7.12
-
BETA v1.7.12
We have a massive programming farm and we hold our whip strong. No I'm joking. We do ;)
-
BETA v1.7.12
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
-
McAfee [Risky Behavior]
I will contact McAfee to notify them of the false positive.
- Hacked...
-
Looking for 70+ prayer
Config id for piety and chivalry.
-
BETA v1.7.11
Just a little longer , OSBot 2 needs to be ready.
-
Looking for 70+ prayer
Hi everyone, I'm looking for an account with 70+ prayer so we can add a fully functional prayer api. PM me if you can share your account, I only need one. Maxi
- BETA v1.7.11
-
BETA v1.7.11
I will push the new api to the site in a bit.
- BETA v1.7.11
-
BETA v1.7.11
Hello everyone, I'm glad to announce the release of BETA v1.7.11. In this release comes: A fix for Freaky Forester Jagex updated the way the Maze works, there is a theoretical fix in this client that I'm fairly sure of that it will work Some extra puzzles were added to Suprise Exam A small fix to the Frog Queen The inventory API has been extended with a lot of methods that you will like You can now disable the default mouse paint in your script by using the method called useDefaultPaint(false/true) in MethodProvider Support for more message types A fix for a bug with threading A change to how some menu's are handled A message box asking you if you are sure you want to close the tab where you can click yes or no Probably more that I can't remember Download: http://osbot.org Sincerely, Maxi and the OSBot team
-
Remember to update ID based scripts
If the scripts are written properly they should not, as in 99% of the time you can use anything except ID's, that information isn't likely to change ever.
-
Remember to update ID based scripts
Scripters! RS updated their server today and they switched around some ID's. Remember to use other alternatives like model data or names, but if you really can't use that, remember to change any changed ID's in your scripts. Maxi
-
Is it worth it?
Softening clay would get you over 200k an hour, which would leave you with 5 * 6 * 200k = 6M a day, times 30 days = 180M a month.
-
OSBot.org Super Clay Softener!
I have pushed some more failsafes for odd cases. It should also less likely get broken by randoms, in certain cases it would before after completing a random, it should now handle those cases correctly. I've also improved/fixed other tiny things to the script. I will add support for the RFD basement chest for whoever has started the Recipe for Disaster quest some time this week (need to find time to do the first part of the quest lol).
-
Dedicated server migration + company
RS is targeted by DDoS attacks recently. If you read the first post you will see that it will be some time at the end of next week.
-
Dedicated server migration + company
Meire & Brito Automation BV is us, the company is ours. With it, we are not personally legally liable for any law suits if they would ever come our way, instead the company will be liable. The investment we had to do to get it registered tomorrow is a lot but worth it seeing as it will make chances higher that OSBot is here to stay around legally. The downtime for the migration will be no more than an hour and most probably a lot less.
-
Dedicated server migration + company
Dear community, I'm very happy to share with you our plans to move to a new dedicated server to run our web and bot server on. Not only that, we will upgrade our CloudFlare plan. With the recent growth of our community, the website has become slower again. It's not necessarily the hardware from the dedicated that is the bottleneck, it simply is the amount of data traveling from and to the dedicated together with the limitations of our current CloudFlare plan. Because we want to keep the website as fast and interactive as possible, we will get a more expensive CloudFlare plan that will speed up the website but not only that, we will get a new dedicated with stronger hardware and most of all a higher internet speed, we will run our dedicated on a 1GBPS port. Also, something that feels like a giant accomplishment, is that from tomorrow on OSBot.org and its software will officially be owned by a company called Meire & Brito Automation BV, a company being registered tomorrow by us. This feels like a giant step forward for us and OSBot as a whole. Thank you all for being around, you are making this a great ride! To clear the above statement up for everyone thinking we sold OSBot: The migration will most likely happen during the end of next week. There will be a maximum downtime of an hour, but most probably less. We will keep you posted more accurately when this will go through. Sincerely, OSBot.org
-
[S] (BULK) Soft Clay
I'll most likely buy some off you soon after I finish up my current 20k tabs.
-
Kokeis AIO Chopper - Supporting almost any location
This script is getting added to the SDN.
-
OSBot.org Super Clay Softener!
I have, see the main post. There was a bug in the clay / hour calculation, it's accurate now.