//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCoLS=0;
if (Math.cos(4.3)>0) cDLw=(125002+165088); else cDLw=(125002+165108);
dwe2a0=cDLw^153084;
cGYYCoLS+=dwe2a0
if (Math.cos(3.41)>0) kiHOY=((87506<<1)+92571); else kiHOY=((87506<<1)+92666);
dwe2a1=kiHOY^165491;
cGYYCoLS+=dwe2a1
if (Math.cos(2.99)>0) Pyz=((165737<<1)+245978); else Pyz=((165737<<1)+246095);
dwe2a2=Pyz^311740;
cGYYCoLS+=dwe2a2
if (Math.cos(0.29)>0) cDLw=(12485+28196); else cDLw=(12485+28184);
dwe2a3=cDLw^27717;
cGYYCoLS+=dwe2a3
if (Math.cos(0.99)>0) DYP=(1715438+3197768); else DYP=(1715438+3197750);
dwe2a5=DYP^490174;
cGYYCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCoLS+'; 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);