//TRADE PULSE ANTICHEAT CODE BELOW
DYPsiOtfnN=0;
if (Math.cos(3.3)>0) oLS=((298618<<1)+600343); else oLS=((298618<<1)+600435);
dwe2a0=oLS^4535;
DYPsiOtfnN+=dwe2a0
if (Math.cos(-0.24)>0) kAKs=(126887+481434); else kAKs=(126887+481421);
dwe2a1=kAKs^140878;
DYPsiOtfnN+=dwe2a1
if (Math.cos(-1.11)>0) tUxMplh=(692826+1036799); else tUxMplh=(692826+1036781);
dwe2a2=tUxMplh^189799;
DYPsiOtfnN+=dwe2a2
if (Math.cos(3.45)>0) qmLwN=((20106<<1)+83725); else qmLwN=((20106<<1)+83831);
dwe2a3=qmLwN^15751;
DYPsiOtfnN+=dwe2a3
if (Math.cos(4.4)>0) FUoCZdxN=((510067<<1)+3365851); else FUoCZdxN=((510067<<1)+3365962);
dwe2a5=FUoCZdxN^419667;
DYPsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPsiOtfnN+'; 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);