Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.95 KB | None | 0 0
  1. automacro skill {
  2. console /Class Change/
  3. run-once 1
  4. exclusive 1
  5. priority 1
  6. timeout 10
  7. call able
  8. }
  9.  
  10. macro able {
  11. do c ARE YOU READY ??!
  12. do pm "Math Ap Mathowny" skill siap kk ^____^
  13. do ai off
  14. do eval Utils::Win32::playSound('C:\Windows\media\tada.wav');
  15. log MVP DETECTED!!
  16. stop
  17. }
  18.  
  19. automacro doCommand {
  20. pubm /^spawn now!!/i
  21. call {
  22.   if ($.lastpub == "AmiRetSu") goto authorized
  23.   if (@nick($.lastpub) == "Guillumette") goto authorized
  24.   if ($.lastpub == "Digsby") goto authorized
  25.   if ($.lastpub == "Mac Cecht") goto authorized
  26.   if ($.lastpub == "Poseidon") goto authorized
  27.   if ($.lastpub == "Wimbledon") goto authorized
  28.   if ($.lastpub == "Francois Charette") goto authorized
  29.   if ($.lastpub == "Felix Robinson") goto authorized
  30.   if ($.lastpub == "Gabriel Blan") goto authorized
  31.   if ($.lastpub == "Heaven Li") goto authorized
  32.   if ($.lastpub == "Math Ap Mathowny") goto authorized
  33.   stop
  34. :authorized
  35. do c GO!!!!
  36. do e go
  37. do sm 292 0
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement