Skip to main content
Miscellaneous modules provide various utility features that don’t fit into other categories, from anti-bot to chat enhancements.

Detection & Protection

Detects and ignores bot accounts.Source: misc/antibot/ModuleAntiBot.kt

Features

  • Multiple bot detection methods
  • Custom bot patterns
  • Whitelist system
Detects staff members.Source: misc/ModuleAntiStaff.kt

Features

  • Staff detection
  • Alert notifications
  • Auto-disable modules
Detects active anti-cheat.Source: misc/ModuleAntiCheatDetect.kt
Monitors for anti-cheat flags.Source: misc/ModuleFlagCheck.kt

Features

  • Setback detection
  • Violation tracking
  • Alert system

Chat Enhancements

Enhances chat functionality.Source: misc/betterchat/ModuleBetterChat.kt

Features

  • Chat history
  • Infinite chat length
  • Font renderer
Protects your name in screenshots.Source: misc/nameprotect/ModuleNameProtect.kt

Features

  • Replace name with custom text
  • Skin protection
Automatically sends messages.Source: misc/ModuleSpammer.kt

Features

  • Custom message list
  • Configurable delay
  • Random order
Plays chat mini-games.Source: `misc/ModuleAutoChatGame.kt”>

Features

  • Math solving
  • Word unscrambling
  • Auto-response

Automation

Automatically manages accounts.Source: misc/ModuleAutoAccount.kt

Features

  • Account switching
  • Auto-login
  • Account list
Automatically loads configs.Source: misc/ModuleAutoConfig.kt

Features

  • Server detection
  • Auto-load configs
  • Profile switching
Automatically throws ender pearls.Source: `misc/ModuleAutoPearl.kt”>

Features

  • Smart pearl usage
  • Distance-based activation
Makes pearl throwing easier.Source: `misc/ModuleEasyPearl.kt”>
Swaps elytra and chestplate.Source: `misc/ModuleElytraSwap.kt”>

Features

  • Hotkey swapping
  • Auto-durability check

Interface Utilities

Enhanced tab list.Source: `misc/ModuleBetterTab.kt”>

Features

  • Unlimited players shown
  • Custom formatting
Enhanced title screen.Source: `misc/ModuleBetterTitle.kt”>
Automatically closes GUIs.Source: `misc/ModuleGUICloser.kt”>
Tracks player inventories.Source: `misc/ModuleInventoryTracker.kt”>

Features

  • See player inventories
  • Armor display
  • Item tracking
Scroll through items.Source: `misc/ModuleItemScroller.kt”>
Custom middle-click actions.Source: `misc/ModuleMiddleClickAction.kt”>

Features

  • Friend player
  • Add to target
  • Custom commands

Information

Sends notifications for events.Source: `misc/ModuleNotifier.kt”>

Features

  • Player join/leave
  • Item changes
  • Custom events
Records debug information.Source: `misc/debugrecorder/ModuleDebugRecorder.kt”>
Logs network packets.Source: `misc/ModulePacketLogger.kt”>

Features

  • Packet filtering
  • Save to file
  • Replay packets

Gameplay

Team detection and management.Source: `misc/ModuleTeams.kt”>

Features

  • Color-based teams
  • Scoreboard teams
  • Custom team rules
Locks onto a target.Source: `misc/ModuleTargetLock.kt”>

Features

  • Manual target selection
  • Keep targeting through combat
Custom keybind macros.Source: `misc/ModuleMacros.kt”>

Features

  • Command macros
  • Multi-command support
  • Custom keybinds
Helps with reporting players.Source: `misc/reporthelper/ModuleReportHelper.kt”>

Other Utilities

  • BookBot - Automates book writing
  • TextFieldProtect - Protects text fields

Module Directory

All misc modules are located in:
src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/misc/

Build docs developers (and LLMs) love