I was watching a youtube video this afternoon and saw people making fake viruses and I thought heck why not make one heres mine
http://www.mediafire.com/?d4u0fwo1zsm
Read this First before you download this I've disabled escapekey to make it look real any time you want to exit type in 911 when being asked a choice. Don't try this unless you know what I talking about or you'll be stuck in a loop and will have to exit with task manger.
This Is not a virus at all it looks like a virus it safe to use it won't do any damage to your computer heres the source code for proof now for what the media files are lo.avi is an animation clip that says fixing scan.avi is an scanning animation fix.mp3 is a fixing sound scaning.mp3 is a scaning sound virussound.mp3 say a virus has been found sound.
have fun!!
disable escapekey
re:
cls
load sound "virussound.mp3" ,1
moo:
n:
play sound 1
print "A virus has been found would you like windows to fix this?"
print "1 yes"
print "2 no"
input choice
if choice = 1
goto start
endif
if choice = 2
goto are
endif
if choice = 911
end
endif
if choice<>1 and choice<>2 and choice<>911
print "error not answer"
suspend for key
cls
goto moo
endif
stop sound 1
start:
cls
load sound "fix.mp3" , 2
loop sound 2
load animation "lo.avi" ,1
play animation 1
loop animation 1
cls
time=timer()
seconds=60
repeat
if timer()-time>1000
dec seconds
time=timer()
endif
until seconds=0
stop animation 1
stop sound 2
delete animation 1
xz:
ha:
cls
print "Done the virus has been fixed would you like to scan for more?"
print "1 yes"
print "2 no"
input choice
if choice = 1
goto scan
endif
if choice = 2
goto scoobydoo
endif
if choice = 911
end
endif
if choice<>1 and choice<>2 and choice<>911
print "error not an answer"
suspend for key
goto ha
endif
scan:
cls
load animation "scan.avi" ,3
load sound "scaning.mp3" ,5
loop animation 3
loop sound 5
cls
time=timer()
seconds=60
repeat
if timer()-time>1000
dec seconds
time=timer()
endif
until seconds=0
stop animation 3
delete animation 3
stop sound 5
cls
goto re
`are
are:
print "are you sure you want to exit?"
print "1 yes"
print "2 no"
input choice
if choice = 1
cls
goto really
endif
if choice = 2
cls
goto n
endif
if choice = 911
end
endif
if choice<>1 and choice<>2 and choice<>911
print "not an answer"
suspend for key
cls
goto are
endif
`end of are
`really
really:
cls
print "are you really sure?"
print "1 yes"
print "2 no"
input choice
if choice = 1
cls
goto are
endif
if choice = 2
goto n
endif
if choice = 911
end
endif
if choice<>1 and choice<>2 and choice<>911
print "not an answer"
suspend for key
cls
goto really
endif
`scoobydoo
scoobydoo:
print "Are you sure you want to exit?"
print "1 Yes"
print "2 no"
input choice
if choice = 1
cls
goto scoobydoo
endif
if choice = 2
cls
goto xz
endif
if choice = 911
end
endif
if choice<>1 and choice<>2 and choice<>911
print "error not an answer"
suspend for key
goto scoobydoo
endif
`end of scoobydoo
Windows Is better than everything