AutoSteal | |
---|---|
Type | Hack |
Category | Items |
In-game description | “Automatically steals everything from all chests and shulker boxes that you open.” |
Default keybind | none |
Source code | net/wurstclient/hacks/AutoStealHack.java |
net/wurstclient/mixin/ContainerScreen54Mixin.java | |
net/wurstclient/mixin/ShulkerBoxScreenMixin.java |
AutoSteal is a Minecraft hack that automatically moves all items from a chest or shulker box to the player's personal inventory.
Steal/Store buttons | |
---|---|
Type | Checkbox |
In-game description | (none) |
Default value | checked |
This option adds two buttons, “Steal” and “Store”, to the GUI of chests and shulker boxes. These buttons will show up even when AutoSteal is disabled, as long as the checkbox is checked.
The “Steal” button moves all items from the container to the player's inventory, while the “Store” button moves everything from the player's inventory to the container.
Delay | |
---|---|
Type | Slider |
In-game description | “Delay between moving stacks of items. Should be at least 70ms for NoCheat+ servers.” |
Default value | 100ms |
Minimum | 0ms |
Maximum | 500ms |
Increment | 10ms |
Version | Changes |
---|---|
Wurst 1.6 | Added AutoSteal. |
Wurst 6.5 | Improved AutoSteal. |
Wurst 6.30 | Changed the category of AutoSteal from “Other” to “Items”. (Minecraft 1.8 & 1.12) |
Added a description to AutoSteal's “Delay” setting. (Minecraft 1.8 & 1.12) | |
Wurst 7.0pre1 | Temporarily removed AutoSteal. |
Wurst 7.0pre22 | Re-added AutoSteal. |
Changed the category of AutoSteal from “Other” to “Items”. (Minecraft 1.14+) | |
Added a description to AutoSteal's “Delay” setting. (Minecraft 1.14+) | |
Wurst 7.7 | AutoSteal now supports shulker boxes. (Thanks to pikami!) |