Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. */ Teammate wallhax */
  2. bind h "cl_teamid_overhead_always 1"
  3.  
  4. */ bhoppin school shooter /*
  5. bind mwheeldown "+jump"
  6.  
  7. */ Jump Throw */
  8. alias +jumpthrow "+jump;-attack"
  9. alias -jumpthrow "-jump"
  10. bind space +jumpthrow
  11.  
  12. */ Force raw Input */
  13. m_rawinput "1"
  14. m_mouseaccel1 "0"
  15. m_mouseaccel2 "0"
  16. sensitivity "1.5" // Changes in-game sensitivity
  17.  
  18. */ Audio */
  19.  
  20. snd_mixahead "0.05"
  21. snd_headphone_pan_exponent "2"
  22. snd_musicvolume "0.5"
  23.  
  24. */ Fuck Bob */
  25. cl_bob_lower_amt 0
  26. cl_bobamt_lat 0
  27. cl_bobamt_vert 0
  28. cl_viewmodel_shift_left_amt 0
  29. cl_viewmodel_shift_right_amt 0
  30.  
  31. */ Turn voice on and off */
  32. alias VoicesOn "voice_enable 1; voice_caster_enable 1; VoicesOnNotify; alias ToggleVoices VoicesOff"
  33. alias VoicesOff "voice_enable 0; voice_caster_enable 0; VoicesOffNotify; alias ToggleVoices VoicesOn"
  34. alias VoicesOnNotify "play buttons\light_power_on_switch_01; say_team Voices ENABLED"
  35. alias VoicesOffNotify "play buttons\button10; say_team Voices DISABLED"
  36. VoicesOn // init
  37. bind n ToggleVoices
  38.  
  39. */ Buy Binds */
  40. bind "kp_home" "buy ak47; buy m4a1;"
  41. bind "kp_pgup" "buy vesthelm; buy vest"
  42. bind "kp_leftarrow" "buy smokegrenade;"
  43. bind "kp_5" "buy flashbang;"
  44. bind "kp_rightarrow" "buy molotov; buy incgrenade;"
  45. bind "kp_multiply" "buy defuser;"
  46. bind "kp_plus" "buy hegrenade;"
  47.  
  48. */ In-game binds */
  49.  
  50. bind "e" "use weapon_knife;use weapon_smokegrenade"
  51. bind "x" "use weapon_knife;use weapon_incgrenade; use weapon_molotov"
  52. bind "mouse3" "use weapon_knife;use weapon_flashbang"
  53. bind "mouse5" "+voicerecord"
  54. bind "t" "+use"
  55. bind "ctrl" "use weapon_knife;use weapon_hegrenade"
  56. bind "alt" "+duck"
  57.  
  58.  
  59. */ Q always switch to main weapon */
  60. alias prim "slot1; bind q sec"
  61. alias sec "slot2; bind q prim"
  62. bind q prim
  63. bind 1 "slot1; bind q sec"
  64. bind 2 "slot2; bind q prim"
  65.  
  66. */ Network and Interpolation Settings /*
  67. rate 80000 // def. 80000 - Maximum Download Bandwidth in byte per second. - DO NOT USE A LOWER VALUE OR A PUPPY DIES!
  68. cl_cmdrate 128 // def. 64 - Maximum Command Packets per second, sending to the Server. DO NOT SET THIS HIGHER THAN YOUR FPS!
  69. cl_updaterate 128 // def. 64 - Maximum number of Update Packets per second, received from the Server. Gets adjusted by the Servers TickRate if TR<cl_updaterate
  70. cl_interp 0 // def. 0 - DO NOT CHANGE THIS OR A KITTY DIES!
  71. cl_interp_ratio 2 // def. 2 - Ratio of interpolation Time. cl_interp_ratio : cl_updaterate = cl_interp -> lerp in ms
  72.  
  73. /* Rader Settings */
  74. cl_hud_radar_scale "1.1"
  75. cl_radar_always_centered "0"
  76. cl_radar_icon_scale_min "0.7"
  77. cl_radar_rotate "1"
  78. cl_radar_scale "0.3"
  79.  
  80.  
  81. */ Misc /*
  82. gameinstructor_enable 0
  83. cl_autowepswitch "0" // Will not auto-switch to weapons if you pick them up
  84. cl_autohelp "0"
  85. cl_showhelp "0"
  86. cl_forcepreload "1" // FPS improvment ; loading the whole map when started
  87. cl_hud_background_alpha "255" // Adjust HUD background alpha for colored elements
  88. cl_hud_bomb_under_radar "1" // shows bomb icon under radar instead of inventory
  89. cl_hud_healthammo_style "0" // show HP and ammo without bars and bullet icons
  90. hud_showtargetid "1" // 1 to enable the red playername target text
  91. net_graph "0" // Shows net_graph stats (fps, rates, choke, etc.)
  92. mm_dedicated_search_maxping "110"
  93. fps_max "420"
  94. cl_hud_playercount_showcount "1" // forces show all players in the player count
  95.  
  96. */ Smokes and Flashes Practice /*
  97. bind "p" "sv_cheats 1;sv_infinite_ammo 2;mp_ignore_round_win_conditions 1;give weapon_smokegrenade;give weapon_molotov;give weapon_flashbang; give weapon_hegrenade; say Sorry, you can't use that feature right now. Please renew your monthly subscription @ www.aimware.net/account"
  98. bind "o" "noclip; say It appears Aimware is not properly installed, please redownload Aimware or contact customer support for additional help"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement