Falcon 0 Posted November 16, 2021 Hey I was wondering if it is possible to listen for a keypress, then make the bot do something. Preferably multiple clients should be able to respond to the same keypress.
Pandemic 2817 Posted November 17, 2021 You can add a KeyListener to your script's main class (or register it in a separate class), but you'd have to be focused on the client when you press it and it wouldn't be propagated to every open client, you'd need something else for that.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.