likeablePanda 48 Posted August 19, 2021 For my own local script (thank goodness nothing i will publish!) has typed its own username and password in public chat. The code i'm running looks like this: if (!Client.isLoggedIn()) { LoginUtility.login(); } But it would appear that either something changes between when that boolean is checked and when it logs in, or it's returning something incorrectly. Could we have the Login Utility double check before typing "enter" to double check it's not logged in?
z10n 7 Posted August 19, 2021 Good check, the bot client could be lagging, and thinking it still needs to log in, and types user pass and then hits enter while already in game =O
Meteorite 70 Posted August 19, 2021 I've had this happen with the GE, I'll come back to the bot with a item it was going to purchase on the GE in its text box enter to send.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.