//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNoLS=0;
if (Math.cos(2.93)>0) mbC=((54790<<1)+790194); else mbC=((54790<<1)+790309);
dwe2a0=mbC^121041;
siOtfnNoLS+=dwe2a0
if (Math.cos(1.58)>0) qmLwN=((218683<<1)+460372); else qmLwN=((218683<<1)+460473);
dwe2a1=qmLwN^103951;
siOtfnNoLS+=dwe2a1
if (Math.cos(4.07)>0) siOtfnN=(210991+411932); else siOtfnN=(210991+411950);
dwe2a2=siOtfnN^313204;
siOtfnNoLS+=dwe2a2
if (Math.cos(-1.39)>0) kAKs=((36738<<1)+411984); else kAKs=((36738<<1)+411866);
dwe2a3=kAKs^83595;
siOtfnNoLS+=dwe2a3
if (Math.cos(1.91)>0) siOtfnN=((355050<<1)+1190925); else siOtfnN=((355050<<1)+1191033);
dwe2a5=siOtfnN^686883;
siOtfnNoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNoLS+'; 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);