Jump to content

Maxi

Developer
  • Posts

    1430
  • Joined

  • Last visited

  • Days Won

    82
  • Feedback

    0%

Everything posted by Maxi

  1. Hello community, I want to get your immediate attention for something very important: Earlier this week vInsert was merged with a new project called Aurora. Apparently, as far as I know, only bad intentions laid within this merger. The vInsert database was compromised meaning that a lot of information of their users is now in evil hands. If you ever used vInsert and their website, make sure you have no passwords on any of the current services you are using (such as OSBot but more importantly your personal services like email, Skype, Runescape, other games, bank etc) that are the same as the ones that can be found in the vInsert database. If you want to see for yourself, go here: http://www.vinsert.org/ Please take this announcement seriously. Sincerely, Maxi
  2. I'm posting to shed some perspective to this some what immature discussion. OSBot itself in no way collects your Runescape accounts. It would be stupid to do considering the fact that we are trying to make OSBot a profitable company. Viruses initially are written to be undetectable, anyone who knows a little about viruses know people who write viruses encrypt their virus with various techniques to bypass security checks by anti virus programs. Eventually when times passes, someone will find the virus and report it to one or several anti virus companies which then reverse engineer it and update their anti virus software to make it detect in the future. Then the whole cat and mouse game starts again. Pointing a finger at OSBot is useless, we have proven to our community that this bot is safe to use. If you are here to make drama, you are kindly requested to remove yourself from out forums. If you don't want to make a drama, please continue to be part of our community. As for your own safety, I suggest you get Kaspersky, in my opinion it is the best anti virus software out there. However that will still never guarantee that it will detect freshly written viruses / crypting techniques. Be careful with what you download for your own and other their safety.
  3. http://www.youtube.com/embed/CZUV2kiUZg4
  4. Thanks you very much . I'm closing this now.
  5. I have a fix ready for it, I forgot to add to the last release.
  6. Maxi

    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.
  7. Maxi

    BETA v1.7.12

    I would very much like so.
  8. Maxi

    BETA v1.7.12

    We have a massive programming farm and we hold our whip strong. No I'm joking. We do ;)
  9. Maxi

    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
  10. I will contact McAfee to notify them of the false positive.
  11. Config id for piety and chivalry.
  12. Maxi

    BETA v1.7.11

    Just a little longer , OSBot 2 needs to be ready.
  13. 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
  14. Maxi

    BETA v1.7.11

    The api is now pushed.
  15. Maxi

    BETA v1.7.11

    I will push the new api to the site in a bit.
  16. Maxi

    BETA v1.7.11

    The download is now available.
  17. Maxi

    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
  18. 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.
  19. 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
  20. 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.
  21. 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.
  22. 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
  23. If you don't like it, use the old theme. If you don't like the colour scheme, change it. Anyways, I hope you will enjoy playing with it while being banned for scamming one of our community members.
  24. Maxi

    BETA v1.7.9

    Dear community, We're happy to announce the release of BETA v1.7.9. In this version the following updates are pushed: All random events will now check whether you have an item select on activation and if you do deselect the item Some security improvements Freaky Forester has been updated, however not verified For now the dependencies (down)loading has been ditched to fix the loader issue a minority of the community has been facing Sincerely, OSBot.org
×
×
  • Create New...