Guest User

Untitled

a guest
May 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. FIRST OPEN THE FOLDER q3ut4!
  2.  
  3.  
  4.  
  5. THEN OPEN autoexec.cfg
  6.  
  7.  
  8. THEN PASTE THIS:
  9.  
  10. set sl_00 "set sl_f vstr sl_01; ut_echo ^7Human; vstr zom"
  11. set sl_01 "set sl_f vstr sl_00; ut_echo ^3Zombie; vstr hum"
  12. set sl_f "vstr sl_01" // Set Default
  13. bind m "vstr sl_f" // Replace "m" with a key of choice
  14. set zom "bind MOUSE1 +attack"
  15. set hum "bind MOUSE1 vstr att"
  16. set att "+attack; -attack; wait 5.5; +attack; -attack; wait 5.5; +attack; -attack"
  17.  
  18.  
  19. THEN SAVE
Add Comment
Please, Sign In to add comment