Guest User

Untitled

a guest
Feb 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. // =====================
  2. // = PEW PEW BANG BANG =
  3. // =====================
  4.  
  5. bind kp_uparrow "say pew pew bang bang"
  6.  
  7. // =====================
  8. // ==== SHOW STATS =====
  9. // =====================
  10.  
  11. con_filter_text damage
  12. con_filter_text_out Player:
  13. con_filter_enable 2
  14. developer 1
  15.  
  16. // =====================
  17. // ==== JUMP THROW =====
  18. // =====================
  19.  
  20. alias "+jumpthrow" "+jump;-attack"
  21. alias "-jumpthrow" "-jump"
  22. bind "h" "+jumpthrow"
  23.  
  24. alias "+runthrow" "+forward;+jump;-attack"
  25. alias "-runthrow" "-jump;-forward"
  26. bind "j" "+runthrow"
  27.  
  28.  
  29. // ======================
  30. // ==== SHIFT VOLUME ====
  31. // ======================
  32.  
  33. alias +walkvol "+speed; volume .3; voice_scale 0.3"
  34. alias -walkvol "-speed; volume .1; voice_scale 1"
  35. bind shift +walkvol
  36.  
  37. // ======================
  38. // == EVERYTHING BIND ===
  39. // ======================
  40.  
  41. bind "p" "bot_kick;sv_cheats 1;sv_infinite_ammo 1;sv_grenade_trajectory 1;sv_showimpacts 1;mp_roundtime_defuse 60;mp_afterroundmoney 16000; mp_buy_anywhere 1;mp_buytime 9999;give weapon_ak47;give weapon_smokegrenade;give weapon_flashbang;give weapon_molotov"
  42.  
  43.  
  44. // ======================
  45. // ===== FIND BOMB ======
  46. // ======================
  47.  
  48. alias "+findbomb" "+use; gameinstructor_enable 1" alias "-findbomb" "-use; gameinstructor_enable 0" bind "E" "+findbomb"
  49. bindtoggle x gameinstructor_enable
  50.  
  51. // ======================
  52. // ======= SOUND ========
  53. // ======================
  54.  
  55. snd_mixahead "0.05"
  56. snd_headphone_pan_exponent "2"
  57. snd_musicvolume "0"
  58.  
  59. // ======================
  60. // ====== GRENADES ======
  61. // ======================
  62.  
  63. bind 4 "use weapon_hegrenade"
  64. bind "mouse3" "use weapon_flashbang"
  65. bind "mwheelup" "use weapon_smokegrenade"
  66. bind "mouse4" "use weapon_molotov"
  67.  
  68. // ======================
  69. // ===== CROSSHAIR ======
  70. // ======================
  71.  
  72. cl_crosshairalpha "255"
  73. cl_crosshaircolor "4"
  74. cl_crosshaircolor_b "0"
  75. cl_crosshaircolor_r "255"
  76. cl_crosshaircolor_g "0"
  77. cl_crosshairdot "0"
  78. cl_crosshairgap "0"
  79. cl_crosshairsize "3"
  80. cl_crosshairstyle "5"
  81. cl_crosshairusealpha "1"
  82. cl_crosshairthickness "0.5"
  83. cl_fixedcrosshairgap "0"
  84. cl_crosshair_outlinethickness "1"
  85. cl_crosshair_drawoutline "1"
  86.  
  87. // ======================
  88. // ======= STUFF ========
  89. // ======================
  90.  
  91. bind c "use weapon_c4; drop"
  92. cl_disablehtmlmotd 1
  93. voice_enable 1
  94. net_graphproportionalfont 0
  95. cl_autowepswitch "0"
  96. cl_showloadout 0
  97. +cl_show_team_equipment 1
  98.  
  99. alias +shownet "+showscores; net_graphheight 64"
  100. alias -shownet "-showscores; net_graphheight 9999"
  101. net_graph 1
  102. bind TAB +shownet
  103.  
  104. // ======================
  105. // ===== JORDAN LAND ====
  106. // ======================
  107.  
  108. sensitivity 2
  109.  
  110. bind "t" noclip
  111. bind "f" +lookatweapon
  112. bind "mouse5" +voicerecord
  113. bind "mwheeldown" +jump
  114. bind "ctrl" +duck
Add Comment
Please, Sign In to add comment