here's the threadlong source code, knock yourself out
PHP Code:
#/bin/bash
for i in {1..100}
do
echo "[img]http://comeontothelord.com/img/lc4.png[/img]" >> tmp.txt
echo -e ".\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