Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.68 KB | None | 0 0
  1. //INFO, KEYS BINDS, ERROR FINDING:
  2. //USING MY EXEC HOW IT IS MIGHT CONFLICT WITH YOUR KEY BINDINGS.
  3. //BE SURE TO CHECK THE KEYS BELOW AND REMAP THEM HERE.
  4. //YOU ARE ALLOWED TO RIP/STRIP MY EXEC HOW YOU WISH.
  5. //FINDING ERRORS IS EASY WITH THE SPACERS. CHECK CONSOLE TO FIND THE ERROR.
  6. //KEYS USED: W A S D Q E R V ALT SHIFT CTRL MOUSE 1 MOUSE4 MOUSE5 F1 F5 F9.
  7.  
  8. //SOUND ON EXEC RELOAD
  9. playvol hostage\huse\letsdoit 1
  10.  
  11. //KEYBIND TO RELOAD EXEC
  12. bind "F1" "exec autoexec.cfg"
  13.  
  14. //CLEARING CONSOLE
  15. clear
  16.  
  17. echo ======================================================
  18. echo --------------AUTOEXEC BY DOGGO 1.3.3-----------------
  19. echo -------------LAST UPDATE: 18 SEPT 2018---------------
  20. echo ----------PRESS F1 TO RELOAD THE AUTOEXEC-------------
  21. echo ======================================================
  22. echo
  23.  
  24. //ALL MOUSE SETTINGS
  25. echo ==============Mouse settings loading==================
  26. sensitivity "2.5"
  27. m_yaw "0.022"
  28. m_pitch "0.022"
  29. zoom_sensitivity_ratio_mouse "1"
  30. m_rawinput "1"
  31. m_customaccel "0"
  32. m_mouseaccel1 "0"
  33. m_mouseaccel2 "0"
  34. m_customaccel_exponent "1.00"
  35. m_mousespeed "0"
  36. //ALL SETTINGS BELOW ARE DEFAULT VALUES FOR ALL THE MOUSE SETTINGS IN THE GAME.
  37. //m_customaccel 0 // Custom mouse acceleration cs go
  38. //m_customaccel_exponent 0 // Disable measurement of the coefficient of proportionality of acceleration.
  39. //m_customaccel_max 0 // Max ratio acceleration.
  40. //m_customaccel_scale 0.04 // User the value of the acceleration of the mouse.
  41. //m_forward 1 // set the sensitivity multiplier to the speed of forward movement of the mouse.
  42. //m_mouseaccel1 0 // Windows mouse acceleration initial threshold (2x movement).
  43. //m_mouseaccel2 0 // Windows mouse acceleration, secondary threshold (4x movement).
  44. //m_mousespeed 1 // the rate of mouse acceleration in Windows
  45. //m_pitch 0.022 // Sets the sensitivity multiplier speed .
  46. //m_rawinput 1 // Direct connection ignoring the mouse settings control panel, the OS (!D. 0)
  47. //m_side 0.8 // Sets the multiplier of the sensitivity of the displacement speed of a mouse.
  48. //m_yaw 0.022 // Sets the sensitivity multiplier speed left-right.
  49. //zoom_sensitivity_ratio_mouse 0.97080551936 //default 1
  50. echo ==============Mouse settings loaded===================
  51. echo
  52.  
  53. //CROSSHAIR SETTINGS
  54. echo ==============Crosshair settings loading==============
  55. cl_crosshairstyle 4
  56. cl_crosshairsize 1.5
  57. cl_crosshairthickness 1.5
  58. cl_crosshairgap -7.5
  59. cl_crosshair_drawoutline 0
  60. cl_crosshair_outlinethickness 0.5
  61. cl_crosshairdot 0
  62. cl_crosshair_t 0
  63. cl_crosshaircolor 5
  64. cl_crosshaircolor_r 255
  65. cl_crosshaircolor_g 0
  66. cl_crosshaircolor_b 0
  67. cl_crosshairalpha 255
  68. echo ==============Crosshair settings loaded===============
  69. echo
  70.  
  71. //ALL AUDIO SETTINGS
  72. echo ==============Audio settings loading==================
  73. unbind k //K = DEFAULT VOICERECORD BIND
  74. bind v "+voicerecord"
  75. //lobby_voice_chat_enabled "0" //scaleform only command
  76. snd_headphone_pan_exponent "2"
  77. volume "0.05" //WILL BE OVERWRITTEN BY SHIFTVOLUME SCRIPT
  78. //snd_musicvolume "0" //scaleform only command
  79. voice_mixer_volume "1"
  80. voice_scale "0.2"
  81. bind z radio1
  82. bind x radio2
  83. bind c radio3
  84. echo ==============Audio settings loaded===================
  85. echo
  86.  
  87. //NETWORK AND SERVER PERFORMANCE SETTINGS
  88. echo =========Network performance settings loading=========
  89. cl_cmdrate "128"
  90. rate "786432"
  91. mm_dedicated_search_maxping 75
  92. cl_join_advertise "2"
  93. cl_disablehtmlmotd "1" //Might change to 0 for some community servers to work
  94. echo =========Network performance settings loaded==========
  95. echo
  96.  
  97. //ALL FPS OPTIMIZATIONS
  98. echo ============Framerate optimizations loading===========
  99. mat_monitorgamma "1.6"
  100. mat_monitorgamma_tv_enabled "0"
  101. r_drawtracers_firstperson "0"
  102. mat_queue_mode "2"
  103. cl_forcepreload "1"
  104. fps_max "999"
  105. fps_max_menu "150"
  106. r_eyegloss "0"
  107. r_eyemove "0"
  108. r_eyeshift_x "0"
  109. r_eyeshift_y "0"
  110. r_eyeshift_z "0"
  111. r_eyesize "0"
  112. echo ============Framerate optimizations loaded============
  113. echo
  114.  
  115. //ALL VIEWMODEL SETTINGS (CONFIG NEEDS TO BE REFRESHED AT THE START OF THE MATCH)
  116. echo ==============Viewmodel settings loading==============
  117. viewmodel_fov "54"
  118. viewmodel_offset_x "2"
  119. viewmodel_offset_y "2"
  120. viewmodel_offset_z "-2"
  121. viewmodel_recoil "0"
  122. echo ==============Viewmodel settings loaded===============
  123. echo
  124.  
  125. //HUD SETTINGS
  126. echo =================HUD settings loading=================
  127. unbind y
  128. unbind u
  129. bind enter "messagemode" //default key Y
  130. bind kp_enter "messagemode2" //default key U
  131. safezonex "1"
  132. safezoney "1"
  133. +cl_show_team_equipment //Doesn't work in exec. Needs to be manually put in the console for some dumb reason.
  134. cl_radar_icon_scale_min "1"
  135. cl_radar_always_centered "0"
  136. cl_use_opens_buy_menu "0"
  137. cl_bob_lower_amt "5.000000"
  138. cl_bobamt_lat "0.100000"
  139. cl_bobamt_vert "0.100000"
  140. cl_bobcycle "0.98"
  141. cl_hud_background_alpha "1"
  142. cl_hud_bomb_under_radar "1"
  143. cl_hud_color "5"
  144. cl_hud_healthammo_style "0"
  145. cl_hud_playercount_pos "0"
  146. cl_hud_playercount_showcount "0"
  147. cl_hud_radar_scale "2"
  148. hud_scaling "0.7"
  149. hud_showtargetid "1"
  150. cl_righthand "1"
  151. cl_color "2"
  152. cl_hud_playercount_showcount "0" //Player count or player pictures. 0 = pictures
  153. cl_hud_playercount_pos "0" //player count top or bottom. 0 = top
  154. echo =================HUD settings loaded==================
  155. echo
  156.  
  157. //SELFMADE SCRIPTS ARE HERE BELOW
  158. echo ===============Selfmade scripts loading===============
  159. echo -> On-screen d@mage is loading <Displays dealt and taken d@mage on the top left>
  160. // READ THIS IF YOU DON'T KNOW HOW TO SCRIPT:
  161. // IF YOU WANT TO ENABLE ONE, YOU MUST DISABLE THE OTHER.
  162. // THIS CAN BE DONE BY REMOVING AND PLACING THE COMMENT SYMBOLS AT THE BEGINNING OF THE COMMANDS
  163. // COMMENT SYMBOLS ARE '//' (TWO FORWARD SLASHES)
  164. // ***DO NOT REMOVE THE COMMENT SYMBOLS OF THE DIVIDERS FROM 'ALWAYS ON' AND 'TOGGLEABLE'***
  165. //---------ALWAYS ON------------
  166. unbind F5
  167. developer "1"
  168. con_filter_text "Damage "
  169. con_filter_text_out "Player:"
  170. con_filter_enable "2"
  171. //------------------------------
  172. //--------TOGGLEALBE------------
  173. //unbind F5
  174. //alias displaydamage "displaydamage_off"
  175. //alias displaydamage_on "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage displaydamage_off; playvol common\beep 1"
  176. //alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage displaydamage_on; playvol common\warning 1"
  177. //bind F5 "displaydamage"
  178. //------------------------------
  179.  
  180. echo -> One keypress idle is loading <Press F9 to start afking, press again to disable>
  181. alias "afk_on" "alias afk afk_off; +jump; echo ###AFK MODE = ON###; say ###AFK MODE = ON###";
  182. alias "afk_off" "alias afk afk_on; -jump; echo ###AFK MODE = OFF###; say ###AFK MODE = OFF###"
  183. alias "afk" "afk_on"
  184. bind "F9" "afk"
  185.  
  186. echo -> Grenade jumpthrow is laoding <Press Mouse1 to cock grenade, press Mouse5 to jumpthrow>
  187. alias +jumpthrow "+jump;-attack"
  188. alias -jumpthrow "-jump"
  189. bind Mouse5 +jumpthrow
  190.  
  191. echo -> Fast bombdrop script is loading <Press Mouse4 to drop the bomb>
  192. alias "dropc4" "use weapon_c4;drop"
  193. bind Mouse4 "dropc4"
  194.  
  195. echo -> Shiftvolume is loading <When pressing ALT, volume goes up. Change volume in autoexec>
  196. alias +shiftvolume "volume 0.20"
  197. alias -shiftvolume "volume 0.05"
  198. bind alt +shiftvolume
  199.  
  200. echo -> Decal remover is loading <When walking around, decals get removed>
  201. alias "+cleardecalW" "+forward;r_cleardecals"; alias "-cleardecalW" "-forward"
  202. alias "+cleardecalA" "+moveleft;r_cleardecals"; alias "-cleardecalA" "-moveleft"
  203. alias "+cleardecalS" "+back;r_cleardecals"; alias "-cleardecalS" "-back"
  204. alias "+cleardecalD" "+moveright;r_cleardecals"; alias "-cleardecalD" "-moveright"
  205. alias "+cleardecalJ" "+jump;r_cleardecals"; alias "-cleardecalJ" "-jump"
  206. alias "+cleardecalC" "+duck;r_cleardecals"; alias "-cleardecalC" "-duck"
  207. alias "+cleardecalSH" "+speed;r_cleardecals"; alias "-cleardecalSH" "-speed"
  208. alias "+cleardecalR" "+reload;r_cleardecals"; alias "-cleardecalR" "-reload"
  209. bind W "+cleardecalW"
  210. bind A "+cleardecalA"
  211. bind S "+cleardecalS"
  212. bind D "+cleardecalD"
  213. bind space "+cleardecalJ"
  214. bind ctrl "+cleardecalC"
  215. bind shift "+cleardecalSH"
  216. bind r "+cleardecalR"
  217.  
  218. echo -> Quick weapon switch is loading <Press Q to quick switch for snipers>
  219. alias +quicksniperswitch slot3
  220. alias -quicksniperswitch lastinv
  221. bind q +quicksniperswitch
  222.  
  223. echo -> Easy ninja defuse is loading <Press E to find the bomb and defuse it, pretty useless at times>
  224. alias "+ninja" "gameinstructor_enable 1;+use"
  225. alias "-ninja" "gameinstructor_enable 0;-use"
  226. bind "e" "+ninja"
  227. echo ===============Selfmade scripts loaded================
  228. echo
  229. echo ======================================================
  230. echo --------------AUTOEXEC SUCCEFULLY LOADED--------------
  231. echo -------------HAVE FUN ON THE BATTLEGROUND-------------
  232. echo ======================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement