Advertisement
Guest User

Monesy cfg cs2

a guest
Oct 13th, 2023
1,875
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | Gaming | 0 0
  1. r_drawtracers "1"
  2. hud_showtargetid "1"
  3. hud_scaling "1"
  4. fps_max "999"
  5. cl_autohelp "0"
  6. cl_showfps "1"
  7.  
  8. alias "_checkw" "-forward; alias checkw"
  9. alias "+w" "+forward; alias checkw _checkw"
  10. alias "-w" "checkw"
  11. bind "w" "+w"
  12.  
  13. alias "_checks" "-back; alias checks"
  14. alias "+s" "+back; alias checks _checks"
  15. alias "-s" "checks"
  16. bind "s" "+s"
  17.  
  18. alias "_checka" "-left; alias checka"
  19. alias "+a" "+left; alias checka _checka"
  20. alias "-a" "checka"
  21. bind "a" "+a"
  22.  
  23. alias "_checkd" "-right; alias checkd"
  24. alias "+d" "+right; alias checkd _checkd"
  25. alias "-d" "checkd"
  26. bind "d" "+d"
  27.  
  28. alias "_checkcrouch" "-duck; alias checkcrouch"
  29. alias "+crouch" "+duck; alias checkcrouch _checkcrouch"
  30. alias "-crouch" "checkcrouch"
  31. bind "ctrl" "+crouch"
  32.  
  33. alias "_checkwalk" "-sprint; alias checkwalk"
  34. alias "+walk" "+sprint; alias checkwalk _checkwalk"
  35. alias "-walk" "checkwalk"
  36. bind "shift" "+walk"
  37.  
  38. alias "+jumpaction" "+jump;";
  39. alias "+throwaction" "-attack; -attack2";
  40. alias "-jumpaction" "-jump";
  41. bind "j" "+jumpaction;+throwaction;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement