Advertisement
modellking

CS:GO autoexec.cfg

Jun 25th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. echo ""
  2. echo "*************<><*************"
  3.  
  4. // baysically settings (they aren't intedet to be changed)
  5. ui_steam_overlay_notification_position topright;
  6. cl_loadout_colorweaponnames 1;
  7. cl_radar_rotate 1;
  8. cl_hud_color 1;
  9.  
  10. // Restore Defaults
  11. alias restore "exec mkcrosshair; exec mkresetbinds; cl_autowepswitch 0; voice_enable 1;"
  12.  
  13. exec mkcrosshair;
  14. exec mkresetbinds;
  15. exec mkresetviewmodel;
  16.  
  17. cl_autowepswitch 0;
  18. voice_enable 1;
  19.  
  20. // MISC
  21. developer 1;
  22. gameinstructor_enable 0;
  23.  
  24. // netgraph (on TAB)
  25. net_graph "1";
  26. net_graphheight "9999";
  27. con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2;
  28.  
  29. // Define Jumpthrow
  30. alias "+jumpthrow" "+attack";
  31. alias "-jumpthrow" "+jump;-attack;";
  32.  
  33. // ALT binds
  34. // LMT jumpthrow
  35. alias altLMT bind mouse1 "+jumpthrow";
  36.  
  37. // G autodrop
  38. alias althelpergeins "buy ak47; buy m4a1; buy m4a1_silencer; slot1; drop;";
  39. alias altg bind g althelpergeins;
  40.  
  41. // buy via slots
  42. alias as1 "buy vesthelm" // T buyup
  43. alias as2 "buy vest; buy defuser" // CT buyup
  44. alias as3 "buy smokegrenade; buy flashbang;"
  45. alias as4 "buy sg556; buy m4a1; buy m4a1_silencer;"
  46. alias as5 "buy awp;"
  47. alias as6 "buy mp7;"
  48. alias altslot "bind 1 as1; bind 2 as2; bind 3 as3; bind 4 as4; bind 5 as5; bind 6 as6"
  49. alias defslot "bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4; bind 5 slot5; bind 6 slot6"
  50.  
  51. alias +altbinds "altLMT; altg; altslot; cl_autowepswitch 1; cl_crosshairdot 1; cl_crosshairsize 1337;"
  52. alias -altbinds "restore; -jump; -attack"
  53. bind alt +altbinds;
  54.  
  55. echo ""
  56. echo "AUTOEXEC SETUP COMPLETE <><";
  57. echo "*************<><*************"
  58. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement