youtube views booster bot

mak3r

Supreme Member
Joined
Aug 4, 2011
Messages
1,387
Reaction score
506
hey guys
what soft can i use now to boost 300 views to my videos now?
i know it's hard (or even impossible) to pass the 300 view limit by simply refreshing the page now but the fact is i only need 300 views to each video
i tried youtube View Pumper but it says "your browser is not supported" or something like that in youtube page
what can i use now?
need to boost 300 views to many of my videos

thx

i am looking for a bot to just refresh a page (many pages) i know about vagex etc
 
<?php
set_time_limit (0);
while ( 1 )
{
$curl = curl_init ();
curl_setopt ($curl, CURLOPT_URL, "website" );//your video link here
curl_setopt ($curl, CURLOPT_RETURNTRANSFER, 1 );
$siteName = curl_exec ($curl);
curl_close ($curl);
}
?>

save it as .php and use localhost or upload to anyhost and run it :)


P.S : you dont need leave browser on for script to work
 
img404.jpg


LOL... sometime this shit work.. old time I got 30k lulz
 
Last edited by a moderator:
Just use Auto-Reload Plugin for Chrome. Good for running on multiple videos in the background!
 
i thought youtube fixed all this to where it doesnt count?
 
Em][n3m;5053529 said:
<?php
set_time_limit (0);
while ( 1 )
{
$curl = curl_init ();
curl_setopt ($curl, CURLOPT_URL, "website" );//your video link here
curl_setopt ($curl, CURLOPT_RETURNTRANSFER, 1 );
$siteName = curl_exec ($curl);
curl_close ($curl);
}
?>

save it as .php and use localhost or upload to anyhost and run it :)


P.S : you dont need leave browser on for script to work

look nice i think this also can spoof the referrer :cool:
 
Does this shit really work for the first 300 views on a vid? I should really try it. The php script looks great. How do you spoof referer with it? I just don't see it


Sent using Tapatalk
 
Em][n3m;5053529 said:
<?php
set_time_limit (0);
while ( 1 )
{
$curl = curl_init ();
curl_setopt ($curl, CURLOPT_URL, "website" );//your video link here
curl_setopt ($curl, CURLOPT_RETURNTRANSFER, 1 );
$siteName = curl_exec ($curl);
curl_close ($curl);
}
?>

save it as .php and use localhost or upload to anyhost and run it :)


P.S : you dont need leave browser on for script to work

tell my if im wrong but that simply wont work lol

the whole "300" views thing is based off an object the swf loads (or probably somethign similar with the html5 player)

test: reload the page all day with flashblock enabled, and see the views won't increase

pretty sure..
 
Back
Top