Replies: 1 comment 2 replies
-
Hiho, I already played after the update today and had no problems so far. (I always play on valve servers) my current version of counter-strafing is this: +w|(tr("+w")>50), !s, !ctrl, !space : +w|15|5, -s|(cs("+w")*1.25), +s|0|0
+s|(tr("+s")>50), !w, !ctrl, !space : +s|15|5, -w|(cs("+s")*1.25), +w|0|0
+a|(tr("+a")>50), !d, !ctrl, !space : +a|15|5, -d|(cs("+a")*1.25), +d|0|0
+d|(tr("+d")>50), !a, !ctrl, !space : +d|15|5, -a|(cs("+d")*1.25), +a|0|0 With this spamming counter-strafing is really hard because it only executes if a movement key was pressed for at least 50 ms. And it will not execute if the opposite key is pressed, already crouching or jumping. :-) Snap Tap works independent of that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey can you check after update today, 09.09.24, if the Code in still valid?
https://t.co/bNjCQXJRY3
Says theyre been adding some kind of detection.
Beta Was this translation helpful? Give feedback.
All reactions