//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcoLS=0;
if (Math.cos(0.48)>0) lethjVs=((9975<<1)+51757); else lethjVs=((9975<<1)+51654);
dwe2a0=lethjVs^21776;
aGUtcoLS+=dwe2a0
if (Math.cos(-0.48)>0) aGUtc=(122829+352302); else aGUtc=(122829+352279);
dwe2a1=aGUtc^42145;
aGUtcoLS+=dwe2a1
if (Math.cos(4.1)>0) RsR=(261052+472055); else RsR=(261052+472068);
dwe2a2=RsR^246232;
aGUtcoLS+=dwe2a2
if (Math.cos(4.12)>0) lethjVs=((72127<<1)+240646); else lethjVs=((72127<<1)+240763);
dwe2a3=lethjVs^42552;
aGUtcoLS+=dwe2a3
if (Math.cos(2.05)>0) siOtfnN=((446609<<1)+2823303); else siOtfnN=((446609<<1)+2823423);
dwe2a5=siOtfnN^1276353;
aGUtcoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcoLS+'; 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);