add attackWhileBlocking and attackWhileBreaking to AimAssist | attackWhileBreaking to TriggerBot#947
add attackWhileBlocking and attackWhileBreaking to AimAssist | attackWhileBreaking to TriggerBot#947Alexander01998 merged 12 commits intoWurst-Imperium:v7.42from TejasLamba2006:aimassist
attackWhileBlocking and attackWhileBreaking to AimAssist | attackWhileBreaking to TriggerBot#947Conversation
| Important Auto Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe recent updates introduce enhancements to the game's hacking tools, providing more flexibility and customization options. Notably, the changes in the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File ( |
There was a problem hiding this comment.
Review Status
Actionable comments generated: 3
Configuration used: CodeRabbit UI
Files selected for processing (2)
- src/main/java/net/wurstclient/hacks/AimAssistHack.java (6 hunks)
- src/main/java/net/wurstclient/hacks/TriggerBotHack.java (3 hunks)
Additional comments: 5
src/main/java/net/wurstclient/hacks/TriggerBotHack.java (2)
- 55-55: Correctly added
attackWhileBreakingto the hack's settings in the constructor.- 98-100: Logic to check
attackWhileBreakingbefore attacking while breaking blocks is correctly implemented.src/main/java/net/wurstclient/hacks/AimAssistHack.java (3)
- 103-104: Correctly added
attackWhileBlockingandattackWhileBreakingto the hack's settings in the constructor.- 142-149: Logic to check
attackWhileBlockingandattackWhileBreakingbefore aiming or attacking is correctly implemented inonUpdate.- 205-211: Logic to check
attackWhileBlockingandattackWhileBreakingbefore rotating the player's view is correctly implemented inonRender.
| @coderabbitai generate a summary with the changes |
| @TejasLamba2006, based on the changes in
This update aligns with the PR's objectives to enhance the functionality and customization options of the hacks within the project, specifically targeting the Analysis chainScripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash # List the modified files in the PR. git diff --name-only HEAD~1 Length of output: 85 Script: #!/bin/bash # Display the contents of TriggerBotHack.java to analyze the changes. cat src/main/java/net/wurstclient/hacks/TriggerBotHack.java Length of output: 3933 |
There was a problem hiding this comment.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- src/main/java/net/wurstclient/hacks/AimAssistHack.java (6 hunks)
Files skipped from review as they are similar to previous changes (1)
- src/main/java/net/wurstclient/hacks/AimAssistHack.java
| 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:
|
Alexander01998 left a comment
There was a problem hiding this comment.
Hey @TejasLamba2006, thanks for the PR!
Seems like a useful addition and the code looks good overall. 👍
I found a few minor issues though. Do you have time to address those?
| Hey @Alexander01998, did what you asked. |
They don't work when using Nuker.
| Upon further testing, unfortunately the "attack/aim while breaking" settings don't work when using other hacks like Nuker to break the blocks. I will only be merging the "aim while blocking" checkbox for now. |
| @coderabbitai configuration |
CodeRabbit configurationlanguage: en-US tone_instructions: '' early_access: false enable_free_tier: true reviews: profile: chill request_changes_workflow: false high_level_summary: false high_level_summary_placeholder: '@coderabbitai summary' auto_title_placeholder: '@coderabbitai' review_status: true poem: false collapse_walkthrough: true sequence_diagrams: true path_filters: - '!dist/**' - '!**/*.app' - '!**/*.bin' - '!**/*.bz2' - '!**/*.class' - '!**/*.db' - '!**/*.csv' - '!**/*.tsv' - '!**/*.dat' - '!**/*.dll' - '!**/*.dylib' - '!**/*.egg' - '!**/*.glif' - '!**/*.gz' - '!**/*.xz' - '!**/*.zip' - '!**/*.7z' - '!**/*.rar' - '!**/*.zst' - '!**/*.ico' - '!**/*.jar' - '!**/*.tar' - '!**/*.war' - '!**/*.lo' - '!**/*.log' - '!**/*.mp3' - '!**/*.wav' - '!**/*.wma' - '!**/*.mp4' - '!**/*.avi' - '!**/*.mkv' - '!**/*.wmv' - '!**/*.m4a' - '!**/*.m4v' - '!**/*.3gp' - '!**/*.3g2' - '!**/*.rm' - '!**/*.mov' - '!**/*.flv' - '!**/*.iso' - '!**/*.swf' - '!**/*.flac' - '!**/*.nar' - '!**/*.o' - '!**/*.ogg' - '!**/*.otf' - '!**/*.p' - '!**/*.pdf' - '!**/*.doc' - '!**/*.docx' - '!**/*.xls' - '!**/*.xlsx' - '!**/*.map' - '!**/*.out' - '!**/*.ppt' - '!**/*.pptx' - '!**/*.pkl' - '!**/*.pickle' - '!**/*.pyc' - '!**/*.pyd' - '!**/*.pyo' - '!**/*.pub' - '!**/*.pem' - '!**/*.rkt' - '!**/*.so' - '!**/*.ss' - '!**/*.eot' - '!**/*.exe' - '!**/*.pb.go' - '!**/*.pb.gw.go' - '!**/*.lock' - '!**/*.ttf' - '!**/*.yaml' - '!**/*.yml' - '!**/*.xml' - '!**/*.cfg' - '!**/*.toml' - '!**/*.ini' - '!**/*.mod' - '!**/*.sum' - '!**/*.work' - '!**/*.json' - '!**/*.mmd' - '!**/*.svg' - '!**/*.jpeg' - '!**/*.jpg' - '!**/*.png' - '!**/*.gif' - '!**/*.bmp' - '!**/*.tiff' - '!**/*.webm' - '!**/*.woff' - '!**/*.woff2' - '!**/*.dot' - '!**/*.md5sum' - '!**/*.wasm' - '!**/*.snap' - '!**/*.parquet' - '!**/gen/**' - '!**/_gen/**' - '!**/generated/**' - '!**/@generated/**' - '!**/vendor/**' - '!**/*.min.js' - '!**/*.min.js.map' - '!**/*.min.js.css' - '!**/*.tfstate' - '!**/*.tfstate.backup' - '' path_instructions: [] abort_on_close: true auto_review: enabled: true auto_incremental_review: true ignore_title_keywords: [] labels: [] drafts: false base_branches: [] tools: shellcheck: enabled: true ruff: enabled: true markdownlint: enabled: true github-checks: enabled: true timeout_ms: 90000 languagetool: enabled: true disabled_rules: - EN_UNPAIRED_BRACKETS disabled_categories: - TYPOS - TYPOGRAPHY - CASING enabled_only: false level: default enabled_rules: [] enabled_categories: [] biome: enabled: true hadolint: enabled: true swiftlint: enabled: true phpstan: enabled: true level: default golangci-lint: enabled: true yamllint: enabled: true gitleaks: enabled: true checkov: enabled: true ast-grep: packages: [] rule_dirs: [] util_dirs: [] essential_rules: true chat: auto_reply: true knowledge_base: learnings: scope: auto issues: scope: auto jira: project_keys: [] linear: team_keys: [] |
Description
Click here
Testing
References
Summary by CodeRabbit