Documentation

Learn how to install and use LiquidBounce with our comprehensive guides

AutoAccount

Many cracked (offline-mode) servers require you to log in or register with a password before you can play, usually by typing a command like /login <password> or /register <password> <password>. AutoAccount watches incoming server messages and does this for you automatically, so you don't have to retype your password every time you join.

When the server prompts you, the module fills in your stored password and sends the matching login or register command after a short, randomized delay so it looks more natural. It detects prompts by matching configurable patterns against the text it sees, and it can read those prompts from the chat, the on-screen title, and the subtitle. Tell it which password to use, set the command names and detection patterns to suit your server, and pick which message sources it should listen to.

Category: Misc Enabled by default: No

Settings

SettingTypeDefaultRangeDescription
PasswordTextThe password sent when logging in or registering.
DelayInteger Range21..230..50 ticksRandomized wait before sending the command, picked between the low and high values to vary timing.
RegisterCommandTextThe command name used to register an account (the password is appended automatically).
LoginCommandTextThe command name used to log in (the password is appended automatically).
RegisterRegexTextPattern matched against server messages to detect a registration prompt.
LoginRegexTextPattern matched against server messages to detect a login prompt.
MessageSourceMulti-Select[Chat, Title, Subtitle][Chat, Title, Subtitle]Which sources to scan for login/register prompts.

Last updated: 2026-06-08 — Based on source code