Jump to content

Recommended Posts

Posted

This is a simple script which makes you spin. Make a new .cfg call it whatever you like. E.G. Spin.cfg

 

Insert this into the spin.cfg

 


//Atom!c Spin
//NumPad 1 = slow spin.
//NumPad 2 = medium spin.
//NumPad 3 = fast spin.
//NumPad 4 = crazy uber spin!
//NumPad 0 = stop spinning.

echo Press NumPad 1 to slow spin.
echo Press NumPad 2 to medium spin.
echo Press NumPad 3 to fast spin.
echo Press NumPad 4 to crazy uber spin!
echo Press NumPad 0 to stop spinning.

alias "yawn_spin_1" "+left; +forward; cl_yawspeed 500"
alias "average_spin_2" "+left; +forward; cl_yawspeed 1000"
alias "yeehaw_spin_3" "+left; +forward; cl_yawspeed 1500"
alias "arrghhh_spin_4" "+left; +forward; cl_yawspeed 10000"
alias "stop_spin_0" "-left; -forward; cl_yawspeed 200"

bind "kp_end" "lol_spin_1; +left; +forward; cl_yawspeed 500"
bind "kp_downarrow" "lol_spin_2; +left; +forward; cl_yawspeed 1000"
bind "kp_pgdn" "lol_spin_3; +left; +forward; cl_yawspeed 1500"
bind "kp_leftarrow" "lol_spin_4; +left; +forward; cl_yawspeed 10000"
bind "kp_ins" "lol_spin_0; -left; -forward; cl_yawspeed 210"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..