Wurst7 icon indicating copy to clipboard operation
Wurst7 copied to clipboard

new hack: AutoMLGHack

Open isjerryxiao opened this issue 3 years ago • 9 comments

Description

It does auto mlg water bucket and powder snow.

isjerryxiao avatar Jan 26 '22 12:01 isjerryxiao

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 26 '22 12:01 CLAassistant

@InfinitePower563 Placing water bucket in your offhand is generally not a good idea since you're likely to interact with the item in your main hand instead of placing water down, making the whole thing much more unreliable.

isjerryxiao avatar Jan 27 '22 04:01 isjerryxiao

Now the hack can make use of offhand or inventory. Also the short fall distance issue is fixed.

isjerryxiao avatar Jan 27 '22 09:01 isjerryxiao

@isjerryxiao https://github.com/Wurst-Imperium/Wurst7/pull/559 , https://github.com/Wurst-Imperium/Wurst7/pull/558 ,https://github.com/Wurst-Imperium/Wurst7/pull/557 和 https://github.com/Wurst-Imperium/Wurst7/pull/556 为啥不放在一起?

buiawpkgew1 avatar Jan 27 '22 09:01 buiawpkgew1

@buiawpkgew1 https://github.com/Wurst-Imperium/Wurst7#note-about-pull-requests
Maintaining 4 branches and manually cherry-picking isn't fun. I would not do that if possible.

isjerryxiao avatar Jan 27 '22 09:01 isjerryxiao

好的

buiawpkgew1 avatar Jan 27 '22 09:01 buiawpkgew1

You can't use elytra with NoFall either, but adding a check is better.

isjerryxiao avatar Jan 28 '22 03:01 isjerryxiao

https://github.com/Wurst-Imperium/Wurst7/pull/557/commits/c7143709782cd0b1aafb39b810cafec4b9c7e7f9#diff-c15d2912e3bdecdda8ec550d8328b3791d5a20795a882afb85c0614c67ec8986R155

isjerryxiao avatar Jan 28 '22 05:01 isjerryxiao

C:\Users\wb\minecraft\Wurst7\src\main\java\net\wurstclient\hacks\AutoMLGHack.java:134: error: cannot find symbol
                    WURST.getHax().autoEatHack.pauseEat = 20;
                                              ^
  symbol:   variable pauseEat
  location: variable autoEatHack of type AutoEatHack

cant build anymore

wb1016 avatar May 23 '22 08:05 wb1016

Walkthrough

Walkthrough

The changes involve the addition of a new feature to the Wurst Client, a Minecraft hack client. A new hack called AutoMLGHack has been implemented, which automates the process of performing a water bucket clutch, a technique used to avoid fall damage. The hack includes various settings to customize its behavior. Additionally, a minor interface update has been made to support this new feature, while another file received insignificant formatting adjustments.

Changes

File Path Change Summary
.../hack/HackList.java Added AutoMLGHack to the list of hacks.
.../hacks/AutoMLGHack.java Introduced new AutoMLGHack class for automated water bucket clutches in Minecraft.
.../mixin/ClientPlayerInteractionManagerMixin.java Minor formatting or whitespace adjustments, no functional changes.
.../mixinterface/IClientPlayerInteractionManager.java Added new method windowClick_THROW.

Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

coderabbitai[bot] avatar Nov 14 '23 16:11 coderabbitai[bot]

This pull request has been open for a while with no recent activity. If you're still working on this or waiting for a review, please add a comment or commit within the next 7 days to keep it open. Otherwise, the pull request will be automatically closed to free up time for other tasks.

Pull requests should be closed if:

  • They have been superseded by another pull request
  • They are out of scope or don't align with the project
  • They have become obsolete due to other changes
  • They have bugs or conflicts that won't be resolved

github-actions[bot] avatar Jan 15 '24 02:01 github-actions[bot]