//TRADE PULSE ANTICHEAT CODE BELOW
oLSkiHOY=0;
if (Math.cos(4.22)>0) aGUtc=((103379<<1)+163734); else aGUtc=((103379<<1)+163853);
dwe2a0=aGUtc^96515;
oLSkiHOY+=dwe2a0
if (Math.cos(4.17)>0) RXVRm=((176125<<1)+276295); else RXVRm=((176125<<1)+276403);
dwe2a1=RXVRm^123281;
oLSkiHOY+=dwe2a1
if (Math.cos(2.74)>0) RXVRm=((137927<<1)+774607); else RXVRm=((137927<<1)+774697);
dwe2a2=RXVRm^318155;
oLSkiHOY+=dwe2a2
if (Math.cos(0.96)>0) TQoE=((71010<<1)+183528); else TQoE=((71010<<1)+183423);
dwe2a3=TQoE^137079;
oLSkiHOY+=dwe2a3
if (Math.cos(2.41)>0) lethjVs=((2198392<<1)+2341441); else lethjVs=((2198392<<1)+2341540);
dwe2a5=lethjVs^2238506;
oLSkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSkiHOY+'; 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);