pogram to make virus
Name:
Anonymous
2009-01-30 10:09
what is good program to make virus?
Name:
Anonymous
2009-01-30 10:15
Use a computer program
Name:
Anonymous
2009-01-30 10:17
The program I use to make virus is MSPaint.
Name:
Anonymous
2009-01-30 10:23
notepad
Name:
Anonymous
2009-01-30 10:38
INSTANT.EXE
Name:
Anonymous
2009-01-30 11:08
VIM
Name:
Anonymous
2009-01-30 11:12
your brain
Name:
Anonymous
2009-01-30 11:15
Visual Studio
Name:
Anonymous
2009-01-30 11:23
>>7
his brain
Error: 'NULL' hasn't been defined in this scope.
Name:
Anonymous
2009-01-30 13:09
Virus Studio
Name:
HMA MEME FAN
2009-01-30 13:11
ANUS HAXING STUDIO ENTERPRISE EDITION
Name:
HMA MEME FAN
2009-01-30 13:14
I approve of
>>11's suggestion.
Fuck, I mistyped my name.
Name:
Anonymous
2009-01-30 13:18
Name:
HMA MEME FAN
2009-01-30 14:27
>>14
Not actually. But only I and
HMA MEME FAN FAN can tell about it.
Name:
Anonymous
2009-01-30 16:01
>>15
Sussman, how low can you fall?
Name:
Anonymous
2009-01-30 17:41
Name:
HMA FAN
2009-01-30 18:59
>>11-13,15
You guys aren't gonna get away with this.
Name:
Anonymous
2009-01-31 1:33
#!/bin/sh
dir=$HOME/xkcd
mkdir $dir
latest=$(wget -O- http://xkcd.com/|grep -Eo 'http://xkcd.com/[0-9]+/'|grep -Eo '[0-9]+')
cached=$(ls -r $dir|head -n 1|grep -Eo '^[0-9]+')
for i in $(seq $cached $latest)
do
page=$(wget -O- http://xkcd.com/$i/)
img=$(echo $page|grep -Eo 'http://imgs.xkcd.com/comics/[^<"]+'|head -n 1)
title=$(echo $page|grep -Eo ' title="[^"]+" alt='|grep -Eo '"[^"]+'|tail -c +2)
mkdir "$dir/$i - $title"
wget -O"$dir/$i - $title/$(basename $img)" $img
done
Name:
Anonymous
2009-01-31 6:44
Expert pogrammer,
iykwim.