Skip to content

Commit

Permalink
The location of the hack fixed and added description of the hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jkacsa01 committed Nov 6, 2023
1 parent 104b16b commit cff5067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package net.wurstclient.hack;
package net.wurstclient.hacks;

import net.wurstclient.hack.Hack;

public class BarrierEspHack extends Hack {

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/wurst/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"description.wurst.hack.autotool": "Automatically equips the fastest applicable tool in your hotbar when you try to break a block.",
"description.wurst.hack.autototem": "Automatically moves totems of undying to your off-hand.",
"description.wurst.hack.autowalk": "Makes you walk automatically.",
"description.wurst.hack.barrieresp": "Indicates barrier blocks.",
"description.wurst.hack.basefinder": "Finds player bases by searching for man-made blocks.\nThe blocks that it finds will be highlighted in the selected color.\nGood for finding faction bases.",
"description.wurst.hack.blink": "Suspends all motion updates while enabled.",
"description.wurst.hack.boatfly": "Allows you to fly with boats and other vehicles.\nPress the sprint key to go down faster.",
Expand Down

0 comments on commit cff5067

Please sign in to comment.