threadm0nde is gplv3 compliant, here's the source code

PHP Code:
#/bin/bash
for i in {1..50}
do
echo 
"[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/001.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/002.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/003.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/004.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/005.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/006.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/007.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/008.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/009.jpeg[/IMG]" >> tmp.txt
echo "[IMG]http://comeontothelord.com/elezzzark/m0ndecomic/010.jpeg[/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 
we've done our part