Dmg Calculation Script For Csgo

  1. Dmg Calculation Script For Csgo Download
  2. Dmg Calculation Script For Csgo Money
  3. Dmg Calculation Script For Csgo Game

Jun 02, 2015  Display Damage with Switch Script! A Counter-Strike: Global Offensive (CS:GO) Config Script in the Other/Misc category, submitted by BobbyBTW.

Dmg Calculation Script For Csgo Download

  1. I wanted to be able to see the map before I accept and see damage give at the same time so I wrote this script... It works sometimes but, not others its kina weird
  2. Its not working ATM but, its probably just me being a noob :D Can you see anything wrong with it? Btw If you fix it your more than welcome to include it in a video :P
  3. ---- Part of my AUTOEXEC.cfg----
  4. // Show damage and map
  5. alias 'smap' 'exec map; bind '/' 'sdamage';'
  6. ---- Map.cfg----
  7. con_filter_enable '0'
  8. developer '1'
  9. con_filter_enable '2'
  10. con_filter_text 'game:map'
  11. ----DAMAGE.cfg----
  12. developer '0'
  13. con_enable '0'
  14. con_enable '1'
  15. con_filter_text 'Damage Given'
  16. echo '*************Showing Damage*************'
  17. Bonus script I wrote kina helpful means just holding 'e' rather than binding another key to gameinstructor ;P
  18. alias '+SeeBomb' '+use; gameinstructor_enable 1'
  19. bind 'e' '+SeeBomb'
  20. // BeestonZooUK autoexec for csgo
  21. echo '
  22. echo ' Autoexec Starting '
  23. echo '
  24. -attack;-reload;-jump;-duck;-speed;-moveleft;-movedown;-moveright;-forward;-back
  25. // Key binds: Any of these can be changed to your preference.
  26. bind '=' '+attack' // Binding to + and - for spectating
  27. bind 'MOUSE1' '+attack'
  28. bind 'ESCAPE' 'cancelselect'
  29. bind 's' '+back'
  30. bind 'd' '+moveright'
  31. bind 'mwheeldown' '+jump'
  32. bind 'SHIFT' '+speed; r_cleardecals'
  33. bind 'g' 'drop'
  34. bind '0' 'slot10'
  35. bind '2' 'slot2'
  36. bind '4' 'use weapon_knife; slot4'
  37. bind '6' 'slot6'
  38. bind '8' 'slot8'
  39. bind 'r' '+reload'
  40. bind 'i' 'radio1'
  41. bind 'k' 'radio3'
  42. bind 'y' 'messagemode'
  43. bind 'SPACE' '+jump'
  44. bind '' 'toggleconsole'
  45. bind 'P' 'use weapon_c4; drop; say_team Dropping the bomb!'
  46. bind 'downarrow' 'say Hi!'
  47. bind 'rightarrow' 'say Good game, Well played'
  48. bind 'c' 'use weapon_knife; use weapon_smokegrenade'
  49. bind 'q' 'use weapon_knife; use weapon_molotov; use weapon_incgrenade'
  50. bind 'kp_home' 'buy vest;'
  51. bind 'kp_pgup' 'buy defuser;'
  52. bind 'kp_5' 'buy galilar; buy famas;'
  53. bind 'kp_end' 'buy flashbang;'
  54. bind 'kp_pgdn' 'buy hegrenade;'
  55. bind 'kp_del' 'buy deagle;'
  56. bind 'kp_enter' 'buy tec9; buy fiveseven;'
  57. bind 'kp_multiply' 'buy p90;'
  58. // Find Bomb when holding 'E'
  59. alias '-SeeBomb' '-use; gameinstructor_enable 0'
  60. //Crosshair
  61. bind 'PGUP' 'toggle cl_crosshairstyle 4 5'
  62. alias 'normalhair' 'exec SmallBlue; bind 'n' 'smokehair'; echo '*************Showing Normal Crosshair*************'; '
  63. alias 'smokehair' 'exec smokehair; bind 'n' 'normalhair'; echo '*************Showing Smoke Crosshair*************'; '
  64. //Viewmodel
  65. cl_viewmodel_shift_right_amt '0.250000'
  66. viewmodel_offset_x '1.400000'
  67. viewmodel_offset_z '-2.0'
  68. cl_righthand 1
  69. // Bobcycle
  70. cl_bobamt_lat 0.1
  71. cl_bobcycle 0.98
  72. cl_viewmodel_shift_left_amt 0 //These two removes the shifting of the arm when crouching down
  73. net_graph '1'
  74. alias '+scorenet' '+showscores; net_graphheight 0'
  75. alias '-scorenet' '-showscores; net_graphheight 9999'
  76. cl_hud_radar_scale 1.125
  77. cl_hud_playercount_pos 1
  78. cl_hud_background_alpha '0.5'
  79. cl_radar_icon_scale_min 0.8
  80. cl_hud_color 7
  81. // Radar commands
  82. cl_radar_scale '0.38'
  83. // Misc
  84. cl_use_opens_buy_menu '0'
  85. voice_scale 0.8 //change value higher or lower depending on how loud / quiet you want it
  86. developer '1'
  87. mat_monitorgamma_tv_enabled 0
  88. cl_loadout_colorweaponnames 1
  89. // Show damage and map
  90. alias 'smap' 'exec map; bind '/' 'sdamage';'
  91. // Disable annoying things
  92. cl_showhelp 0
  93. alias 'motdoff' 'cl_disablehtmlmotd 1'
  94. motdon
  95. cl_autowepswitch '0'
  96. spec_replay_autostart 0
  97. snd_mixahead '0.05'
  98. snd_front_headphone_position '53.2'
  99. snd_headphone_pan_exponent '1.2'
  100. dsp_enhance_stereo '0'
  101. snd_pitchquality '1'
  102. snd_tensecondwarning_volume '1'
  103. snd_mute_losefocus '0'
  104. m_forward 1
  105. m_mouseaccel2 0
  106. m_customaccel 0
  107. m_customaccel_exponent 0
  108. zoom_sensitivity_ratio_mouse 1
  109. // Lower ping/lag
  110. cl_cmdrate '128'
  111. cl_interp_ratio 1
  112. ds_get_newest_subscribed_files
  113. cl_lagcompensation 1
  114. cl_predictweapons 1
  115. cl_resend 1.5
  116. // FPS limiter
  117. fps_max_menu '144'
  118. //Jumpscript
  119. alias '-jumpthrow' '-jump'
  120. //Don't touch this (unless adding or changing commands)
  121. alias 'clutchon' 'voice_enable 0; cl_clearhinthistory; r_cleardecals; playvol buttonsweapon_confirm 0.5; say_team Voice: Disabled; volume 0.4; alias clutch clutchoff'
  122. alias 'clutchoff' 'voice_enable 1; playvol buttonsbutton2 0.5; say_team Voice: Enabled; volume 0.3; alias clutch clutchon'
  123. //Bind this to a key (this will turn on & off the clutch)
  124. alias alt6 'bind MOUSE5 alt66' //Change the 'c' to your binded voice key (+voicerecord)
  125. alias def6 'bind MOUSE5 +voicerecord' //Change the 'c' to your binded voice key (+voicerecord)
  126. alias +altbinds 'alt5; alt6' // Does buy drop as well
  127. bind 'alt' '+altbinds'
  128. // Anti-Afk
  129. alias afkON 'echo Anti-AFK script Enable; say_team 'Be right back guys!'; +forward; +moveleft; +left; bind 'End' 'afkOFF'
  130. alias afkOFF 'echo Anti-AFK script Disable; say_team 'I am back :)'; -forward; -moveleft; -left; bind 'End' 'afkON'
  131. afkOFF
  132. // Shortcuts
  133. alias 'exit' 'disconnect'
  134. alias 'c' 'connect'
  135. alias 's' 'status'
  136. alias 'decoy' 'give weapon_decoy'
  137. alias 'grenade' 'give weapon_hegrenade'
  138. alias 'molotov' 'give weapon_molotov'
  139. alias 'taser' 'give weapon_taser'
  140. alias 'deagle' 'give weapon_deagle'
  141. alias 'glock' 'give weapon_glock'
  142. alias 'P250' 'give weapon_P250'
  143. alias 'usp' 'give weapon_usp_silencer'
  144. alias 'mac10' 'give weapon_mac10'
  145. alias 'mp9' 'give weapon_mp9'
  146. alias 'ump' 'give weapon_ump45
  147. alias 'Negev' 'give weapon_negev'
  148. alias 'Sawedoff' 'give weapon_SAWEDOFF'
  149. alias 'ak' 'give weapon_ak47'
  150. alias 'awp' 'give weapon_awp'
  151. alias 'famas' 'give weapon_famas'
  152. alias 'm4' 'give weapon_m4a1'
  153. alias 'scout' 'give weapon_ssg08'
  154. alias 'cache' 'map de_cache'
  155. alias 'dust' 'map de_dust'
  156. alias 'inferno' 'map de_inferno'
  157. alias 'mirage' 'map de_mirage'
  158. alias 'overpass' 'map de_overpass'
  159. alias 'season' 'map de_season'
  160. alias 'vertigo' 'map de_vertigo
  161. -attack;-reload;-jump;-duck;-speed;-moveleft;-movedown;-moveright;-forward;-back
  162. echo '
  163. echo '#-----------------------------------------------#'
  164. echo '#-----------------------------------------------#'
  165. echo '

Dmg Calculation Script For Csgo Money

Dmg

Dmg Calculation Script For Csgo Game

Csgo
  1. Sep 23, 2017  Download CS:GO Multi Script for free. Multi scripts for CS:GO that do just about everything. I have not posted any of the code yet, I'm working on it locally then will push everything. This is not to be used in game (maybe deathmatch only:stuckouttongue:), but rather is meant to have some with the features that Java provides.
  2. Ads keep us online. Without them, we wouldn't exist. We don't have paywalls or sell mods - we never will. But every month we have large bills and running ads is our only way to cover them.
  3. ESP/WH for Admins. Contribute to zadroot/CSGOAdminESP development by creating an account on GitHub.