jkacsa01 / CritWurst7

Wurst7 but stronger

Home Page:https://www.wurstclient.net/download/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CritWurst Client v7

I made this repostory to upgrade and add some hacks or features.

Like:

 More setting for CrystalAura
 Better ItemESP
 New NoFall setting
 ParticleBypass - Ignores particle packets from the server
 .tpegg <playername> - Gives you a spawn egg that teleports the player where you place.
 StrongholdFinder - Finds stronghold with two endereye.
 Better ExtraElytra - Fly with elytra like in another hacked clients.
 .get_owner - Get's entities owner in a specified range
 Ignore explosions in AntiKnockback

And I've also merged some pull-requests in to CritWurst.

Like:

 TPSDisplay
 AutoMLG
 NoPush
 NoSlowDown settings
 Advanced Step
 NoFog
 AntiBlind fix
 CompassTracer
 BlockUpdateESP
 and PacketCanceller

The master is the "main" branch with my hacks. The main branch for pull-requests.

Downloads (for users)

https://www.wurstclient.net/download/ To the original and the perfect WURST: https://www.wurstclient.net/download/

To the CritWurst: GitHub's auto build

How to download auto builds?

  1. Click to the green tick that next to the commit title
  2. Click to the Details link
  3. Click to the Summary button
  4. Click to the Artifacts button
  5. Done!

Setup (for developers)

(This assumes that you are using Windows with Eclipse and Java Development Kit 17 already installed.)

  1. Run these two commands in PowerShell:
./gradlew.bat genSources
./gradlew.bat eclipse
  1. In Eclipse, go to Import... > Existing Projects into Workspace and select this project.

Contributing

If you want to help but are not sure what to do, take a look at our planning board or the help wanted list. Of course you can contribute anything you like, but these issues are particularly useful.

If you are contributing multiple unrelated features, please create a separate pull request for each feature. Squeezing everything into one giant pull request makes it very difficult for me to add your features, as I have to test, validate and add them one by one.

Thank you for your understanding - and thanks again for taking the time to contribute!!

Translations

We have a Crowdin project for translations. You can also submit translations here on GitHub, but Crowdin is preferred since it makes it much easier to resolve issues.

To enable translations in-game, go to Wurst Options > Translations > ON.

Names of features (hacks/commands/etc.) should always be kept in English. This ensures that everyone can use the same commands, keybinds, etc. regardless of their language setting. It also makes it easier to communicate with someone who uses Wurst in a different language.

The translation files are located in this folder, in case you need them.

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

Wurst7 but stronger

https://www.wurstclient.net/download/

License:GNU General Public License v3.0


Languages

Language:Java 99.8%Language:Batchfile 0.2%