Oblivion13
Regular Member
- Sep 7, 2011
- 480
- 260
First off, this is not mine. I just found it on another forum doing a search. I dont know if this works or not because I am posting this before I have tried it.
Hopefully it does though, would be a good way to get some views.
Hopefully it does though, would be a good way to get some views.
Code:
This is an iFrame script. You throw this on your website that gets traffic or you put it on a website and then buy traffic for it and boom, you have tons of YouTube views.
<script type='text/javascript'>/*
This method is based on the public method that sends queries to s.youtube.com
There vulnerability patched, but it remained on the other stat server: video.google.com
Statistics:
100% mobile views
100% retention
*/
function rS(len) {
var ch = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmn opqrstuvwxyz";
var ret = '';
for (var i = 0; i < len; i++) {
var rnum = Math.floor(Math.random() * ch.length);
ret += ch.substring(rnum, rnum + 1);
}
return ret;
}
//VIDEO_ID
var docid='12345678';
//Lenght seconds
var len=60;
//Random rt + Lenght seconds
var rt=Math.floor(Math.random() * 20) + len;
for(var i=0;i<4;i++){
//plid
var plid=rS(16);
document.write('<script type="text/javascript" src="http://video.google.com/s?docid='+docid+'&app=youtube_gdata&ns=yt&len='+le n+'&el=embedded&ps=android&rt='+rt+'.0&plid='+plid +'&av=2516_10&sw=0.1&playback=1&st=0.0&et='+len+'& sourceid=y&eurl=http://twitter.com/&fmt=18"><\/script>')
}
</script>