- Dmg Calculation Script For Csgo Download
- Dmg Calculation Script For Csgo Money
- 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
- 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
- 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
- ---- Part of my AUTOEXEC.cfg----
- // Show damage and map
- alias 'smap' 'exec map; bind '/' 'sdamage';'
- ---- Map.cfg----
- con_filter_enable '0'
- developer '1'
- con_filter_enable '2'
- con_filter_text 'game:map'
- ----DAMAGE.cfg----
- developer '0'
- con_enable '0'
- con_enable '1'
- con_filter_text 'Damage Given'
- echo '*************Showing Damage*************'
- Bonus script I wrote kina helpful means just holding 'e' rather than binding another key to gameinstructor ;P
- alias '+SeeBomb' '+use; gameinstructor_enable 1'
- bind 'e' '+SeeBomb'
- // BeestonZooUK autoexec for csgo
- echo '
- echo ' Autoexec Starting '
- echo '
- -attack;-reload;-jump;-duck;-speed;-moveleft;-movedown;-moveright;-forward;-back
- // Key binds: Any of these can be changed to your preference.
- bind '=' '+attack' // Binding to + and - for spectating
- bind 'MOUSE1' '+attack'
- bind 'ESCAPE' 'cancelselect'
- bind 's' '+back'
- bind 'd' '+moveright'
- bind 'mwheeldown' '+jump'
- bind 'SHIFT' '+speed; r_cleardecals'
- bind 'g' 'drop'
- bind '0' 'slot10'
- bind '2' 'slot2'
- bind '4' 'use weapon_knife; slot4'
- bind '6' 'slot6'
- bind '8' 'slot8'
- bind 'r' '+reload'
- bind 'i' 'radio1'
- bind 'k' 'radio3'
- bind 'y' 'messagemode'
- bind 'SPACE' '+jump'
- bind '' 'toggleconsole'
- bind 'P' 'use weapon_c4; drop; say_team Dropping the bomb!'
- bind 'downarrow' 'say Hi!'
- bind 'rightarrow' 'say Good game, Well played'
- bind 'c' 'use weapon_knife; use weapon_smokegrenade'
- bind 'q' 'use weapon_knife; use weapon_molotov; use weapon_incgrenade'
- bind 'kp_home' 'buy vest;'
- bind 'kp_pgup' 'buy defuser;'
- bind 'kp_5' 'buy galilar; buy famas;'
- bind 'kp_end' 'buy flashbang;'
- bind 'kp_pgdn' 'buy hegrenade;'
- bind 'kp_del' 'buy deagle;'
- bind 'kp_enter' 'buy tec9; buy fiveseven;'
- bind 'kp_multiply' 'buy p90;'
- // Find Bomb when holding 'E'
- alias '-SeeBomb' '-use; gameinstructor_enable 0'
- //Crosshair
- bind 'PGUP' 'toggle cl_crosshairstyle 4 5'
- alias 'normalhair' 'exec SmallBlue; bind 'n' 'smokehair'; echo '*************Showing Normal Crosshair*************'; '
- alias 'smokehair' 'exec smokehair; bind 'n' 'normalhair'; echo '*************Showing Smoke Crosshair*************'; '
- //Viewmodel
- cl_viewmodel_shift_right_amt '0.250000'
- viewmodel_offset_x '1.400000'
- viewmodel_offset_z '-2.0'
- cl_righthand 1
- // Bobcycle
- cl_bobamt_lat 0.1
- cl_bobcycle 0.98
- cl_viewmodel_shift_left_amt 0 //These two removes the shifting of the arm when crouching down
- net_graph '1'
- alias '+scorenet' '+showscores; net_graphheight 0'
- alias '-scorenet' '-showscores; net_graphheight 9999'
- cl_hud_radar_scale 1.125
- cl_hud_playercount_pos 1
- cl_hud_background_alpha '0.5'
- cl_radar_icon_scale_min 0.8
- cl_hud_color 7
- // Radar commands
- cl_radar_scale '0.38'
- // Misc
- cl_use_opens_buy_menu '0'
- voice_scale 0.8 //change value higher or lower depending on how loud / quiet you want it
- developer '1'
- mat_monitorgamma_tv_enabled 0
- cl_loadout_colorweaponnames 1
- // Show damage and map
- alias 'smap' 'exec map; bind '/' 'sdamage';'
- // Disable annoying things
- cl_showhelp 0
- alias 'motdoff' 'cl_disablehtmlmotd 1'
- motdon
- cl_autowepswitch '0'
- spec_replay_autostart 0
- snd_mixahead '0.05'
- snd_front_headphone_position '53.2'
- snd_headphone_pan_exponent '1.2'
- dsp_enhance_stereo '0'
- snd_pitchquality '1'
- snd_tensecondwarning_volume '1'
- snd_mute_losefocus '0'
- m_forward 1
- m_mouseaccel2 0
- m_customaccel 0
- m_customaccel_exponent 0
- zoom_sensitivity_ratio_mouse 1
- // Lower ping/lag
- cl_cmdrate '128'
- cl_interp_ratio 1
- ds_get_newest_subscribed_files
- cl_lagcompensation 1
- cl_predictweapons 1
- cl_resend 1.5
- // FPS limiter
- fps_max_menu '144'
- //Jumpscript
- alias '-jumpthrow' '-jump'
- //Don't touch this (unless adding or changing commands)
- alias 'clutchon' 'voice_enable 0; cl_clearhinthistory; r_cleardecals; playvol buttonsweapon_confirm 0.5; say_team Voice: Disabled; volume 0.4; alias clutch clutchoff'
- alias 'clutchoff' 'voice_enable 1; playvol buttonsbutton2 0.5; say_team Voice: Enabled; volume 0.3; alias clutch clutchon'
- //Bind this to a key (this will turn on & off the clutch)
- alias alt6 'bind MOUSE5 alt66' //Change the 'c' to your binded voice key (+voicerecord)
- alias def6 'bind MOUSE5 +voicerecord' //Change the 'c' to your binded voice key (+voicerecord)
- alias +altbinds 'alt5; alt6' // Does buy drop as well
- bind 'alt' '+altbinds'
- // Anti-Afk
- alias afkON 'echo Anti-AFK script Enable; say_team 'Be right back guys!'; +forward; +moveleft; +left; bind 'End' 'afkOFF'
- alias afkOFF 'echo Anti-AFK script Disable; say_team 'I am back :)'; -forward; -moveleft; -left; bind 'End' 'afkON'
- afkOFF
- // Shortcuts
- alias 'exit' 'disconnect'
- alias 'c' 'connect'
- alias 's' 'status'
- alias 'decoy' 'give weapon_decoy'
- alias 'grenade' 'give weapon_hegrenade'
- alias 'molotov' 'give weapon_molotov'
- alias 'taser' 'give weapon_taser'
- alias 'deagle' 'give weapon_deagle'
- alias 'glock' 'give weapon_glock'
- alias 'P250' 'give weapon_P250'
- alias 'usp' 'give weapon_usp_silencer'
- alias 'mac10' 'give weapon_mac10'
- alias 'mp9' 'give weapon_mp9'
- alias 'ump' 'give weapon_ump45
- alias 'Negev' 'give weapon_negev'
- alias 'Sawedoff' 'give weapon_SAWEDOFF'
- alias 'ak' 'give weapon_ak47'
- alias 'awp' 'give weapon_awp'
- alias 'famas' 'give weapon_famas'
- alias 'm4' 'give weapon_m4a1'
- alias 'scout' 'give weapon_ssg08'
- alias 'cache' 'map de_cache'
- alias 'dust' 'map de_dust'
- alias 'inferno' 'map de_inferno'
- alias 'mirage' 'map de_mirage'
- alias 'overpass' 'map de_overpass'
- alias 'season' 'map de_season'
- alias 'vertigo' 'map de_vertigo
- -attack;-reload;-jump;-duck;-speed;-moveleft;-movedown;-moveright;-forward;-back
- echo '
- echo '#-----------------------------------------------#'
- echo '#-----------------------------------------------#'
- echo '
Dmg Calculation Script For Csgo Money
Dmg Calculation Script For Csgo Game
- 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.
- 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.
- ESP/WH for Admins. Contribute to zadroot/CSGOAdminESP development by creating an account on GitHub.