Everything posted by Alek
-
[Stable Build] OSBot 2.4.135/6
@Artifex - If you started using CLI, use debug mode to see any errors that could have happened.
-
[Stable Build] OSBot 2.4.135/6
@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.
-
[Stable Build] OSBot 2.4.135/6
Let me know if .136 is any better.
-
[Stable Build] OSBot 2.4.135/6
-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
-
Will osbuddy detect for botting?
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.
-
Best premium scripts with lowest banrate
My scripts have lowest ban rate, buy now! Ban rate guaranteed lowest, only 1-2%. This is the lowest rate you will find anywhere.
-
lOSBONT WONT WORK FOR ME
I have the full error message, but I'd like for him to figure out his Java issue before poking around some more.
-
lOSBONT WONT WORK FOR ME
I'm assuming you're using custom themes/settings on Windows and it's severely messing with Java components.
-
Client not running scripts
Delete everything in your scripts folder
-
Local area & positions
Constructors are based off of type, not label? You would need to convert Local X/Y by adding Base X/Y to it.
-
alek EXPOSED
You like that meme way too much.
-
Approved Client Suggestion - Mouse Movement
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.
-
Idea for undetectable bot
You're going to make me millions. Suggestion Approved!
-
Toggling Roofs Hidden
There's already a CachedWidget class that I wrote two years ago though?
-
What is the differance between stealth injection and mirror mode?
- I'm Team Cape
English only in the chat box- Banned after log in
This is how majority of the bans work.- Good examples of anti-pattern?
Post in the clowns and circus forum (botting and bans), not scripting help.- yo Alek
Its because we are using advanced antiban technologies. ABCL v69 - prevents all bans (not subject to refunds).- OSBot Memory Usage
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.- Each bot uses roughly 1GB of memory, WHY?
Ill make an explanation about how memory works so this question can stop being asked.- Do I need VIP to test my own scripts?
What??- WHY IS TWC TWC AGAIN?
I swear people like getting TWC for the drama. You're now muted and can't send PMs.- Not sure why my script isn't running
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.- Recommended Proxy?
Tinfoil rumor that popular botting proxies are auto flagged. - I'm Team Cape