Advertisement
Guest User

darven 091918

a guest
Sep 21st, 2018
933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.00 KB | None | 0 0
  1. //--------------------------EZRAPH CONFIG--//
  2. //this is the official config of ezraph.
  3.  
  4. //--------------------------SOCIAL MEDIA--//
  5. //youtube.com/ezraph2001
  6. //twitter.com/aesthzraph
  7. //instagram.com/aesthzraph
  8.  
  9. //contents:
  10. //1. STARTERS
  11. //2. HUD
  12. //3. CROSSHAIR
  13. //4. BINDS
  14. //5. VIEWMODEL
  15. //6. VIDEO SETTINGS
  16. //7. TWEAKS
  17. //8. SOUND SETTINGS
  18. //9. CONNECTION SETTINGS
  19. //10. MOUSE SETTINGS
  20. //11. SCRIPTS
  21.  
  22. //--------------------------STARTERS--//
  23. clear
  24. clear_anim_cache
  25. clear_debug_overlays
  26. clear_bombs
  27. hud_takesshots "0"
  28. ai_clear_bad_links
  29. cl_soundemitter_reload
  30. cl_soundscape_flush
  31. fs_clear_open_duplicate_times
  32. fs_fios_flush_cache
  33. scene_flush
  34. snd_async_flush
  35. r_flushlod
  36.  
  37. //--------------------------HUD--//
  38. hud_scaling ".95" //size of hud. had to set it to the max value
  39. cl_hud_background_alpha "0" //no background alpha at all. easy on the eyes.
  40. cl_hud_playercount_pos "1" //positions the player count to the bottom of the screen.
  41. cl_hud_playercount_showcount "0" //shows the avatars instead of the number of players alive.
  42. cl_hud_healthammo_style "1" //1 = simple 0 = default.
  43. cl_hud_color "7" //yellow hud. i sometimes change it to white ok
  44. cl_radar_always_centered "0" //the radar doesn't center your POV
  45. cl_radar_scale "0.4" //radar displays everything so you don't have to open the scoreboard
  46. cl_hud_radar_scale "1" //not too big, not too small.
  47. cl_teammate_colors_show "2" //shows teammate colors and letters for more simplicity in reading because autism
  48.  
  49. //hud positioning
  50. safezonex "1" //x axis
  51. safezoney "1" //y axis
  52.  
  53. //--------------------------CROSSHAIR--//
  54. //crosshair settings (static small crosshair 08/30/18?)
  55. cl_crosshair_drawoutline "1"
  56. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  57. cl_crosshair_dynamic_splitalpha_innermod "1"
  58. cl_crosshair_dynamic_splitalpha_outermod "1"
  59. cl_crosshair_dynamic_splitdist "0"
  60. cl_crosshair_outlinethickness "0.000000"
  61. cl_crosshair_t "0"
  62. cl_crosshairalpha "225.000000"
  63. cl_crosshaircolor "5"
  64. cl_crosshaircolor_b "0"
  65. cl_crosshaircolor_g "255"
  66. cl_crosshaircolor_r "255"
  67. cl_crosshairdot "0"
  68. cl_crosshairgap "-2.000000"
  69. cl_crosshairgap_useweaponvalue "0"
  70. cl_crosshairscale "600"
  71. cl_crosshairsize "2.000000"
  72. cl_crosshairstyle "4"
  73. cl_crosshairthickness "0"
  74. cl_crosshairusealpha "1"
  75. cl_fixedcrosshairgap "20"
  76.  
  77. //sniper crosshair settings
  78. cl_crosshair_sniper_show_normal_inaccuracy "0"
  79. cl_crosshair_sniper_width "3"
  80.  
  81. //--------------------------BINDS--//
  82. //default binds
  83. bind 1 "slot1"
  84. bind 2 "slot2"
  85. bind 3 "slot3"
  86.  
  87. //advanced binds
  88. bind 4 "slot5"
  89. bind 5 "use weapon_c4; drop" //equips the c4 and drops it.
  90. bind 6 "+spray_menu" //opens the spray menu.
  91. bind f4 "ignoremsg"
  92. bind z "+voicerecord"
  93. bind h "+lookatweapon"
  94. bind l "r_cleardecals" //clears useless decals for visibility.
  95. bind f2 "rebuy"
  96.  
  97. bind mwheeldown "+jump" //scroll down to bhop
  98. bind mwheelup "+duck" //preferable.
  99. bind mouse1 "+darven" //aimbot
  100. bind mouse2 "+naraga" //triggerbot
  101.  
  102. //nade binds
  103. bind c "slot6" //nade
  104. bind x "slot7" //flash
  105. bind f "slot8" //smoke
  106. bind t "slot9" //decoy
  107. bind v "slot10" //molotov/incendiary
  108.  
  109. //other bind defaults
  110. bind e "+use" //just because i have included the practice holding configs,
  111. //it leaves the E key to retain "nav_add_to_selected_set" and "bot_goto_selected"
  112. //so i decided to include this line here to revert this bind each time i launch.
  113. unbind f6 //and these lines too so you don't
  114. unbind f7 //accidentally press them during a
  115. unbind f8 //competitive game. this is set to
  116. unbind f9 //take your primary weapon out and
  117. unbind f10 //then drop it away.
  118.  
  119. unbind i //disables hud fade
  120. unbind k //so you don't have to accidentally press K to voice chat
  121.  
  122. //just in case i use a gaming mouse
  123. alias "newbinds" "bindtoggle z "cl_righthand"; bind mouse4 "+voicerecord""
  124.  
  125. //--------------------------VIEWMODEL--//
  126.  
  127. cl_bobcycle .98
  128. cl_bobamt_vert 0.1
  129. cl_bobamt_lat 0.1
  130. cl_bob_lower_amt 5
  131. cl_viewmodel_shift_left_amt 0.0
  132. cl_viewmodel_shift_right_amt 0.0
  133.  
  134. viewmodel_fov "68"
  135. viewmodel_offset_x "2.5"
  136. viewmodel_offset_y "2"
  137. viewmodel_offset_z "-1.75"
  138. viewmodel_presetpos "0"
  139. viewmodel_recoil "0" //responds to weapon recoil and aimpunch
  140.  
  141. //--------------------------VIDEO SETTINGS--//
  142. mat_monitorgamma "1.6"
  143. mat_monitorgamma_tv_enabled "1"
  144. mat_queue_mode "2"
  145.  
  146. //--------------------------TWEAKS--//
  147. fps_max "0"
  148. cl_autohelp "0"
  149. cl_autowepswitch "0"
  150. cl_use_opens_buy_menu "0"
  151. cl_disablehtmlmotd "1"
  152. cl_debugrumble "0"
  153. cl_detail_avoid_force "0"
  154. cl_detail_avoid_radius "0"
  155. cl_detail_avoid_recover_speed "0"
  156. cl_detail_max_sway "0"
  157. cl_disablefreezecam "1"
  158. cl_freezecameffects_showholiday "0"
  159. cl_freezecampanel_position_dynamic "0"
  160. cl_loadout_colorweaponnames "1" //colored weapon names so it matches rarity
  161. cl_radar_icon_scale_min "1" //sets the minimum player icon scale
  162. cl_showloadout "1" //so it doesnt fade out the weapon slots
  163. cl_teamid_overhead_always 1 //wallhack your team
  164. func_break_max_pieces 0 //less clutter from breaking vents (especially in mirage)
  165. hud_showtargetid "1" //displays target names
  166. log_onefile "0"
  167. muzzleflash_light "0"
  168. r_cheapwaterend "1"
  169. r_cheapwaterstart "1"
  170. r_dynamic "0"
  171. r_drawtracers_firstperson "0"
  172. r_eyegloss "0"
  173. r_eyemove "0"
  174. r_eyeshift_x "0"
  175. r_eyeshift_y "0"
  176. r_eyeshift_z "0"
  177. r_eyesize "0"
  178. sys_antialiasing "0"
  179. sys_refldetail "0"
  180. sv_logbans "0"
  181. sv_logecho "0"
  182. sv_logfile "0"
  183. sv_logflush "0"
  184. vprof_verbose "0"
  185.  
  186. //miscellaneous
  187. alias "dc" disconnect //timesaving shortcut for disconnect.
  188.  
  189. //--------------------------SOUND SETTINGS--//
  190. snd_mixahead "0.05"
  191. soundscape_flush
  192. cl_soundemitter_flush "1"
  193. snd_headphone_pan_exponent 2
  194. snd_front_headphone_position "45"
  195. snd_rear_headphone_position "90"
  196. snd_headphone_pan_radial_weight "0.5"
  197. dsp_enhance_stereo "0"
  198. snd_legacy_surround "0"
  199. snd_mute_losefocus "0"
  200. snd_hwcompat "1" //disables advanced 3d audio processing.
  201. snd_pitchquality "1"
  202. snd_front_headphone_position "50.2"
  203. snd_menumusic_volume 0
  204. snd_deathcamera_volume 0 //turns down the death camera volume each time you open cs
  205. snd_mvp_volume 0
  206. snd_deathcamera_volume 0
  207. windows_speaker_config "1"
  208.  
  209. voice_scale "0.35" //35% voice volume, can be easier to focus
  210. voice_enable "1" //enables the voice ingame.
  211.  
  212. //--------------------------CONNECTION SETTINGS--//
  213. rate "786432"
  214. cl_interp "0"
  215. cl_timeout "1337"
  216. cl_interp_ratio "1"
  217. cl_lagcompensation "1"
  218. cl_forcepreload "1"
  219. cl_predict "1"
  220. cl_predictweapons "1"
  221. sv_forcepreload "1"
  222. cl_forcepreload "1"
  223. cl_interpolate "1"
  224. cl_resend "6"
  225. cl_downloadfilter "nosounds"
  226. cl_allowdownload "0"
  227. cl_allowupload "0"
  228. cl_cmdrate "128"
  229. cl_updaterate "128"
  230.  
  231. //net graph settings
  232. net_allow_multicast "0"
  233. net_graph "1" //Shows my network usage data
  234. net_graphheight "990" //Changes height, used together with script
  235. net_graphmsecs "400" //The latency graph represents this many milliseconds
  236. net_graphpos "2" //Positioning of Net Graph
  237. net_graphproportionalfont "1" //Makes font bigger/smaller
  238. net_graphshowinterp "1" //Shows interpolation value
  239. net_graphshowlatency "1" //Shows latency value
  240. net_graphsolid "1" //Solid Net Graph
  241. net_graphtext "1" //Shows text fields
  242. net_maxroutable "1200" //Requested max packet size before packets are 'split'
  243. net_scale "5" //Makes font smaller
  244. net_splitrate "0"
  245.  
  246. //------------------------MOUSE SETTINGS--//
  247. m_mouseaccel2 "0" //Disables windows mouse acceleration initial threshold.
  248. m_mouseaccel1 "0" //Disables windows mouse acceleration initial threshold.
  249. m_customaccel "0" //Custom mouse acceleration disabled
  250. m_mousespeed "0" //Windows mouse acceleration disabled
  251. zoom_sensitivity_ratio_mouse 0.818933027098955175 //measures the actual scope sensitivity.
  252.  
  253. //--------------------------SCRIPTS--//
  254.  
  255. //ADVANCED BUYING SCRIPT
  256. //this is a script i made that revives the old buy presets from
  257. //counter-strike source/condition zero, including the default binds.
  258. //this uses the advanced bind script for this.
  259.  
  260. alias buyE1 "buy fiveseven; buy tec9; buy flashbang; buy decoy" //Five-Seven/Tec9/CZ75 + Flashbang + Decoy = $750
  261. alias buyE "bind s buyE1"
  262. alias buy11 "buy p250; buy vest" //P250 + Kevlar = $950
  263. alias buy1 bind d buy11
  264. alias buy22 "fullbuyrifle" //Full-buy AK47 = $4900 / Full-buy M4 = $5900
  265. alias buy2 bind f buy22
  266. alias buy33 "fullbuyawp" //Full-buy AWP = $7850 or $7250 in T side
  267. alias buy3 bind g buy33
  268. alias defbE "bind s +back"
  269. alias defb1 "bind d +moveright"
  270. alias defb2 "bind f slot8"
  271. alias defb3 "bind g drop"
  272.  
  273. alias +buybinds "buye; buy1; buy2; buy3;
  274. alias -buybinds "defbE; defb1; defb2; defb3;
  275. bind alt +buybinds
  276.  
  277. alias kevlars "buy vesthelm; buy vest" //Armor.
  278. alias buynades "buy smokegrenade; buy hegrenade; buy flashbang; buy incgrenade" //Nades worth $1200 / 1400
  279. alias fullbuyrifle "buy m4a1; buy ak47; kevlars; buynades; buy defuser" //Full buys either AK47 or M4A1-S/M4A4.
  280. alias fullbuyawp "buy awp; buy p250; kevlars; buynades; buy defuser" //Full buys the AWP
  281. bind f3 "buynades" //buys nades with a single bind.
  282.  
  283. //QUICKSWITCH
  284. //used to quit reloading/unzooming
  285. alias "+fastswitch" "slot3; alias -fastswitch lastinv"
  286. bind "mouse4" "+fastswitch" //Use to quit reload/unzoom
  287.  
  288. //JUMPTHROW
  289. //great for smoke throws.
  290. alias "+jumpthrow" "+jump;-attack"
  291. alias "-jumpthrow" "-jump"
  292. bind mouse5 "+jumpthrow"
  293.  
  294. //VOICE TOGGLE
  295. bind n "disablevoice"
  296. alias "disablevoice" "voice_chat"
  297. alias "voice_chat" "chat_1"
  298. alias "chat_1" "voice_scale 0.4; playvol buttons\blip1 0.5; alias voice_chat chat_0"
  299. alias "chat_0" "voice_scale 0.0; playvol buttons\blip2 0.5; alias voice_chat chat_1"
  300. chat_1 //automatically enables it. mostly recommended.
  301.  
  302. //ADVANCED HELP TOGGLE
  303. //what this does is obviously toggles the game instructor but it adds sound for players that are confused whether it's on or off.
  304. bind j "advhelptog"
  305. alias "advhelptog" "toggleautohelp"
  306. alias "toggleautohelp" "aah_1"
  307. alias "aah_1" "gameinstructor_enable "1"; playvol buttons\bell1 0.5; alias toggleautohelp aah_0"
  308. alias "aah_0" "gameinstructor_enable "0"; playvol buttons\blip1 0.5; alias toggleautohelp aah_1"
  309. aah_0 //automatically turns off the game instructor everytime this config is loaded.
  310.  
  311. //SCOREBOARD + NET GRAPH
  312. net_graphheight "9999" //hides the net graph so it's less distracting
  313. alias "+scorenet" "+showscores; net_graphheight 0"
  314. alias "-scorenet" "-showscores; net_graphheight 9999"
  315. bind "TAB" "+scorenet"
  316.  
  317. //just in case you want to permanently see the net graph:
  318. alias dTab "bind tab +showscores; net_graphheight 0"
  319. alias eTab "bind tab +scorenet; net_graphheight 9999" //for lazy purposes
  320.  
  321. //just in case you want to change the player count style:
  322. alias plco1 "cl_hud_playercount_showcount 1"
  323. alias plco0 "cl_hud_playercount_showcount 0" //for lazy purposes
  324.  
  325. //CHAT FLOODING
  326. //the default key to be bound to is P. i also have some spam scripts you can use.
  327.  
  328. //i'm poppy
  329. alias "poppychat" "poppy"
  330. alias "poppy" "poppy0"
  331. alias "poppy0" "poppychat0; alias poppy poppy1"
  332. alias "poppy1" "poppychat1; alias poppy poppy2"
  333. alias "poppy2" "poppychat2; alias poppy poppy3"
  334. alias "poppy3" "poppychat3; alias poppy poppy4"
  335. alias "poppy4" "poppychat4; alias poppy poppy5"
  336. alias "poppy5" "poppychat5; alias poppy poppy6"
  337. alias "poppy6" "poppychat6; alias poppy poppy7"
  338. alias "poppy7" "poppychat7; alias poppy poppy0"
  339. alias poppychat0 "say I thought you loved me."
  340. alias poppychat1 "say I thought the internet was my safe place."
  341. alias poppychat2 "say Why are you acting this way?"
  342. alias poppychat3 "say I want to love you."
  343. alias poppychat4 "say What can I do to make you love me?"
  344. alias poppychat5 "say Do you love me?"
  345. alias poppychat6 "say I'm only human."
  346. alias poppychat7 "say I'm Poppy."
  347.  
  348. //custom spamchat bind
  349. alias "spamchathelp" "echo to load up a spam type:; echo bind "KEY" "preset"; echo type 'spamtemplates' in console to show templates."
  350. alias "spamtemplates" "echo list of spam-presets (6 loaded): ; echo impoppy: "I'm Poppy."; echo chingchong: "CHING CHONG NIGGER"; echo blackgay: "I'M BLACK AND GAY!1!!!!1!!!!111!!11ONE"; echo poppytransmission: "*insert transmission video*"; echo despacito "despacito"; echo twich "fucking you mouth twich :)))" echo; echo to load up the spam type:; echo bind "KEY" "preset";
  351.  
  352. //spam templates
  353. alias "impoppy" "say I'm Poppy."
  354. alias "chingchong" "say CHING CHONG NIGGER"
  355. alias "blackgay" "say I'M BLACK AND GAY!1!!!!1!!!!111!!11ONE"
  356. alias "despacito" "despacito"
  357. alias "poppytransmission" "poppychat"
  358. alias "twich" "say fucking you mouth twich :)))"
  359.  
  360. //AIMBOT
  361. developer "1" //so you'll see the text
  362. con_filter_enable 2
  363. con_filter_text pDarven //filters out the text
  364. alias +darven "+attack; con_filter_text_out pNaraga; con_filter_text pDarven; echo pDarven"
  365. alias -darven "-attack; clear; echo pDarven"
  366. alias +naraga "+attack2; con_filter_text_out pDarven; con_filter_text pNaraga; echo pNaraga"
  367. alias -naraga "-attack2; clear; echo pNaraga"
  368.  
  369. //dedicated to Foekroka
  370.  
  371. //defaults
  372. alias restorescriptdefaults "bind p impoppy; aah_0; alias "poppy" "poppy0"; chat_1"
  373. restorescriptdefaults
  374.  
  375. //--------------------------FINISHERS--//
  376. host_writeconfig
  377. clear
  378.  
  379. echo Ezraph config loaded.
  380. echo follow me:
  381. echo youtube.com/ezraph2001
  382. echo twitter.com/aesthzraph
  383. echo instagram.com/aesthzraph
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement