This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 375
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Renamed EntityUtils Added search shulker to auto obsidian Added dropped item collecting to auto obsidian Added more functions to InventoryUtils Rewrote AutoReplenish into InventoryManager Added item saver to InventoryManager Added AutoObsidian Added InventoryUtils
Better baritone pausing Fixed some issues with AutoObsidian not placing ender chest Setting up AutoEject Packet mine now sends stops STOP_DESTROY_BLOCK packet after a short delay instead sending it when release left click Add a limit to decimal places for DiscordRPC speed AutoRefill now should works properly on 2b2t
Fixed typo in AutoObsidian AutoObsidian player position check now ignores Y Make AutoWalk compatible with InventoryManager Implemented EjectCommand and AutoEject Fixed windownClick issue with delay (still opens inventory gui though) Add throwAllInSlot to InventoryUtils
Removed old comment at Criticals Make tracers smooth Added filled and outline and alpha options to all esp modules Kotlinized ESP Merged BoxESP into ESP Fixed ESP not working properly near world border Rewrote Search in Kotlin Fixed Elytraflight takeoff not working in single player world Added option to turn off elytra sounds while using ElytraFlight Fastbreak packet mine now spams packets instead only sending one StorageESP now draws actual bounding box for chest instead of 1x1 box Make Trajectories smoother
Fixed some settings in render modules Added through block option to ESPHelper functions Added SelectionHighlight Rewrote Tracers
Added rotation spoof to aura
…s not enough blocks
Added BreakingESP Added ESPRenderer Kotlinized EyeFinder Breadcrumbs, CA, ESP, EyeFinder, HoleESP, Searchm SelectionHighlight, Tracer now all uses VBO to render
# Conflicts: # src/main/java/me/zeroeightsix/kami/module/modules/render/Search.java
Fixed renderPos issues in ESPRenderer Fixed ESPRenderer not resetting depth test state Fixed Search merge conflict
Added fade in/out animation to EyeFinder Fixed pausing process not displaying while auto walking Finally fixed baritone pausing issue Added render range option to ChunkFinder Fixed some smooth brain render codes in ChunkFinder
5HT2
reviewed
Aug 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done reviewing. Testing pending now
Comment on lines
+89
to
+92
if (spoofRotation.value) { | ||
mc.player.rotationYaw += Math.random().toFloat() * 0.005f - 0.0025f | ||
mc.player.rotationPitch += Math.random().toFloat() * 0.005f - 0.0025f | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't wait for this to be skidded by some monkey lmao
This was
linked to
issues
Aug 8, 2020
Closed
Closed
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the pull
Kotlinized some events
Describe how this pull is helpful
Additional context
I will try to stop making big pr like this next time >.<