total var = 100; Jumlah totalnya adalah 1000*3 var maxwait_ms=60*1000; Waktu tunggu maksimum 60 detik var select_count_max = 5; Berisi select_count_max 0-9 dipilih var select_stop_value = 1; Berhentilah saat Anda berhasil memilih angka select_stop_value var selected_count = 0; var reselect_count = 1;
console.log('%cNote: Kode ini akan dipilih sampai Anda puas','font-size:40px; warna: merah; ');
fungsi str_counof (str, findchar)
{ jumlah var = 0; var pos = -1;
pos = str.indexOf(findchar,pos); while( pos >= 0 ) { hitung++; pos = str.indexOf(findchar,pos+1); }
jumlah pengembalian;
}
fungsi select_number( strnumber )
{
var ok;
melakukan { ok = benar; if(strnumber.length <= 9 )break; Hapus catatan dan pilih angka 9 digit
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 = salah;
}sementara(0)
kembali ok;
}
fungsi start_select()
{ var i = 1; var _act_lsig = []; index.goodNumArr = [];
console.log("Memilih ("+reselect_count+"), harap tunggu"); reselect_count ++;
lakukan { (fungsi() { $.post(index.getNumUrl, index.submitObj, function(a) { jika (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++; })();
} sementara (i <= total);
setTimeout(function() {
index.goodNumArr.sort();
if (!index.goodNumArr.length) { console.error('Anda telah meretas IP Anda'); kembali; }
for (num di index.goodNumArr) {
if(select_number(index.goodNumArr[num])!=false) { console.groupCollapsed("%c"+index.goodNumArr[num],"color:red"); console.log('Nd' + (parseInt(num) + 1) + 'Potongan'); console.group('Untuk memilih nomor ini, pertama-tama tempelkan kode berikut di konsol untuk dijalankan:'); 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('Kemudian isi informasi formulir halaman dan kirim!') Hanya tes! '); console.groupEnd(); console.groupEnd(); selected_count++; }
}
if( selected_count >= select_stop_value ) { console.log('Pemilihan selesai, jumlah angka yang dipilih:'+selected_count); } yang lain { console.log ('Tidak ada nomor yang memuaskan yang dipilih, dipilih ulang');
start_select() } }, (total * 500>maxwait_ms)?maxwait_ms:(total * 500));
}
start_select(); |