Jump to content

Malcolm

Global Moderator
  • Posts

    139179
  • Joined

  • Last visited

  • Days Won

    21
  • Feedback

    100%

Everything posted by Malcolm

  1. Assuming there is a chatbox message, just use the onMessage() method and check for that message and if it appears set youself to stop the script. public void onMessage(final Message message) { if (message.getMessage().contains("you wakeup feeling refreshed")) { //TODO either set a boolean to stop or just stop. } }
  2. Please join the discord for all trial requests. https://discord.gg/ZJKJewm This is an automated message.
×
×
  • Create New...