Replies: 2 comments 6 replies
|
It is not possible without changing mod code |
5 replies
|
I updated Aim Assist module. You can grab new version here: https://github.com/Zergatul/cheatutils/actions/runs/32596454727 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
it always targets the things i dont want to and its super annoying, if someone knows how pls let me know
events.onHandleKeys(() => {
if (input.isControlDown()) {
aimAssist.enableTargetLock();
} else {
aimAssist.disableTargetLock();
}
});
All reactions