Old 01-20-2010, 01:50 PM   #1
Super Moderator
 
Zombi's Avatar
 
Join Date: Dec 2009
Posts: 236
Thanks: 43
Thanked 119 Times in 70 Posts
Rep Power: 7
Zombi will become famous soon enough
Zombi is offline

Default Spin Script for CSS


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


Code:
//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"
__________________
[Only registered and activated users can see links. ]
Zombi - DONATE 1-2 euro for Diablo III - PayPal: [Only registered and activated users can see links. ]
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.0 RC2