Advertisement
Guest User

yoshicfgfürjonny

a guest
May 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.45 KB | None | 0 0
  1. bind "a" "+mleft"
  2. bind "d" "+mright"
  3. bind "s" "+mback"
  4. bind "w" "+mfwd"
  5.  
  6. alias "checkback" "none"
  7. alias "checkfwd" "none"
  8. alias "checkleft" "none"
  9. alias "checkright" "none"
  10. alias "+mback" "-forward;+back;alias checkback +back"
  11. alias "+mfwd" "-back;r_cleardecals 1;+forward;alias checkfwd +forward"
  12. alias "+mleft" "-moveright;+moveleft;alias checkleft +moveleft"
  13. alias "+mright" "-moveleft;+moveright;alias checkright +moveright"
  14. alias "-mback" "-back;checkfwd;r_cleardecals 1;+cl_show_team_equipment;alias checkback none"
  15. alias "-mfwd" "-forward;checkback;alias checkfwd none"
  16. alias "-mleft" "-moveleft;checkright;alias checkleft none"
  17. alias "-mright" "-moveright;checkleft;alias checkright none"
  18.  
  19. //buy-script
  20. bind "f1" "buy ak47; buy m4a1"
  21. bind "f2" "buy galilar; buy famas;"
  22. bind "f3" "buy awp"
  23. bind "f4" "buy ump45;"
  24. bind "f5" "buy flashbang;"
  25. bind "f6" "buy smokegrenade;"
  26. bind "f7" "buy hegrenade;"
  27. bind "f8" "buy molotov; buy incgrenade;"
  28. bind "f9" "buy p250;"
  29. bind "f10" "buy tec9; buy fiveseven;"
  30. bind "f11" "buy deagle;"
  31. bind "f12" "buy defuser;"
  32. bind "downarrow" "buy vest;"
  33. bind "uparrow" "buy vesthelm"
  34.  
  35. @panorama_debug_overlay_opacity ""
  36. panorama_debugger_saved_height "720"
  37. panorama_debugger_saved_width "1280"
  38. panorama_debugger_saved_xpos "0"
  39. panorama_debugger_saved_ypos "0"
  40.  
  41. //Ingame Controls
  42. bind "MWHEELDOWN" "+jump"
  43. bind "MWHEELUP" "use weapon_flashbang"
  44.  
  45. cl_color "cl_color 1"
  46. zoom_sensitivity_ratio_mouse "1.14"
  47.  
  48. // removes the shifting of the arm when crouching down.
  49. cl_viewmodel_shift_left_amt "0"
  50. cl_viewmodel_shift_right_amt "0"
  51.  
  52. //Fix Lags
  53. rate "128000"
  54. cl_updaterate "128"
  55. cl_cmdrate "128"
  56. cl_interp_ratio "1"
  57. cl_interp "0"
  58.  
  59. //Fps Boost
  60. fps_max "350"
  61. cl_disablehtmlmotd "0" // Disables The Servers Message of The Day.
  62. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  63. mat_queue_mode "2" // Forcing Your CPU To Use Multi-Threaded Mode.
  64. r_drawtracers_firstperson "0" // Firstperson Tracers OFF.
  65. r_eyegloss "0" // No Makeup.
  66. r_eyemove "0" // No Eye Movement.
  67. r_eyeshift_x "0" // No Eye Movement X-Angel.
  68. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  69. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  70. r_eyesize "0" // Smaller Eyes.
  71.  
  72. // Jump Throw Script
  73. alias "+jumpthrow" "+jump;-attack; -attack2"
  74. alias "-jumpthrow" "-jump"
  75. bind "t" "+jumpthrow"
  76.  
  77. //Fps Boost
  78. fps_max "350"
  79. cl_disablehtmlmotd "0" // Disables The Servers Message of The Day.
  80. cl_forcepreload "1" // Preloads The Whole Map & Sounds.
  81. mat_queue_mode "2" // Forcing Your CPU To Use Multi-Threaded Mode.
  82. r_drawtracers_firstperson "0" // Firstperson Tracers OFF.
  83. r_eyegloss "0" // No Makeup.
  84. r_eyemove "0" // No Eye Movement.
  85. r_eyeshift_x "0" // No Eye Movement X-Angel.
  86. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  87. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  88. r_eyesize "0" // Smaller Eyes.
  89.  
  90. //Show netgraph when checking scoreboard
  91. net_graph "1"
  92. net_graphheight "9999"
  93. alias "+scorenet" "+showscores; net_graphheight 0"
  94. alias "-scorenet" "-showscores; net_graphheight 9999"
  95. bind "TAB" "+scorenet"
  96.  
  97. bind "0" "slot10"
  98. bind "1" "slot1"
  99. bind "2" "slot2"
  100. bind "3" "slot3"
  101. bind "4" "slot4"
  102. bind "5" "slot5"
  103. bind "6" "slot6"
  104. bind "7" "slot7"
  105. bind "8" "slot8"
  106. bind "9" "slot9"
  107. bind "alt" "+radar "
  108. bind "b" "buymenu"
  109. bind "c" "use weapon_smokegrenade;"
  110. bind "shift" "+duck"
  111. bind "e" "+use"
  112. bind "f" "+lookatweapon"
  113. bind "g" "drop"
  114. bind "escape" "cancelselect"
  115. bind "mouse1" "+attack"
  116. bind "mouse2" "+attack2"
  117. bind "mouse3" "+voicerecord"
  118. bind "mouse4" "+sounds"
  119. bind "mouse5" "lastinv"
  120. bind "q" "lastinv"
  121. bind "r" "+reload"
  122. bind "ctrl" "+speed"
  123. bind "space" "+jump"
  124. bind "t" "+jumpthrow"
  125. bind "tab" "+showscores"
  126. bind "u" "messagemode2"
  127. //bind "v" "sounds"
  128. bind "v" "use weapon_molotov;use weapon_IncGrenade"
  129. //bind "x" "+radar"
  130. bind "y" "messagemode"
  131. bind "z" "radio2"
  132. bind "\" "toggleconsole"
  133. bind "," "buy primammo"
  134. bind "." "buy secammo"
  135.  
  136. budget_averages_window "240"
  137. budget_background_alpha "0"
  138. budget_bargraph_background_alpha "0"
  139. budget_bargraph_range_ms "16"
  140. budget_history_numsamplesvisible "1"
  141. budget_history_range_ms "66"
  142. budget_panel_bottom_of_history_fraction "0"
  143. budget_panel_height "384"
  144. budget_panel_width "512"
  145. budget_panel_x "0"
  146. budget_panel_y "50"
  147. budget_peaks_window "240"
  148. budget_show_averages "0"
  149. budget_show_history "0"
  150. budget_show_peaks "0"
  151.  
  152. cam_idealdelta "0"
  153. cam_ideallag "0"
  154. cam_collision "0"
  155. c_maxdistance "0"
  156. c_maxpitch "0"
  157. c_maxyaw "0"
  158. c_mindistance "0"
  159. c_minpitch "0"
  160. c_minyaw "0"
  161. c_orthoheight "0"
  162. c_orthowidth "0"
  163. c_thirdpersonshoulder "0"
  164. c_thirdpersonshoulderaimdist "0"
  165. c_thirdpersonshoulderdist "0"
  166. c_thirdpersonshoulderheight "0"
  167. c_thirdpersonshoulderoffset "0"
  168. cl_autohelp "0"
  169. cl_allowdownload "0"
  170. cl_allowupload "0"
  171. cl_autowepswitch "0"
  172. cl_bob_lower_amt "0"
  173. cl_bobamt_lat "0"
  174. cl_bobamt_vert "0"
  175. cl_bobcycle "0.98"
  176. cl_chatfilters "23"
  177. cl_cmdrate "128"
  178. cl_color "2"
  179. cl_crosshairalpha "1000"
  180. cl_crosshaircolor "1"
  181. cl_crosshairdot "0"
  182. cl_crosshair_drawoutline "0"
  183. cl_crosshair_dynamic_maxdist_splitratio "0"
  184. cl_crosshair_dynamic_splitalpha_innermod "1"
  185. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  186. cl_crosshair_dynamic_splitdist "3"
  187. cl_crosshair_sniper_width "2"
  188. cl_crosshair_sniper_show_normal_inaccuracy "0"
  189. cl_crosshairgap "-2"
  190. cl_crosshairgap_useweaponvalue "0"
  191. cl_crosshair_outlinethickness "1"
  192. cl_crosshairscale "4"
  193. cl_crosshairsize "3"
  194. cl_crosshairstyle "4"
  195. cl_crosshairthickness "0.5"
  196. cl_crosshairusealpha "1"
  197. cl_debug_ugc_downloads "0"
  198. cl_download_demoplayer "1"
  199. cl_detail_avoid_force "0"
  200. cl_detail_avoid_radius "0"
  201. cl_detail_avoid_recover_speed "0"
  202. cl_detail_max_sway "0"
  203. cl_dm_buyrandomweapons "0"
  204. cl_disablefreezecam "1"
  205. cl_disablehtmlmotd "1"
  206. cl_downloadfilter "nosounds"
  207. cl_forcepreload "1"
  208. cl_freezecameffects_showholiday "0"
  209. cl_freezecampanel_position_dynamic "0"
  210. cl_hideserverip "1"
  211. cl_hud_background_alpha "1"
  212. cl_hud_bomb_under_radar "1"
  213. cl_hud_color "1"
  214. cl_hud_radar_scale "1.3"
  215. cl_interp "1"
  216. cl_interp_ratio "1"
  217. cl_inventory_saved_filter2 "all,not_defaultequipped"
  218. cl_inventory_saved_sort2 "inv_sort_rarity"
  219. cl_join_advertise "2"
  220. cl_lagcompensation "1"
  221. cl_loadout_colorweaponnames "1"
  222. cl_minimal_rtt_shadows "1"
  223. cl_playerspray_auto_apply "0"
  224. cl_radar_always_centered "0"
  225. cl_radar_icon_scale_min "0.8"
  226. cl_radar_rotate "1"
  227. cl_radar_scale "0.3"
  228. cl_ragdoll_workaround_threshold "0"
  229. cl_remove_old_ugc_downloads "0"
  230. cl_resend "5"
  231. cl_resend_timeout "30"
  232. cl_rumblescale "0"
  233. cl_scoreboard_mouse_enable_binding "+attack2"
  234. cl_show_clan_in_death_notice "0"
  235. cl_showhelp "0"
  236. cl_showloadout "1"
  237. cl_showpluginmessages "0"
  238. cl_spec_follow_grenade_key "2"
  239. cl_spec_mode "5"
  240. cl_teamid_overhead_name_alpha "100"
  241. cl_teamid_overhead_always "1"
  242. cl_teammate_colors_show "1"
  243. cl_timeout "1337"
  244. cl_updaterate "128"
  245. cl_use_opens_buy_menu "0"
  246. cl_viewmodel_shift_left_amt "0"
  247. cl_viewmodel_shift_right_amt "0"
  248. clientport "1337"
  249. con_enable "1"
  250. con_filter_enable "2"
  251. con_filter_text "Damage"
  252. con_filter_text_out "Player:"
  253. con_filter_text_out "game:mapgroupname"
  254. cpu_frequency_monitoring "0"
  255. //cursortimeout "5"
  256.  
  257. developer "0"
  258. dsp_enhance_stereo "1"
  259.  
  260. econ_highest_baseitem_seen "65"
  261.  
  262. force_audio_english "1"
  263. fps_max "999"
  264. fps_max_menu "0"
  265.  
  266. gameinstructor_enable "0"
  267. gotv_theater_container "1"
  268. g15_update_msec "0"
  269.  
  270. hud_scaling "0.7"
  271.  
  272. joystick "0"
  273.  
  274. lobby_voice_chat_enabled "0"
  275. lobby_default_privacy_bits1 "0"
  276.  
  277. m_customaccel "0"
  278. m_customaccel_exponent "0"
  279. m_customaccel_max "0"
  280. m_customaccel_scale "0"
  281. m_forward "1"
  282. m_mouseaccel1 "0"
  283. m_mouseaccel2 "0"
  284. m_mousespeed "0"
  285. m_pitch "0.022"
  286. m_rawinput "1"
  287. m_side "0.8"
  288. m_yaw "0.022"
  289. mat_monitorgamma "1.59"
  290. mat_monitorgamma_tv_enabled "1"
  291. mat_queue_mode "2"
  292. mc_accel_band_size "2"
  293. mc_dead_zone_radius "1"
  294. mm_csgo_community_search_players_min "5"
  295. mm_dedicated_search_maxping "55"
  296. mm_queue_draft_show "1"
  297. muzzleflash_light "0"
  298.  
  299. net_allow_multicast "0"
  300. net_graph "0"
  301. net_graphheight "0"
  302. net_graphpos "255"
  303. net_graphproportionalfont "0"
  304. net_maxroutable "1260"
  305. net_splitrate "0"
  306.  
  307. player_nevershow_communityservermessage "1"
  308. player_competitive_maplist_8_7_0_77AED00 "mg_de_dust2,mg_de_cache,mg_de_mirage"
  309.  
  310. r_drawtracers_firstperson "1"
  311. r_dynamic "0"
  312. r_eyegloss "0"
  313. r_eyemove "0"
  314. r_eyeshift_x "0"
  315. r_eyeshift_y "0"
  316. r_eyeshift_z "0"
  317. r_eyesize "0"
  318. rate "786432"
  319.  
  320. safezonex "1.00"
  321. safezoney "1.00"
  322. sc_enable "0"
  323. sensitivity "2"
  324. sf_ui_tint "2"
  325. snd_deathcamera_volume "0"
  326. snd_mapobjective_volume "0"
  327. snd_menumusic_volume "0"
  328. snd_mix_async "1"
  329. snd_mixahead "0.05"
  330. snd_music_selection "1"
  331. snd_musicvolume "0.1337"
  332. snd_musicvolume_multiplier_inoverlay "0"
  333. snd_mute_losefocus "1"
  334. snd_roundend_volume "0"
  335. snd_roundstart_volume "0"
  336. //snd_tensecondwarning_volume "3"
  337. spec_show_xray "1"
  338. spec_replay_autostart "0"
  339. steam_controller_haptics "0"
  340. store_version "1"
  341. sv_disable_observer_interpolation "1"
  342. sv_log_onefile "1"
  343. sv_logbans "1"
  344. sv_logecho "0"
  345. sv_logfile "0"
  346. sv_logflush "1"
  347. sv_logsdir "logs"
  348.  
  349. //sys_antialiasing "0"
  350. //sys_aspectratio "-1"
  351. sys_minidumpspewlines "0"
  352. //sys_refldetail "0"
  353.  
  354. tv_nochat "1"
  355.  
  356. ui_steam_overlay_notification_position "topright"
  357. ui_workshop_games_expire_minutes "0"
  358.  
  359. vgui_message_dialog_modal "0"
  360. viewmodel_fov "68"
  361. viewmodel_offset_x "2.5"
  362. viewmodel_offset_y "0"
  363. viewmodel_offset_z "-1.5"
  364. viewmodel_presetpos "3"
  365. volume "0.3"
  366. voice_caster_enable "1"
  367. voice_caster_scale "1"
  368. voice_mixer_volume "0.5"
  369. voice_scale "0.1"
  370. vprof_unaccounted_limit "0"
  371. vprof_verbose "0"
  372. vprof_warningmsec "0"
  373.  
  374. windows_speaker_config "1"
  375.  
  376. +cl_show_team_equipment
  377.  
  378. clear
  379.  
  380. echo "YOSHI CFG LOADED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement