blablablabkadf Posted April 2, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
Lemons Posted April 2, 2016 Share Posted April 2, 2016 pause the script and do it, else you'd have to get pretty fancy with a paint. Quote Link to comment Share on other sites More sharing options...
Apaec Posted April 2, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Token Posted April 2, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Extreme Scripts Posted April 2, 2016 Share Posted April 2, 2016 getBot().setHumanInputEnabled(true); Only do-able programmatically without clicking "Disable human input" in settings. Quote Link to comment Share on other sites More sharing options...
jesenican Posted April 2, 2016 Share 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, Quote Link to comment Share on other sites More sharing options...