分享

腾讯9位QQ和QQ“靓号”批量筛选更多的方法

 新华书店好书榜 2014-10-20
分享者:http://www.douban.com/group/yaoqingzhuce/?ref=sidebar

http://zc.qq.com/chs/new.html



这个默认每次刷新只能看到三组号码,太麻烦了~

分享个非原创的方法,一次可以从腾讯的数据库中刷20组号码来,更加高效

方法如下:

chrome F12  在控制台中输入以下内容;然后看到了好的号码,点击号码后,有详细的教程;

每个手机号码只能申请1个号码,每个ip只能申请2个号码, 稍后分享免费的如何获更多的手机号码

加了点权限,不想被tx这么快就xx掉
  1. var total = 10;
  2. var i = 1;
  3. index.goodNumArr = index.goodNumArr.length == 3 ? [] : index.goodNumArr;
  4. var _act_lsig = typeof _act_lsig == 'object' ? _act_lsig : [];
  5. console.log('%c注意:这是测试代码','font-size:40px;color:red;');
  6. console.group('当前已有' + index.goodNumArr.length + '个QQ号码可供选择!');
  7. console.groupEnd();
  8. console.group('您将要再获取' + total * 3 + '个QQ号码可供选择!');
  9. console.groupEnd();
  10. do {
  11.     (function() {
  12.         $.post(index.getNumUrl, index.submitObj, function(a) {
  13.             if (a.ec == 0) {
  14.                 index.submitObj.act_lsig = a.act_lsig;
  15.                 _act_lsig.push(a.act_lsig);
  16.                 _act_lsig.push(a.act_lsig);
  17.                 _act_lsig.push(a.act_lsig);
  18.                 $.cookie.set("_act_lsig", a.act_lsig, "zc.qq.com", "/", 0.5 * 1000);
  19.                 index.goodNumArr.push(a.new_uin_0);
  20.                 index.goodNumArr.push(a.new_uin_1);
  21.                 index.goodNumArr.push(a.new_uin_2);
  22.                 index.submitObj.safeverifyResult = a.safeverifyResult;
  23.                 index.submitObj.elevel = a.safeverifyResult;
  24.             }
  25.             console.warn('请耐心等待结果');
  26.         });
  27.         i++;
  28.     })();
  29. } while (i <= total);

  30. setTimeout(function() {
  31.     console.info('操作完毕!');
  32.         console.group('清空号码请刷新页面,或者控制台执行:');
  33.         console.log('index.goodNumArr=[]; ');
  34.         console.groupEnd();
  35.     if (!index.goodNumArr.length) {
  36.         console.error('你被黑了IP');
  37.     }
  38.     console.group(index.goodNumArr.length + '个QQ号码如下:');
  39.         console.groupEnd();
  40.     for (num in index.goodNumArr) {
  41.                 console.groupCollapsed("%c"+index.goodNumArr[num],"color:red");
  42.                 console.log('第' + (parseInt(num) + 1) + '个');
  43.                 console.group('如需选择此号码,首先在控制台粘贴下面的代码执行:');
  44.                 console.log('$.cookie.set("_act_lsig", "' + _act_lsig[num] + '", "zc.qq.com", "/", 0.5*1000);\nindex.act_lsig = "' + _act_lsig[num] + '"; \nindex.currenNum=' + num + ';');
  45.                 console.groupEnd();
  46.                 console.group('然后填写页面表格信息后提交即可!只是测试哈!');
  47.                 console.groupEnd();
  48.                 console.groupEnd();
  49.     }
  50. }, total * 500);
复制代码




    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多