Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. :*?:/acceptreport::
  2. SendInput, /acceptreport
  3. TextCount+=1
  4. Return
  5.  
  6. :*?:/warn::
  7. SendInput, /warn
  8. TextCount+=1
  9. Return
  10.  
  11. :*?:/prison::
  12. SendInput, /prison
  13. TextCount+=1
  14. Return
  15.  
  16. :*?:/avoid:
  17. SendInput, /avoid
  18. TextCount+=1
  19. Return
  20.  
  21. :*?:/remoteprison::
  22. SendInput, /remoteprison
  23. TextCount+=1
  24. Return
  25.  
  26. :*?:/remoteavoid::
  27. SendInput, /remoteavoid
  28. TextCount+=1
  29. Return
  30.  
  31. :*?:/remotewarn::
  32. SendInput, /remotewarn
  33. TextCount+=1
  34. Return
  35.  
  36. :*?:/kick::
  37. SendInput, /kick
  38. TextCount+=1
  39. Return
  40.  
  41. :*?:/nmute::
  42. SendInput, /nmute
  43. TextCount+=1
  44. Return
  45.  
  46. :*?:/vmute::
  47. SendInput, /vmute
  48. TextCount+=1
  49. Return
  50.  
  51. :*?:/maccept::
  52. SendInput, /maccept
  53. TextCount+=1
  54. Return
  55.  
  56. ^1:: MsgBox, %TextCount%
  57. return
  58. ^2:: TextCount:=0
  59. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement