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"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...