Advertisement
Guest User

Milanstar autoexec

a guest
Jul 5th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. bind leftarrow "incrementvar viewmodel_offset_x -2.5 2.5 -0.3"
  2. bind rightarrow "incrementvar viewmodel_offset_x -2.5 2.5 0.3"
  3.  
  4. bind uparrow "incrementvar viewmodel_offset_y -2.5 2.5 0.3"
  5. bind downarrow "incrementvar viewmodel_offset_y -2.5 2.5 -0.3"
  6.  
  7. bind pgup "incrementvar viewmodel_offset_z -2.5 2.5 0.3"
  8. bind pgdn "incrementvar viewmodel_offset_z -2.5 2.5 -0.3"
  9.  
  10. bind home "incrementvar viewmodel_fov 54 68 0.1"
  11. bind end "incrementvar viewmodel_fov 54 68 -0.1"
  12.  
  13. bind del "viewmodel_presetpos 1"
  14.  
  15. bindtoggle "f4" "cl_righthand"
  16.  
  17. viewmodel_offset_z "-2"
  18. viewmodel_fov "68"
  19.  
  20. clear
  21.  
  22. rate 256000
  23. cl_cmdrate 128
  24. cl_updaterate 128
  25. cl_interp 0
  26. cl_interp_ratio 1
  27.  
  28. cl_crosshair_drawoutline "0"
  29. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  30. cl_crosshair_dynamic_splitalpha_innermod "1"
  31. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  32. cl_crosshair_dynamic_splitdist "7"
  33. cl_crosshair_outlinethickness "0.500000"
  34. cl_crosshairalpha "245.000000"
  35. cl_crosshaircolor "5"
  36. cl_crosshaircolor_b "127"
  37. cl_crosshaircolor_g "0"
  38. cl_crosshaircolor_r "255"
  39. cl_crosshairdot "1"
  40. cl_crosshairgap "-10.500000"
  41. cl_crosshairgap_useweaponvalue "0"
  42. cl_crosshairscale "2"
  43. cl_crosshairsize "5.000000"
  44. cl_crosshairstyle "4"
  45. cl_crosshairthickness "1.000000"
  46. cl_crosshairusealpha "1"
  47. cl_fixedcrosshairgap "-10"
  48.  
  49.  
  50. mm_dedicated_search_maxping 60
  51. fps_max 1292222
  52.  
  53. mat_hdr_enabled 0
  54. cl_lagcompensation 1
  55.  
  56. cl_viewmodel_shift_left_amt "0.500000"
  57. cl_viewmodel_shift_right_amt "0.250000"
  58. viewmodel_fov "65.000000"
  59. viewmodel_offset_x "2.5"
  60. viewmodel_offset_y "2.0"
  61. viewmodel_offset_z "-2.0"
  62. viewmodel_presetpos "0"
  63. cl_bob_lower_amt "5.000000"
  64. cl_bobamt_lat "0.100000"
  65. cl_bobamt_vert "0.100000"
  66. cl_bobcycle "0.98"
  67.  
  68. cl_bobamt_lat "0.1"
  69. cl_bobamt_vert "0.1"
  70. cl_bobcycle "2"
  71. // "0.98" is enforced by ESEA/ESL
  72. cl_viewmodel_shift_left_amt "0.5"
  73.  
  74. echo "bugd:remove any displaying bugs"
  75. alias "bugd" "record bugremovrcrd;stop"
  76. host_writeconfig
  77.  
  78.  
  79. //Display Damage with Switch Script
  80. alias displaydamage "displaydamage_on"
  81. alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
  82. alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on""
  83. bind "h" "displaydamage"
  84. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  85.  
  86.  
  87.  
  88.  
  89. // Jumpthrow
  90. unbind "h"
  91. alias "+jumpthrow" "+jump;-attack"
  92. alias "-jumpthrow" "-jump"
  93. bind "h" "+jumpthrow"
  94.  
  95.  
  96.  
  97.  
  98. //-------------------------------------------------|
  99. // Milanstar's Idling Script -- 'AFKon' //to enable, 'AFKoff' //to disable ----------------------|
  100. //-------------------------------------------------|
  101. alias AFKon "+forward; +moveleft; +left; cl_disablehtmlmotd 1; echo Idle Script by Rampix - [Enabled]"
  102. alias AFKoff "-forward; -moveleft; -left; cl_disablehtmlmotd 0; echo Idle Script by Milanstar - [Disabled]"
  103. //|-----------------------------------------------------------
  104. cl_disablehtmlmotd 1
  105. cl_forcepreload 1
  106.  
  107. clear
  108. echo "---------------------"
  109. echo "|..Milan autoexec Loaded..|"
  110. echo "---------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement