How is a youtube mobile views bot working?

hydrok

Registered Member
Joined
Jan 27, 2013
Messages
64
Reaction score
5
Hello dear bhw!

How is a mobile views bot working? Is it an app that sends the views? Proxyswitcher that connects to the m.youtube?..
I am NOT requesting a view bot in this thread so dont missunderstand me. Just want to know how this really works..


Best regards!
 
You should use fiddler or wireshark to sniff the packets to know what goes out of your mobile..And replicate that with HTTP... No one will give you teach or share you a working method...
 
Hello dear bhw!

How is a mobile views bot working? Is it an app that sends the views? Proxyswitcher that connects to the m.youtube?..
I am NOT requesting a view bot in this thread so dont missunderstand me. Just want to know how this really works..


Best regards!


Quite simple really although this one has been patched althoguh I believe the method is sound you just need to know the name of another google server that counts the stats but is not patched.
I've been told it still works that way

<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 = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
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='72r090dFXT8';
//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='+len+'&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>
 
do you just type that in google chrome javascript console?? i knoe its patched but wha do i do if this script worked?
 
Jeeze... if you're that stupid don't even bother. Not like it matters it will be patched shortly.
 
Back
Top