Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. //script here:
  2.  
  3. alias zo "incrementvar fov_desired 75 90 1"
  4. alias zi "incrementvar fov_desired 75 90 -1"
  5.  
  6. alias zo5 "zo; wait 10; zo; wait 10; zo; wait 10; zo; wait 10; zo"
  7. alias zo15 "fov_desired 75; wait 10; zo5; wait 10; zo5; wait 10; zo5"
  8. alias zi5 "zi; wait 10; zi; wait 10; zi; wait 10; zi; wait 10; zi"
  9. alias zi15 "fov_desired 90; zi5; wait 10; zi5; wait 10; zi5"
  10.  
  11. alias zwarp1 "zi15; wait 80; zw2"
  12. alias zwarp2 "zo15; wait 80; zw1"
  13.  
  14. alias zwarpon "alias zw1 zwarp1; alias zw2 zwarp2; alias zwarptoggle zwarpoff; zw1"
  15. alias zwarpoff "alias zw1 wait; alias zw2 wait; alias zwarptoggle zwarpon; fov_desired 90"
  16.  
  17. alias zwarptoggle zwarpon
  18.  
  19. bind ' zwarptoggle
  20.  
  21. // end of script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement