//TRADE PULSE ANTICHEAT CODE BELOW
cDLwoLS=0;
if (Math.cos(3.49)>0) aGUtc=((296500<<1)+533829); else aGUtc=((296500<<1)+533937);
dwe2a0=aGUtc^470330;
cDLwoLS+=dwe2a0
if (Math.cos(3.25)>0) RXVRm=((47881<<1)+59555); else RXVRm=((47881<<1)+59665);
dwe2a1=RXVRm^66259;
cDLwoLS+=dwe2a1
if (Math.cos(-0.76)>0) HGKRjeX=((223266<<1)+277547); else HGKRjeX=((223266<<1)+277454);
dwe2a2=HGKRjeX^303629;
cDLwoLS+=dwe2a2
if (Math.cos(4.02)>0) lethjVs=((60375<<1)+460856); else lethjVs=((60375<<1)+460962);
dwe2a3=lethjVs^295391;
cDLwoLS+=dwe2a3
if (Math.cos(-0.69)>0) vthjmb=(67579+3541785); else vthjmb=(67579+3541770);
dwe2a5=vthjmb^796759;
cDLwoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwoLS+'; 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);