SpK's View Methods - Part 1 - The 'mobile method' (and disguising as Facebook/Twitter)

Status
Not open for further replies.
Lol I'm really glad that I wasnt the only one having problems with the agent user spoofer yesterday I was really feeling like the dumbest person of the world.

for thoose who arent doing real questions regarding about the post just forget you wont get any bot coded from anyone, you won't have the parameters to just copy and paste and run previous bot from spk and absolutely you wont learn how to code a bot with just this post go learn codding before anything else.

Spk's is teaching how to understand what things means and how they are done, this makes you able to think about things, in short hes like teaching you how to think, but before learning how to think you need some previous experiences and since hes talking about parameters and youtube algorith behaviour (a topics about programming) without the knowledge nescessary you will be doing questions in this posts wich will just spam this topic with trash to people who are really interestend in learning something ou trying to get some real help like tb303 and the plid questions or gonna be ignored or insult because your post.

Btw I'm still a noob in codding and what about spk's talking but its a real good incentive to learn about http web requests since its much faster in performance and multi threading comparing to the webbrowser bot that I'm doing.
 
Even though this method might not be any good for lots of views there is another use i notice.

rather than using fb or twitter as the referrer, use your own website and send views to a very popular video. Im getting some traffic from doing that depending on how many curious people check the stats of a video. the question is then does it count as a backlink as theres some high pr video pages out there ;) Obviously the stats need to be public and the video somewhat related for it to work.
 
Last edited:
Guys, those saying the method is filtered is the ones who figured out how to do it, and wants to stop others from doing it. Yes, the method got a bit changed since I posted this thread, but I showed how you can debug the requests too, so the new way can easily be found as well. Tested this last night and I can confirm you can do a few hundred thousand with it.

You guys are so naive.
 
Welcome back SpK! :D
I'm working on this method to make it work, I may ask you 2 things ...
These requests are important, or may be omitted?

Code:
m*yo*tube*c*m: / gen_204? feature = signin_campaign_watch
or-o.preferred.mil01s10.v23.lscache7.c*yo*tube*c*m /videoplayback?el=related&begin=0&fexp=907217%2C907335%2C921602%2C919306%2C922600%2C919316%2C912804%2C913542%2C919324%2C912706&dnc=1&itag.................

thanks!
Guys, those saying the method is filtered is the ones who figured out how to do it, and wants to stop others from doing it. Yes, the method got a bit changed since I posted this thread, but I showed how you can debug the requests too, so the new way can easily be found as well. Tested this last night and I can confirm you can do a few hundred thousand with it.

You guys are so naive.
 
Welcome back SpK! :D
I'm working on this method to make it work, I may ask you 2 things ...
These requests are important, or may be omitted?

Code:
m*yo*tube*c*m: / gen_204? feature = signin_campaign_watch
or-o.preferred.mil01s10.v23.lscache7.c*yo*tube*c*m /videoplayback?el=related&begin=0&fexp=907217%2C907335%2C921602%2C919306%2C922600%2C919316%2C912804%2C913542%2C919324%2C912706&dnc=1&itag.................

thanks!
It may be omitted, as it is not that important really.
 
hey as your back izSpk. Do you have any idea what the fexp parameter is? Im curious.
 
Guys, those saying the method is filtered is the ones who figured out how to do it, and wants to stop others from doing it. Yes, the method got a bit changed since I posted this thread, but I showed how you can debug the requests too, so the new way can easily be found as well. Tested this last night and I can confirm you can do a few hundred thousand with it.

You guys are so naive.

It's not filtered? >.< Might as well try again I suppose.
 
Shiot, so the mobile method still works you just have to not be an idiot to use it. Damn, looks like i can't use it!
 
Would anyone be kind enough to pm a link to the view increaser CMD or 1.0 bot version . I would really appreciate it. Thanks in advance.
 
How can I manage dynamic chars and numbers like

22r? (rdm), (plid), (rt). etc?

Help me please

My codes:

Code:
        void view()
        {
            try
            {
                string param = "http://s.youtube.com/s?on3g=0&app=youtube_mobile&preq=%2Fwatch%3Fajax%3D1%26gl%3DUS%26layout%3Dtablet%26tsp%3D1%26utcoffset%3D120%26v%3DSD6OtGM93uk&reloadCount=0&rdm=m5nf";
                param+= ""; //???????????
                param+= "&html5=1&ns=yt&ps=blazer&el=detailpage&hl=en&cr=US&docid=SD6OtGM93uk&"; 
                param+= "plid="; //???????????????????
                param+= "&fmt=18&fs=0&screenw=1366&screenh=768&w=768&h=460&vw=0&vh=0&playerw=768&playerh=460&";
                param+= "rt="; //?????
                param+= "&app=youtube_mobile&sw=1&";
                param+= "playback=1";
                param += "&len=314.981&";
                param+= "st=";
                param+= "&et=";
                HttpWebRequest req = (HttpWebRequest)WebRequest.Create(param);
                req.UserAgent = "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/531.22.7";
                req.Timeout = 10000;
                req.ReadWriteTimeout = 10000;
                using (WebResponse response = req.GetResponse())
                {
                    Stream dataStream = response.GetResponseStream();
                    
                }
                


            }
            catch (Exception ex) { MessageBox.Show(ex.Message);  }
        }
 
A question izSpk and others who got this to work, I know other people have a problem with this:
I tried user agent changing to iPhone and Android both in firefox and chrome, but I can never manage to play a video in youtube, only a thumbnail with a big play button is visible, but no playing is allowed. Now I know that through mobile the RTSP protocol is used, could this be the problem?
 
A question izSpk and others who got this to work, I know other people have a problem with this:
I tried user agent changing to iPhone and Android both in firefox and chrome, but I can never manage to play a video in youtube, only a thumbnail with a big play button is visible, but no playing is allowed. Now I know that through mobile the RTSP protocol is used, could this be the problem?

if you click "switch to desktop" you'll get desktop view but it is still acting as mobile , plus you can see the video player looks different. That way you can play the video





p.s can you pm the link to the spk view increaser bot , i think i can apply something to it to get it working plus with the info spk provided. i too will help you as well.
 
Last edited:
if you click "switch to desktop" you'll get desktop view but it is still acting as mobile , plus you can see the video player looks different. That way you can play the video





p.s can you pm the link to the spk view increaser bot , i think i can apply something to it to get it working plus with the info spk provided. i too will help you as well.

worked perfect, thanks!
 
i had the issue with the video not playing correctly when using user agent spoofing in chrome and firefox.
sound would play but no video.

its not a problem though. the requests you need (m.youtube & s.youtube) still can be seen in fiddler if it does this.

or at least they did for me anyway. check that first before you waste time stumbling at the first step.


anyway so this is working for me but my question now is how to get the "len" param for the requests without playing the video through first in fiddler.
I cant see an easy way of doing that so a "simple to use bot" where you enter just the vid id is out of the question, well at my level anyway
 
Ok guys how many time u all have allready spent on tryin to make something that really works? There are so many sellers doin views and i'm not only talking about BHW members but i do suggest any member to buy it here, but there are so many gigs on fiver etc. who sell reall cheap views. Maybe the time u allready putted into it was worth more then simply buy. Cheers to all people who never give up anyways, that is the key to succes ;)
 
Help me please

How can I manage dynamic chars and numbers like

22r? (rdm), (plid), (rt). etc?

Help me please

My codes:

Code:
        void view()
        {
            try
            {
                string param = "http://s.youtube.com/s?on3g=0&app=youtube_mobile&preq=%2Fwatch%3Fajax%3D1%26gl%3DUS%26layout%3Dtablet%26tsp%3D1%26utcoffset%3D120%26v%3DSD6OtGM93uk&reloadCount=0&rdm=m5nf";
                param+= ""; //???????????
                param+= "&html5=1&ns=yt&ps=blazer&el=detailpage&hl=en&cr=US&docid=SD6OtGM93uk&"; 
                param+= "plid="; //???????????????????
                param+= "&fmt=18&fs=0&screenw=1366&screenh=768&w=768&h=460&vw=0&vh=0&playerw=768&playerh=460&";
                param+= "rt="; //?????
                param+= "&app=youtube_mobile&sw=1&";
                param+= "playback=1";
                param += "&len=314.981&";
                param+= "st=";
                param+= "&et=";
                HttpWebRequest req = (HttpWebRequest)WebRequest.Create(param);
                req.UserAgent = "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/531.22.7";
                req.Timeout = 10000;
                req.ReadWriteTimeout = 10000;
                using (WebResponse response = req.GetResponse())
                {
                    Stream dataStream = response.GetResponseStream();
                    
                }
                


            }
            catch (Exception ex) { MessageBox.Show(ex.Message);  }
        }
 
subtle advertizing there matey :)

Ok guys how many time u all have allready spent on tryin to make something that really works? There are so many sellers doin views and i'm not only talking about BHW members but i do suggest any member to buy it here, but there are so many gigs on fiver etc. who sell reall cheap views. Maybe the time u allready putted into it was worth more then simply buy. Cheers to all people who never give up anyways, that is the key to succes ;)
 
Status
Not open for further replies.
Back
Top