////////// Slot Works and Quick Weapons Slot ////////////////// // by: Robert Richardson a.k.a. =Agent69= tsm // website: http://www.csload.com /////////////////////////////////////////////////////////////// // Slot Works - Returns you to normal attack binds // Now you can use any script and your slots will still work. /////////////////////////////////////////////////////////////// // Quick Weapons Slots// // by: Robert Richardson a.k.a. =Agent69= tsm - website: http://www.csload.com /////////////////////////////////////////////////////////////// // Slot Action //; alias "a69.go_slot1" "a69.fastsw_on;slot1;a69.fastsw_def" //; alias "a69.go_slot2" "a69.fastsw_on;slot2;a69.fastsw_def" //; alias "a69.go_slot3" "a69.fastsw_on;slot3;a69.fastsw_def" //; alias "a69.go_slot4" "a69.fastsw_on;slot4;a69.fastsw_def" //; alias "a69.go_slot5" "a69.fastsw_on;slot5;a69.fastsw_def" // // Quick Nade //; alias "a69.go_slot4.h" "hegren;w;a69.fastsw_on;weapon_hegrenade;a69.fastsw_def" //; alias "a69.go_slot4.f" "flash;w;a69.fastsw_on;weapon_flashbang;a69.fastsw_def" //; alias "a69.go_slot4.s" "sgren;w;a69.fastsw_on;weapon_smokegrenade;a69.fastsw_def" // // Best Nade //; alias "a69.go_slot4.hfs" "a69.go_slot4.s;a69.go_slot4.f;a69.go_slot4.h" //; alias "a69.go_slot4.fsh" "a69.go_slot4.h;a69.go_slot4.s;a69.go_slot4.f" //; alias "a69.go_slot4.shf" "a69.go_slot4.f;a69.go_slot4.h;a69.go_slot4.s" // // Nade Seletor //; alias "a69.go_slot4.all" "a69.go_slot4.1" //; alias "a69.go_slot4.1" "a69.go_slot4.hfs; alias a69.go_slot4.all a69.go_slot4.2;a69.nademess1" //; alias "a69.go_slot4.2" "a69.go_slot4.fsh; alias a69.go_slot4.all a69.go_slot4.3;a69.nademess2" //; alias "a69.go_slot4.3" "a69.go_slot4.shf; alias a69.go_slot4.all a69.go_slot4.1;a69.nademess3" // // Nade Message for the Nade Seletor //; alias "a69.nademess1" "a69.motd.1;motd_write [ Explosive > Flashbang > SmokeBomb ]; a69.motd.0" //; alias "a69.nademess2" "a69.motd.1;motd_write [ Flashbang > SmokeBomb > Explosive ]; a69.motd.0" //; alias "a69.nademess3" "a69.motd.1;motd_write [ SmokeBomb > Explosive > Flashbang ]; a69.motd.0" // MOTD Developer HUD Messages Worka69und // //; alias a69.motd.1 "motdfile echo.txt; cl_showfps 0" //; alias a69.motd.0 "a69.dv_on; motd; a69.dv_def; motdfile motd.txt" // // Basic Aliases for wait (w) //; alias w "wait" //; lias w1 "wait" //; alias w2 "w1; w1" //; alias w3 "w2; w1" /////////////////////////////////////////////////////////////// // ReBind alias for the weapon and nade slot alias above // // Slot 1 //; alias "a69.s1slot" "a69.go_slot1; rebatt" // Slot 2 //; alias "a69.s2slot" "a69.go_slot2; rebatt" // Slot 3 //; alias "a69.s3slot" "a69.go_slot3; rebatt" // Slot 4 //; alias "a69.s4slot" "a69.go_slot4; rebatt" // Slot 5 //; alias "a69.s5slot" "a69.go_slot5; rebatt" //; alias "rebatt" "rebatt1;rebatt2" // // Slot 5 plant //; alias "+a69.s5slot.p" "a69.go_slot5;w3;+attack" // //; alias "-a69.s5slot.p" "-attack;lastinv;w3;lastinv" // // Slot 4 all //; alias "a69.s4slot.all" "a69.go_slot4.all; rebatt" // // Hand grenade //; alias "a69.heslot" "a69.go_slot4.h; rebatt" // Flash grenade//; alias "a69.flslot" "a69.go_slot4.f; rebatt" // Smoke grenade//; alias "a69.skslot" "a69.go_slot4.s; rebatt" // // HE>FL>SM //; alias "a69.heflsm" "a69.go_slot4.hfs; rebatt" // FL>SM>HE //; alias "a69.flsmhe" "a69.go_slot4.fsh; rebatt" // SM>HE>FL //; alias "a69.skhefl" "a69.go_slot4.shf; rebatt" /////////////////////////////////////////////////////////////// //--------------------------------------------------------------------// // set hud_fastswitch default //; alias "a69.fastsw_on" "hud_fastswitch 1" //; alias "a69.fastsw_def" "hud_fastswitch 0" //change 0 to 1 if you normally have hud_fastswitch set to 1. //--------------------------------------------------------------------// // set developer default //; alias "a69.dv_on" "developer 1" //; alias "a69.dv_def" "developer 0" //change 0 to 1 if you normally have developer set to 1. //--------------------------------------------------------------------// /////////////////////////////////////////////////////////////// // Binds and Settings [Edit These to your preference!////////// // Mouse 1 and 2 rebind //; alias "rebatt1" "bind mouse1 +attack" // Set attack1 rebind here //; alias "rebatt2" "bind mouse2 +attack2" // Set attack2 rebind here /////////////////////////////////////////////////////////////// ////use binds below if you don't need attack alias rebind////// /////////////////////////////////////////////////////////////// // put "//" in front of a bind to disable it. ///////////////// // put "//;" in front of a bind to enable it. ///////////////// // Slots with fastswitch no rebind // bind "1" "a69.go_slot1" // Slot 1 - Slot Works // bind "2" "a69.go_slot2" // Slot 2 - Slot Works // bind "3" "a69.go_slot3" // Slot 3 - Slot Works // bind "4" "a69.go_slot4" // Slot 4 - Slot Works // bind "5" "a69.go_slot5" // Slot 5 - Slot Works // // Nades Seletor no rebind // bind "anykey" "a69.go_slot4.all" // all grenades // // Quick Nade no rebind // bind "anykey" "a69.flslot" // hand grenade only // bind "anykey" "a69.heslot" // flash grenade only // bind "anykey" "a69.skslot" // smoke grenade only // // Best Nade no rebind // bind "anykey" "a69.go_slot4.hfs" // hegrenade> flashbang> smokegrenade // bind "anykey" "a69.go_slot4.fsh" // flashbang> hegrenade> smokegrenade // bind "anykey" "a69.go_slot4.shf" // smokegrenade> hegrenade> flashbang /////////////////////////////////////////////////////////////// // Fast bomb plant needs no rebind needed - just set your bind // bind "anykey" "+a69.s5slot.p" // slot 5 - Slot Works /////////////////////////////////////////////////////////////// //////use binds below if you need attack alias rebind////////// ///////////////this is why i made slot works/////////////////// // put "//" in front of a bind to disable it. ///////////////// // put "//;" in front of a bind to enable it. ///////////////// // Slots with fastswitch with rebind // bind "1" "a69.s1slot" // Slot 1 - Slot Works // bind "2" "a69.s2slot" // Slot 2 - Slot Works // bind "3" "a69.s3slot" // Slot 3 - Slot Works // bind "4" "a69.s4slot" // Slot 4 - Slot Works // bind "5" "a69.s5slot" // Slot 5 - Slot Works // // Nades Seletor with rebind // bind "anykey" "a69.s4slot.all" // all grenades // // Quick Nade with rebind // bind "anykey" "a69.go_slot4.h" // hand grenade only // bind "anykey" "a69.go_slot4.f" // flash grenade only // bind "anykey" "a69.go_slot4.s" // smoke grenade only // // Best Nade with rebind // bind "anykey" "a69.heflsm" // hegrenade> flashbang> smokegrenade // bind "anykey" "a69.flsmhe" // flashbang> hegrenade> smokegrenade // bind "anykey" "a69.skhefl" // smokegrenade> hegrenade> flashbang ///////////////////////////////////////////////////////////////