Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. echo off
  2. color a
  3. title stresser
  4. cls
  5. goto start
  6. :start
  7. echo stresser
  8. pause
  9. echo Charging dova's cannon
  10. Ping localhost >nul
  11. echo launching
  12. echo
  13. echo enter IP
  14. set /p x=ip adress
  15. echo scanning ip
  16. ping %x%
  17. goto size
  18. :size
  19. echo enter your packet size
  20. set /p p=PacketSize:
  21. echo Press any key to continue
  22. pause >nul
  23. goto ddos
  24. :ddos
  25. color c
  26. pause
  27. echo ip is stressed
  28. color a
  29. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement