Increase Views in Myspace

Saturday, August 29, 2009

First of all you must install active perl
Find it through the net
Save this code in notepad
Replace myspace url with your myspace url
Save it as whatever.pl
Run this code
Make sure you are sign out before you run this code

#!usr/bin/perl

for($x=0;$x<=1000;$x++){print "Content-Type: text/html\n\n";

my $url = "myspace url ";

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;}


0 comments: