Advertisement
Guest User

Marcel AUTOEXEC

a guest
Feb 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 12.21 KB | None | 0 0
  1. //Marcel AUTOEXEC
  2.  
  3. //MOUSE
  4.  
  5.     cl_mouseenable "1"
  6.     m_customaccel "0"
  7.     m_customaccel_exponent "0"
  8.     m_customaccel_max "0"
  9.     m_customaccel_scale "0"
  10.     m_forward "1"
  11.     m_mouseaccel1 "0"
  12.     m_mouseaccel2 "0"
  13.     m_mousespeed "0"
  14.     m_pitch "0.022"
  15.     m_rawinput "1"
  16.     m_side "0.8"
  17.     m_yaw "0.022"
  18.     sensitivity "1.66"
  19.  
  20. //CROSSHAIR
  21.  
  22.     cl_crosshair_drawoutline "1"
  23.     cl_crosshair_outlinethickness "0.1"
  24.     cl_crosshairalpha "999"
  25.     cl_crosshaircolor "5"
  26.     cl_crosshaircolor_b "127"
  27.     cl_crosshaircolor_g "0"
  28.     cl_crosshaircolor_r "255"
  29.     cl_crosshairdot "0"
  30.     cl_crosshairgap "-2"
  31.     cl_crosshairsize "2.5"
  32.     cl_crosshairstyle "4"
  33.     cl_crosshairthickness "0.5"
  34.  
  35. //VIEWMODEL
  36.  
  37.     viewmodel_presetpos 4
  38.     viewmodel_fov 68
  39.     viewmodel_offset_x 1.5
  40.     viewmodel_offset_y 2
  41.     viewmodel_offset_z -1.5
  42.     cl_bob_lower_amt "0"
  43.     cl_viewmodel_shift_right_amt "0.5"
  44.     cl_viewmodel_shift_left_amt "0.5"  
  45.     cl_bobamt_lat "0.1"
  46.     cl_bobamt_vert "0.1"
  47.     cl_bobcycle "0.98"
  48.    
  49. //HUD & RADAR
  50.    
  51.     hud_scaling "0.85"
  52.     hud_showtargetid "1"
  53.     cl_hud_background_alpha "0.5"
  54.     cl_hud_playercount_pos "0"
  55.     cl_hud_playercount_showcount "0"
  56.     cl_hud_color 3
  57.     cl_hud_bomb_under_radar "0"
  58.     cl_hud_healthammo_style "0"
  59.     cl_radar_scale "0.5"
  60.     cl_radar_rotate "1"
  61.     cl_radar_always_centered "1"
  62.     cl_radar_square_with_scoreboard "1"
  63.     safezonex "1"
  64.     safezoney "1"
  65.    
  66.     net_graph 1
  67.     net_graphheight "0"
  68.     net_graphpos "2"
  69.     net_graphproportionalfont "0"
  70.    
  71. //BUYSCRIPT
  72.    
  73.     bind "kp_enter" "buy awp;"
  74.     bind "kp_plus" "buy ak47; buy m4a1;"
  75.     bind "kp_minus" "buy vest;"
  76.     bind "kp_multiply" "buy vesthelm;"
  77.     bind "kp_pgup" "buy defuser;"
  78.     bind "kp_5" "buy mp7;"
  79.     bind "kp_rightarrow" "buy bizon;"
  80.     bind "kp_pgdn" "buy ump45;"
  81.     bind "kp_downarrow" "buy p90;"
  82.     bind "kp_end" "buy galilar; buy famas;"
  83.     bind "kp_leftarrow" "buy ssg08;"
  84.     bind "kp_home" "buy deagle;"
  85.     bind "kp_del" "buy p250;"
  86.     bind "kp_ins" "buy tec9; buy fiveseven;"
  87.     bind "uparrow" "buy flashbang;"
  88.     bind "rightarrow" "buy hegrenade;"
  89.     bind "downarrow" "buy molotov; buy incgrenade;"
  90.     bind "leftarrow" "buy smokegrenade;"
  91.    
  92. //BINDS & SCRIPTS
  93.  
  94.     //MISC BINDS
  95.     unbind "f3"
  96.     unbind "f4"
  97.    
  98.    
  99.     bind "4" "slot8"
  100.     bind "5" "slot6"
  101.     bind "6" "slot5"
  102.     bind "j" "noclip"
  103.     bind "v" "+voicerecord"
  104.     bind "\" "toggleconsole"
  105.     bind "t" "+spray_menu"
  106.     bind "y" "messagemode"
  107.     bind "u" "messagemode2"
  108.     bind "z" "radio1"
  109.     bind "i" "radio2"
  110.     bind "o" "radio3"
  111.     bind "mwheeldown" "+jump"
  112.     bind "p" "bot_stop 1;exec gamemode_competitive.cfg;exec training"
  113.     bind "x" "toggle gameinstructor_enable; playvol buttons\blip1 0.5"
  114.     bind "tab" "+showscores"
  115.     bind "f9" "say 'mommy why is my backpack so heavy?' 'allahu akbar sweety'"
  116.     bind "f10" "say_team A match was found for you, but imFlo_ failed to accept it!"
  117.     bind "f11" "say_team Mein Name ist Mein Name ist Marco, bin 14 und ich produziere auf YouTube Gameplay Videos, Tutorials und Commentaries - Fokus stehts auf Counter Strike. Mehr findet ihr auf meinem Kanal. Viel Spaß :)"
  118.    
  119.     //CROSSHAIRBINDS
  120.     alias +gap "toggle cl_crosshairdot 0 1"
  121.     bind "MOUSE1" "+attack;+gap"
  122.    
  123.     //GRENADE HELP LINES
  124.     bind "h" "crosshairsmokelines"
  125.     alias "crosshairsmokelines" "ANcrosshairsmoke"
  126.     alias "AUScrosshairsmoke" "cl_crosshairsize 2.5;cl_crosshairdot 0;cl_crosshairgap -2; alias crosshairsmokelines ANcrosshairsmoke"  
  127.     alias "ANcrosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 4; alias crosshairsmokelines AUScrosshairsmoke"  
  128.    
  129.     //QUICKSWITCH
  130.     alias "+knife" "slot3"
  131.     alias "-knife" "lastinv"
  132.     bind "q" "+knife"
  133.    
  134.     //TOGGLE VOICECHAT
  135.     bind "ALT" "voice_chat"
  136.     alias "voice_chat" "chat_0"
  137.     alias "chat_1" "voice_enable 1; echo "Damage_VoiceON"; alias voice_chat chat_0"
  138.     alias "chat_0" "voice_enable 0; echo "Damage_VoiceOFF"; alias voice_chat chat_1"
  139.    
  140.     //JUMPTHROW
  141.     alias "+jumpthrow" "+jump;-attack;-attack2"
  142.     alias "-jumpthrow" "-jump"
  143.     bind "INS" "+jumpthrow"
  144.    
  145.     //RADARSWITCH
  146.     bind "c" "rswitch1"
  147.     alias "rswitch1" "cl_radar_scale 0.3; cl_radar_always_centered 0; bind c rswitch2"
  148.     alias "rswitch2" "cl_radar_scale 0.5; cl_radar_always_centered 1; bind c rswitch1"
  149.    
  150.    
  151. //NETSETTINGS
  152.    
  153.     rate "786432"
  154.     cl_cmdrate "128"
  155.     cl_updaterate "128"
  156.     cl_interp "0"
  157.     cl_interp_ratio  "1"
  158.     cl_predict "1"
  159.     cl_lagcompensation 1
  160.    
  161. //MISC
  162.  
  163.     cl_showfps "0"
  164.     fps_max "129"
  165.     fps_max_menu "129"
  166.     cl_autowepswitch "0"
  167.     cl_showloadout "1"
  168.     cl_downloadfilter "nosounds"
  169.     cl_autohelp "0"
  170.     gameinstructor_enable 0
  171.     cl_forcepreload 1
  172.     cl_show_clan_in_death_notice "0"
  173.     cl_showhelp "0"
  174.     cl_disablefreezecam "1"
  175.     option_speed_method "0"
  176.     mm_dedicated_search_maxping "60"
  177.     cl_loadout_colorweaponnames "0"
  178.     cl_use_opens_buy_menu "0"
  179.     engine_no_focus_sleep "999999999999999999"
  180.    
  181. //SOUND
  182.  
  183.     cl_mute_all_but_friends_and_party 0
  184.     cl_mute_enemy_team 1
  185.     snd_deathcamera_volume "1.0"
  186.     snd_duckerattacktime "0.5"
  187.     snd_duckerreleasetime "2.5"
  188.     snd_duckerthreshold "0.15"
  189.     snd_ducking_off "1"
  190.     snd_ducktovolume "0.55"
  191.     snd_legacy_surround "0"
  192.     snd_mapobjective_volume "1.0"
  193.     snd_menumusic_volume "1.000000"
  194.     snd_mixahead "0.1"
  195.     snd_music_selection "2"
  196.     snd_musicvolume "0.000000"
  197.     snd_musicvolume_multiplier_inoverlay "0.1"
  198.     snd_mute_losefocus "99999999999999999"
  199.     snd_pitchquality "1"
  200.     snd_roundend_volume "1.0"
  201.     snd_roundstart_volume "1.0"
  202.     snd_tensecondwarning_volume "1.0"
  203.     volume "0.16123456789"
  204.     voice_scale 0.8
  205.  
  206.    
  207. con_enable "1"
  208. host_writeconfig
  209.  
  210.  
  211. clear
  212.  
  213. echo "                                                                                                 "                                                                                            
  214. echo "   ##########                                                                                    "
  215. echo "  ##############                                                                                 "
  216. echo " ###        #######                                                                              "
  217. echo " ##            #######                                                                           "
  218. echo " ##              ########                                                                        "
  219. echo "  ##                #######                                                                      "
  220. echo "  ##                  #######                                                                    "
  221. echo "   ##                   #######                                                                  "
  222. echo "    ##                    ########                                                               "
  223. echo "     ##                    #########        #############            #########                   "
  224. echo "      ##                     #########################################################           "
  225. echo "       ##                      ###########################################################       "
  226. echo "        ##                      #################         ###################################    "
  227. echo "          #                       ##############             ################################### "
  228. echo "           ##                      ##############            ####################################"
  229. echo "             #                      ###############        ##################################### "
  230. echo "              #                      ########################################################    "
  231. echo "                                      #######################################                    "
  232. echo "                                       ##################################                        "
  233. echo "                    ####                ##############################                           "
  234. echo "                   #######               ###########################                             "
  235. echo "                   #########             #########################                               "
  236. echo "                   ##########            ########################                                "
  237. echo "                    #########            ######################                                  "
  238. echo "                      #######            #####################                                   "
  239. echo "                        ###              ####################                                    "
  240. echo "                                       #####################                                     "
  241. echo "                                ############################                                     "
  242. echo "                                 ##########################                                      "
  243. echo "                                 ##########################                                      "
  244. echo "                                  ##########################                                     "
  245. echo "                                   ##########################                                    "
  246. echo "                                    ###############################    #########                 "
  247. echo "                                     #############################################               "
  248. echo "                                       ###########################################               "
  249. echo "                                         #######################################                 "
  250. echo "                                           #################################                     "
  251. echo "                 _                             ######################                            "
  252. echo "      /\        | |                          "
  253. echo "     /  \  _   _| |_ ___   _____  _____  ___ "
  254. echo "    / /\ \| | | | __/ _ \ / _ \ \/ / _ \/ __|"
  255. echo "   / ____ \ |_| | || (_) |  __/>  <  __/ (__ "
  256. echo "  /_/    \_\__,_|\__\___/ \___/_/\_\___|\___|"
  257. echo "   _                 _          _            "
  258. echo "  | |               | |        | |           "
  259. echo "  | | ___   __ _  __| | ___  __| |           "
  260. echo "  | |/ _ \ / _` |/ _` |/ _ \/ _` |           "
  261. echo "  | | (_) | (_| | (_| |  __/ (_| |           "
  262. echo "  |_|\___/ \__,_|\__,_|\___|\__,_|           "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement