Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    200
  • Feedback

    100%

Everything posted by Alek

  1. @Artifex - If you started using CLI, use debug mode to see any errors that could have happened.
  2. @JellyGod - Has nothing to do with this update, but rather I'm not supporting "Remember username" feature. Please disable it and your auto login will work fine.
  3. Let me know if .136 is any better.
  4. -Improved takeScreenshot() method (Reported by @Seriously) -Patched inventory size init (Reported by @FrostBug) -Proxy config errors receive custom bot load error -Tried to resolve final input issues (Reported by @Alen) Working on SDN page still along with some new improvements to Spellbook API. -Alek
  5. OSBuddy does client modifications and breaks the game rules, however if you are detected for using OSBuddy you're fine since the game company allows it.
  6. My scripts have lowest ban rate, buy now! Ban rate guaranteed lowest, only 1-2%. This is the lowest rate you will find anywhere.
  7. I have the full error message, but I'd like for him to figure out his Java issue before poking around some more.
  8. I'm assuming you're using custom themes/settings on Windows and it's severely messing with Java components.
  9. Delete everything in your scripts folder
  10. Constructors are based off of type, not label? You would need to convert Local X/Y by adding Base X/Y to it.
  11. Alek

    alek EXPOSED

    You like that meme way too much.
  12. Old: https://i.gyazo.com/125848dba3c54a06af51e5050d956c01.mp4 New: https://i.gyazo.com/84aa6b60ed21f2d648acb7b4999e8547.mp4 This should ease the burdens of all the bans now, please go post in Botting and Bans section and tell them that we finally cracked the code.
  13. Windows: https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer I think in Linux there's something called pmap. Your "Physical Memory" usage is accurate, you're not losing RAM. On Windows 10, Memory Compression alone is around 500MB.
  14. There's already a CachedWidget class that I wrote two years ago though?
  15. English only in the chat box
  16. This is how majority of the bans work.
  17. Post in the clowns and circus forum (botting and bans), not scripting help.
  18. Alek

    yo Alek

    Its because we are using advanced antiban technologies. ABCL v69 - prevents all bans (not subject to refunds).
  19. Why does OSBot use more memory than XYZ Bot? Most bots set a jvm argument indicating the max heap space, "-xmx". This usually limits the jvm from going over a certain amount of heap space. At OSBot, we don't set the max heap space, we let Java naturally allocate the resources that it wants to. How much memory the jvm naturally wants should not be an issue, unless you are running a serious bot farm - which I know for a fact that most botters aren't. This matters because smaller heap space means that the jvm has to GC more and is usually more prone to memory exceptions. If you have 16GB of RAM, I'm sure you can spare 1-2GB unless you are farming. I set -mem in CLI but it uses more! Why? -mem is a wrapper for -xmx, a stupid idea on my part. Remember, xmx indicates max heap space, and the stack space allocation is something you cannot set. So although you set your heap space for 512mb, your stack space will increase the total memory usage. This has absolutely nothing to do with the client or botting. What is the stack and heap? I don't understand! Don't set -mem or -xmx if you are unfamiliar with these terms. You are playing around with settings that you probably shouldn't be. Once again, if you absolutely have a requirement to set max heap space, then do so.
  20. Ill make an explanation about how memory works so this question can stop being asked.
  21. I swear people like getting TWC for the drama. You're now muted and can't send PMs.
  22. There are compiler optimizations where I'm sure strings aren't created every time. Likewise, it's Java and nobody here cares about performance - otherwise people would stop using paints and task/node frameworks. To answer your question: final NPC spot = npcs.closest("Fishing spot"); Fishing spots change. Once this fishing spot is gone, "spot" will not exist anymore. Search for the fishing spot NPC every time and don't use final.
  23. Tinfoil rumor that popular botting proxies are auto flagged.
×
×
  • Create New...