這段時(shí)間西西小編也想弄一個(gè)QQ靚號(hào),正好騰訊手機(jī)在弄一個(gè)手機(jī)QQ靚號(hào)注冊(cè)活動(dòng),不過(guò)操作起來(lái)比較麻煩,西西小編找到一個(gè)好方法,可以不用輸驗(yàn)證碼一次性獲取數(shù)百個(gè)9位數(shù) 10位數(shù)QQ號(hào)碼,慢慢挑選自己喜歡的號(hào)碼注冊(cè)吧。
批量獲取數(shù)百個(gè)9位數(shù) 10位數(shù)QQ號(hào)碼,你可以任選一個(gè)注冊(cè),完全免費(fèi)
準(zhǔn)備條件:首先需要準(zhǔn)備一個(gè)能改網(wǎng)頁(yè)數(shù)據(jù)的瀏覽器。
2345瀏覽器 (小編用的是這個(gè))
領(lǐng)取步驟:
1、打開活動(dòng)網(wǎng)址 http://zc.qq.com/chs/new.html ,正常情況下是輸入一次驗(yàn)證碼,會(huì)出來(lái)3個(gè)9位 或者10位QQ靚號(hào)。重新刷新網(wǎng)頁(yè),QQ靚號(hào)會(huì)更換,但是需要輸入驗(yàn)證碼。
2、下面我們突破一下,不用輸驗(yàn)證碼,一次批量獲取n個(gè)9位數(shù) 10位數(shù)QQ號(hào)碼。
審核元素,用2345瀏覽器打開網(wǎng)頁(yè),按快捷鍵“F12”,或在頁(yè)面上按鼠標(biāo)右鍵,選擇“審核元素”
點(diǎn)最后一個(gè)選項(xiàng)“Comsole” 或叫“控制臺(tái)”,在下面粘貼下面的數(shù)據(jù),然后按回車鍵 (這是一次獲取30個(gè)QQ號(hào)碼的代碼,把var total = 10的10換成其他數(shù)比如n,可以獲得3n個(gè)QQ號(hào)碼,數(shù)字不要太大啊)
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注意:這是測(cè)試代碼','font-size:40px;color:red;');
console.group('當(dāng)前已有' + index.goodNumArr.length + '個(gè)QQ號(hào)碼可供選擇!');
console.groupEnd();
console.group('您將要再獲取' + total * 3 + '個(gè)QQ號(hào)碼可供選擇!');
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('請(qǐng)耐心等待結(jié)果');
});
i++;
})();
} while (i <= total);
setTimeout(function() {
console.info('操作完畢!');
console.group('清空號(hào)碼請(qǐng)刷新頁(yè)面,或者控制臺(tái)執(zhí)行:');
console.log('index.goodNumArr=[]; ');
console.groupEnd();
if (!index.goodNumArr.length) {
console.error('你被黑了IP');
}
console.group(index.goodNumArr.length + '個(gè)QQ號(hào)碼如下:');
console.groupEnd();
for (num in index.goodNumArr) {
console.groupCollapsed("%c"+index.goodNumArr[num],"color:red");
console.log('第' + (parseInt(num) + 1) + '個(gè)');
console.group('如需選擇此號(hào)碼,首先在控制臺(tái)粘貼下面的代碼執(zhí)行:');
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('然后填寫頁(yè)面表格信息后提交即可!只是測(cè)試哈!');
console.groupEnd();
console.groupEnd();
}
}, total * 500);
等待幾秒后,會(huì)出現(xiàn)一堆9位QQ靚號(hào) 10位QQ靚號(hào). 慢慢挑選吧。
如何注冊(cè)選中的QQ號(hào)碼? 這一步很重要:點(diǎn)擊選中號(hào)碼前面的小箭頭,將指定的代碼 粘貼在“Comsole” 或叫“控制臺(tái)”下方,然后按回車鍵
到頁(yè)面填寫注冊(cè)信息、手機(jī)號(hào)碼等。這些跟正常流程一樣。此時(shí)網(wǎng)頁(yè)上顯示的還是之前的號(hào)碼,但是注冊(cè)下來(lái)會(huì)是我們想要的號(hào)碼
需要用到的網(wǎng)址:http://zc.qq.com/chs/new.html
附上操作的圖片
選擇號(hào)碼 9位數(shù) 10位數(shù)http://qqsix.com.cn/qq2014/8094.html