blablablabkadf Posted April 2, 2016 Posted April 2, 2016 How do I allow player interaction. I currently have a script, but every time I want to click on something like friend list, skills, inventory while the script is running I have to stop it first. How do I make it that other things can be done while the script is running?
Lemons Posted April 2, 2016 Posted April 2, 2016 pause the script and do it, else you'd have to get pretty fancy with a paint.
Apaec Posted April 2, 2016 Posted April 2, 2016 pause the script and do it, else you'd have to get pretty fancy with a paint. this... OR you can go to settings and uncheck the disable input box! however the script still has control over the mouse when you do this. ~apa 1
Token Posted April 2, 2016 Posted April 2, 2016 (edited) How do I allow player interaction. I currently have a script, but every time I want to click on something like friend list, skills, inventory while the script is running I have to stop it first. How do I make it that other things can be done while the script is running? bot.setHumanInputEnabled(true); You won't find this in the API docs but it does exist. Edited April 2, 2016 by Token
Extreme Scripts Posted April 2, 2016 Posted April 2, 2016 getBot().setHumanInputEnabled(true); Only do-able programmatically without clicking "Disable human input" in settings.
jesenican Posted April 2, 2016 Posted April 2, 2016 i preff dont move mouse to friend list cuz its gona automatic move to totaly diffrent way,ef you want avoid ban,just randomly tipe on chat with people,bank your self and you wont get ban,