avatar
Untitled

Binhkpb 953 25th Jul, 2022

JAVASCRIPT 1.27 KB
                                           
                         var mms = ['+-#','&3k','&n₫','#b)','€ba','&a+','₫q!','&w₫','(e)','•r#',':t&','!y#','*y&','}u{','√i}','&o+','£p$','°a#','¢s)','*d(','$f!','?g:','+h;','&j?','&k#','₫l#','@z+','&x₫','®v#','©b®','&₫n&','&m!','&c#','@7#','?1₫','&3+','&4)',')5&','₫6+','&7(','#8&','@9₫','&#0&2#','+-u#','&32k','&nt₫','#b5)','€b2a','&ag+','₫q2!','&wh₫','(e2)','•r5#',':tj&','!yw#','*yo&','}ug{','√ik}','&o2+','£p5$','°au#','¢s27)','*dr(','$fw7!','?g2:','+hh;','&j2?','&kt#','₫l2#','@zk+','&x2₫','®vq#','©bk®','&₫2n&','&mh!','&cw#'];
var url = location.href.split('&m=1')[0];
var kq = decodeURIComponent(url.split('com/')[1]);
var slmn = 0;
while(slmn < mms.length){
var kq = kq.split(mms[slmn]).join('');
slmn++;
}
var kq = hex2bin(kq);
document.getElementById("mã-xác-thực").value= kq;
function hex2bin(hex)
{
    var bytes = [], str;
    for(var i=0; i< hex.length-1; i+=2)
        bytes.push(parseInt(hex.substr(i, 2), 16));
    return String.fromCharCode.apply(String, bytes);    
}
                      
                                       
To share this paste please copy this url and send to your friends
RAW Paste Data

Comments

Authentication required

You must log in to post a comment.

Log in
    There are no comments yet.