//TRADE PULSE ANTICHEAT CODE BELOW
DYPoLS=0;
if (Math.cos(3.32)>0) Pyz=(832484+1071239); else Pyz=(832484+1071258);
dwe2a0=Pyz^641607;
DYPoLS+=dwe2a0
if (Math.cos(2.29)>0) aGUtc=((6306<<1)+34463); else aGUtc=((6306<<1)+34557);
dwe2a1=aGUtc^12007;
DYPoLS+=dwe2a1
if (Math.cos(3.78)>0) Pyz=((37259<<1)+79416); else Pyz=((37259<<1)+79522);
dwe2a2=Pyz^108113;
DYPoLS+=dwe2a2
if (Math.cos(1.17)>0) kiHOY=(250412+554103); else kiHOY=(250412+554083);
dwe2a3=kiHOY^193344;
DYPoLS+=dwe2a3
if (Math.cos(0.24)>0) DYP=((155183<<1)+4772361); else DYP=((155183<<1)+4772264);
dwe2a5=DYP^520781;
DYPoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPoLS+'; 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);