Log in

View Full Version : Unlimited hit's, on a website.



LOST_HEAVEN
09-22-2009, 03:05 AM
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.


#!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


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.

xxsnipexx
09-23-2009, 04:51 PM
cool, would be useful in getting unlimited hits on a youtube video...lol

LOST_HEAVEN
09-23-2009, 04:56 PM
cool, would be useful in getting unlimited hits on a youtube video...lol

You can, replace the link with ur youtube video link.

xWhite_Shadowx
09-23-2009, 05:01 PM
Youtube counts your static ip as one view, won't get you more than 1 view no matter what you do... proxy, ip hider... nothing. They made youtube pretty much strong in that area, mostly because a lot of people get paid for each view.