NanashiSC

flizzflobking(version2).cfg

Aug 10th, 2016
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.43 KB | None | 0 0
  1. clear
  2. echo **********************************************
  3. echo * flizzflobking's CS:GO-CONFIG
  4. echo **********************************************
  5. echo *
  6. echo * Version: 2016-08-10
  7. echo * Author: flizzflobking
  8. echo * Editor: /u/NanashiSC
  9. echo * Pastebin: http://pastebin.com/9y80KAkf
  10. echo *
  11. echo * Launch-Options: -high -language flizzflobking -novid +exec flizzflobking.cfg
  12. echo *
  13. echo **********************************************
  14.  
  15.  
  16. //-------------------------------------------------------------------------------------------------------------------------------------
  17. // INDEX
  18. //-------------------------------------------------------------------------------------------------------------------------------------
  19. // 1. Commands
  20. // 1.1 Audio
  21. // 1.1.1 General
  22. // 1.1.2 Headphones
  23. // 1.1.3 Stereo Speakers
  24. // 1.1.4 Surround Sound
  25. // 1.1.5 Music
  26. // 1.1.6 Voice Settings
  27. // 1.2 Console Filter (Display Damage)
  28. // 1.3 Freezecam
  29. // 1.4 Gameplay
  30. // 1.5 help And Other Messages
  31. // 1.6 HUD
  32. // 1.6.1 FPS Meter
  33. // 1.6.2 HUD Settings
  34. // 1.6.3 Killfeed
  35. // 1.6.4 Loadout
  36. // 1.6.5 Mini Scoreboard
  37. // 1.6.6 Netgraph
  38. // 1.6.7 Steam Notifications
  39. // 1.7 Matchmaking
  40. // 1.8 Monitor
  41. // 1.8.1 Brightness
  42. // 1.8.2 Eyes
  43. // 1.8.3 FPS Max
  44. // 1.9 Mouse
  45. // 1.9.1 Signal processing
  46. // 1.9.2 Sensitivity
  47. // 1.9.3 Crosshair Settings
  48. // 1.10 Misc
  49. // 1.11 Radar Settings
  50. // 1.12 Spectator Mode
  51. // 1.13 Viewmodel
  52. // 1.13.1 Left OR Righthanded
  53. // 1.13.2 Positioning
  54. // 1.13.3 Bobbing And Shifting
  55. // 2. Aliases
  56. // 2.1 Equippment
  57. // 2.2 Weapons
  58. // 2.2.1 Grenades
  59. // 2.2.2 Machine Guns
  60. // 2.2.3 Pistols
  61. // 2.2.4 Rifles
  62. // 2.2.5 Shotguns
  63. // 2.2.6 SMGs
  64. // 2.3 Maps
  65. // 2.4 Misc
  66. // 3. Scripts
  67. // 3.1 Global Variabels
  68. // 3.2 $1v1-Mode ON
  69. // 3.3 $B-Hop ON
  70. // 3.4 $Check And Duck
  71. // 3.5 $CrouchJump
  72. // 3.6 $Drop And Pick
  73. // 3.7 $Drop Bomb
  74. // 3.8 $JumpThrow
  75. // 3.9 $KnifeToFlash
  76. // 3.10 $Practice Mode ON
  77. // 3.11 $ScoreNetgraph
  78. // 3.12 $Surf-Mode ON
  79. // 3.13 $Toggle AFK
  80. // 3.14 $Use, Pickup, Detect And Defuse
  81. // 4. Binds
  82. // 4.1 Mouse
  83. // 4.2 Keyboard
  84. // 4.2.1 Action-Keys
  85. // 4.2.2 Bot Commands
  86. // 4.2.3 Buy
  87. // 4.2.4 Console
  88. // 4.2.5 Misc
  89. // 4.2.6 Movement
  90. // 4.2.7 Team / Communications
  91. // 4.2.8 Server / Training
  92. // 4.2.9 Slots
  93. //-------------------------------------------------------------------------------------------------------------------------------------
  94.  
  95.  
  96.  
  97. echo > Executing Commands ...
  98. //-------------------------------------------------------------------------------------------------------------------------------------
  99. // 1.1 Audio --->
  100. //-------------------------------------------------------------------------------------------------------------------------------------
  101. // 1.1.1 General
  102. //-------------------------------------------------------------------------------------------------------------------------------------
  103. snd_mixahead 0.05
  104. snd_mute_losefocus 0
  105. volume 1
  106. windows_speaker_config 1
  107. //-------------------------------------------------------------------------------------------------------------------------------------
  108. // 1.1.2 Headphones
  109. //-------------------------------------------------------------------------------------------------------------------------------------
  110. snd_front_headphone_position 90
  111. snd_headphone_pan_exponent 1.2
  112. snd_headphone_pan_radial_weight 1
  113. snd_rear_headphone_position 90
  114. //-------------------------------------------------------------------------------------------------------------------------------------
  115. // 1.1.3 Stereo Speakers
  116. //-------------------------------------------------------------------------------------------------------------------------------------
  117. snd_front_stereo_speaker_position 90
  118. snd_rear_stereo_speaker_position 90
  119. snd_stereo_speaker_pan_exponent 1.2
  120. snd_stereo_speaker_pan_radial_weight 1
  121. //-------------------------------------------------------------------------------------------------------------------------------------
  122. // 1.1.4 Surround Sound
  123. //-------------------------------------------------------------------------------------------------------------------------------------
  124. snd_front_surround_speaker_position 90
  125. snd_rear_surround_speaker_position 90
  126. snd_surround_speaker_pan_exponent 1.2
  127. snd_surround_speaker_pan_radial_weight 1
  128. //-------------------------------------------------------------------------------------------------------------------------------------
  129. // 1.1.5 Music
  130. //-------------------------------------------------------------------------------------------------------------------------------------
  131. snd_deathcamera_volume 0
  132. snd_mapobjective_volume 0
  133. snd_menumusic_volume 0
  134. snd_musicvolume 0.5
  135. snd_roundend_volume 0
  136. snd_roundstart_volume 0
  137. snd_tensecondwarning_volume 0.5
  138. //-------------------------------------------------------------------------------------------------------------------------------------
  139. // 1.1.6 Voice Settings
  140. //-------------------------------------------------------------------------------------------------------------------------------------
  141. lobby_voice_chat_enabled 0
  142. voice_enable 1
  143. voice_loopback 1
  144. voice_scale 0.25
  145. //-------------------------------------------------------------------------------------------------------------------------------------
  146. // <--- Audio
  147. //-------------------------------------------------------------------------------------------------------------------------------------
  148. // 1.2 Console Filter (Display Damage)
  149. //-------------------------------------------------------------------------------------------------------------------------------------
  150. con_enable 1
  151. con_filter_enable 2
  152. con_filter_text "Damage"
  153. con_filter_text_out "Player:"
  154. developer 1
  155. //-------------------------------------------------------------------------------------------------------------------------------------
  156. // 1.3 Freezecam
  157. //-------------------------------------------------------------------------------------------------------------------------------------
  158. cl_disablefreezecam 1
  159. cl_freezecampanel_position_dynamic 0
  160. cl_freezecameffects_showholiday 0
  161. //-------------------------------------------------------------------------------------------------------------------------------------
  162. // 1.4 Gameplay
  163. //-------------------------------------------------------------------------------------------------------------------------------------
  164. cl_autowepswitch 0
  165. cl_dm_buyrandomweapons 0
  166. option_duck_method 0
  167. option_speed_method 0
  168. //-------------------------------------------------------------------------------------------------------------------------------------
  169. // 1.5 Help And Other Messages
  170. //-------------------------------------------------------------------------------------------------------------------------------------
  171. cl_autohelp 0
  172. cl_disablehtmlmotd 1
  173. cl_showhelp 0
  174. gameinstructor_enable 0
  175. player_nevershow_communityservermessage 1
  176. //-------------------------------------------------------------------------------------------------------------------------------------
  177. // 1.6 HUD (A-Z) --->
  178. //-------------------------------------------------------------------------------------------------------------------------------------
  179. // 1.6.1 FPS Meter
  180. //-------------------------------------------------------------------------------------------------------------------------------------
  181. cl_showfps 0
  182. cl_showpos 0
  183. //-------------------------------------------------------------------------------------------------------------------------------------
  184. // 1.6.2 HUD Settings
  185. //-------------------------------------------------------------------------------------------------------------------------------------
  186. cl_hud_background_alpha 0.75
  187. cl_hud_color 1
  188. cl_hud_healthammo_style 1
  189. hud_scaling 0.95
  190. hud_showtargetid 1
  191. safezonex 1
  192. safezoney 1
  193. //-------------------------------------------------------------------------------------------------------------------------------------
  194. // 1.6.3 Killfeed
  195. //-------------------------------------------------------------------------------------------------------------------------------------
  196. cl_show_clan_in_death_notice 1
  197. //-------------------------------------------------------------------------------------------------------------------------------------
  198. // 1.6.4 Loadout
  199. //-------------------------------------------------------------------------------------------------------------------------------------
  200. cl_hud_bomb_under_radar 1
  201. cl_loadout_colorweaponnames 1
  202. cl_showloadout 1
  203. //-------------------------------------------------------------------------------------------------------------------------------------
  204. // 1.6.5 Mini Scoreboard
  205. //-------------------------------------------------------------------------------------------------------------------------------------
  206. cl_hud_playercount_pos 0
  207. cl_hud_playercount_showcount 1
  208. //-------------------------------------------------------------------------------------------------------------------------------------
  209. // 1.6.6 Netgraph
  210. //-------------------------------------------------------------------------------------------------------------------------------------
  211. net_graph 1
  212. net_graphheight 99999
  213. net_graphpos 2
  214. net_graphproportionalfont 0
  215. //-------------------------------------------------------------------------------------------------------------------------------------
  216. // 1.6.7 Steam Notifications
  217. //-------------------------------------------------------------------------------------------------------------------------------------
  218. ui_steam_overlay_notification_position topright
  219. //-------------------------------------------------------------------------------------------------------------------------------------
  220. // <--- HUD Settings (A-Z)
  221. //-------------------------------------------------------------------------------------------------------------------------------------
  222. // 1.7 Matchmaking
  223. //-------------------------------------------------------------------------------------------------------------------------------------
  224. cl_clanid 16859148
  225. cl_color 2
  226. cl_teammate_colors_show 2
  227. mm_dedicated_search_maxping 50
  228. //-------------------------------------------------------------------------------------------------------------------------------------
  229. // 1.8 Network Settings
  230. //-------------------------------------------------------------------------------------------------------------------------------------
  231. cl_cmdrate 128
  232. cl_downloadfilter nosounds //Download filter
  233. cl_interp 0 // Interpolation
  234. cl_interp_ratio 1
  235. cl_lagcompensation 1 //Lag compensation
  236. cl_resend 1.5 //Connection retry
  237. cl_resend_timeout 20000
  238. cl_updaterate 128
  239. rate 128000
  240. //-------------------------------------------------------------------------------------------------------------------------------------
  241. // 1.9 Monitor/Video Settings --->
  242. //-------------------------------------------------------------------------------------------------------------------------------------
  243. // 1.9.1 Brightness
  244. //-------------------------------------------------------------------------------------------------------------------------------------
  245. mat_monitorgamma 1.6
  246. mat_monitorgamma_tv_enabled 0
  247. //-------------------------------------------------------------------------------------------------------------------------------------
  248. // 1.9.2 Eyes
  249. //-------------------------------------------------------------------------------------------------------------------------------------
  250. r_eyegloss 0
  251. r_eyemove 0
  252. r_eyeshift_x 0
  253. r_eyeshift_y 0
  254. r_eyeshift_z 0
  255. r_eyesize 0
  256. //-------------------------------------------------------------------------------------------------------------------------------------
  257. // 1.9.3 FPS Max
  258. //-------------------------------------------------------------------------------------------------------------------------------------
  259. fps_max 0 //Old Value 59
  260. fps_max_menu 0
  261. //-------------------------------------------------------------------------------------------------------------------------------------
  262. // <--- Monitor/Video Settings
  263. //------------------------------------------------------------------------------------------------------------------------------------------
  264. // 1.9 Mouse -->
  265. //-------------------------------------------------------------------------------------------------------------------------------------
  266. // 1.9.1 Signal Processing
  267. //-------------------------------------------------------------------------------------------------------------------------------------
  268. m_rawinput 1 //Raw input
  269. m_customaccel 0
  270. m_mouseaccel1 0
  271. m_mouseaccel2 0
  272. m_mousespeed 0
  273. //-------------------------------------------------------------------------------------------------------------------------------------
  274. // 1.9.2 Sensitivity
  275. //-------------------------------------------------------------------------------------------------------------------------------------
  276. sensitivity 0.5
  277. zoom_sensitivity_ratio_mouse 1
  278. //-------------------------------------------------------------------------------------------------------------------------------------
  279. // 1.9.3 Crosshair Settings
  280. //-------------------------------------------------------------------------------------------------------------------------------------
  281. cl_crosshair_drawoutline 0
  282. cl_crosshair_outlinethickness 1
  283. cl_crosshairalpha 255
  284. cl_crosshaircolor 5
  285. cl_crosshaircolor_b 255
  286. cl_crosshaircolor_g 0
  287. cl_crosshaircolor_r 255
  288. cl_crosshairdot 1
  289. cl_crosshairgap -2
  290. cl_crosshairgap_useweaponvalue 0
  291. cl_crosshairsize 2
  292. cl_crosshairstyle 4
  293. cl_crosshairthickness 0.5
  294. cl_crosshairusealpha 1
  295. cl_crosshair_sniper_width 1 //Scope
  296. //-------------------------------------------------------------------------------------------------------------------------------------
  297. // <--- Mouse
  298. //-------------------------------------------------------------------------------------------------------------------------------------
  299. // 1.10 Misc
  300. //-------------------------------------------------------------------------------------------------------------------------------------
  301. budget_show_history 0
  302. closeonbuy 0
  303. cl_detail_avoid_force 0
  304. cl_detail_avoid_radius 0
  305. cl_detail_avoid_recover_speed 0
  306. cl_detail_max_sway 0
  307. cl_forcepreload 1
  308. cl_join_advertise 2
  309. cl_rumblescale 0
  310. cl_use_opens_buy_menu 0
  311. engine_no_focus_sleep 0
  312. func_break_max_pieces 0
  313. mat_osx_force_csm_enabled 1
  314. mat_powersavingsmode 0
  315. mat_queue_mode 2
  316. r_drawtracers_firstperson 0
  317. r_dynamic 1
  318. //-------------------------------------------------------------------------------------------------------------------------------------
  319. // 1.11 Radar Settings
  320. //-------------------------------------------------------------------------------------------------------------------------------------
  321. cl_hud_radar_scale 1.3 //HUD Scale
  322. cl_radar_always_centered 0
  323. cl_radar_icon_scale_min 0.4
  324. cl_radar_rotate 1
  325. cl_radar_scale 0.3 //Map Scale
  326. cl_radar_square_with_scoreboard 0 //Scoreboard
  327. //-------------------------------------------------------------------------------------------------------------------------------------
  328. // 1.12 Spectator
  329. //-------------------------------------------------------------------------------------------------------------------------------------
  330. cl_spec_follow_grenade_key 1
  331. spec_replay_autostart 0
  332. spec_show_xray 1
  333. //-------------------------------------------------------------------------------------------------------------------------------------
  334. // 1.13 Viewmodel --->
  335. //-------------------------------------------------------------------------------------------------------------------------------------
  336. // 1.13.1 Left OR Righthanded
  337. //-------------------------------------------------------------------------------------------------------------------------------------
  338. cl_righthand 1
  339. //-------------------------------------------------------------------------------------------------------------------------------------
  340. // 1.13.2 Positioning
  341. //-------------------------------------------------------------------------------------------------------------------------------------
  342. viewmodel_fov 68
  343. viewmodel_offset_x 2.5
  344. viewmodel_offset_y 2
  345. viewmodel_offset_z -2
  346. viewmodel_presetpos 0
  347. //-------------------------------------------------------------------------------------------------------------------------------------
  348. // 1.13.3 Bobbing And Shifting
  349. //-------------------------------------------------------------------------------------------------------------------------------------
  350. cl_bob_lower_amt 5
  351. cl_bobamt_lat 0.1
  352. cl_bobamt_vert 0.1
  353. cl_viewmodel_shift_left_amt 0.5
  354. cl_viewmodel_shift_right_amt 0.25
  355. //-------------------------------------------------------------------------------------------------------------------------------------
  356. // <--- Viewmodel
  357. //-------------------------------------------------------------------------------------------------------------------------------------
  358.  
  359.  
  360.  
  361. echo > Creating Aliases ...
  362. //-------------------------------------------------------------------------------------------------------------------------------------
  363. // 2. Aliases (Command Shortcuts) --->
  364. //-------------------------------------------------------------------------------------------------------------------------------------
  365. // 2.1 Equippment
  366. //-------------------------------------------------------------------------------------------------------------------------------------
  367. alias helm give item_assaultsuit
  368. alias c4 give weapon_c4
  369. alias kit give item_defuser
  370. alias armor give item_kevlar
  371. alias taser give weapon_taser
  372. alias equip "helm; c4; kit; armor; taser"
  373. //-------------------------------------------------------------------------------------------------------------------------------------
  374. // 2.2 Weapons --->
  375. //-------------------------------------------------------------------------------------------------------------------------------------
  376. // 2.2.1 Grenades
  377. //-------------------------------------------------------------------------------------------------------------------------------------
  378. alias decoy give weapon_decoy
  379. alias flash "give weapon_flashbang; give weapon_flashbang"
  380. alias he give weapon_hegrenade
  381. alias inc give weapon_incgrenade
  382. alias mol give weapon_molotov
  383. alias smoke give weapon_smokegrenade
  384. alias nades "decoy; flash; he; inc; mol; smoke"
  385. //-------------------------------------------------------------------------------------------------------------------------------------
  386. // 2.2.2 Machine Guns
  387. //-------------------------------------------------------------------------------------------------------------------------------------
  388. alias machines "m249; negev"
  389. alias m249 give weapon_m249
  390. alias negev give weapon_negev
  391. //-------------------------------------------------------------------------------------------------------------------------------------
  392. // 2.2.3 Pistols
  393. //-------------------------------------------------------------------------------------------------------------------------------------
  394. alias cz give weapon_cz75a
  395. alias deagle give weapon_deagle
  396. alias dual give weapon_elite
  397. alias 57 give weapon_fiveseven
  398. alias glock give weapon_glock
  399. alias p2000 give weapon_hkp2000
  400. alias p250 give weapon_p250
  401. alias r8 give weapon_revolver
  402. alias tec9 give weapon_tec9
  403. alias usp give weapon_usp_silencer
  404. alias pistols "cz; deagle; dual; 57; glock; p2000; p250; r8; tec9; usp"
  405. //-------------------------------------------------------------------------------------------------------------------------------------
  406. // 2.2.4 Rifles
  407. //-------------------------------------------------------------------------------------------------------------------------------------
  408. alias ak give weapon_ak47
  409. alias aug give weapon_aug
  410. alias awp give weapon_awp
  411. alias famas give weapon_famas
  412. alias g3sg1 give weapon_g3sg1
  413. alias galil give weapon_galilar
  414. alias m4 give weapon_m4a1
  415. alias m4s give weapon_m4a1_silencer
  416. alias scar give weapon_scar20
  417. alias sg give weapon_sg556
  418. alias scout give weapon_ssg08
  419. alias rifles "ak; aug; awp; famas; g3sg1; galil; m4; m4s; scar; sg; scout"
  420. //-------------------------------------------------------------------------------------------------------------------------------------
  421. // 2.2.5 Shotguns
  422. //-------------------------------------------------------------------------------------------------------------------------------------
  423. alias mag7 give weapon_mag7
  424. alias nova give weapon_nova
  425. alias sawoff give weapon_sawedoff
  426. alias xm give weapon_xm1014
  427. alias shots "mag7; nova; sawoff; xm"
  428. //-------------------------------------------------------------------------------------------------------------------------------------
  429. // 2.2.6 SMGs
  430. //-------------------------------------------------------------------------------------------------------------------------------------
  431. alias bizon give weapon_bizon
  432. alias mac10 give weapon_mac10
  433. alias mp7 give weapon_mp7
  434. alias mp9 give weapon_mp9
  435. alias p90 give weapon_p90
  436. alias ump give weapon_ump45
  437. alias smgs "bizon; mac10; mp7; mp9; p90; ump"
  438. //-------------------------------------------------------------------------------------------------------------------------------------
  439. // <--- Weapons
  440. //-------------------------------------------------------------------------------------------------------------------------------------
  441. // 2.3 Maps
  442. //-------------------------------------------------------------------------------------------------------------------------------------
  443. alias aztec map de_aztec
  444. alias cache map de_cache
  445. alias cbble map de_cbble
  446. alias dust map de_dust
  447. alias dust2 map de_dust2
  448. alias inferno map de_inferno
  449. alias mirage map de_mirage
  450. alias nuke map de_nuke
  451. alias overpass map de_overpass
  452. alias train map de_train
  453. alias vertigo map de_vertigo
  454. //-------------------------------------------------------------------------------------------------------------------------------------
  455. // 2.4 Misc
  456. //-------------------------------------------------------------------------------------------------------------------------------------
  457. alias dc disconnect
  458. alias 1p firstperson
  459. alias qq quit
  460. alias 3p thirdperson
  461. alias voice "toggle voice_enable 0 1"
  462. alias mute "toggle volume 0 1"
  463. //-------------------------------------------------------------------------------------------------------------------------------------
  464. // <--- Aliases (Command Shortcuts)
  465. //-------------------------------------------------------------------------------------------------------------------------------------
  466.  
  467.  
  468.  
  469. echo > Loading Scripts ...
  470. //-------------------------------------------------------------------------------------------------------------------------------------
  471. // 3. SCRIPTS (A - Z) --->
  472. //-------------------------------------------------------------------------------------------------------------------------------------
  473. // 3.1 @Global Variables
  474. //-------------------------------------------------------------------------------------------------------------------------------------
  475. alias check "";
  476. //-------------------------------------------------------------------------------------------------------------------------------------
  477. // 3.2 $1v1-Mode ON
  478. //-------------------------------------------------------------------------------------------------------------------------------------
  479. alias 1v1_mode "1v1_mode_1; 1v1_mode_2; 1v1_mode_3"
  480. alias 1v1_mode_1 "sv_cheats 1; bot_kick; ammo_grenade_limit_flashbang 2; ammo_grenade_limit_total 99999; mp_anyone_can_pickup_c4 0; mp_autokick 0; mp_autoteambalance 0; mp_buy_anywhere 1; mp_buytime 99999; mp_freezetime 3"
  481. alias 1v1_mode_2 "mp_ignore_round_win_conditions 0; mp_limitteams 0; mp_maxmoney 99999; mp_respawn_on_death_ct 0; mp_respawn_on_death_t 0; mp_roundtime 99999; mp_roundtime_defuse 99999; mp_solid_teammates 1; mp_teammates_are_enemies 0; mp_startmoney 99999"
  482. alias 1v1_mode_3 "sv_accelerate 5.5; sv_airaccelerate 12; sv_maxvelocity 3500; sv_staminajumpcost 0.08; sv_staminalandcost 0.05; sv_staminamax 80; mp_warmup_end; mp_restartgame 1"
  483. //-------------------------------------------------------------------------------------------------------------------------------------
  484. // 3.3 $B-Hop ON
  485. //-------------------------------------------------------------------------------------------------------------------------------------
  486. alias bhop_mode "bhop_mode_1; bhop_mode_2; bhop_mode_3"
  487. alias bhop_mode_1 "sv_cheats 1; bot_kick; ammo_grenade_limit_flashbang 2; ammo_grenade_limit_total 99999; mp_anyone_can_pickup_c4 0; mp_autokick 0; mp_autoteambalance 0; mp_buy_anywhere 1; mp_buytime 99999; mp_freezetime 0"
  488. alias bhop_mode_2 "mp_ignore_round_win_conditions 1; mp_limitteams 0; mp_maxmoney 99999; mp_respawn_on_death_ct 1; mp_respawn_on_death_t 1; mp_roundtime 99999; mp_roundtime_defuse 99999; mp_solid_teammates 0; mp_teammates_are_enemies 0; mp_startmoney 99999"
  489. alias bhop_mode_3 "sv_accelerate 12; sv_airaccelerate 1000; sv_maxvelocity 99999; sv_staminajumpcost 0; sv_staminalandcost 0; sv_staminamax 0; mp_warmup_end; mp_restartgame 1"
  490. //-------------------------------------------------------------------------------------------------------------------------------------
  491. // 3.4 $Check And Duck
  492. //-------------------------------------------------------------------------------------------------------------------------------------
  493. alias +checkandduck "+duck; alias check +duck"
  494. alias -checkandduck "-duck; alias check"
  495. //-------------------------------------------------------------------------------------------------------------------------------------
  496. // 3.5 $CrouchJump
  497. //-------------------------------------------------------------------------------------------------------------------------------------
  498. alias +crouchjump "-duck; +jump; +duck; spec_mode"
  499. alias -crouchjump "-duck; -jump; check"
  500. //-------------------------------------------------------------------------------------------------------------------------------------
  501. // 3.6 $Drop And Pick
  502. //-------------------------------------------------------------------------------------------------------------------------------------
  503. alias +dropandpick "drop; cl_autowepswitch 1"
  504. alias -dropandpick "cl_autowepswitch 0"
  505. //-------------------------------------------------------------------------------------------------------------------------------------
  506. // 3.7 $Drop Bomb
  507. //-------------------------------------------------------------------------------------------------------------------------------------
  508. alias +drop_bomb "use weapon_c4; drop; say_team I dropped the Bomb"
  509. alias -drop_bomb use weapon_knife //Nanashi: Not sure if Knife is the right choice
  510. //-------------------------------------------------------------------------------------------------------------------------------------
  511. // 3.8 $JumpThrow
  512. //-------------------------------------------------------------------------------------------------------------------------------------
  513. alias +jumpthrow "+jump; -attack; -attack2"
  514. alias -jumpthrow -jump
  515. //-------------------------------------------------------------------------------------------------------------------------------------
  516. // 3.9 $KnifeToFlash
  517. //-------------------------------------------------------------------------------------------------------------------------------------
  518. alias +knifeToFlash use weapon_knife
  519. alias -knifeToFlash slot7
  520. //-------------------------------------------------------------------------------------------------------------------------------------
  521. // 3.10 $Practice Mode ON
  522. //-------------------------------------------------------------------------------------------------------------------------------------
  523. alias practice_mode "practice_mode_1; practice_mode_2; practice_mode_3"
  524. alias practice_mode_1 "sv_cheats 1; bot_kick; ammo_grenade_limit_flashbang 2; ammo_grenade_limit_total 99999; mp_anyone_can_pickup_c4 1; mp_autokick 0; mp_autoteambalance 0; mp_buy_anywhere 1; mp_buytime 99999; mp_freezetime 0"
  525. alias practice_mode_2 "mp_ignore_round_win_conditions 1; mp_limitteams 0; mp_maxmoney 99999; mp_respawn_on_death_ct 1; mp_respawn_on_death_t 1; mp_roundtime 99999; mp_roundtime_defuse 99999; mp_solid_teammates 1; mp_teammates_are_enemies 1; mp_startmoney 99999"
  526. alias practice_mode_3 "sv_accelerate 5.5; sv_airaccelerate 12; sv_maxvelocity 3500; sv_staminajumpcost 0.08; sv_staminalandcost 0.05; sv_staminamax 80; mp_warmup_end; mp_restartgame 1"
  527. //-------------------------------------------------------------------------------------------------------------------------------------
  528. // 3.11 $ScoreNetgraph
  529. //-------------------------------------------------------------------------------------------------------------------------------------
  530. alias +scorenetgraph "+showscores; cl_showpos 1; net_graphheight 0"
  531. alias -scorenetgraph "-showscores; cl_showpos 0; net_graphheight 99999"
  532. //-------------------------------------------------------------------------------------------------------------------------------------
  533. // 3.12 $Surf-Mode ON
  534. //-------------------------------------------------------------------------------------------------------------------------------------
  535. alias surf_mode "surf_mode_1; surf_mode_2; surf_mode_3"
  536. alias surf_mode_1 "sv_cheats 1; bot_kick; ammo_grenade_limit_flashbang 2; ammo_grenade_limit_total 99999; mp_anyone_can_pickup_c4 0; mp_autokick 0; mp_autoteambalance 0; mp_buy_anywhere 1; mp_buytime 99999; mp_freezetime 0"
  537. alias surf_mode_2 "mp_ignore_round_win_conditions 1; mp_limitteams 0; mp_maxmoney 99999; mp_respawn_on_death_ct 1; mp_respawn_on_death_t 1; mp_roundtime 99999; mp_roundtime_defuse 99999; mp_solid_teammates 0; mp_teammates_are_enemies 0; mp_startmoney 99999"
  538. alias surf_mode_3 "sv_accelerate 12; sv_airaccelerate 2000; sv_maxvelocity 99999; sv_staminajumpcost 0; sv_staminalandcost 0; sv_staminamax 0; mp_warmup_end; mp_restartgame 1"
  539. //-------------------------------------------------------------------------------------------------------------------------------------
  540. // 3.13 $Toggle AFK
  541. //-------------------------------------------------------------------------------------------------------------------------------------
  542. alias afk_mode_on "+left; alias toggle_afk_mode afk_mode_off"
  543. alias afk_mode_off "-left; alias toggle_afk_mode afk_mode_on"
  544. alias toggle_afk_mode afk_mode_on
  545. //-------------------------------------------------------------------------------------------------------------------------------------
  546. // 3.14 $Use, Pickup (Weapon), Detect And Defuse
  547. //-------------------------------------------------------------------------------------------------------------------------------------
  548. alias +usePickupDetectAndDefuse "+use; cl_autowepswitch 1; cl_clearhinthistory; gameinstructor_enable 1"
  549. alias -usePickupDetectAndDefuse "-use; cl_autowepswitch 0; gameinstructor_enable 0"
  550. //-------------------------------------------------------------------------------------------------------------------------------------
  551. // <--- SCRIPTS (A - Z)
  552. //-------------------------------------------------------------------------------------------------------------------------------------
  553.  
  554.  
  555.  
  556. unbindall
  557. //-------------------------------------------------------------------------------------------------------------------------------------
  558. // 4. Binds -->
  559. //-------------------------------------------------------------------------------------------------------------------------------------
  560. echo > Loading Mouse-Binds ...
  561. //-------------------------------------------------------------------------------------------------------------------------------------
  562. // 4.1 Mouse
  563. //-------------------------------------------------------------------------------------------------------------------------------------
  564. bind MOUSE1 +attack
  565. bind MOUSE2 +attack2
  566. bind MOUSE3 slot10 //Middle-Click: Molotov, Incendiary
  567. bind MOUSE4 +knifeToFlash
  568. bind MOUSE5 slot8 //Smoke
  569. bind MWHEELUP slot9 //Decoy
  570. bind MWHEELDOWN +jump
  571.  
  572.  
  573.  
  574. echo > Loading Keyboard-Binds ...
  575. //-------------------------------------------------------------------------------------------------------------------------------------
  576. // 4.2 Keyboard --->
  577. //-------------------------------------------------------------------------------------------------------------------------------------
  578. // 4.2.1 Action-Keys (A-Z)
  579. //-------------------------------------------------------------------------------------------------------------------------------------
  580. bind c +jumpthrow
  581. bind e +usePickupDetectAndDefuse
  582. bind f "+lookatweapon; r_cleardecals" //Inspect weapon and clear decals
  583. bind g +dropandpick
  584. bind i toggle_afk_mode
  585. bind q lastinv //Last weapon
  586. bind r +reload
  587. bind t +drop_bomb
  588. bind x "toggle cl_radar_always_centered 0 1; toggle cl_radar_scale 0.3 0.7" // X: Toggle radar zoom
  589. bind z "toggle cl_crosshairgap -2 5; toggle cl_crosshairsize 2 99999" //Crosshair Smoke
  590. bind , "toggle sensitivity 0.5 5"
  591. bind TAB +scorenetgraph
  592. bind LEFTARROW exec flizzflobking //Execute flizzflobking.cfg
  593. bind RIGHTARROW "cl_reload_hud; hud_reloadscheme; ui_reloadscheme" //Fix/Reload HUD
  594. //-------------------------------------------------------------------------------------------------------------------------------------
  595. // 4.2.2 Bot Commands
  596. //-------------------------------------------------------------------------------------------------------------------------------------
  597. bind F6 bot_add_ct
  598. bind F7 bot_add_t
  599. bind F8 bot_kick
  600. bind F9 bot_place
  601. bind F10 "toggle bot_crouch 0 1" //F10: Toggle bot crouch
  602. bind F11 "toggle bot_stop 0 1" //F11: Toggle bot stop
  603. bind F12 "toggle bot_mimic 0 1" //F12: Toggle bot mimic
  604. //-------------------------------------------------------------------------------------------------------------------------------------
  605. // 4.2.3 Buy
  606. //-------------------------------------------------------------------------------------------------------------------------------------
  607. bind b buymenu //B: Buy menu
  608. bind F3 autobuy
  609. bind F4 rebuy
  610. //-------------------------------------------------------------------------------------------------------------------------------------
  611. // 4.2.4 Console
  612. //-------------------------------------------------------------------------------------------------------------------------------------
  613. bind ` toggleconsole //`: Toggle console
  614. //-------------------------------------------------------------------------------------------------------------------------------------
  615. // 4.2.5 Misc
  616. //-------------------------------------------------------------------------------------------------------------------------------------
  617. bind ESCAPE cancelselect //Escape/Cancel
  618. bind F5 screenshot //Screenshot
  619. //-------------------------------------------------------------------------------------------------------------------------------------
  620. // 4.2.6 Movement
  621. //-------------------------------------------------------------------------------------------------------------------------------------
  622. bind w +forward
  623. bind a +moveleft
  624. bind s +back
  625. bind d +moveright
  626. bind SHIFT +speed
  627. bind CTRL +checkandduck
  628. bind SPACE +crouchjump
  629. //-------------------------------------------------------------------------------------------------------------------------------------
  630. // 4.2.7 Team / Communication
  631. //-------------------------------------------------------------------------------------------------------------------------------------
  632. bind j radio1 //J: Radio menu 1
  633. bind k radio2 //K: Radio menu 2
  634. bind l radio3 //L: Radio menu 3
  635. bind u messagemode2 // U: Team message
  636. bind v +voicerecord // V: Toggle mic
  637. bind y messagemode // Y: Chat message
  638. bind semicolon say hfhf
  639. bind ' "say get rekt VAC has detected a cheater on this server." //Fake VAC
  640. bind . callvote
  641. bind m teammenu
  642. bind UPARROW "toggle volume 0 1" //Sound OFF/ON
  643. bind DOWNARROW "toggle voice_scale 0 0.25" //Mic OFF/ON
  644. //-------------------------------------------------------------------------------------------------------------------------------------
  645. // 4.2.8 Server/Training
  646. //-------------------------------------------------------------------------------------------------------------------------------------
  647. bind 6 "toggle sv_grenade_trajectory 0 1; toggle sv_showimpacts 0 1" //6: Toggle grenade trajectories and bullet impacts
  648. bind 7 "toggle r_drawothermodels 1 2" //7: Toggle wallhacks
  649. bind 8 "toggle sv_infinite_ammo 0 1 2" //0: Toggle infinite ammo
  650. bind 9 "toggle r_drawclipbrushes 0 1 2" //9: Toggle clip brushes
  651. bind 0 "toggle sv_regeneration_force_on 0 1" //0: Toggle health regeneration
  652. bind h "toggle sv_cheats 0 1" //Toggle cheats
  653. bind n "toggle host_timescale 0.5 1 2" //Increase/decrease server speed
  654. bind o 1v1_mode
  655. bind p practice_mode
  656. bind - noclip
  657. bind = god
  658. bind [ bhop_mode
  659. bind ] surf_mode
  660. bind \ kill //Suicide
  661. bind F1 mp_restartgame 1
  662. bind F2 cast_ray
  663. //-------------------------------------------------------------------------------------------------------------------------------------
  664. // 4.2.9 Slots
  665. //-------------------------------------------------------------------------------------------------------------------------------------
  666. bind 1 slot1 //Primary
  667. bind 2 slot2 //Secondary
  668. bind 3 slot3 //Knife, Taser
  669. bind 4 slot6 //HE grenade
  670. bind 5 slot5 //Bomb
  671. //-------------------------------------------------------------------------------------------------------------------------------------
  672. // <--- Keyboard
  673. //-------------------------------------------------------------------------------------------------------------------------------------
  674.  
  675.  
  676.  
  677. //+-------------------------------------------------------------------+
  678. //| Key Functions |
  679. //+-------------------------------------------------------------------+
  680. //| Escape | Cancel |
  681. //+------------------+------------------------------------------------+
  682. //| F1 | Restart Game |
  683. //+------------------+------------------------------------------------+
  684. //| F2 | Cast Ray |
  685. //+------------------+------------------------------------------------+
  686. //| F3 | Autobuy |
  687. //+------------------+------------------------------------------------+
  688. //| F4 | Rebuy |
  689. //+------------------+------------------------------------------------+
  690. //| F5 | Screenshot |
  691. //+------------------+------------------------------------------------+
  692. //| F6 | Add CT Bot |
  693. //+------------------+------------------------------------------------+
  694. //| F7 | Add T Bot |
  695. //+------------------+------------------------------------------------+
  696. //| F8 | Kick Bots |
  697. //+------------------+------------------------------------------------+
  698. //| F9 | Place Bot |
  699. //+------------------+------------------------------------------------+
  700. //| F10 | Toggle Bot Crouch |
  701. //+------------------+------------------------------------------------+
  702. //| F11 | Toggle Bot Stop |
  703. //+------------------+------------------------------------------------+
  704. //| F12 | Toggle Bot Mimic |
  705. //+------------------+------------------------------------------------+
  706. //| ` | Toggle Console |
  707. //+------------------+------------------------------------------------+
  708. //| 1 | Primary |
  709. //+------------------+------------------------------------------------+
  710. //| 2 | Secondary |
  711. //+------------------+------------------------------------------------+
  712. //| 3 | Kinfe, Taser |
  713. //+------------------+------------------------------------------------+
  714. //| 4 | HE grenade |
  715. //+------------------+------------------------------------------------+
  716. //| 5 | Bomb |
  717. //+------------------+------------------------------------------------+
  718. //| 6 | Toggle Grenade Trajectories And Bullet Impacts |
  719. //+------------------+------------------------------------------------+
  720. //| 7 | Toggle Wallhacks |
  721. //+------------------+------------------------------------------------+
  722. //| 8 | Toggle Infinite Ammo |
  723. //+------------------+------------------------------------------------+
  724. //| 9 | Toggle Clip Brushes |
  725. //+------------------+------------------------------------------------+
  726. //| 0 | Toggle Health Regeneration |
  727. //+------------------+------------------------------------------------+
  728. //| A | Move Left |
  729. //+------------------+------------------------------------------------+
  730. //| B | Buymenu |
  731. //+------------------+------------------------------------------------+
  732. //| C | Jumpthrow |
  733. //+------------------+------------------------------------------------+
  734. //| D | Move right |
  735. //+------------------+------------------------------------------------+
  736. //| E | Use, Pickup, Detect And Defuse |
  737. //+------------------+------------------------------------------------+
  738. //| F | Inspect Weapon; Clear Decals |
  739. //+------------------+------------------------------------------------+
  740. //| G | Drop/Pickup Weapon |
  741. //+------------------+------------------------------------------------+
  742. //| H | Toggle Cheats |
  743. //+------------------+------------------------------------------------+
  744. //| I | Toggle AFK |
  745. //+------------------+------------------------------------------------+
  746. //| J | Radio Menu 1 |
  747. //+------------------+------------------------------------------------+
  748. //| K | Radio Menu 2 |
  749. //+------------------+------------------------------------------------+
  750. //| L | Radio Menu 3 |
  751. //+------------------+------------------------------------------------+
  752. //| M | Teammenu |
  753. //+------------------+------------------------------------------------+
  754. //| N | Increase/Decrease Server Speed |
  755. //+------------------+------------------------------------------------+
  756. //| O | 1v1-Mode ON |
  757. //+------------------+------------------------------------------------+
  758. //| P | B-Hop ON |
  759. //+------------------+------------------------------------------------+
  760. //| Q | Last Weapon |
  761. //+------------------+------------------------------------------------+
  762. //| R | Reload |
  763. //+------------------+------------------------------------------------+
  764. //| S | Move Back |
  765. //+------------------+------------------------------------------------+
  766. //| T | Drop Bomb |
  767. //+------------------+------------------------------------------------+
  768. //| U | Team Message |
  769. //+------------------+------------------------------------------------+
  770. //| V | Toggle Mic |
  771. //+------------------+------------------------------------------------+
  772. //| W | Move Forward |
  773. //+------------------+------------------------------------------------+
  774. //| X | Toggle Radar Zoom |
  775. //+------------------+------------------------------------------------+
  776. //| Y | Chat Message |
  777. //+------------------+------------------------------------------------+
  778. //| Z | Toggle Grenade Crosshair |
  779. //+------------------+------------------------------------------------+
  780. //| - | Toggle "noclip" |
  781. //+------------------+------------------------------------------------+
  782. //| "=" | Toggle Godmode |
  783. //+------------------+------------------------------------------------+
  784. //| [ | Practice Mode |
  785. //+------------------+------------------------------------------------+
  786. //| ] | Surf Mode |
  787. //+------------------+------------------------------------------------+
  788. //| \ | Suicide |
  789. //+------------------+------------------------------------------------+
  790. //| ; | Say HaveFun HaveFun |
  791. //+------------------+------------------------------------------------+
  792. //| | Fake VAC Message |
  793. //+------------------+------------------------------------------------+
  794. //| , | Toggle Sensitivity |
  795. //+------------------+------------------------------------------------+
  796. //| . | Call Vote |
  797. //+------------------+------------------------------------------------+
  798. //| CTRL | Crouch And Check |
  799. //+------------------+------------------------------------------------+
  800. //| SHIFT | Walk |
  801. //+------------------+------------------------------------------------+
  802. //| SPACE | Crouchjump |
  803. //+------------------+------------------------------------------------+
  804. //| TAB | Scorenetgraph |
  805. //+------------------+------------------------------------------------+
  806. //| Left Arrow | Exec flizzflobking.cfg |
  807. //+------------------+------------------------------------------------+
  808. //| Right Arrow | Fix/Reload HUD |
  809. //+------------------+------------------------------------------------+
  810. //| Up Arrow | Sound OFF/ON |
  811. //+------------------+------------------------------------------------+
  812. //| Down Arrow | Mic OFF/ON |
  813. //+------------------+------------------------------------------------+
  814. //| Scroll Down | Jump |
  815. //+------------------+------------------------------------------------+
  816. //| Scroll Up | Decoy |
  817. //+------------------+------------------------------------------------+
  818. //| Left Click | Primary Attack |
  819. //+------------------+------------------------------------------------+
  820. //| Right Click | Secondary Attack |
  821. //+------------------+------------------------------------------------+
  822. //| Middle Click | Molotov Or Incendiary Grenade |
  823. //+------------------+------------------------------------------------+
  824. //| 4th Mouse Button | Flashbang |
  825. //+------------------+------------------------------------------------+
  826. //| 5th Mouse Button | Smoke |
  827. //+------------------+------------------------------------------------+
  828.  
  829.  
  830.  
  831. //-------------------------------------------------------------------------------------------------------------------------------------
  832. host_writeconfig
  833. //-------------------------------------------------------------------------------------------------------------------------------------
  834. play commander\train_bodydamageheadshot_04
  835. echo > All Done. GL HF and enjoy yourself!
Add Comment
Please, Sign In to add comment