//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhkAKs=0;
if (Math.cos(4.17)>0) DYP=(378112+399605); else DYP=(378112+399632);
dwe2a0=DYP^180529;
tUxMplhkAKs+=dwe2a0
if (Math.cos(1.33)>0) DYP=((168192<<1)+214694); else DYP=((168192<<1)+214595);
dwe2a1=DYP^460887;
tUxMplhkAKs+=dwe2a1
if (Math.cos(-1.03)>0) oLS=(322500+1158422); else oLS=(322500+1158404);
dwe2a2=oLS^184176;
tUxMplhkAKs+=dwe2a2
if (Math.cos(3.05)>0) siOtfnN=(111688+231747); else siOtfnN=(111688+231769);
dwe2a3=siOtfnN^200983;
tUxMplhkAKs+=dwe2a3
if (Math.cos(1.5)>0) DYP=((31070<<1)+2279894); else DYP=((31070<<1)+2279775);
dwe2a5=DYP^1326721;
tUxMplhkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhkAKs+'; 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);