湖南聯通發福利了C#為你月賺150M流量回家過年不再愁

來源:互聯網
上載者:User

標籤:

回家過年沒流量怎麼能行,這裡教大家一個月賺150流量的方法,哈哈,首先下載聯通用戶端,本人只有android手機一台,沒辦法只能用 android的了,裡面有一個悅分享,上幾張圖,圖有有我賺的流量.

大家看了上面的圖,就一定明白為什麼能賺流量了,每天通過簽到,拉霸 開紅包,差不多可以賺到10M 如果人品爆發中個高的,呵呵,我就一次拉了個 300M的.如果第天手工的操作太麻煩了,大家可能也沒有那麼好的煩心,這裡就教大家,讓我們C#為我們來賺取流量

 

現在我們的主角上場.

第一個就是登陸

        private Boolean Login() {            String Result = "";            net.Url = "http://www.hn165.com/index.php?s=/users/login/back_url/L2luZGV4LnBocD9zPS91c2Vycy9pbmRleA==";            net.PostData = "account=" + Account + "&password=" + PassWord + "&remember=1&back_url=%2Findex.php%3Fs%3D%2Fusers%2Findex";            net.Method = NetHelper.RequestMethod.POST;            net.Referer = "http://www.hn165.com/index.php?s=/users/login/back_url/L2luZGV4LnBocD9zPS91c2Vycy9pbmRleA==";            Result = Utils.UnicodeToString(net.SendRequest());            if (Result.StartsWith("-1")) {                return false;            }            Log.Write(Result, "debug.txt");            if (Result.Contains("\"status\":1")) {                IsLogin = true;                return true;            }            return false;        }

簽到代碼方法

        private String Sign() {            if (!IsLogin) { Login(); }            net.Url = "http://www.hn165.com/index.php?s=/users/signin/back_url/L2luZGV4LnBocD9zPS9pbmRleA==/auto_signin/1";            net.Method = NetHelper.RequestMethod.GET;            String Result = net.SendRequest();            Result = Utils.GetValue(Result, "<div class=\"mg10-1 t-center\">", "</div>");            Log.Write(Result, "debug.txt");            return Result;        }

拉霸代碼,每天可拉三次,

        private String LaBa() {            if (!IsLogin) { Login(); }            net.Url = "http://www.hn165.com/index.php?s=/huodong/laba_getval&_=" + Utils.GetUnixTime();            net.Method = NetHelper.RequestMethod.GET;            String Result = Utils.UnicodeToString(net.SendRequest());            Log.Write(Result, "debug.txt");            return Result;        }

開紅包

        private String HongBao() {            if (!IsLogin) { Login(); }            net.Url = "http://www.hn165.com/index.php?s=/huodong/hongbao_action/5131";            net.Method = NetHelper.RequestMethod.GET;            String Result = Utils.UnicodeToString(net.SendRequest());            Log.Write(Result, "debug.txt");            return Result;        }

 

OK 經過以面的,基本的功能完成了.現在就是讓它每天為我們來工作,賺取流量,我就把它做成了一個 windows 服務 掛在一台伺服器上面運行,呵呵

媽媽再也不擔心我沒有流量了

 

--幸福海

部落格地址:http://www.cnblogs.com/ningqhai/

湖南聯通發福利了C#為你月賺150M流量回家過年不再愁

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.