|
CRON, wget, another anonymous PROXY |
I used this script to increase amount of "resources" in some games. It worked normally. Every day i get + 1 Hour resources. Of course- better to play well, not cheat, but ... And better to set random connection time.
# wget -t 3 -w 10 -P ./tmp http://o-ho-ho.com folder='/_scripts/_cron_init/' y=0 for i in `cat ${folder}filtered.final `; do # cp "$i" "$i".bak ; export http_proxy="http://$i" wget -a ${folder}tmp/zaidimas.log --save-headers -t 1 -w 5 -T 5 --proxy=on -P ${folder}tmp http://o-ho-ho.com if [ $y -gt 20 ] then y=0 fi y=` expr $y + 1 ` # k=` expr $y \* 2 ` k=2 echo ` date ` $y $i $k echo ` date ` $y $i $k >> ${folder}wget_z.log #wget -t 1 -w 5 -T 5 --proxy=on -P ${folder}tmp http://o-ho-ho.com 2>/dev/null >/dev/null sleep $k done # wget -t 2 -w 10 -T 10 --proxy=on -P ${folder}tmp http://riteriai.draugas.lt/?aff_id=44293H121973 2>/dev/null >/dev/null
|