Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fps_max 101 // not needed but bhop is less consistent at higher frame rate (ideal fps is 67)
- alias "+bhop" "bhop_start"
- alias "-bhop" "bhop_stop"
- alias "bhop_start" "alias bhop bhop1; bhop_wait; wait; bhop"
- alias "bhop_stop" "alias bhop bhop2"
- alias "bhop_wait" "alias wait no_bhop"
- alias "no_bhop" "alias bhop bhop2"
- alias "bhop1" "+jump; wait 2; -jump; wait 2; bhop"
- alias "bhop2" "-jump"
- bind "space" "+bhop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement