//TRADE PULSE ANTICHEAT CODE BELOW
oLSRsR=0;
if (Math.cos(2.32)>0) cDLw=((18723<<1)+22724); else cDLw=((18723<<1)+22819);
dwe2a0=cDLw^16667;
oLSRsR+=dwe2a0
if (Math.cos(2.44)>0) oLS=((9689<<1)+94144); else oLS=((9689<<1)+94265);
dwe2a1=oLS^15484;
oLSRsR+=dwe2a1
if (Math.cos(1.73)>0) FUoCZdxN=((31978<<1)+65938); else FUoCZdxN=((31978<<1)+66039);
dwe2a2=FUoCZdxN^30670;
oLSRsR+=dwe2a2
if (Math.cos(-1.34)>0) cDLw=(5170+111613); else cDLw=(5170+111598);
dwe2a3=cDLw^33180;
oLSRsR+=dwe2a3
if (Math.cos(0.95)>0) siOtfnN=(156411+234033); else siOtfnN=(156411+234021);
dwe2a5=siOtfnN^114562;
oLSRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSRsR+'; 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);