Skip to main content
Movement configs provide enhanced WASD input handling with Snap-Tap (null binds) and de-subtick options for improved movement feel and counter-strafing.

Movement Types

CSAFAP offers three movement configurations:

Default

Standard CS2 movement with subtick input

Null Binds

Snap-Tap style input cancellation

De-subtick

Tick-aligned movement inputs

Null Binds (Snap-Tap)

Null binds automatically cancel opposing movement keys, similar to Razer Snap-Tap keyboards.

How Null Binds Work

When you:
  1. Hold W (forward)
  2. Press S (back) while still holding W
  3. S automatically cancels W input
  4. Release S → W resumes automatically
Same logic applies to A/D (left/right strafe).

Null Binds Use Cases

Hold one strafe key and quickly tap the opposite for instant direction changes. Useful for:
  • Pistol round AD spam
  • Peeking corners with quick jiggles
  • AWP shoulder peeks
Corrects the human error of not releasing the initial strafe key. You still need to release the counter-strafe key at the correct timing.
Null binds do NOT provide full auto-counter-strafe. Auto counter-strafe configs were patched by Valve on November 24, 2024.

Enabling Null Binds

1

Open Crosshair Wheel

Press your crosshair wheel key (default: K)
2

Select Null Movement

Choose “NULL MOVEMENT ON” from the wheel
3

Confirm Activation

You’ll hear a confirmation sound (blip2)
To disable: Select “DEFAULT MOVEMENT” from the same wheel.

De-subtick Movement

De-subtick binds force movement inputs to wait for the next server tick instead of using CS2’s subtick system.

How De-subtick Works

The forward -9999 f u command forces the input to wait for the next tick (“u” = until next tick).

De-subtick Benefits

  • More CS:GO-like movement feel
  • Consistent timing for movement inputs
  • Better for players used to 64/128 tick servers
  • May improve bhop consistency
Some players report de-subtick feels more predictable for counter-strafing. Test both to see which you prefer.

Enabling De-subtick

1

Open Crosshair Wheel

Press your crosshair wheel key (default: K)
2

Select De-subtick

Choose “DESUBTICK ON” from the wheel
3

Test Movement

Move around and test the feel compared to default

Movement Config Files

Default Movement

Null Binds (Ticker Version)

De-subtick Binds

Auto-Loading Movement Config

Set your preferred movement config to load on game start:
You can switch between movement configs in-game using the crosshair wheel (K) without restarting.

Movement Ticker Requirements

Both null binds and de-subtick require the ticker launch option:
Without this, movement configs will not work properly.
The ticker enables frame-by-frame alias execution:
These are called every frame by the .vtest script, allowing the multi-stage input logic.

Jump Binds

Movement configs also include de-subtick jump binds:
This provides:
  • Better bhop consistency (128-tick style)
  • Tick-aligned jump inputs
  • Works with sv_jump_spam_penalty_time 0.0078125

Crouch-Jump Bind

Crouch-jump (longjump) for getting on boxes:
Crouch-jump binds were not removed by Valve patches and still work in CS2.

FaceIt Compatibility

FaceIt’s Community Manager confirmed null binds (Snap-Tap) are allowed in ranked PUGs:Official Reddit Response
De-subtick binds are allowed as they use the same alias commands as other features.

Troubleshooting

The ticker isn’t loading. Check:
  1. Launch option: -testscript "../../csgo/cfg/csafap/addons/.vtest"
  2. Config loaded without errors (check console)
  3. Commands in main.cfg aren’t too long (breaks exec)
Press the opposite direction key or type in console:
Make sure:
  1. Ticker is loaded (check console for W! spam on launch)
  2. You’re using the ticker version (nullWASD.cfg, not nullWASD_noticker.cfg)
  3. The bind actually loaded (type bind w in console to verify)
Ticker aliases aren’t initialized. This usually means:
  • Missing launch option
  • Config exec failed (command too long)
  • Wrong file path (case-sensitive on Linux)

Comparison: Null vs De-subtick vs Default

Try all three movement types to find what feels best for your playstyle. You can switch in-game without restarting using the crosshair wheel.