Advertisement
Clin_Re

cfg

Nov 16th, 2019 (edited)
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1.  
  2.  
  3. alias +bhop "alias _special @bhop;@bhop"
  4. alias -bhop "alias _special"
  5. alias @bhop "special;wait;+jump;wait;-jump"
  6. bind "space" "+bhop"
  7.  
  8.  
  9. alias "+crosshit" "weapon_crossbow;+attack2;+attack"
  10. alias "-crosshit" "-attack;-attack2;lastinv;lastinv;"
  11. bind "mouse3" "+crosshit"
  12. echo CROSSHIT RUNNING
  13. echo --XBOW--
  14. bind "mouse4" +xbow
  15. alias xbow1 "use weapon_crossbow;+attack2"
  16. alias xbow2 "-attack2;alias +xbow xbow3;alias -xbow xbow4"
  17. alias xbow3 lastinv
  18. alias xbow4 "alias +xbow xbow1;alias -xbow xbow2"
  19. xbow4
  20.  
  21. bind "t" "weapon_rpg"
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. alias +climb "+duck;wait;-duck;wait;+duck"
  29. alias -climb -duck
  30.  
  31.  
  32. bind "c" "+tau"
  33. alias +tau +attack2
  34. alias -tau "cl_pitchup 180;cl_pitchdown -180;-attack2;wait;cl_pitchup -12;cl_pitchdown 12;wait;cl_pitchup 89.999;cl_pitchdown 89.999"
  35.  
  36. alias "+lj" "wait;+duck;wait;wait;+jump;wait"
  37. alias "-lj" "-jump;wait;-duck"
  38.  
  39. Bind "T" "+lj"
  40.  
  41.  
  42.  
  43. bind "1" "slot1"
  44. bind "2" "slot2"
  45. bind "3" "slot3"
  46. bind "4" "slot4"
  47. bind "5" "slot5"
  48. bind "6" "slot6"
  49. bind "7" "slot7"
  50. bind "8" "slot8"
  51. bind "9" "slot9"
  52. crosshair 1
  53. bind mwheelup "weapon_shotgun"
  54. bind mwheeldown "weapon_gauss"
  55. bind "mouse5" "weapon_9mmAR"
  56. gamma 3
  57. brightness 3
  58. bind "p" "spectate"
  59. bind "x" "drop"
  60. bind "z" "say ^1:^8)^0"
  61.  
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement