These changes make it so a user mouse clicks and motion do not override the bot mouse movements when a script is running and is not paused.
It does so by de-registering the mouse listeners when a script starts and putting a listener in between that determines whether mouse inputs come from the client or from the user. When the script stops the mouse listeners are re-registered and the middleman is de-registered,
These changes make it so a user mouse clicks and motion do not override the bot mouse movements when a script is running and is not paused.
It does so by de-registering the mouse listeners when a script starts and putting a listener in between that determines whether mouse inputs come from the client or from the user. When the script stops the mouse listeners are re-registered and the middleman is de-registered,