Skip to content

Target strafe rewrite, the old one was not working - #323

Open
KMatias123 wants to merge 4 commits into
lambda-client:1.21.11from
KMatias123:fix/targetstrafe
Open

Target strafe rewrite, the old one was not working#323
KMatias123 wants to merge 4 commits into
lambda-client:1.21.11from
KMatias123:fix/targetstrafe

Conversation

@KMatias123

Copy link
Copy Markdown
Contributor

target strafe working :>

the code is this ported to the modern lambda base

This commit also modified the ClientPlayerEntityMixin as this needed to be able to set the x and z values

Tested on test.ccbluex.net and it bypasses their updated-ncp, (3.17.1-SNAPSHOT-Updated-b198) (latest build would be 279 so ig that is quite outdated)

@github-project-automation github-project-automation Bot moved this to Backlog in Kanban Aug 19, 2026
@beanbag44
beanbag44 self-requested a review August 20, 2026 11:28

@beanbag44 beanbag44 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Havent tested yet but will in a bit. The defaults for lambda at the moment are usually for grim/2b2t's anticheat but its ok for now as i assume this is an improvement either way. Theres a lotta blank spaces throughout the module which could be cleaned up and if you want to, we have the rendering api in place which can draw circles too! Just for future reference, i almost never use !! as its an unsafe operator which could cause null pointer exceptions. Always best to use ?. checks and return if null or something like that

Comment thread src/main/kotlin/com/lambda/module/modules/movement/TargetStrafe.kt
Comment thread src/main/kotlin/com/lambda/module/modules/movement/TargetStrafe.kt Outdated
Comment thread src/main/kotlin/com/lambda/module/modules/movement/TargetStrafe.kt Outdated
Comment thread src/main/kotlin/com/lambda/module/modules/movement/TargetStrafe.kt Outdated
Comment thread src/main/kotlin/com/lambda/module/modules/movement/TargetStrafe.kt Outdated
Comment thread src/main/kotlin/com/lambda/module/modules/movement/TargetStrafe.kt Outdated
Comment thread src/main/kotlin/com/lambda/module/modules/movement/TargetStrafe.kt Outdated
@KMatias123
KMatias123 requested a review from beanbag44 August 20, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants