Advertisement
Guest User

f0rioN autoexsex

a guest
Aug 3rd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. // ================== AUTOEXEC F0RION ==================
  2.  
  3. // I play 1920x1080 16:9 with 90% Digital Vibrance @144Hz
  4. // 400dpi, 6/11 in Windows, 2 ingame
  5.  
  6. // ========== NET ==========
  7. rate "128000"
  8. cl_cmdrate "128"
  9. cl_updaterate "128"
  10. cl_interp "0"
  11. cl_interp_ratio "1"
  12. cl_interpolate "1"
  13.  
  14. // ========== HUD ==========
  15. cl_showhelp "0"
  16. cl_autohelp "0"
  17. fps_max "288"
  18. fps_max_menu "144"
  19. net_graph "1"
  20. net_graphpos "2" // Netgraphposition (1,2,3; right,mid,left)
  21. net_graphproportionalfont "0" // Smaller fonts
  22. hud_scaling "0.775"
  23. safezonex "0.85"
  24. safezoney "0.94"
  25. cl_radar_always_centered "0"
  26. cl_radar_scale "0.35" // The next thing we WANT to do, is scale the map down, so we can see the more of the map on the radar.
  27. cl_hud_radar_scale "1.3" // When scaling the map down, we loose some of the details. To compensate for some of this, we can scale up the radar HUD. (1=default, range 0.8-1.3)
  28. cl_radar_rotate "1" // If you don’t WANT the radar to rotate with you, you can turn off the radar rotation. (0=off,1=on)
  29.  
  30. // ========== X-HAIR ==========
  31. cl_crosshair_drawoutline "1"
  32. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  33. cl_crosshair_dynamic_splitalpha_innermod "1"
  34. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  35. cl_crosshair_dynamic_splitdist "5"
  36. cl_crosshair_outlinethickness "0.5"
  37. cl_crosshairalpha "255"
  38. cl_crosshaircolor "1"
  39. cl_crosshaircolor_b "255"
  40. cl_crosshaircolor_g "60"
  41. cl_crosshaircolor_r "255"
  42. cl_crosshairdot "0"
  43. cl_crosshairgap "-10"
  44. cl_crosshairscale "0"
  45. cl_crosshairsize "3.17"
  46. cl_crosshairstyle "4"
  47. cl_crosshairthickness "0.75"
  48. cl_crosshairusealpha "1"
  49.  
  50.  
  51.  
  52. // ========== VIEWMODEL ========== (same as Launders)
  53. cl_viewmodel_shift_left_amt "0.500000"
  54. cl_viewmodel_shift_right_amt "0.250000"
  55. viewmodel_fov "63"
  56. viewmodel_offset_x "1.5"
  57. viewmodel_offset_y "2"
  58. viewmodel_offset_z "-2?"
  59. viewmodel_presetpos "4"
  60. cl_bob_lower_amt "5.000000"
  61. cl_bobamt_lat "0.400000"
  62. cl_bobamt_vert "0.250000"
  63. cl_bobcycle "0.98"
  64.  
  65. // ========== BINDINGS ==========
  66. bind "F1" "buy vest; buy vesthelmb51e"
  67. bind "F2" "buy fiveseven; buy smokegrenade"
  68. bind "F3" "buy p250"
  69. bind "F4" "buy tec9; buy fiveseven"
  70. bind "F5" "buy bizon"
  71. bind "F6" "buy p90"
  72. bind "F7" "buy famas; buy galilar"
  73. bind "F8" "buy m4a1; buy ak47"
  74. bind "F9" "buy smokegrenade; buy flashbang"
  75. bind "F10" "buy hegrenade; buy flashbang"
  76.  
  77. bind mwheeldown +jump
  78. bind mwheelup +jump
  79. bind v +voicerecord
  80.  
  81. // ========== SOUNDS ==========
  82. volume "0.8"
  83. voice_scale "0.3"
  84.  
  85. // ========== MOUSE ==========
  86. m_rawinput “1” //Raw Input on
  87. m_customaccel “0” //Mouse Acceleration off
  88. m_customaccel_exponent “0” //Acceleration Amount
  89. m_mousespeed “0” //Windows mouse acceleration off
  90. m_mouseaccel1 “0” //Windows mouse acceleration initial threshold (2x movement)
  91. m_mouseaccel2 “0” //Windows mouse acceleration secondary threshold (4x movement)
  92. sensitivity "2"
  93. zoom_sensitivity_ratio_mouse "1"
  94.  
  95. // ========== OTHERS ==========
  96. cl_disablefreezecam "1"
  97. cl_use_opens_buy_menu “0” //Disables E from opening buy-menu
  98. mm_dedicated_search_maxping "50" //Insures you a lower ping in Matchmaking
  99.  
  100. // Jump Throw Script
  101. alias "+jumpthrow" "+jump;-attack"
  102. alias "-jumpthrow" "-jump"
  103. bind "mouse3" "+jumpthrow"
  104. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  105.  
  106. // extra hotkeys
  107. alias alt55 "buyanddrop"
  108. alias alt5 bind g alt55
  109. alias alt66 "disablevoice"
  110. alias alt6 bind v alt66 //CHANGE THE "V" TO YOUR VOICE KEY
  111. alias def5 "bind g drop"
  112. alias def6 "bind v +voicerecord //CHANGE THE "V" TO YOUR VOICE KEY
  113. alias +altbinds "alt5; alt6"
  114. alias -altbinds "def5; def6"
  115. bind capslock +altbinds
  116. // BIND WHAVETER KEY YOU WANT OR JUST PUT // IN FRONT TO DISABLE THE SCRIPT
  117.  
  118. // Buy and drop
  119. alias "buyanddrop" "buy ak47; buy m4a1; buy m4a1_silencer; slot1; drop"
  120. // This script is combined with the extra hotkeys
  121.  
  122. // Disable in-game voice + no rebinds needed
  123. alias "disablevoice" "voice_chat"
  124. alias "voice_chat" "chat_1"
  125. alias "chat_1" "voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0"
  126. alias "chat_0" "voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement