Everything posted by Token
-
Stealth Quester
Patience it's probably the biggest script release in terms of code... There are lots of things to do to make sure it's stable.
-
Few tips on not getting banned while botting.
I read lots of threads about keeping your accounts safe but no one ever suggested manually banking for your bots. That's kind of new I guess.
-
How to let script accept player interaction with game?
bot.setHumanInputEnabled(true); You won't find this in the API docs but it does exist.
-
Can't run on Linux
Having java x installed is different from using java x to run programs. OSBot requires java 8 in order to run, and as far as I know, all linux distributions have java 7 preinstalled. After installing java 8 you have make it uses that one generally through "alternatives --config java" command.
-
Can't run on Linux
What java version and update are you running?
- perm
-
Stealth Quester
My armour is like tenfold shields, my teeth are swords, my claws spears, the shock of my tail is a thunderbolt, my wings a hurricane, and my breath death!
- Stealth Quester
-
Stealth Quester
I'm not up to date with rules regarding trials but I know there was some dispute about the auth system not being designed for scripters to give trials. I will discuss this once the script is released.
-
Stealth Quester
Lol, I wish I knew how long it takes
-
Stealth Quester
- Stealth Quester
Going to be discussing SDN stuff in 3 days, it might happen then. Not sure yet.- Stealth Quester
- Confusion with GroundItems...
Your Script instance has a field called groundItems which you can use to access the whole collection of GroundItem instances currently available to your player as well as perform some other operations. For example the operation you mentioned is available to you in the following form groundItems.get(x, y);- diffrence between 2-perm ban
Jagex bans lots of legit players, that's why mod weath's twitter was spammed.- diffrence between 2-perm ban
Legit players manually botting get 2 day bans, the rest of us get permed.- Stealth Quester
- requesting scripts
I can quickly write some private scripts if you wanna do an exchange There's something I need and a purple @Scotty can obtain.- Who can explain what a WEEB is?
Scotty vip... something's definately on. What scripts do you need?- Movies that influenced you?
Walk of Shame- Stealth Quester
If it was up to me the beta would still be running- Banned :/
- Banned :/
I'm pretty sure all VPN's are flagged af, why would you consider botting on a VPN?- Stealth Quester
Lots of stuff that I'll have to go through to get it on the SDN publicly.- How to handle banking?
Yes something like that but the enum was Banks not Bank actually. - Stealth Quester