Advertisement
hhaos

Untitled

Jan 27th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Okay first off, you need to set up your alias, the pattern you want to enter is
  2.  
  3. ^aim (\w+)$
  4.  
  5. then for the actual code
  6.  
  7. dir = matches[2]
  8. send("aim "..target.." "..dir)
  9.  
  10. now you need to set yourself up a trigger off this line
  11.  
  12. You feel confident that your aim is accurate.
  13.  
  14. For the input you will need:
  15.  
  16. send("shoot "..target.." "..dir)
  17.  
  18. And that is all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement