Guest User

Untitled

a guest
Jun 25th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. @echo off
  2. title Projex
  3. color 04
  4. echo Welcome to Projex
  5. pause
  6. cls
  7. echo Please don't miss treat this program. Thank You.
  8. pause
  9. ping localhost -n 2 >nul
  10. cls
  11. echo Loading.
  12. ping localhost -n 2 >nul
  13. cls
  14. echo Loading..
  15. ping localhost -n 2 >nul
  16. cls
  17. echo Loading...
  18. ping localhost -n 2 >nul
  19. cls
  20. echo What would you like to do?
  21. pause
  22. echo Press 1 to Infect
  23. echo Press 2 to Disable
  24. echo Press 3 to Delete
  25. set /p Infect=
  26. if %Infect% == 1 goto Ifection
  27. :Infection
  28. echo Are you sure you want to Infect Press
  29. pause
  30. exit
Add Comment
Please, Sign In to add comment