Advertisement
Mangus875

TF2 bhop script

Jun 15th, 2025
1,823
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.42 KB | None | 0 0
  1. fps_max 101     // not needed but bhop is less consistent at higher frame rate (ideal fps is 67)
  2. alias "+bhop" "bhop_start"
  3. alias "-bhop" "bhop_stop"
  4.  
  5. alias "bhop_start" "alias bhop bhop1; bhop_wait; wait; bhop"
  6. alias "bhop_stop" "alias bhop bhop2"
  7. alias "bhop_wait" "alias wait no_bhop"
  8. alias "no_bhop" "alias bhop bhop2"
  9. alias "bhop1" "+jump; wait 2; -jump; wait 2; bhop"
  10. alias "bhop2" "-jump"
  11.  
  12. bind "space" "+bhop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement