Advertisement
egfw

egfw shy market

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