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