Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2.  
  3. #ifWinActive World of Warcraft
  4. {
  5. $1::
  6. Loop
  7. {
  8. if not GetKeyState("1", "P")
  9. break
  10. Send 1
  11. sleep 25
  12. }
  13. return
  14. }
  15. {
  16. $c::
  17. Loop
  18. {
  19. if not GetKeyState("c", "P")
  20. break
  21. Send c
  22. sleep 25
  23. }
  24. return
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement