cmd:enabledhax
Table of Contents
.enabledhax
.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.
Syntax
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:
- Enable a bunch of ESPs and disable everything else.
.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.- Enable Panic to turn off all hacks.
.enabledhax load-profile esp
loads the “esp” profile, re-enabling all the ESP hacks from step 1.
Changes
Version | Changes |
---|---|
Wurst 7.1 | Added .enabledhax . |
cmd/enabledhax.txt · Last modified: 2022/01/14 03:06 by alexander01998