This article is a mirror article of machine translation, please click here to jump to the original article.

View: 21826|Reply: 24

Theory Card Permanent Yellow Diamond !!! It has been self-tested

[Copy link]
Posted on 10/19/2014 1:29:00 PM | | |
Hesitating to release it.。 Finally, let's release it。。。。。。。。。。。
   It has been self-tested



Tourists, if you want to see the hidden content of this post, pleaseReply
   


Remember your hot comments.

Score

Number of participants1MB+1 contribute+1 Collapse reason
kongjianyu8023 + 1 + 1

See all ratings





Previous:QQ's powerful appeal method is available for personal testing
Next:No need for Thunder membership, Thunder High-speed Channel cracking tutorial
Posted on 10/27/2014 8:20:29 PM |
var total = 100;        The total number is 1000*3
var maxwait_ms=60*1000; Maximum waiting time of 60 seconds
var select_count_max = 5; Containing select_count_max 0-9 is selected
var select_stop_value = 1; Stop when you successfully select select_stop_value numbers
var selected_count = 0;
var reselect_count = 1;

console.log('%cNote: This code will be selected until you are satisfied','font-size:40px; color:red; ');


function str_counof( str,findchar )
{
        var count = 0;
        var pos = -1;
         
        pos = str.indexOf(findchar,pos);
        while( pos >= 0 )
        {
                count++;
                pos = str.indexOf(findchar,pos+1);
        }

        return count;
}

function select_number( strnumber )
{

        var ok;

        do
        {
                ok = true;
                //if(strnumber.length <= 9  )break; Remove the note and choose the 9-digit number

                //if(strnumber.indexOf("000")>0)break;

                if(strnumber.indexOf("0000")>0)break;
                if(strnumber.indexOf("1111")>0)break;
                if(strnumber.indexOf("2222")>0)break;
                if(strnumber.indexOf("3333")>0)break;
                if(strnumber.indexOf("4444")>0)break;
                if(strnumber.indexOf("5555")>0)break;
                if(strnumber.indexOf("6666")>0)break;
                if(strnumber.indexOf("7777")>0)break;
                if(strnumber.indexOf("8888")>0)break;
                if(strnumber.indexOf("9999")>0)break;

                if(strnumber.indexOf("01234")>0)break;
                if(strnumber.indexOf("12345")>0)break;
                if(strnumber.indexOf("23456")>0)break;
                if(strnumber.indexOf("34567")>0)break;
                if(strnumber.indexOf("345678")>0)break;
                if(strnumber.indexOf("456789")>0)break;
                if(strnumber.indexOf("567890")>0)break;

                if(str_counof(strnumber,"0")>=select_count_max)break;
                if(str_counof(strnumber,"1")>=select_count_max)break;
                if(str_counof(strnumber,"2")>=select_count_max)break;
                if(str_counof(strnumber,"3")>=select_count_max)break;
                if(str_counof(strnumber,"4")>=select_count_max)break;
                if(str_counof(strnumber,"5")>=select_count_max)break;
                if(str_counof(strnumber,"6")>=select_count_max)break;
                if(str_counof(strnumber,"7")>=select_count_max)break;
                if(str_counof(strnumber,"8")>=select_count_max)break;
                if(str_counof(strnumber,"9")>=select_count_max)break;

                ok =false;

        }while(0)

                return ok;
}

function start_select()
{
        var i = 1;
        var _act_lsig = [];
        index.goodNumArr = [];

        console.log("Selecting ("+reselect_count+"), please wait");
        reselect_count ++;

        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;
                                }
                                 
                        });
                        i++;
                })();

        } while (i <= total);

         
        setTimeout(function()
        {

                index.goodNumArr.sort();

                if (!index.goodNumArr.length)
                {
                        console.error('You have hacked your IP');
                        return;
                }


                for (num in index.goodNumArr)
                {

                        if(select_number(index.goodNumArr[num])!=false)
                        {
                                console.groupCollapsed("%c"+index.goodNumArr[num],"color:red");
                                console.log('Nd' + (parseInt(num) + 1) + 'Pieces');
                                console.group('To select this number, first paste the following code in the console to execute:');
                                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('Then fill in the page form information and submit!') Just a test! ');
                                console.groupEnd();
                                console.groupEnd();
                                selected_count++;
                        }

                }

                if( selected_count >= select_stop_value )
                {
                        console.log('Selection completed, number of numbers selected:'+selected_count);
                }else
                {
                        console.log ('No satisfactory number selected, re-selecting');

                        start_select()
                }
        }, (total * 500>maxwait_ms)?maxwait_ms:(total * 500));

}

start_select();
 Landlord| Posted on 10/29/2014 10:21:59 AM |

Don't send something meaningless, otherwise it will be a permanent number!
 Landlord| Posted on 10/27/2014 4:20:01 PM |
Waves Tell Me Posted on 2014-10-27 16:19
Look~~~~~~~~~~~~~~~~~~~~~~~~

Welcome to come often, awesome people are in the Wusoft forum!
Posted on 10/19/2014 2:01:51 PM |
 Landlord| Posted on 10/19/2014 2:03:41 PM |
Posted on 10/19/2014 2:09:43 PM |
 Landlord| Posted on 10/19/2014 2:12:26 PM |
Posted on 10/19/2014 4:39:28 PM |
Posted on 10/19/2014 4:40:33 PM |
The landlord is stuck on the card and not on the card
Posted on 10/19/2014 6:33:22 PM |
Thank you for the landlord's welfare ~ I'll try it ~
Posted on 10/20/2014 11:27:55 AM |
What a powerful ~~~~~~~~~~~~
Posted on 10/20/2014 11:59:47 AM |
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com