if you have a mac you can join in the fun

PHP Code:

#/bin/bash
for i in {1..500}
do
echo 
"[img]http://comeontothelord.com/img/lc.png[/img]" >> tmp.txt
echo -".\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" >> tmp.txt
done
pbcopy 
tmp.txt
yes
|rm tmp.txt