Advertisement
Guest User

kanonz

a guest
Jul 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. rate "786432"
  2. cl_cmdrate "128"
  3. cl_updaterate "128"
  4. cl_interp "0"
  5. cl_interp_ratio "1"
  6. fps_max 999
  7.  
  8. cl_radar_always_centered "0"
  9. cl_radar_scale "0.37"
  10. cl_hud_radar_scale "1.2"
  11. cl_radar_icon_scale_min "0.5"
  12. cl_radar_rotate "1"
  13.  
  14.  
  15.  
  16. bind "leftarrow" "buy flashbang;"
  17. bind "downarrow" "buy smokegrenade;"
  18. bind "rightarrow" "buy hegrenade;"
  19. bind "uparrow" "buy molotov; buy incgrenade;"
  20.  
  21. bind "f3" "buy vest;"
  22. bind "f4" "buy vesthelm;"
  23. bind "f5" "buy defuser;"
  24.  
  25. bind "f6" "buy p250;"
  26. bind "f7" "buy tec9; buy fiveseven;"
  27. bind "f8" "buy deagle;"
  28.  
  29. bind "f9" "buy galilar; buy famas;"
  30. bind "f10" "buy ak47; buy m4a1;"
  31. bind "f12" "buy awp;"
  32.  
  33.  
  34.  
  35. alias "+radarbombfind" "+use; gameinstructor_enable 1; cl_clearhinthistory; cl_radar_always_centered 1; cl_radar_scale 0.60"
  36. alias "-radarbombfind" "-use; gameinstructor_enable 0; cl_clearhinthistory; cl_radar_always_centered 0; cl_radar_scale 0.3"
  37. bind "E" "+radarbombfind"
  38.  
  39.  
  40.  
  41. bind "ctrl" "+fw"
  42. alias "+fw" "demo_timescale 5"
  43. alias "-fw" "demo_timescale 1"
  44.  
  45. bind "alt" "+fw2"
  46. alias "+fw2" "demo_timescale 0.5"
  47. alias "-fw2" "demo_timescale 1"
  48.  
  49. bind "enter" "demo_togglepause"
  50.  
  51.  
  52.  
  53. bind "4" "use weapon_knife;use weapon_hegrenade;"
  54. bind "mouse5" "use weapon_knife;use weapon_flashbang"
  55. bind "mouse4" "use weapon_knife;use weapon_smokegrenade;"
  56. bind "5" "use weapon_knife;use weapon_incgrenade;use weapon_molotov;"
  57.  
  58.  
  59.  
  60. alias "+jumpthrow" "+jump;-attack"
  61. alias "-jumpthrow" "-jump"
  62. bind "capslock" "+jumpthrow"
  63.  
  64. bind "x" +dropBomb
  65. alias +dropBomb "use weapon_knife; use weapon_c4; drop"
  66. alias -dropBomb "slot2; slot1"
  67.  
  68. ---------------------------------------------------------------------------
  69.  
  70. ammo_grenade_limit_total 5
  71. mp_timelimit 999999
  72. mp_roundtime 999999
  73. mp_freezetime 0
  74. mp_maxmoney 60000
  75. mp_startmoney 60000
  76. mp_allowspectators 1
  77. sv_voiceenable 0
  78. sv_alltalk 1
  79. mp_friendlyfire 0
  80. mp_respawn_on_death_ct 1
  81. mp_respawn_on_death_t 1
  82. sv_infinite_ammo 1
  83. mp_warmuptime 0
  84. sv_cheats 1
  85. mp_buy_anywhere 1
  86. sv_grenade_trajectory 1
  87. sv_showimpacts 0
  88. mp_roundtime_defuse 0
  89. mp_restartgame 1
  90. bot_kick
  91. bind "f4" noclip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement