Thursday, June 27, 2013

FireMode Switcher with Sound.

//-------------Script By Technolex1337-------------\\
//--------Date 06.10.2013 | First Version: 1.0-------\\
//-----Updated 06.10.2013 | Current Version 1.0------||

// Bind Handle - Used by client
//  KEY   Bind Action
bind "v"   "_OnSwitchSound;_OnSwitchMovement;_OnSwitchFireMod"



// Script Handle
//alias "" "" //Alias name and Alias action
alias "+fire" "+attack"
alias "-fire" "-attack"
alias "+single" "+attack; wait; -attack"
alias "-single" "-attack; wait; -attack"
alias "+burst" "+attack; wait; -attack; w10; +attack; wait; -attack"
alias "-burst" "-attack; wait; -attack"
alias "Sound" "play valve\sound\items\guncock1"
alias "Movement" "cl_yawspeed 0; +right;+lookdown;w4;-lookdown;-right;+lookup;+left;w4;-lookup;-left"
alias "GoTo" "_OnFireModSingle"

//Alias Curr Handle
//e.g alias forward "+forward;alias forward -forward" 
//alias "" " ;alias YourAlias AliasAction" //Most used to bind the current alias to another action
alias "_OnFireModNormal" "bind mouse1 +fire; alias _OnSwitchFireMod _OnFireModSingle"
alias "_OnFireModSingle" "bind mouse1 +single; alias _OnSwitchFireMod _OnFireModBurst"
alias "_OnFireModBurst" "bind mouse1 +burst; alias _OnSwitchFireMod _OnFireModNormal"



//Alias to Alias Handle
//alias "" ""
alias "_OnSwitchSound" "Sound"
alias "_OnSwitchMovement" "Movement"
alias "_OnSwitchFireMod" "GoTo"


//Return Handle
//alias "return" ""
//alias "return2" ""
Alias "_OnReturn" "_OnFireModNormal"



//Wait Handle
alias "w1" "wait" //wait 1 times before next action
alias "w2" "w1;w1" //wait 2 times before next action
alias "w3" "w2;w1" //wait 3 times before next action
alias "w4" "w2;w2" //wait 4 times before next action
alias "w5" "w2;w3" //wait 5 times before next action
alias "w6" "w3;w3" //wait 6 times before next action
alias "w7" "w6;w1" //wait 7 times before next action
alias "w8" "w4;w4" //wait 8 times before next action
alias "w9" "w8;w1" //wait 9 times before next action
alias "w10" "w5;w5" //wait 10 times before next action

//---------------------------------------------------//
//-----------------End of Script-------------------//

FireMode Switcher with Sound and Movement

this script works best with 100 FPS and Max. 115 FPS
add to useconfig.cfg

0 comments:

Post a Comment

 
Powered by Blogger