Skip to content

breelock/Wurst7

 
 

Wurst Client v7 Enhanced

Wurst Client logo

The client version is designed for playing Skywars/Bedwars. But of course, you can use this client for more than just that. The Wurst was tested on the server “mc.dexland.org” in Skywars mode with my legit zxc config. 1150 games were played, and during that time, I never received a ban.

Difference from the original version

- Normal .cfg system (All settings just in one .json file)
- AutoClicker
- AspectRatio
- ClickPearl
- AutoFriends (for you minigames teammates)
- AutoYLeave
- TimeChanger
- HitSounds
- RadarHack only players mode
- Very nice AutoDrop
- Anti anti-cheat flag system on AutoArmor, AutoSword, AutoDrop, etc.
- Now you can use mouse binds
- Enhanced SafeWalk, now you can control the permitted height
- Enhanced AutoSteal
- Enhanced PlayerEsp, ChestEsp, ItemEsp, etc.
- Enhanced GUI, custom GUI color, custom wurst logo
- Enhanced Trajectories
- Discord RPC
- Deleted some trash
- Slightly improved translation
- Some fixes and improvements

Installation

Wurst 7 can be installed just like any other Fabric mod. Here are the basic installation steps:

  1. Run the Fabric installer.
  2. Add the Wurst Client and Fabric API to your mods folder.

Please refer to the full Wurst 7 installation guide if you need more detailed instructions or run into any problems.

Development Setup

Important

Make sure you have Java Development Kit 17 installed. It won't work with other versions.

  1. Clone the repository:

    git clone https://github.com/Wurst-Imperium/Wurst7.git
    cd Wurst7

Development using IntelliJ IDEA

  1. Generate the sources:

    ./gradlew genSources idea

Development using VSCode / Cursor

Tip

You'll probably want to install the Extension Pack for Java to make development easier.

  1. Generate the sources:

    ./gradlew genSources vscode
  2. Open the Wurst7 folder in VSCode / Cursor.

  3. Optional: In the VSCode settings, set java.format.settings.url to https://raw.githubusercontent.com/Wurst-Imperium/Wurst7/master/codestyle/formatter.xml and java.format.settings.profile to Wurst-Imperium.

Development using Eclipse

  1. Generate the sources:

    ./gradlew genSources eclipse
  2. In Eclipse, go to Import... > Existing Projects into Workspace and select this project.

  3. Optional: Right-click on the project and select Properties > Java Code Style. Then under Clean Up, Code Templates, Formatter, import the respective files in the codestyle folder.

License

This code is licensed under the GNU General Public License v3. You can only use this code in open-source clients that you release under the same license! Using it in closed-source/proprietary clients is not allowed!

About

Enhanced Minecraft Wurst Hacked Client v7

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Languages

  • Java 99.4%
  • Other 0.6%