====== .enabledhax ======
^ .enabledhax ^^
^Type|[[:Command]]|
^Category|[[:No Category|none]]|
^In-game description|"Allows you to make profiles of enabled hacks.\\ \\ Syntax: .enabledhax load-profile \\ .enabledhax save-profile \\ .enabledhax list-profiles []\\ Profiles are saved in '.minecraft/wurst/enabled hacks'."|
^[[:keybinds#default_keybinds|Default keybind]]|none|
^Source code|[[w7src>net/wurstclient/commands/EnabledHaxCmd.java]]|
.enabledhax is a [[:command|chat command]] that allows the user to make profiles of enabled [[:hacks]].
===== Syntax =====
Main article: [[Command Syntax]]
* ''.enabledhax save-profile '' Saves a profile with the name '''' and the current set of enabled hacks.\\ \\
* ''.enabledhax load-profile '' Loads the profile named '''', if it exists. Enables all hacks that are saved in the profile and disables all other hacks.\\ \\
* ''.enabledhax list-profiles []'' 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^
|[[update:Wurst 7.1]]|Added ''.enabledhax''.|
{{tag>client-side}}