Everything posted by Alek
-
Detecting if a CLI argument is enabled?
You can't force users to enable certain settings, the botter is free to decide whatever they want.
-
Detecting if a CLI argument is enabled?
Well if its not an SDN script you can just tell people to start OSBot with norandoms flag?
-
Detecting if a CLI argument is enabled?
He asked specifically for CLI arguments in general, which I don't think scripters can access. The only thing you can grab is script parameters from CLI. In general, all scripts should be fully usable without any specific OSBot settings enabled or disabled.
-
How to grab specific build doors in POH
Use the entity hover debug tool, I guarantee you there is a difference. Colors, rotation, models, something.
-
Official Community Discussion - Free Scripts
Good idea, when I meant "Quest Scripts" I was kind of referring to something which does a bunch of quests. One or two quests which bot farmers need is fine, miniquests, house favor, all good.
-
Official Community Discussion - Free Scripts
Over the last few weeks I've been denying some free script requests (required for Scripter I) because we either already have a similar script, or because it's simply not needed. What kind of free scripts would you guys like to see? Do not suggest the following: -Any type of AIO -Any type of dragon/boss killer -Questing scripts -Bot farming scripts Keep it reasonable and your suggestions will be taken. If you suggest something like "Barrows script with GE support", I'll probably just ignore this thread and you guys can get 100 more chicken killers. Thanks! Edit: Don't troll/shitpost here, go in Spam section for that.
-
Requirements to make private script
You can do whatever the hell you want, but don't expect us to help you with disputes regarding private scripts.
- widget interaction buggy
-
Typing issue
It does what you want, it types a string. If you don't want to use the front API then you should really know how the back API works.
- widget interaction buggy
-
Gui Help
GUI builders are garbage, you really should just write them yourself. Also there is not enough room for the JLabels, you have to account for OSBot's look and feel which is something the builder wont do.
-
Typing issue
Keyboard typeString(String string)
-
PC my botted baby pure
Dammit, just honest opinions of what its worth lol. Looks like the consensus is 15-20m. Thanks guys (by the way im not selling, just was wondering).
- PC my botted baby pure
-
PC my botted baby pure
- login codes
LoginResponseCodes change so codes which I don't handle are printed out. Codes which are handled include stuff like invalid user/pass, the you have been banned message, and anything telling you to wait a few minutes. Edit: Codes which I don't handle are just defaulted to stopping the script.- random() vs gRandom()
For the love of christ just use random. gRandom doesn't use normal distribution, it uses some custom algorithm which has some flaws. It creates a one-sided normal distribution that forces anything past 3 standard deviations (99.7%) to be set as max deviation. If you don't know what I'm talking about then don't use the method. If you are thinking about "antiban" using something involving gRandom, then you're in for a real long road ahead.- MY PAID SCRIPTS HAVE GONE :(
"hey guys" - I'm guessing you meant to put this in General Help because Zach and myself are the only ones who go through bug reports.- Client resizeable
99% of the scripts would break because scripters dont listen to me about static ids (widgets).- Trustful learning source?
By writing code a lot and actually enjoy what you are doing. Eventually you will learn what bad practices you need to change and what the good practices are. You will also start understanding what you are writing. Time is the best learning source.- Seems a bit ironic... don't you think?
Meh. At least he's trying something else and his customers are happy.- The Evolution of Antiban
I actually laughed out loud.- KnightRaper [PRIVATE][DMM][DIRECT-GP]
Well the script does exist. Is it worth 1B? I certainly do not think so. There were static NPC ids which are prone to breaking every week, randomized sleep times, randomized camera angles, and randomized just about everything (more happy to see randomized actions than bullshit sleep times). It didn't really strike me as anything revolutionary, just doing the same types of randomization but perhaps with a different formula. I have never found real players to naturally play this randomly. Also once again, more goes into a ban than just a script. The client, the botting patterns, linked accounts, total account consideration, etc. I'll move it back, but by no means am I claiming this script to be complete, working, and certainly not any better in terms of detection than any other script written for OSBot.- KnightRaper [PRIVATE][DMM][DIRECT-GP]
I don't give a crap about your methods or stealing anything from you. You are making outrageous claims for a private script with an outrageous price tag. If you want to be taken seriously I'm looking for some serious code to look at.- KnightRaper [PRIVATE][DMM][DIRECT-GP]
Those mouse keys are nothing. No offense but all it is, is elementary math and Java API written in 1996. If this is what OSBuddy is doing, then we are basically doing the same thing. I'm not looking at videos, I'll look at code. Since your antiban code is so sacred (even though I'm very sure if anything you are using an external API), send me the code without it. - login codes