Description:
This is a utility that I use to send quick commands to my team. It is really a compulation of a lot of useful scripts. -Meta bind = Bind a key to +meta1 That will be the key that toggles between the two configurations. There is some reconfiguring involved with this script. You will want to look at the section of the meta bind in between the (+) symbols and set those keys to what ever your config is set to. Doing this will allow the keys to be reassigned after you release the Toggle key the key you bound to meta1. ----- //Meta bind alias +meta1 "bind mouse5 clear; bind mouse4 boost; bind mouse1 help; bind mouse2 hush; bind mwheelpup camp; bind mwheeldown bombdwn; bind f1 buyhe; bind f2 buyfl" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ alias -meta1 "bind mouse5 nade; bind mouse4 flash; bind mouse1 attack_hair; bind mouse2 +attack2; bind mwheelup go_slot1; bind mwheeldown go_slot2; bind f1 savernd; bind f2 armorrnd" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //Aliases alias d0 "developer 0" alias d1 "developer 1" alias w2 "wait; wait" alias w3 "wait; wait; wait" alias w5 "wait; wait; wait; wait; wait" alias go_slot1 "weapon_ak47;weapon_aug;weapon_g3sg1;weapon_m249;weapon_m4a1;weapon_m3;weapon_mac10;weapon_mp5navy;weapon_p90;weapon_scout;weapon_sg552;weapon_sg550;weapon_ump45;weapon_tmp;weapon_xm1014;weapon_awp;weapon_famas;weapon_galil" alias go_slot2 "weapon_deagle;weapon_usp;weapon_glock18;weapon_p228;weapon_elite;weapon_fiveseven" alias go_slot3 "weapon_knife" alias attack_hair "+attack; adjust_crosshair" alias nade "say_team Im throwing an HE; w3; getout; w3; weapon_hegren" alias flash "say_team Im throwing a Flash; w3; getout; w3; weapon_flash" //Team buying commands alias savernd "say_team DON'T BUY anything, Save round" alias buyhe "say_team Buy a HE NADE." Alias buyfl "say_team Buy a FLASH NADE." alias armorrnd "say_team Buy Armor ONLY" alias fullup "say_team Pick your weapon/equipment, Were going all out this round" //Team radio/text messages alias slow "say_team Slow progression to the bombs site guys. SLOW" alias camp "say_team Stay together and camp until I call for the rush; holdpos" alias rush "say_team RUSH RUSH RUSH; go; stormfront" alias hush "say_team STAY QUIET... WALK... and Stay close; sticktog" alias boost "say_team Hey can someone gimmie a boost; followme" alias help "say_team They are rushing, need support ASAP; needbackup; takingfire" alias clear "say_team Area Secure; sectorclear; report" alias bombdwn "say_team BOMB DOWN, Regroup Team; regroup" alias helpA "say_team Enemy Spotted at/near BOMB SITE A; needbackup" alias helpB "say_team Enemy Spotted at/near BOMB SITE B; needbackup" //Plant / Diffuse alias +go_slot5 "weapon_c4; +duck; +attack; coverme; say_team Cover me I'm planting the bomb; coverme" alias +go_use "+use; coverme; say_team Cover me I'm defusing the bomb; coverme" alias -go_use "-use" ----- Autor skryptu: Cidney |