Advertisement
Guest User

Joels CFG

a guest
Jan 16th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. echo "------------------------------------------ SoftAim™ loader activated ------------------------------------------"
  2. echo "
  3. "
  4. echo "------------------------------------------ Silent ESP hack injected ------------------------------------------"
  5.  
  6. // Launch Options
  7. // -full
  8. // -w 1920
  9. // -h 1080
  10. // -novid
  11. // -freq 75
  12. // -nojoy
  13. // +cl_forcepreload 1
  14. // +exec autoexec -language bananagaming
  15.  
  16. // Net graph
  17. net_graph "1"
  18. net_graphheight "9999"
  19. alias "+scoregraph" "+showscores; net_graphheight 0"
  20. alias "-scoregraph" "-showscores; net_graphheight 9999"
  21. bind "tab" "+scoregraph"
  22.  
  23. // Jumpthrow
  24. unbind "kp_rightarrow"
  25. alias "+jumpthrow" "+jump;-attack"
  26. alias "-jumpthrow" "-jump"
  27. bind "kp_rightarrow" "+jumpthrow"
  28.  
  29. // Interp Settings
  30. rate "786432"
  31. cl_cmdrate "128"
  32. cl_updaterate "128"
  33. cl_interp "0"
  34. cl_interp_ratio "1"
  35.  
  36. // Viewmodel
  37. cl_righthand 0
  38. cl_viewmodel_shift_left_amt "0.5"
  39. cl_viewmodel_shift_right_amt "0.25"
  40. viewmodel_fov "68"
  41. viewmodel_offset_x "-2"
  42. viewmodel_offset_y "2"
  43. viewmodel_offset_z "-2"
  44. viewmodel_presetpos "0"
  45.  
  46. // Bobbing
  47. cl_bob_lower_amt "5"
  48. cl_bobamt_lat "0.1"
  49. cl_bobamt_vert "0.1"
  50. cl_bobcycle "0.1"
  51.  
  52. // Crosshair
  53. cl_crosshair_drawoutline "0"
  54. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  55. cl_crosshair_dynamic_splitalpha_innermod "1"
  56. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  57. cl_crosshair_dynamic_splitdist "7"
  58. cl_crosshair_outlinethickness "1.5"
  59. cl_crosshair_sniper_width "1"
  60. cl_crosshairalpha "255"
  61. cl_crosshaircolor "5"
  62. cl_crosshaircolor_b "0"
  63. cl_crosshaircolor_g "255"
  64. cl_crosshaircolor_r "0"
  65. cl_crosshairdot "0"
  66. cl_crosshairgap "-2.5"
  67. cl_crosshairgap_useweaponvalue "0"
  68. cl_crosshairscale "0"
  69. cl_crosshairsize "2"
  70. cl_crosshairstyle "4"
  71. cl_crosshairthickness "1"
  72. cl_crosshairusealpha "1"
  73. cl_fixedcrosshairgap "1"
  74.  
  75. // Miscellaneous
  76. fps_max_menu 0
  77. cl_showhelp 0
  78. fps_max 399
  79. bind r "+reload;r_cleardecals"
  80. r_dynamic 1
  81. mat_queue_mode 2
  82. mat_powersavingsmode "0"
  83. r_drawtracers_firstperson 0
  84. sys_antialiasing 0
  85. sys_aspectratio -1
  86. sys_refldetail 0
  87.  
  88. // Sensitivity
  89. m_rawinput 1
  90. sensitivity 1.9
  91. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  92.  
  93. // Eyes
  94. r_eyegloss 0
  95. r_eyemove 0
  96. r_eyeshift_x 0
  97. r_eyeshift_y 0
  98. r_eyeshift_z 0
  99. r_eyesize 0
  100. cl_autowepswitch 0
  101. cl_color 2
  102. cl_forcepreload 1
  103. cl_join_advertise 2
  104.  
  105. // HUD
  106. safezonex 0.82
  107. safezoney 0.82
  108.  
  109. // Running script
  110. bind "q" "+running"
  111. alias "+running" "use weapon_knife"
  112. alias "-running" "lastinv"
  113.  
  114. // Volume controls
  115. bind pgup "incrementvar volume 0 7 0.08"
  116. bind pgdn "incrementvar volume 0 0 -0.08"
  117.  
  118. // Nade binds
  119. bind "c" "use weapon_hegrenade"
  120. bind "4" "use weapon_smokegrenade"
  121. bind "f" "use weapon_flashbang"
  122. bind "z" "use weapon_decoy"
  123. bind "x" "use weapon_molotov; use weapon_incgrenade"
  124.  
  125. // Voice toggle
  126. alias voiceoff "voice_enable 0; bind home voiceon; say_team Voice OFF"
  127. alias voiceon "voice_enable 1; bind end voiceoff; say_team Voice ON"
  128. bind end "voiceoff"
  129. bind home "voiceon"
  130.  
  131. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement