// Fastscope script alias +fastscope "+attack2; wait 10; -attack2" // Scope the Rifle while the button is held down alias -fastscope "+attack; wait 15; -attack" // Fire when button is released bind mouse4 +fastscope // Bind the script to a key. Mouse4 is a button on the side of my mouse, you might want to change that.