Advertisement
PXYC

Aloha Moderation Script

Apr 5th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. on ^*:TEXT:*:#aos.aloha: {
  2. %alohanick = $nick
  3. if (%alohanick == aloha713081799) {
  4. %alohacnum = 1
  5. %alohabv = 9ZOM
  6. %alohanick = 9 $+ aloha1
  7. }
  8. elseif (%alohanick == aloha729859015) {
  9. %alohacnum = 1
  10. %alohabv = 8CTF
  11. %alohanick = 8 $+ aloha2
  12. }
  13. elseif (%alohanick == aloha746636231) {
  14. %alohacnum = 1
  15. %alohabv = 10BAB
  16. %alohanick = 10 $+ aloha4
  17. }
  18. elseif (%alohanick == aloha763413447) {
  19. %alohacnum = 1
  20. %alohabv = 14PIN
  21. %alohanick = 14 $+ aloha6
  22. }
  23. elseif (%alohanick == aloha780190663) {
  24. %alohacnum = 1
  25. %alohabv = 13HAL
  26. %alohanick = 13 $+ aloha8
  27. }
  28. else { return }
  29. %alohamessage = $replace($1-,votekick,12votekick $+  $+ %alohacnum,disconnected,1disconnected,entered the game,1entered the game,>,> $+  $+ %alohacnum,<,< $+  $+ %alohacnum)
  30. %alohamessage = $replace(%alohamessage,aimbot,4aimbot,hack,4hack,grief,4grief,nigg,4nigg,admin,4admin)
  31. echo -mltbf $chan < $+ %alohabv $+ >     < $+ %alohanick $+ >      $+ %alohacnum $+ %alohamessage
  32. haltdef
  33. }
  34. }
  35. } %alohamessage = $replace($1-,votekick,12votekick $+  $+ %alohacnum,disconnected,12disconnected,entered the game,12entered the game,>,> $+  $+ %alohacnum,<,< $+  $+ %alohacnum)
  36. %alohamessage = $replace(%alohamessage,aimbot,4aimbot,hack,4hack,grief,4grief,nigg,4nigg,admin,4admin, cheat)
  37. echo -mltbf $chan < $+ %alohabv $+ >     < $+ %alohanick $+ >      $+ %alohacnum $+ %alohamessage
  38. haltdef
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement