Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    200
  • Feedback

    100%

Everything posted by Alek

  1. Might want to consider getting a new VPS:
  2. Are you using mirror mode because every person who has reported this happens to use mirror mode.
  3. This update seeks to patch various inventory/equipment visibility issues during InteractionEvent when other interfaces are currently open (Bank, Poll Booth, Equipment Stats, etc). A good chunk of scripts should be making "smarter" decisions in various tasks such as depositing and withdrawing items from a bank. In addition the memory allocation setting has been removed from the booter and moved to a command line argument. This setting was not being properly set (or left as "0 for default") resulting in a ton of issues. For advanced users, you can set the memory allocation as the first argument (java -jar jar <allocation>). Changelog: 2.3.82: -Removed MouseDestination preConditionalLoops -Updated InventorySlotDestination isVisible() -Updated EquipmentSlotDestination isVisible() -Updated InteractionEvent visibility checks of Inventory/Equipment 2.3.83: -Updated AdvertisementOverlay close button -Removed memory tracker from main client interface -Added command line argument, first argument sets allocation 2.3.84: -Fixed GUI issue from 2.3.83 Have a great weekend -The OSBot Staff
  4. Memory allocation is changing in the next OSBot version.
  5. Which script is giving you that error?
  6. I do not understand, are you not able to bot? The advertisement is shutting down your script?
  7. Mirror mode? Operating system? Did you restart? Errors in the logger? Start in command prompt/terminal? Default RAM usage?
  8. Correct. It will activate if it detects you are playing in resizable mode and then move you over to fixed screen mode.
  9. Probably, same house different computer right?
  10. Normally we would release this as a development build for some time, but there are many bugs fixed and there are a few security patches we feel are important to the integrity of botters, scripters, and our service. In addition to the increased security, many of the bot features which degraded over the last week have been restored including world hopping, a completely re-written chatbox, grand exchange, and much more. 2.3.78 Added check to advertisement for input Updated AutoLogin event Removed unused optimization checks Updated Modeled getHeight() Patched and updated Chatbox API Removed Hitsplats Removed Map distance(Entity) Removed Map distance(GroundItem) Removed Map walk(...) 2.3.79 AccountLoader usernames/passwords protected by encryption Added checks to InteractionEvent for Equipment/Inventory Destinations Patched issue with EntityAPI stemming from Map Small visual update to HoverDebug/MouseDebug Updated getSuitablePoint for closer grouping 2.3.80 Patched Worlds API -Added functionality to population, isFull() Patched Chatbox isVisible() 2.3.81 Hotfix to GrandExchange API Miscellaneous fixes Known issues: -Interacting with certain widget destinations -Resizable mode (short-term fix will be a random event) Have a great weekend -The OSBot Staff
  11. I hope this is not being tested against mirror mode.
  12. Code: @Override public int onLoop() throws InterruptedException { System.out.println(bank.withdraw("Air rune", 1)); return 5000; } Result: 1. Item placed at the top of the bank, bottom of the bank, and in the center; each passed 2. Item placed in a separate tab; passed 3. Hid tab bar for bank; passed Please post your SSCCE.
  13. You might want to look at comparators if you get a chance: http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html
  14. Yeah, because bans don't happen automatically.
  15. No there is not, I release the development builds which are used to determine if the client is stable. There were no substantial bug reports for 2.3.77 so it moved to the stable build path.
  16. "This is great for you, the seller!"
  17. https://www.blackhat.com/docs/eu-14/materials/eu-14-StJohn-Next-Level-Cheating-And-Leveling-Up-Mitigations.pdf Slides 14+15 summarizes every ban discussion.
  18. Alek

    <Removed>

    Closed topic, member does not have enough posts.
  19. Maybe if another dev or two was hired specifically for it, otherwise it's very unlikely.
  20. Pinned it down to either Bot or ClientMouseEventHandler returning null. Directing to MGI.
  21. Copy paste please, I have to deobfuscate.
  22. Post the error log so I can look at it. Thanks for helping
  23. Alek

    Please HELP!

    Moving to General Help.
×
×
  • Create New...