Table of Contents

.enabledhax

.enabledhax
TypeCommand
Categorynone
In-game description“Allows you to make profiles of enabled hacks.

Syntax: .enabledhax load-profile <file>
.enabledhax save-profile <file>
.enabledhax list-profiles [<page>]
Profiles are saved in '.minecraft/wurst/enabled hacks'.”
Default keybindnone
Source codenet/wurstclient/commands/EnabledHaxCmd.java

.enabledhax is a chat command that allows the user to make profiles of enabled hacks.

Syntax

Main article: Command Syntax

Examples:

  1. Enable a bunch of ESPs and disable everything else.
  2. .enabledhax save-profile esp Creates a profile named “esp” with the currently enabled ESP hacks in it.
  3. .enabledhax list-profiles Shows that the “esp” profile has been created successfully.
  4. Enable Panic to turn off all hacks.
  5. .enabledhax load-profile esp loads the “esp” profile, re-enabling all the ESP hacks from step 1.

Changes

VersionChanges
Wurst 7.1Added .enabledhax.