Wednesday, August 21, 2013

Create Anti-Virus With Notepad

With Notepad you can made a simple but effective Anti-Virus. OK lets start.

1. Open Notepad [ Start-->run --> notepad  /  Widows key + r ,  notepad  / Start--> All Programs--> notepad - Click ।

2. Now Copy the code and paste into notepad .






@echo off
echo.
echo.
echo.
color 2f
echo        PRODUCT INFORMATION ::
echo.
echo         Product Name = 'Giant Killer'
echo.
echo         Version = 1.1 (Trial Edition)
echo.
echo         Category = Anti-Virus Kit
echo.
echo         Company = [MushrifRana]

echo.echo.
echo        To Scan Your System Information
echo.
pause
echo.
echo        YOUR SYSTEM_INFORMATION ::
echo.
echo         ComputerName = %COMPUTERNAME%
echo.
echo         Operating System = %OS%
echo.
echo         OS Installed in = %SYSTEMDRIVE%
echo.
echo         System Root = %SYSTEMROOT%
echo.
echo         Username = %USERNAME%
echo.
echo         User's Profile = %USERPROFILE%
echo.
echo         User's Temp = %TEMP%
echo.
echo         Current Date = %DATE%
echo.
echo         Current Time = %TIME%
echo.
echo.
echo        To Scan the Running Process for ACTIVE threats ......
echo.
pause
echo.
taskkill /f /t /im SafeMass.exe
taskkill /f /t /im Ntde1ect.com
taskkill /f /t /im Kopa.exe
taskkill /f /t /im Knight.exe
taskkill /f /t /im Ravmon.exe
taskkill /f /t /im SSVICHOSST.exe
taskkill /f /t /im System.exe
taskkill /f /t /im DriveGuard.exe
taskkill /f /t /im AdobeR.exe
taskkill /f /t /im Auto.exe
taskkill /f /t /im Krag.exe
taskkill /f /t /im Flash.10.setup.exe
taskkill /f /t /im Ntdetect.exe
taskkill /f /t /im Hkcmd.exe
taskkill /f /t /im AUTOEXEC.COM
taskkill /f /t /im Scanner.exe
taskkill /f /t /im 00hoeav.com
taskkill /f /t /im qxbx9blb.com
taskkill /f /t /im oufddh.exe
taskkill /f /t /im Setup.EXE
taskkill /f /t /im regsvr.exe
taskkill /f /t /im vbb.exe
taskkill /f /t /im memory.exe
taskkill /f /t /im Memory.exe
taskkill /f /t /im ok.exe
taskkill /f /t /im Zgmh.exe
taskkill /f /t /im msreg.exe
echo.
echo        To Scan the Target Drive for ACTIVE/INACTIVE threats ......
echo.
pause
echo.
cd \
:Scan_Start
del "Autorun.inf" /a /s /q /f
del "SafeMass.exe" /a /s /q /f
del "SSVICHOSST.exe" /a /s /q /f
del "Ntde1ect.com" /a /s /q /f
del "Kopa.exe" /a /s /q /f
del "Knight.exe" /a /s /q /f
del "Ravmon.exe" /a /s /q /f
del "New folder.exe" /a /s /q /f
del "System.exe" /a /s /q /f
del "DriveGuard.exe" /a /s /q /f
del "AdobeR.exe" /a /s /q /f
del "Auto.exe" /a /s /q /f
del "Krag.exe" /a /s /q /f
del "Flash.10.setup.exe" /a /s /q /f
del "Ntdetect.exe" /a /s /q /f
del "Hkcmd.exe" /a /s /q /f
del "AUTOEXEC.COM" /a /s /q /f
del "Scanner.exe" /a /s /q /f
del "00hoeav.com" /a /s /q /f
del "qxbx9blb.com" /a /s /q /f
del "oufddh.exe" /a /s /q /f
del "Setup.EXE" /ah /s /q /f
del "regsvr.exe" /a /s /q /f
del "vbb.exe" /a /s /q /f
del "memory.exe" /a /s /q /f
del "Memory.exe" /a /s /q /f
del "POWER.exe" /a /s /q /f
del "ARMY.exe" /a /s /q /f
del "TIP.exe" /a /s /q /f
del "RECYCLER" /a /s /q /f
del "ok.exe" /a /s /q /f
del "xp.exe" /a /s /q /f
del "tip.exe" /a /s /q /f
del "Zgmh.exe" /a /s /q /f
del "desKtOp.InI" /a /s /q /f
del "RECYCLER" /a /s /q /f
del "msreg.exe" /a /s /q /f
del "*.exe" /ah /s /p /f
del "*.exe" /a /p /f
:Scan_End
echo.
echo        To Display All Files and Folders of 'Scanned Drive' [ ...with hidden]
echo.
pause
dir /a /og
echo Now The 'Scaned Drive' is Fully Virus/Worm/Trojan-horse Freeee.....@@@MushrifRana@@@@ >"Giant Killer Anti-virus Log.log"
echo.
:End
echo         To Exit and Open the Scanned Drive........ echo.
pause
echo.

start \
net send * "The '%COMPUTERNAME%' PC is SAFE NOW !!!  .........'Giant Killer' Anti-virus Team"
rem start notepad \Giant Killer Log.log

3. Now save it any name with  .dat extension.

4. I saved  it  "Giant Killer.bat".

5. Now double click your batch file. 

Many thanks to all.

No comments:

Post a Comment