Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // GuardiaNES´s Autoexec - thanks for downloading (☞゚∀゚)☞
- cl
- //------------------------------
- // ____ _____ _ _ _____ _____
- // | _ \_ _| \ | | __ \ / ____|
- // | |_) || | | \| | | | | (___
- // | _ < | | | . ` | | | |\___ \
- // | |_) || |_| |\ | |__| |____) |
- // |____/_____|_| \_|_____/|_____/
- //Bind non specific aliases to Keys
- //------------------------------
- unbindall // unbinds all non-config binds
- // Binds: Slot selection
- bind "1" "slot1; cl_righthand 1; exec PistolCrosshair"
- bind "2" "slot2; cl_righthand 1; exec PistolCrosshair"
- bind "3" "slot3; cl_righthand 0; exec knifecrosshair"
- bind "4" "slot4; cl_righthand 0; exec GrenadeCrosshair"
- bind "5" "slot5; cl_righthand 1; exec circlecrosshair"
- bind "6" "slot6"
- bind "7" "slot7"
- bind "8" "slot8"
- bind "9" "slot9"
- bind "0" "slot10"
- // Binds: Movement
- bind "w" "+goforward" // these aliases use movement to execute scripts
- bind "s" "+gobackward"
- bind "a" "+goleft"
- bind "d" "+goright"
- bind "space" "+DJUMP" // crouch jump script
- bind "mwheelup" "+jump"
- bind "mwheeldown" "+jump"
- bind "ALT" "+speed" // walk key
- bind "CTRL" "+duck" // crouch key
- // Binds: Weapon and Buy binds
- bind mouse1 "+aimbot"
- bind mouse2 "+triggerbot"
- bind mouse4 "+jumpthrow"
- bind "e" "+use"
- bind "q" "drop"
- bind "r" "+reload"
- bind "b" "buymenu"
- bind "f" "+lookatweapon"
- bind "t" "buy ak47; buy m4a1; buy vest; buy vesthelm; buy defuser"
- bind "UPARROW" "buy smokegrenade; buy flashbang; buy hegrenade; buy flashbang"
- bind "F3" "autobuy"
- // Binds: Commmunication
- bind "z" "radio1"
- bind "c" "radio2"
- bind "x" "radio3"
- bind "mouse5" "+voicerecord"
- bind "u" "messagemode2 // team chat
- bind "y" "messagemode" // all chat
- // Binds: UI Keys
- bind "Tab" "+net_score" // shows scoreboard and increases size of the net graph
- bind "m" "teammenu"
- bind "n" "callvote"
- bind "," "toggleconsole"
- bind "ESCAPE" "cancelselect"
- // Binds: Misc
- bind "g" "host_timescale 0.5" // changes physical speed of the game (normal = 1)
- bind "h" "host_timescale 1.0"
- bind "j" "host_timescale 3.0"
- bind "k" "setpos_exact -1102.918335 -683.905212 -134.968750;setang_exact 0.000000 87.136536 0.000000" // obsolete
- bind "l" "bot_place" // spawns a bot at your crosshair
- bind "v" "noclip" // toggles noclip
- bind "SEMICOLON" "kill" // commit suicide (does not work in competetive)
- bind "." "thirdperson" // thirdperson configurations
- bind "-" "incrementvar thirdperson_mayamode 0 1 1"
- bind "END" "exec Sights" // changes viewmodel
- bind "PGDN" "exec normal"
- bind "kp_rightarrow" "trashtalker"
- bind "kp_pgdn" "fact" // fact spamer
- bind "PAUSE" "pause" // pauses the match. NOTE: not to confuse with the pause menu
- bind "RIGHTARROW" "exec hud_on" // turns the hud on or off
- bind "LEFTARROW" "exec hud_off"
- bind "DOWNARROW" "give weapon_smokegrenade; give weapon_flashbang; give weapon_hegrenade; give weapon_molotov" // gives you grenades. NOTE: this isnt a buy bind
- bind "F1" "ent_create planted_c4_training; ent_fire planted_c4_training ActivateSetTimerLength 10" // spawns a c4 at your crosshair and sets its timer to 10s
- bind "F2" "slam_play" // plays music when slam is activated
- bind "F4" "ent_create hegrenade_projectile; ent_fire hegrenade_projectile InitializeSpawnFromWorld" // spawns a hegrenade at your crosshair
- bind "F5" "ent_create hostage_entity" // spawns a hostage at your crosshair
- bind "F6" "r_drawothermodels 2" // activates wallhack
- bind "F7" "r_drawothermodels 1" // de-activates wallhack
- bind "F8" "ent_create planted_c4_training; ent_fire planted_c4_training ActivateSetTimerLength 1.5" // spawns a c4 at your crosshair and sets its timer to 1.5s
- bind "F9" "ent_create planted_c4_training; ent_fire planted_c4_training ActivateSetTimerLength 9999" // spawns a c4 at your crosshair and sets its timer to 9999s
- bind "F10" "ent_create decoy_projectile" // spawns a decoy grenade at crosshair
- //------------------------------------------------------------------------------------------------------
- // _ _____ _____ ______ _____ _____ _ _
- // /\ | | |_ _| /\ / ____| ____|/ ____| ___ / ____| (_) | |
- // / \ | | | | / \ | (___ | |__ | (___ ( _ ) | (___ ___ _ __ _ _ __ | |_ ___
- // / /\ \ | | | | / /\ \ \___ \| __| \___ \ / _ \/\ \___ \ / __| '__| | '_ \| __/ __|
- // / ____ \| |____ _| |_ / ____ \ ____) | |____ ____) | | (_> < ____) | (__| | | | |_) | |_\__ \
- // /_/ \_\______|_____/_/ \_\_____/|______|_____/ \___/\/ |_____/ \___|_| |_| .__/ \__|___/
- // | |
- // |_|
- //------------------------------------------------------------------------------------------------------
- //Create Alias Variables
- //----------------------
- // shows damage dealt to enemies after the round, use "displaydamage_on" in console to activate
- alias displaydamage "displaydamage_on"
- alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off""
- alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on""
- developer "1"
- con_enable "1"
- con_filter_enable "2"
- con_filter_text "Damage"
- con_filter_text_out Player:
- displaydamage_off // turns the script off as it is obsolete.
- // grenade jump throw script
- alias "+jumpthrow" "+forward;+jump;-attack; -attack2"
- alias "-jumpthrow" "-jump;-forward"
- // crouch jump script
- alias +DJUMP "+jump; +duck; cl_clanid 32748764"
- alias -DJUMP "-JUMP; -DUCK"
- //shows teamequipment (BROKEN)
- //alias "+AutoEquipShow" "+forward; cl_teamid_overhead_always 1; +cl_show_team_equipment; cl_loadout_colorweaponnames 1;"
- //alias "-AutoEquipShow" "-forward"
- // Trash Talk Bind
- alias "trashtalker" "trashtalk1"
- alias "trashtalk1" "say eZ eZ eZ eZ; alias trashtalker trashtalk2"
- alias "trashtalk2" "say WOW! imagine if your parents weren't siblings.; alias trashtalker trashtalk3"
- alias "trashtalk3" "say I PLAY WITH A RACING WHEEL; alias trashtalker trashtalk4"
- alias "trashtalk4" "say CS:GO is too hard for you m8 maybe consider a game that requires less skill, like idk.... solitare; alias trashtalker trashtalk5"
- alias "trashtalk5" "say Bro you couldn't hit an elephant in the ass with a shotgun with aim like that; alias trashtalker trashtalk6"
- alias "trashtalk6" "say You're the human equivalent of a participation award.; alias trashtalker trashtalk7"
- alias "trashtalk7" "say server cvar 'sv_rekt' changed to 1.; alias trashtalker trashtalk8"
- alias "trashtalk8" "say Was that your spray on the wall or are you just happy to see me?; alias trashtalker trashtalk9"
- alias "trashtalk9" "say Oops, I must have chosen easy bots by accident; alias trashtalker trashtalk10"
- alias "trashtalk10" "say Is this casual?? I have 16k..; alias trashtalker trashtalk11"
- alias "trashtalk11" "say I thought I already finished chemistry.. So much NaCl around here..; alias trashtalker trashtalk12"
- alias "trashtalk12" "say Did you know that csgo is free to uninstall?; alias trashtalker trashtalk13"
- alias "trashtalk13" "say Even Noah can't carry these animals; alias trashtalker trashtalk14"
- alias "trashtalk14" "say Help & Options -> How To Play; alias trashtalker trashtalk15"
- alias "trashtalk15" "say How much did you tag that wall for??; alias trashtalker trashtalk16"
- alias "trashtalk16" "say I thought I put bots on hard, why are they on easy?; alias trashtalker trashtalk17"
- alias "trashtalk17" "say Who are you sponsored by? Parkinson's?; alias trashtalker trashtalk18"
- alias "trashtalk18" "say How did you change your difficulty settings? My CS:GO is stuck on easy; alias trashtalker trashtalk19"
- alias "trashtalk19" "say stop buying an awp you're just a $4750 decoy; alias trashtalker trashtalk20"
- alias "trashtalk20" "say If I were to commit suicide, I would jump from your ego to your elo.; alias trashtalker trashtalk21"
- alias "trashtalk21" "say Is your monitor on; alias trashtalker trashtalk22"
- alias "trashtalk22" "say idk if u know but it's mouse1 to shoot; alias trashtalker trashtalk23"
- alias "trashtalk23" "say you guys buy accounts on ebay??; alias trashtalker trashtalk24"
- alias "trashtalk24" "say you should have been a handjob; alias trashtalker trashtalk25"
- alias "trashtalk25" "say You have the reaction time of a dead puppy.; alias trashtalker trashtalk1"
- // Scoreboard script
- alias "+net_score" "+showscores; net_graphproportionalfont 1"
- alias "-net_score" "-showscores; net_graphproportionalfont 0"
- // Upperleft text
- con_enable 1
- developer 1
- con_filter_enable "2"
- con_filter_text "AimAssist=ON"
- con_filter_text_out "player"
- alias "+aim" "clear; echo AimAssist=ON"
- alias "-aim" "clear; echo AimAssist=ON"
- alias "+aimbot" "+attack; +aim; cl_clanid 32748764"
- alias "+triggerbot" "+attack2; +aim; cl_clanid 32748764"
- alias "-aimbot" "-attack; -aim"
- alias "-triggerbot" "-attack2; +aim"
- // use "cl" to clear the console
- alias "cl" "clear"
- //afk script
- alias +afk "+right ; +forward"
- alias -afk "-right ; -forward"
- //type "auto" in console to execute the autoexec
- alias "auto" "exec autoexec"
- // Requirement
- alias "cheats" "sv_cheats 1"
- // Knives
- alias "knifedrop" "mp_drop_knife_enable 1"
- alias "bayonet" "give weapon_bayonet"
- alias "flip" "give weapon_knife_flip"
- alias "gut" "give weapon_knife_gut"
- alias "karambit" "give weapon_knife_karambit"
- alias "m9" "give weapon_knife_m9_bayonet"
- alias "golden" "give weapon_knifegg"
- alias "huntsman" "give weapon_knife_tactical"
- alias "butterfly" "give weapon_knife_butterfly"
- alias "falchion" "give weapon_knife_falchion"
- alias "bowie" "give weapon_knife_survival_bowie"
- // Nades
- alias "decoy" "give weapon_decoy"
- alias "flashbang" "give weapon_flashbang"
- alias "he" "give weapon_hegrenade"
- alias "incendiary" "give weapon_Incgrenade"
- alias "molotov" "give weapon_molotov"
- alias "smoke" "give weapon_smokegrenade"
- alias "tag" "give weapon_tagrenade"
- // Pistols
- alias "deagle" "give weapon_deagle"
- alias "fiveseven" "give weapon_fiveseven"
- alias "glock" "give weapon_glock"
- alias "p2000" "give weapon_hkp2000"
- alias "P250" "give weapon_P250"
- alias "usp" "give weapon_usp_silencer"
- alias "elite" "give weapon_elite"
- alias "revolver" "give weapon_revolver"
- // Smgs
- alias "bizon" "give weapon_bizon"
- alias "mac10" "give weapon_mac10"
- alias "mp7" "give weapon_mp7"
- alias "mp9" "give weapon_mp9"
- alias "P90" "give weapon_P90"
- alias "ump" "give weapon_ump45"
- // Heavys
- alias "mag7" "give weapon_mag7"
- alias "Negev" "give weapon_negev"
- alias "Nova" "give weapon_nova"
- alias "Sawed" "give weapon_SAWEDOFF"
- alias "Xm" "give weapon_XM1014"
- // Rifles
- alias "ak" "give weapon_ak47"
- alias "aug" "give weapon_aug"
- alias "awp" "give weapon_awp"
- alias "m4" "give weapon_m4a1"
- alias "m4s" "give weapon_m4a1_silencer"
- alias "famas" "give weapon_famas"
- alias "galil" "give weapon_galilar"
- alias "scar" "give weapon_SCAR20"
- alias "scout" "give weapon_ssg08"
- alias "g3" "give weapon_g3sg1"
- alias "sg" "give weapon_sg556"
- // Equipment
- alias "taser" "give weapon_taser"
- alias "vest" "give weapon_vest"
- alias "kevlar" "give weapon_vesthelm"
- alias "defuser" "give weapon_itemdefuser"
- alias "bomb" "give weapon_c4"
- alias "assaultsuit" "give item_assaultsuit"
- alias "healthshot" "give weapon_healthshot"
- // Maps
- alias "aztec" "map de_aztec "
- alias "cache" "map de_cache"
- alias "cobblestone" "map de_cbble"
- alias "dust" "map de_dust"
- alias "dust2" "map de_dust2"
- alias "inferno" "map de_inferno"
- alias "mill" "map de_mill"
- alias "mirage" "map de_mirage"
- alias "nuke" "map de_nuke"
- alias "overpass" "map de_overpass"
- alias "seaside" "map de_seaside"
- alias "season" "map de_season"
- alias "train" "map de_tain"
- alias "vertigo" "map de_vertigo"
- alias fact fact0
- alias "fact0" "say Mercury and Venus are the only two planets in our solar system that do not have any moons.; alias fact fact1"
- alias "fact1" "say If a star passes too close to a black hole, it can be torn apart.; alias fact fact2"
- alias "fact2" "say The hottest planet in our solar system is Venus. Most people often think that it would be Mercury.; alias fact fact3"
- alias "fact3" "say The solar system is around 4.6 billion years old. Scientist estimate that it will probably last another 5 billion years.; alias fact fact4"
- alias "fact4" "say You can cry in space but your tears don't fall (please come back, Alex).; alias fact fact5"
- alias "fact5" "say Enceladus, one of Saturn's smaller moons, reflects some 90% of the sunlight, making it more reflective than snow!; alias fact fact6"
- alias "fact6" "say The highest mountain known to man is the Olympus Mons, which is located on Mars. It's peak is 15 miles (25KM) high!; alias fact fact7"
- alias "fact7" "say The Whirlpool Galaxy (M51) was the very first celestial object to be identified as being spiral.; alias fact fact8"
- alias "fact8" "say A light year is the distance covered by light in a single year, this is equivalent to 5.88 trillion miles!; alias fact fact9"
- alias "fact9" "say The width of the Milky Way is around 100,000 light years.; alias fact fact10"
- alias "fact10" "say The Sun is over 300,000 times larger than Earth.; alias fact fact11"
- alias "fact11" "say Footprints and tire tracks left by astronauts on the moon will stay there forever as there is no wind to blow them away.; alias fact fact12"
- alias "fact12" "say Because of lower gravity, a person who weighs 100kg on earth would only weigh 38kg on the surface of Mars.; alias fact fact13"
- alias "fact13" "say Scientists believe there are 67 moons that orbit Jupiter, however only 53 of these have been named.; alias fact fact14"
- alias "fact14" "say The Martian day is 24 hours 39 minutes and 35 seconds.; alias fact fact15"
- alias "fact15" "say NASA's Crater Observation and Sensing Satellite declared that they have found evidence of significant amounts of water on the Earth's Moon.; alias fact fact16"
- alias "fact16" "say The Sun makes a full rotation once every 25-35 days.; alias fact fact17"
- alias "fact17" "say Venus is the only planet that spins backwards relative to the other planets.; alias fact fact18"
- alias "fact18" "say The force of gravity can sometimes cause comets to tear apart.; alias fact fact19"
- alias "fact19" "say It is thanks to the Sun and our own moons gravity that we have high and low tides.; alias fact fact20"
- alias "fact20" "say Pluto is smaller than the Earth's moon!; alias fact fact21"
- alias "fact21" "say According to mathematics, white holes are possible, although as of yet, we have found none.; alias fact fact22"
- alias "fact22" "say Our moon is around 4.5 billion years old.; alias fact fact23"
- alias "fact23" "say There are more volcanoes on Venus than any other planet within our solar system.; alias fact fact24"
- alias "fact24" "say Uranus' blue glow is down to the methane in its atmosphere, which filters out all the red light.; alias fact fact25"
- alias "fact25" "say The four planets in our solar system that are known as gas giants are Jupiter, Neptune, Saturn and Uranus.; alias fact fact26"
- alias "fact26" "say Uranus has 27 moons that have been discovered so far.; alias fact fact27"
- alias "fact27" "say Because of its unique tilt, a single night on Uranus lasts for 21 years!; alias fact fact28"
- alias "fact28" "say Triton, one of Neptune's moons, is gradually getting closer to the planet it orbits.; alias fact fact29"
- alias "fact29" "say Scientists say that eventually Triton will get so close to Neptune, and it will be torn apart by gravity.; alias fact fact30"
- alias "fact30" "say The only large moon in our solar system to orbit in the opposite direction of its planet is Neptune's moon, Triton.; alias fact fact31"
- alias "fact31" "say Neptune takes 164.79 years (60,190 days) to make one orbit of the Sun.; alias fact fact32"
- alias "fact32" "say Charon is one of the moons of Pluto, and is only slightly smaller than Pluto itself.; alias fact fact33"
- alias "fact33" "say The Space Station is the largest manned object ever sent into space.; alias fact fact34"
- alias "fact34" "say A day on Pluto lasts for 6 days and 9 hours.; alias fact fact35"
- alias "fact35" "say Saturn is the second largest planet in our solar system.; alias fact fact36"
- alias "fact36" "say Any free-moving liquid in outer space will form itself into a sphere, because of its surface tension.; alias fact fact37"
- alias "fact37" "say Earth, Mars, Mercury and Venus are called the inner planets as they are closest to the sun.; alias fact fact38"
- alias "fact38" "say We know more about space than we do about deep in our oceans.; alias fact fact39"
- alias "fact39" "say The only satellite that Britain has launched was called Black Arrow.; alias fact fact40"
- alias "fact40" "say Black Arrow was developed during the 1960's and was used for four launches between 1969 and 1971.; alias fact fact41"
- alias "fact41" "say The light takes 8.3 minutes to travel from the Sun the Earth.; alias fact fact42"
- alias "fact42" "say The odds of being killed by space debris is 1 in 5 billion.; alias fact fact43"
- alias "fact43" "say The Earth's revolution time increases .0001 seconds annually.; alias fact fact44"
- alias "fact44" "say If you were driving at 75 miles (121 km) per hour, it would take 258 days to drive around one of Saturn's rings.; alias fact fact45"
- alias "fact45" "say The first man on the moon was Neil Armstrong.; alias fact fact46"
- alias "fact46" "say The Space Station circles the earth every 90 minutes.; alias fact fact47"
- alias "fact47" "say Stars seem to twinkle in the night sky due to the light being disrupted as it passes though the Earth's atmosphere.; alias fact fact48"
- alias "fact48" "say Neil Armstrong first stepped on the moon with his left foot.; alias fact fact49"
- alias "fact49" "say There are three main types of galaxies out in space, and they are spiral, elliptical, and irregular.; alias fact fact50"
- alias "fact50" "say There are approximately 200,000,000,000 stars in the Milky Way.; alias fact fact51"
- alias "fact51" "say In the northern skies, you are able to see two galaxies. These are the Andromeda Galaxy (M31), and the Triangulum Galaxy (M33).; alias fact fact52"
- alias "fact52" "say The planet with the most moons in our galaxy is Jupiter, with 67.; alias fact fact53"
- alias "fact53" "say The closest galaxy to us is the Andromeda Galaxy.; alias fact fact54"
- alias "fact54" "say The first Supernovae that was observed outside of our own galaxy was the S Andromeade, in the Andromeda galaxy in 1855.; alias fact fact55"
- alias "fact55" "say The Andromeda Galaxy appears in the night sky as a smudge of light.; alias fact fact56"
- alias "fact56" "say The distance between the Sun and Earth is defined as an Astronomical Unit, or AU for short.; alias fact fact57"
- alias "fact57" "say The second man on the moon was Buzz Aldrin.; alias fact fact58"
- alias "fact58" "say 'Moon' was Buzz Aldrin's mother's maiden name.; alias fact fact59"
- alias "fact59" "say The Mariner 10 is the only spacecraft that has ever visited the planet Mercury. It managed to take pictures of about 45% of the surface.; alias fact fact60"
- alias "fact60" "say If you shouted in space even if someone was right next to you they wouldn't be able to hear you.; alias fact fact61"
- alias "fact61" "say February in 1865 and 1999 are the only months in recorded history not to have a full moon.; alias fact fact62"
- alias "fact62" "say Due to the lack of gravity in space, astronauts can grow approximately two inches in height.; alias fact fact63"
- alias "fact63" "say The Kuiper Belt is a region of the Solar System beyond the orbit of Neptune.; alias fact fact64"
- alias "fact64" "say The first woman in space was a Russian called Valentina Tereshkova.; alias fact fact65"
- alias "fact65" "say There are currently 166 moons in our solar system.; alias fact fact66"
- alias "fact66" "say The largest star known to man is R136a1, which has a mass of 265-320 times that of our sun!; alias fact fact67"
- alias "fact67" "say The first artificial satellite in space was called sputnik.; alias fact fact68"
- alias "fact68" "say The furthest away galaxy from Earth, that has been discovered, is GRB 090423, which is 13.6 billion light years away!; alias fact fact69"
- alias "fact69" "say The largest black hole known to man is the Quasar OJ287, and has an expected mass of 18 billion times that of our own sun.; alias fact fact70"
- alias "fact70" "say Our moon is moving away from Earth at a rate of 4cm (1.6 Inches) per year! (Read More); alias fact fact71"
- alias "fact71" "say Pluto is named after the Roman god of the underworld, not the Disney Dog.; alias fact fact72"
- alias "fact72" "say The Sun is the largest object in our solar system.; alias fact fact73"
- alias "fact73" "say When fully constructed, the Space Station will be visible for more than 90% of the Earth's population.; alias fact fact74"
- alias "fact74" "say Although Saturn is the second largest planet in our solar system, it is also the lightest planet!; alias fact fact75"
- alias "fact75" "say Asteroids are the byproducts of formations in the solar system, more than 4 billion years ago.; alias fact fact76"
- alias "fact76" "say Astronauts cannot burp in space!; alias fact fact77"
- alias "fact77" "say As there is no air in space, no one is able to hear each other speak – as the air is needed to carry the sound vibrations.; alias fact fact78"
- alias "fact78" "say Uranus was originally called “George's Star”.; alias fact fact79"
- alias "fact79" "say The Sun loses up to a billion kilogrammes per second due to the solar winds.; alias fact fact80"
- alias "fact80" "say As Saturn has a very low density, if you were able to put it into water, it would float!; alias fact fact81"
- alias "fact81" "say The mass of the Moon is about one-eightieth of the Earth's mass.; alias fact fact82"
- alias "fact82" "say The first living mammal to ever go into space was a dog named “Laika” from Russia.; alias fact fact83"
- alias "fact83" "say The term “astronaut” is derived from the Greek words ástron, meaning “star”, and nautes, which means “sailor”.; alias fact fact84"
- alias "fact84" "say All together, the space travellers have spent just over 30,400 days (83 years) in space!; alias fact fact85"
- alias "fact85" "say Sergei K. Krikalevo has spent more time in space than anyone else. He has racked up a total of 803 days, 9 hours and 39 minutes!; alias fact fact86"
- alias "fact86" "say Mercury has no atmosphere which means there is no wind or weather.; alias fact fact87"
- alias "fact87" "say Only 24 people have ever seen our whole planet from Space. However, thanks to Google Earth, we can add a few million more to that original number!; alias fact fact88"
- alias "fact88" "say Red Dwarf stars that are low in mass can burn continually for up to 10 trillion years!; alias fact fact89"
- alias "fact89" "say There is an estimated 2 x 1023 stars in space. In English, this is: 200,000,000,000,000,000,000,000,000,000!; alias fact fact90"
- alias "fact90" "say Scientists used to believe that the same side of Mercury always faced the sun.; alias fact fact91"
- alias "fact91" "say Jupiter is known as the dumping ground for our solar system, as a large percentage of asteroids are pulled in by Jupiter's gravity.; alias fact fact92"
- alias "fact92" "say A day on Mercury is equivalent to 58 Earth days, and a year is equivalent to 88 days!; alias fact fact93"
- alias "fact93" "say As space has no gravity, normal pens won't work!; alias fact fact94"
- alias "fact94" "say On average it takes the light only 1.3 seconds to travel from the moon to the earth.; alias fact fact95"
- alias "fact95" "say There are 88 recognised star constellations in our night sky.; alias fact fact96"
- alias "fact96" "say The centre of a comet is called a nucleus.; alias fact fact97"
- alias "fact97" "say As early as 240 B.C. the Chinese began to document the appearance of Halley's Comet.; alias fact fact98"
- alias "fact98" "say In 2006, the International Astronomical Union reclassified Pluto as a dwarf planet.; alias fact fact99"
- alias "fact99" "say There are now 4 dwarf planets in the Solar System: Ceres, Pluto, Eris and Makemake.; alias fact fact100"
- alias "fact100" "say Buzz Lightyear has been out in space! He has spent 15 months on board the International Space Station, and returned on the 11th of September, 2009.; alias fact fact101"
- alias "fact101" "say There are thousands of other planets out there.; alias fact fact102"
- alias "fact102" "say In space the skin on your feet peels off!; alias fact fact103"
- alias "fact103" "say On Venus a day is longer than a year.; alias fact fact104"
- alias "fact104" "say The astronauts were placed in quarantine after returning from the moon.; alias fact fact105"
- alias "fact105" "say One million Earths can fit inside the Sun.; alias fact fact106"
- alias "fact106" "say You become taller in Space.; alias fact fact107"
- alias "fact107" "say The moon looks bigger on the horizon.; alias fact fact108"
- alias "fact108" "say There is a dwarf planet named after an Easter island legend.; alias fact fact109"
- alias "fact109" "say The Apollo crews did not have any life insurance.; alias fact fact0"
- cl_clanid 32748764 // Automatically sets clanid
- // List of my clanids
- //32748764 - Oleka
- //15358 - Heart
- //31031221 - Jap1
- //5196272 - Jap2
- //30665114 - youngbroken
- //25884607 - stoptherain
- //31281474 - endmypain
- //31002812 - deadinside
- //31684738 - fuckckkc
- //11199408 - jap3
- //33008453 - di.prest
- // Automatically cycles clan tags and sets team equipment values via movement
- alias Tag1 "cl_clanid 15358; alias TagBind Tag2; +cl_show_team_equipment"
- alias Tag2 "cl_clanid 15358; alias TagBind Tag3; +cl_show_team_equipment"
- alias Tag3 "cl_clanid 15358; alias TagBind Tag4; +cl_show_team_equipment"
- alias Tag4 "cl_clanid 31031221; alias TagBind Tag5; +cl_show_team_equipment"
- alias Tag5 "cl_clanid 31031221; alias TagBind Tag6; +cl_show_team_equipment"
- alias Tag6 "cl_clanid 31031221; alias TagBind Tag7 +cl_show_team_equipment;"
- alias Tag7 "cl_clanid 5196272; alias TagBind Tag8; +cl_show_team_equipment"
- alias Tag8 "cl_clanid 5196272; alias TagBind Tag9; +cl_show_team_equipment"
- alias Tag9 "cl_clanid 5196272; alias TagBind Tag10; +cl_show_team_equipment"
- alias Tag10 "cl_clanid 30665114; alias TagBind Tag11; +cl_show_team_equipment"
- alias Tag11 "cl_clanid 30665114; alias TagBind Tag12; +cl_show_team_equipment"
- alias Tag12 "cl_clanid 30665114; alias TagBind Tag13; +cl_show_team_equipment"
- alias Tag13 "cl_clanid 25884607; alias TagBind Tag14; +cl_show_team_equipment"
- alias Tag14 "cl_clanid 25884607; alias TagBind Tag15; +cl_show_team_equipment"
- alias Tag15 "cl_clanid 25884607; alias TagBind Tag16; +cl_show_team_equipment"
- alias Tag16 "cl_clanid 32748764; alias TagBind Tag17; +cl_show_team_equipment"
- alias Tag17 "cl_clanid 32748764; alias TagBind Tag18; +cl_show_team_equipment"
- alias Tag18 "cl_clanid 31281474; alias TagBind Tag19; +cl_show_team_equipment"
- alias Tag19 "cl_clanid 31281474; alias TagBind Tag20; +cl_show_team_equipment"
- alias Tag20 "cl_clanid 31281474; alias TagBind Tag21; +cl_show_team_equipment"
- alias Tag21 "cl_clanid 31002812; alias TagBind Tag22; +cl_show_team_equipment"
- alias Tag22 "cl_clanid 31002812; alias TagBind Tag23; +cl_show_team_equipment"
- alias Tag23 "cl_clanid 31002812; alias TagBind Tag24; +cl_show_team_equipment"
- alias Tag24 "cl_clanid 31684738; alias TagBind Tag25; +cl_show_team_equipment"
- alias Tag25 "cl_clanid 31684738; alias TagBind Tag26; +cl_show_team_equipment"
- alias Tag26 "cl_clanid 31684738; alias TagBind Tag27; +cl_show_team_equipment"
- alias Tag27 "cl_clanid 11199408; alias TagBind Tag28; +cl_show_team_equipment"
- alias Tag28 "cl_clanid 11199408; alias TagBind Tag29; +cl_show_team_equipment"
- alias Tag29 "cl_clanid 11199408; alias TagBind Tag30; +cl_show_team_equipment"
- alias Tag30 "cl_clanid 33008453; alias TagBind Tag31; +cl_show_team_equipment"
- alias Tag31 "cl_clanid 33008453; alias TagBind Tag32; +cl_show_team_equipment"
- alias Tag32 "cl_clanid 33008453; alias TagBind Tag1; +cl_show_team_equipment"
- alias TagBind "Tag1"
- // alias "+aimbot" "+attack; +aim; cl_clanid 32748764" (reference from line 180) - OBSOLETE
- alias "+goleft" "+moveleft; TagBind"
- alias "+goright" "+moveright; TagBind"
- alias "+goforward" "+forward; TagBind"
- alias "+gobackward" "+back; TagBind"
- alias "-goleft" "-moveleft"
- alias "-goright" "-moveright"
- alias "-goforward" "-forward"
- alias "-gobackward" "-back"
- //----------------------------------------------------------------------------------------
- // ________ ________ _____ _ _ _______ ______ ____ _ ______ _____
- // | ____\ \ / / ____/ ____| | | |__ __| ____| /\ | _ \| | | ____|/ ____|
- // | |__ \ V /| |__ | | | | | | | | | |__ / \ | |_) | | | |__ | (___
- // | __| > < | __|| | | | | | | | | __| / /\ \ | _ <| | | __| \___ \
- // | |____ / . \| |___| |____| |__| | | | | |____ / ____ \| |_) | |____| |____ ____) |
- // |______/_/ \_\______\_____|\____/ |_| |______/_/ \_\____/|______|______|_____/
- //----------------------------------------------------------------------------------------
- //Executes executeables
- //----------------------
- exec knife_choose
- exec slam
- exec slam_tracklist
- exec r_text_expandable
- exec GOTV_setup
- exec PistolCrosshair
- //-----------------------------------------------------------
- // _____ ______ _______ _______ _____ _ _ _____ _____
- // / ____| ____|__ __|__ __|_ _| \ | |/ ____|/ ____|
- // | (___ | |__ | | | | | | | \| | | __| (___
- // \___ \| __| | | | | | | | . ` | | |_ |\___ \
- // ____) | |____ | | | | _| |_| |\ | |__| |____) |
- // |_____/|______| |_| |_| |_____|_| \_|\_____|_____/
- //-----------------------------------------------------------
- //misc settings
- //--------------
- // disables gameinstructor
- gameinstructor_save_restore_lessons 0
- gameinstructor_reload_lessons
- gameinstructor_enable 0
- sv_cheats 1 // activates cheats
- // resets hud status
- cl_draw_only_deathnotices 0
- crosshair 1
- zoom_sensitivity_ratio_mouse 0.818933027098955175 //sets weapon zoom mouse sensivity
- // sets up teamequipment
- cl_teamid_overhead_always 1
- +cl_show_team_equipment
- //cl_loadout_colorweaponnames 1 - obsolete
- // sets voice chat preferences
- voice_loopback 1
- // removes the shifting of the arm when crouching down.
- cl_viewmodel_shift_left_amt "0"
- cl_viewmodel_shift_right_amt "0"
- m_mousespeed 0
- //m_mouseaccel 0 -obsolete
- // removes the bobbing of the weapon back and forth, when you run.
- cl_bob_lower_amt "0"
- cl_bobamt_lat "0"
- cl_bobamt_vert "0"
- // scales the HUD depending on what resolution you use, 1 is max.
- hud_scaling "0.846500"
- // lowers delay between sounds.
- volume 0.1
- snd_mixahead "1"
- //snd_musicvolume "1" -obsolete
- snd_headphone_pan_exponent "2"
- snd_headphone_pan_radial_weight "2
- //snd_legacy_surround "1" - obsolete
- snd_pitchquality "1"
- dsp_enhance_stereo "0"
- snd_deathcamera_volume 0.5
- snd_mapobjective_volume 1 // The bomb music played prior to the ten-second warning
- snd_menumusic_volume 1
- snd_roundend_volume 1
- snd_roundstart_volume 1
- snd_tensecondwarning_volume 1
- // sets network values.
- rate "196608"
- cl_updaterate "128"
- cl_cmdrate "128"
- cl_interp "0"
- cl_interp_ratio "1"
- cl_predict "1"
- cl_predictweapons "1"
- cl_lagcompensation "1"
- cl_timeout "1337"
- mm_dedicated_search_maxping "40"
- //mm_session_search_ping_limit "40" -obsolete
- // causes the scope to move less while moving scoped and reduces bobbing effect
- cl_bobcycle "2"
- //shows speed and coordinates of the player
- cl_showpos 1
- //turns off mouse acceleration
- m_mouseaccel1 "0"
- m_mouseaccel2 "0"
- //sets map list
- player_competitive_maplist_8_6_0_DFED41DC "mg_de_dust2,mg_de_mirage,mg_de_cache,mg_de_overpass,mg_de_cbble"
- cl
- ECHO ================================================
- ECHO ===[ GuardiaNES Autoexec CFG loaded! ]=====
- ECHO ===[ Goodluck have fun! ]=====
- ECHO ================================================
Advertisement
Add Comment
Please, Sign In to add comment