Advertisement
Guest User

Tane's Cheat Config

a guest
Jul 21st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. // Created by Tane
  2. // July 13, 2018
  3.  
  4. // Launch-Options: -high -nojoy -novid -threads 4 +cl_forcepreload 1 +mat_queue_mode 2 +exec autoexec.cfg -language textmodorel
  5.  
  6. //viewmodel
  7. cl_viewmodel_shift_left_amt "0.500000"
  8. cl_viewmodel_shift_right_amt "0.250000"
  9. viewmodel_fov "68"
  10. viewmodel_offset_x "2.5"
  11. viewmodel_offset_y "2.0"
  12. viewmodel_offset_z "-2.0"
  13. viewmodel_presetpos "0"
  14. viewmodel_recoil "1.0"
  15. cl_bob_lower_amt "5.000000"
  16. cl_bobamt_lat "0.100000"
  17. cl_bobamt_vert "0.100000"
  18. cl_bobcycle "0.98"
  19.  
  20. //crosshair
  21. cl_crosshairstyle 5
  22. cl_crosshairsize 2.5
  23. cl_crosshairthickness 0
  24. cl_crosshairgap 0
  25. cl_crosshair_drawoutline 1
  26. cl_crosshair_outlinethickness 1
  27. cl_crosshairdot 0
  28. cl_crosshair_t 0
  29. cl_crosshaircolor 5
  30. cl_crosshaircolor_r 255
  31. cl_crosshaircolor_g 255
  32. cl_crosshaircolor_b 255
  33. cl_crosshairalpha 200
  34.  
  35. //FPS
  36. cl_disablehtmlmotd "1" // Disables The Servers Message of The Day.
  37.  
  38. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  39.  
  40. fps_max "300" // Max fps in-game.
  41.  
  42. mat_queue_mode "2" // Forcing Your CPU To Use Multi-Threaded Mode.
  43.  
  44. r_drawtracers_firstperson "0" // Firstperson Tracers OFF. Can affect recoil-control.
  45.  
  46. r_eyegloss "0" // No Makeup.
  47.  
  48. r_eyemove "0" // No Eye Movement.
  49.  
  50. r_eyeshift_x "0" // No Eye Movement X-Angel.
  51.  
  52. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  53.  
  54. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  55.  
  56. r_eyesize "0" // Smaller Eyes.
  57.  
  58. //Sound
  59. snd_mixahead "0.05"
  60. snd_headphone_pan_exponent "3.5"
  61. voice_enable "1"
  62. snd_hwcompat "0"
  63.  
  64. //other
  65. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  66. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  67. cl_autowepswitch 0 //Disable auto-weapon switch
  68. mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking
  69. func_break_max_pieces 0 //Less clutter from breaking vents (especially on Mirage)
  70. cl_join_advertise "2" // Friends can now join your community server without your invite.
  71. r_dynamic "1" // Gunfire Lightning. Spot Enemies Easier. Can affect performance.
  72.  
  73. //show fps-ping
  74. net_graphproportionalfont "0" //Makes font smaller
  75. net_graph "1"
  76. net_graphheight "9999"
  77. alias "+scorenet" "+showscores; net_graphheight 0"
  78. alias "-scorenet" "-showscores; net_graphheight 9999"
  79. bind "TAB" "+scorenet"
  80.  
  81. //quickswitch
  82. alias +knife slot3
  83. alias -knife slot1
  84. bind q +knife
  85.  
  86. con_enable 0
  87. developer 0
  88. con_filter_enable 0
  89.  
  90. //gamesense.exe [ON]
  91. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement