Earn Myspace Views Rapidly

Discussion in 'Computers and Technology' started by Rider, Jul 16, 2009.

  1. Rider

    Rider Level IV

    Joined:
    Jun 25, 2008
    Messages:
    941
    Likes Received:
    72
    Location:
    Canada =D
    [​IMG]

    • Required
    ActivePerl (Download here if you haven't already)

    • Procedure
    Open up Notepad and paste in the following code :
    Code (Text):
    1. #!usr/bin/perl
    2.  
    3. for($x=0;$x<=1000;$x++){print "Content-Type: text/html\n\n";
    4.  
    5. my $url = "http://www.myspace.com/USERNAME";
    6.  
    7. use LWP::UserAgent;
    8. use HTTP::Request::Common qw(GET POST);
    9.  
    10. my $agent = LWP::UserAgent->new;
    11. my $req = GET $url, Referer => "(http://www.google.com/search?hl=en&q=this+should+work&btnG=Google+Search&meta=)";
    12.  
    13. print $agent->request($req)->as_string;}
    Credits to : Teliko

    Where it says "http://www.myspace.com/USERNAME" change that to whatever your username is e.g "http://www.myspace.com/Rider"

    Now save it as MyspaceClicks.pl

    And that's it. The script most likely will timeout after like 1000views or so, so you may need to re-open it.

    It's better to open more than one at a time like 10 or so.
    Ive gotten around 30k views running it at night for like 12hrs.
     
    Commy likes this.
  2. Airuku

    Airuku Level I

    Joined:
    Jul 9, 2009
    Messages:
    115
    Likes Received:
    2
    Location:
    Las Vegas
    Wow, this is kinda cool. If I ever make another myspace I'll be able to make my friends so jealous. "Hey, you've only had your account for 3 days, how'd you get 30,000 views!?!?!"

    Good work!
     
  3. Rider

    Rider Level IV

    Joined:
    Jun 25, 2008
    Messages:
    941
    Likes Received:
    72
    Location:
    Canada =D
    Any reasoning behind why this was moved to the tech guides ...?