//Instant-Quit Script// by: submitted by: monozeus2k3 Description: This script allows you do get out of a game, and close cstrike all with the touch of 1 button. In case you accidently hit the "quit" button, the script will ask you if you are sure? Very useful! echo "Instant Quit Script Enabled (f8)" alias warning "developer 1; echo You Are About To Quit. Are You Sure? 1:Yes 2:No; bind 1 yes; bind 2 no;developer 0" alias yes "bind 1 slot1; bind 2 slot2; disconnect; wait; wait; wait; quit" alias no "bind 1 slot1; bind 2 slot2; developer 1;echo Quit has been canceled!; developer 0; bind f8 warning" bind "f8" "warning"



