Jump to content

Token

Script Officer
  • Posts

    8433
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. There are about 15 different distributions that produce interesting results if this is what you are looking for, but everyone's been using this for at least 10 years. OSBot is probably only using 1 of them but you can also look into Exponential, Gamma, Beta, Student, Chi Squared, Fisher, Normal and Standard distributions. Jagex does not perform any analysis of mouse data even if they collect it (since ~2013, they apparently did before) because it's too easy to counter. Machine learning will always produce 100% human like results which not even google can detect with the best programmers in the world, however machine learning is something which is quite out of reach for pretty much everyone who writes code for runescape bots.
  2. The script takes all decisions
  3. Send me the logger contents
  4. The solution to getting past the account locks is using IPs which do not belong to commonly used server vendors. Use of residential IPs usually results in 0% lock rate, but you can still achieve this with normal proxies too.
  5. Token

    Stealth Quester

    Will be announced when they are ready
  6. Token

    Stealth Quester

    Just PM me on OSBot if you need help with anything, I don't really use skype Authed
  7. The russian email provider yandex may be a better option as they require no verification upon registration so it's easy to create emails for every account
  8. Token

    Stealth Quester

    I needed the logger contents of when the bug actually happened, it is not supposed to be able to continue any previously started quest. In order to continue in debug mode, you can get the exact inventory it had before interruption and start it at that position and it should be able to continue in most cases. Authed
  9. Token

    Stealth Quester

    It just makes sure it gets the items
  10. -script Something:email,password String email = getParameters().split(",")[0]; String password = getParameters().split(",")[1];
  11. Token

    Stealth Quester

    Restarting the client does fix the error in the logger image you posted, that error has been there ever since webwalking If you run into any script errors though, just send me a bug report (template is on first post)
  12. Token

    Stealth Quester

    Continuing previously started quests is not supported on all quests That error is in the client classes so I don't see how that's related to the script, restart the client and it should be working
  13. Token

    Stealth Quester

    What's party pete event?
  14. Token

    Stealth Quester

    You did it manually and forgot to claim the reward at end
  15. They don't take any info, you already give it to everyone on the internet. Your OS fingerprint is written in the TCP/IP header you send over the internet, I believe it's under the "window" section of the header.
×
×
  • Create New...