大家用得QQ號是幾位的呢?十位還是十一位,這裏給大家分享一種方法從上百個QQ號碼中選擇自己喜歡的號碼,9位的哦,完全的安全無毒,不需要軟件,放心注冊。
準備條件:首先需要準備一個能改網頁數據的瀏覽器。 火狐、穀歌、360、2345均可(這裏用的是火狐)
領取步驟:
1、打開活動網址http://zc.qq.com/chs/new.html,正常情況下是輸入一次驗證碼,會出來3個9位 或者10位QQ靚號。重新刷新網頁,QQ靚號會更換,但是需要輸入驗證碼。
2、下麵我們突破一下,不用輸驗證碼,一次批量獲取幾十個9位數 10位數QQ號碼。
審核元素,用火狐瀏覽器打開網頁,按快捷鍵“F12”,或在頁麵上按鼠標右鍵,選擇“審核元素”
點最後一個選項“控製台(1位置)” 或叫“Comsole”,在下麵(2位置)粘貼下麵的數據,然後按回車鍵 (這是一次獲取30個QQ號碼的代碼,把var total = 10的10換成其他數值比如20,可以獲得3X20,60個QQ號碼,數字不要太大啊)
代碼如下:
var total = 10;
var i = 1;
index.goodNumArr = index.goodNumArr.length == 3 ? [] : index.goodNumArr;
var _act_lsig = typeof _act_lsig == 'object' ? _act_lsig : [];
console.log('%c注意:這是測試代碼','font-size:40px;color:red;');
console.group('當前已有' + index.goodNumArr.length + '個QQ號碼可供選擇!');
console.groupEnd();
console.group('您將要再獲取' + total * 3 + '個QQ號碼可供選擇!');
console.groupEnd();
do {
(function() {
$.post(index.getNumUrl, index.submitObj, function(a) {
if (a.ec == 0) {
index.submitObj.act_lsig = a.act_lsig;
_act_lsig.push(a.act_lsig);
_act_lsig.push(a.act_lsig);
_act_lsig.push(a.act_lsig);
$.cookie.set("_act_lsig", a.act_lsig, "zc.qq.com", "/", 0.5 * 1000);
index.goodNumArr.push(a.new_uin_0);
index.goodNumArr.push(a.new_uin_1);
index.goodNumArr.push(a.new_uin_2);
index.submitObj.safeverifyResult = a.safeverifyResult;
index.submitObj.elevel = a.safeverifyResult;
}
console.warn('請耐心等待結果');
});
i++;
})();
} while (i <= total);
setTimeout(function() {
console.info('操作完畢!');
console.group('清空號碼請刷新頁麵,或者控製台執行:');
console.log('index.goodNumArr=[]; ');
console.groupEnd();
if (!index.goodNumArr.length) {
console.error('你被黑了IP');
}
console.group(index.goodNumArr.length + '個QQ號碼如下:');
console.groupEnd();
for (num in index.goodNumArr) {
console.groupCollapsed("%c"+index.goodNumArr[num],"color:red");
console.log('第' + (parseInt(num) + 1) + '個');
console.group('如需選擇此號碼,首先在控製台粘貼下麵的代碼執行:');
console.log('$.cookie.set("_act_lsig", "' + _act_lsig[num] + '", "zc.qq.com", "/", 0.5*1000);\nindex.act_lsig = "' + _act_lsig[num] + '"; \nindex.currenNum=' + num + ';');
console.groupEnd();
console.group('然後填寫頁麵表格信息後提交即可!隻是測試哈!');
console.groupEnd();
console.groupEnd();
}
}, total * 500);
完畢
等待幾秒後,會出現一堆9位QQ靚號 10位QQ靚號. 慢慢挑選吧。
重點來了,碰到了自己喜歡的QQ好,該怎麼注冊呢?
這一步很重要:將你選擇的QQ下麵的代碼 粘貼在“控製台” 或叫“Comsole”下方,然後按回車鍵
到頁麵填寫注冊信息、手機號碼等。這些跟正常流程一樣。此時網頁上顯示的還是之前的號碼,但是注冊下來會是我們想要的號碼