primelf Posted August 22, 2021 Share Posted August 22, 2021 I'm primarily curious about how different scripts that perform the same function have different ban rates? You often hear that private scripts are safer for your accounts, but assuming it's a simple task, I don't quite see how this is possible. Say I make a script to mine iron ore. I have the option to bank and the option to powermine. Mouse movements / clicks are handled by the OSBot API, walking is handled by OSBot webwalker, the rest is just simple logic. Assuming both scripts have good code quality (e.g. not spamming to rock constantly), what makes these different? Quote Link to comment Share on other sites More sharing options...
BloodyNoah Posted August 22, 2021 Share Posted August 22, 2021 47 minutes ago, primelf said: I'm primarily curious about how different scripts that perform the same function have different ban rates? You often hear that private scripts are safer for your accounts, but assuming it's a simple task, I don't quite see how this is possible. Say I make a script to mine iron ore. I have the option to bank and the option to powermine. Mouse movements / clicks are handled by the OSBot API, walking is handled by OSBot webwalker, the rest is just simple logic. Assuming both scripts have good code quality (e.g. not spamming to rock constantly), what makes these different? It definitely affects it, that's why paid script have lower ban rates and private scripts even lower ban rates Quote Link to comment Share on other sites More sharing options...
BigCahunaBurger Posted August 22, 2021 Share Posted August 22, 2021 (edited) I'm guessing a lot of bot detection has to do with the bytecode that is being ran. I am curious if clojure bytecode would run undetected, and if bytecode obfusction performed on public script jars would change ban detection rate. But that's just a theory a GAME theory Edited August 22, 2021 by BigCahunaBurger Quote Link to comment Share on other sites More sharing options...
TheGriff Posted August 22, 2021 Share Posted August 22, 2021 Basically a private script is safer for your account since private scripts do not have as much recognition pattern as some widely used script ... although it all depends on the quality of the private script, random movements, afk, random actions etc. Quote Link to comment Share on other sites More sharing options...