cl_message_client_color green
echo "hookfly on";
bind mouse1 "+fire;+toggle cl_dummy_hook 1 0";
cl_dummy_control 1;
cl_dummy_resetonswitch 1;
bind 9 exec hookfly_off.cfg
hookfly_off.cfg
cl_message_client_color red
echo "hookfly off";
cl_dummy_control 0;
bind mouse1 +fire;
cl_dummy_resetonswitch 0;
bind 9 exec hookfly_on.cfg
/r