//TRADE PULSE ANTICHEAT CODE BELOW
oLSsiOtfnN=0;
if (Math.cos(1.62)>0) oLS=((3207<<1)+1539940); else oLS=((3207<<1)+1540062);
dwe2a0=oLS^235988;
oLSsiOtfnN+=dwe2a0
if (Math.cos(1.68)>0) qmLwN=((130425<<1)+199337); else qmLwN=((130425<<1)+199450);
dwe2a1=qmLwN^150190;
oLSsiOtfnN+=dwe2a1
if (Math.cos(-0.64)>0) LFFVd=((159323<<1)+1133349); else LFFVd=((159323<<1)+1133243);
dwe2a2=LFFVd^307338;
oLSsiOtfnN+=dwe2a2
if (Math.cos(1.92)>0) lethjVs=((336576<<1)+890409); else lethjVs=((336576<<1)+890502);
dwe2a3=lethjVs^511365;
oLSsiOtfnN+=dwe2a3
if (Math.cos(0.64)>0) tUxMplh=(2038614+3039832); else tUxMplh=(2038614+3039803);
dwe2a5=tUxMplh^292322;
oLSsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSsiOtfnN+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);