Advertisement
Guest User

Untitled

a guest
May 25th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. unbindall; exec binds
  2. echo --- Loading pyro.cfg ... ---
  3. play vo\pyro_laughevil01.mp3
  4. clear
  5.  
  6. cl_interp 0.0152
  7. -attack
  8. tf_hud_target_id_disable_floating_health 1
  9. sensitivity 0.66000
  10.  
  11. tf_dingaling_pitchmaxdmg 100
  12. tf_dingaling_pitchmindmg 40
  13.  
  14. alias p_xhair "dot; s_30"
  15. alias s_xhair "cross; s_30"
  16. alias m_xhair "cross_with_dot; s_30"
  17.  
  18. alias flamer "mate_slot1; primary_weapons_pyro; green; p_xhair; all_off"
  19. alias flare "mate_slot2; weapons_pyro_flaregun; cyan; s_xhair; all_off" //84
  20. alias shottie "mate_slot2; weapons_pyro_shottie; cyan; cross_with_dot; s_30; all_off" //all_off
  21. alias powerjack "mate_slot3; melee_weapons_pyro; white; m_xhair; off"
  22.  
  23. bind "q" "flamer"
  24. bind "e" "flare"
  25. bind "r" "powerjack"
  26. bind "6" "switch"
  27.  
  28. alias switch "switch_s"
  29. alias switch_f "bind e flare; alias switch switch_s"
  30. alias switch_s "bind e shottie; alias switch switch_f"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement