April 2, 20169 yr 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?
April 2, 20169 yr 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
April 2, 20169 yr 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, 20169 yr by Token
April 2, 20169 yr getBot().setHumanInputEnabled(true); Only do-able programmatically without clicking "Disable human input" in settings.
April 2, 20169 yr 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,
Create an account or sign in to comment