Unlimited hit's, on a website.
First off this is realy simple, i learned this from a firend ages ago so i'de thought i'de share this for tho's who don't know.
1. Download ActivePeral
2. Open wordpad, copy the following.
Code:
#!usr/bin/perl
for($x=0;$x<=1000;$x++){print "Content-Type: text/html\n\n";
my $url = "http://www.codinghs.com";
use LWP::UserAgent;
use HTTP::Request::Common qw(GET POST);
my $agent = LWP::UserAgent->new;
my $req = GET $url, Referer => "(http://www.google.com/search?hl=en&q=this+should+work&btnG=Google+Search&meta=)";
print $agent->request($req)->as_string;}
3. Find
Code:
my $url = "http://www.codinghs.com";
Now put ur link that you like to get hits on.
4. Now save ur file hits.pl, or you can name it whatever you like.
5. Save it to your desktop or somewhere handy as it will time out after about 30 mins/1,000ish views.
It is very effective if you open 5 - 10 of these at a time. It also won't lag your computer.
Please note some severs will ban you thinking you are trying to DDoS the site hosted on it if you do this too manytimes.
I use this at school for trafic being my school has about 18 computers that are connected to there own unique ipaddress an i run this from each computer at once.