Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. // Connectie instellingen
  2. rate "21001"
  3. cl_updaterate "101"
  4. cl_cmdrate "101"
  5. cl_cmdbackup "2"
  6. cl_rate "9999"
  7.  
  8. // Graphics
  9. ex_interp "0.01000"
  10. ex_extrapmax "1.2"
  11. fps_max "400"
  12. developer "0"
  13. cl_bob "0"
  14. cl_bobup "0.9"
  15. cl_bobcycle "0.6"
  16. cl_movespeedkey "0.37"
  17. cl_anglespeedkey "0.67"
  18. cl_crosshairscale "1700"
  19. sv_airaccelerate "100"
  20. sv_airmove "10"
  21. cl_fixtimerate "7.5"
  22. gamma "100"
  23. brightness "10"
  24. gl_zmax "0"
  25. cl_cdmax "1"
  26. cl_lc "0"
  27. cl_lw "1"
  28. sv_aim "1"
  29. cl_dlmax "512"
  30. cl_resend "3"
  31. sv_airmove "10"
  32. violence_ablood "0"
  33. violence_hblood "0"
  34. violence_agibs "0"
  35. violence_hgibs "0"
  36.  
  37. // mouse
  38. m_pitch "0.022"
  39. m_yaw "0.022"
  40. m_forward "1"
  41. m_side "0.8"
  42. m_filter "1"
  43. alias "invnext" "+attack; wait; -attack"
  44. alias "invprev" "+attack; wait; -attack"
  45. sensitivity "3.5"
  46.  
  47. // Crosshair
  48. cl_crosshair_size small
  49. cl_dynamiccrosshair "0"
  50.  
  51. // Speedy Gonzalez Tbh
  52. hud_fastswitch "1"
  53. hud_centerid "1"
  54. hud_saytext_time "8"
  55. hud_drawhistory_time "2"
  56. hud_saytext_time "6"
  57. hud_drawnames "1"
  58. scr_conspeed "9999"
  59. cl_autowepswitch "1"
  60. cl_corpsestay "4"
  61. ex_maxerrordistance "0"
  62. ex_correct "0"
  63. ex_diminishextrap "0"
  64. ex_knifespeed "1337"
  65. setinfo "_vgui_menus" "0"
  66. cl_sidespeed "1500"
  67. cl_forwardspeed "3010"
  68. cl_backspeed "3010"
  69. cl_righthand "1"
  70.  
  71. Quick Stab
  72. alias +q_stab "weapon_knife;w;+attack2"
  73. alias -q_stab "-attack2;lastinv"
  74.  
  75. // Quick Slash
  76. alias +q_slash "weapon_knife;w;+attack"
  77. alias -q_slash "-attack;lastinv"
  78.  
  79. //-Quick Stab
  80. alias +quickstab "weapon_knife; w; +attack2"
  81. alias -quickstab "w3; -attack2; w; bestweap"
  82.  
  83. //-Quick Slash
  84. alias +quickslash "weapon_knife; w; +attack"
  85. alias -quickslash "w3; -attack; w; bestweap"
  86.  
  87. // Shooting
  88. //; alias +un.head1 "-mlook;wait;+mlook;+attack"
  89. //; alias -un.head1 "-attack"
  90. //; alias un.head1_1 "bind mouse1 +un.head1;spk activated"
  91.  
  92. // Shooting
  93. //; alias +un.head1 "-mlook;wait;+mlook;+attack2"
  94. //; alias -un.head1 "-attack2"
  95. //; alias un.head1_1 "bind mouse2 +un.head1;spk activ
  96.  
  97.  
  98. bind F1 "cl_bob 0; cl_bobcycle 0.8; cl_bobup 0.6"
  99. bind F2 "rate 91034"
  100. bind "z" "exec mav.cfg; spk on"
  101. bind shift +strafe
  102. bind f +hook
  103. bind q +grab
  104. bind mouse3 "kb_enabled 1; spk on"
  105. bind r "kb_enabled 0; spk deactivated"
  106. bind c "+on"
  107. bind v "+off"
  108.  
  109. //alias sprung1 "alias _special sprung; sprung; alias sprungx sprung0"
  110. //alias sprung0 "alias _special; alias sprungx sprung1"
  111. //alias sprung "hax; wait; special"
  112. //alias hax "hax1"
  113. //alias hax1 "+jump;wait;-jump;alias hax hax2"
  114. //alias hax2 "+jump;wait;-jump;alias hax hax1"
  115. //alias +sprung "sprung1"
  116. //alias -sprung "sprung0"
  117.  
  118. //bind "space" "+sprung"
  119.  
  120.  
  121. alias +newbh "alias _special duck; duck"
  122. alias -newbh "alias _special"
  123. alias duck "special; wait; +duck; wait; -duck"
  124. bind x +newbh
  125. name "uNkNowN ;x"
  126.  
  127.  
  128. echo "Config made by Mav"
  129. echo "CFG Loaded,GL"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement