.enabledhax | |
---|---|
Type | Command |
Category | none |
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 keybind | none |
Source code | net/wurstclient/commands/EnabledHaxCmd.java |
.enabledhax is a chat command that allows the user to make profiles of enabled hacks.
Main article: Command Syntax
.enabledhax save-profile <file>
Saves a profile with the name <file>
and the current set of enabled hacks..enabledhax load-profile <file>
Loads the profile named <file>
, if it exists. Enables all hacks that are saved in the profile and disables all other hacks..enabledhax list-profiles [<page>]
Shows a list of saved profiles.Examples:
.enabledhax save-profile esp
Creates a profile named “esp” with the currently enabled ESP hacks in it..enabledhax list-profiles
Shows that the “esp” profile has been created successfully..enabledhax load-profile esp
loads the “esp” profile, re-enabling all the ESP hacks from step 1.Version | Changes |
---|---|
Wurst 7.1 | Added .enabledhax . |