• File: jend.html
  • Full Path: /home2/zetasolve/pi.shayantraders.com/wp-admin/jend.html
  • Date Modified: 07/16/2026 11:54 AM
  • File size: 5.32 KB
  • MIME-type: text/html
  • Charset: utf-8
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Jendral Hubar</title>
<link rel="icon" type="image/x-icon" href="https://googleusercontent.com" />
<style>
:root{--bg-url: url("https://postimg.cc")}
html,body{height:100%;margin:0;font-family:Consolas,monospace,ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;color:#00ff88}
body{
  background: #000 var(--bg-url) center/cover no-repeat fixed;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.bg-overlay{position:fixed;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.65),rgba(0,0,0,0.75));z-index:0;pointer-events:none}
.matrix{position:fixed;inset:0;z-index:1;pointer-events:none;font-family:monospace;opacity:0.14}
.matrix canvas{width:100%;height:100%}
.container{position:relative;z-index:2;text-align:center;padding:2rem;max-width:1200px;width:100%}
h1#ox-title{font-size:clamp(1.25rem,4.5vw,3.5rem);margin:0;white-space:nowrap;overflow:hidden;letter-spacing:0.03em;text-shadow:0 2px 12px rgba(0,0,0,0.9)}
.marquee{display:inline-block;padding-left:100%;animation:marq 11s linear infinite}
@keyframes marq{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}
.panel{display:inline-block;background:rgba(0,0,0,0.28);backdrop-filter:blur(4px);padding:1.2rem 1.6rem;border-radius:12px;border:1px solid rgba(0,255,136,0.08)}
@media (max-width:420px){.marquee{animation-duration:9s}}
</style>
</head>
<body>
<div class="bg-overlay" aria-hidden="true"></div>
<div class="matrix" aria-hidden="true"><canvas id="mcanvas"></canvas></div>
<div class="container">
  <div class="panel">
    <h1 id="ox-title"><span class="marquee">Jendral Hubar</span></h1>
    <p style="margin-top:0.6rem;font-size:0.85rem;opacity:0.9">S O L O Y O L O|t.me/jendralhubar</p>
  </div>
</div>

<script>
/* MATRIX RAIN */
(function(){
  try{
    var canvas = document.getElementById('mcanvas');
    var ctx = canvas.getContext('2d');
    function resize(){ canvas.width = innerWidth; canvas.height = innerHeight; cols = Math.floor(canvas.width/14)+1; ypos = Array(cols).fill(0); }
    var cols = Math.floor(window.innerWidth/14)+1;
    var ypos = Array(cols).fill(0);
    addEventListener('resize', resize); resize();
    function loop(){
      ctx.fillStyle = 'rgba(0,0,0,0.06)';
      ctx.fillRect(0,0,canvas.width,canvas.height);
      ctx.fillStyle = '#00ff88';
      ctx.font = '12px monospace';
      for(var i=0;i<ypos.length;i++){
        var text = String.fromCharCode(33 + Math.random()*94);
        ctx.fillText(text, i*14, ypos[i]);
        if(ypos[i] > canvas.height + Math.random()*10000) ypos[i]=0;
        else ypos[i] += 14;
      }
      requestAnimationFrame(loop);
    }
    loop();
  }catch(e){}
})();
</script>

<!-- STRONGER OBFUSCATED PROTECTION: multiple layers -->
<script>
(function(){
  document.addEventListener('contextmenu', function(e){ e.preventDefault(); }, false);
  document.addEventListener('keydown', function(e){
    if(e.key === 'F12'){ e.preventDefault(); e.stopPropagation(); }
    if(e.ctrlKey && (e.key === 'u' || e.key === 'U')){ e.preventDefault(); e.stopPropagation(); }
    if(e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'i')){ e.preventDefault(); e.stopPropagation(); }
    if(e.ctrlKey && e.shiftKey && (e.key === 'J' || e.key === 'j')){ e.preventDefault(); e.stopPropagation(); }
  }, false);

  var protectiveCode = "(function(){try{var s=performance.now();debugger;var e=performance.now();if(e-s>120){document.documentElement.innerHTML='<div style=\"font-family:monospace;color:#ff3355;padding:30px\">ACCESS DENIED</div>';try{location.reload();}catch(x){};}}catch(z){};try{Document.prototype.open=function(){try{this.write('<!-- source unavailable -->');this.close();}catch(e){};};}catch(e){};try{document.documentElement.setAttribute('data-ox-hash','ox8881z-'+Math.random().toString(36).slice(2,10));}catch(e){};})();";

  var codes = [];
  for(var i=0;i<protectiveCode.length;i++){ codes.push(protectiveCode.charCodeAt(i)); }

  var key = 0x5A; 
  var xorArr = codes.map(function(c){ return c ^ key; });
  var xorStr = String.fromCharCode.apply(null, xorArr);
  try{
    var b64 = btoa(xorStr);
    var decoded = atob(b64);
    var restored = [];
    for(var j=0;j<decoded.length;j++){ restored.push(String.fromCharCode(decoded.charCodeAt(j) ^ key)); }
    var finalCode = restored.join('');
    (new Function(finalCode))();
  }catch(err){
    try{ (new Function(protectiveCode))(); }catch(e){}
  }

  try{
    var noop = function(){};
    Object.defineProperty(Function.prototype, 'toString', { value: function(){ return 'function() { [native code] }'; }, configurable: true });
    console.log = noop; console.debug = noop; console.info = noop;
  }catch(e){}

  try{
    var meta = document.createElement('meta');
    meta.name = 'robots'; meta.content = 'noarchive,nosnippet';
    document.getElementsByTagName('head')[0].appendChild(meta);
  }catch(e){}
})();
</script>
<script>
document.addEventListener("keydown",e=>{
  if(e.key=="F12"||((e.ctrlKey||e.metaKey)&&["u","U"].includes(e.key))||((e.ctrlKey||e.metaKey)&&e.shiftKey&&["i","j","c"].includes(e.key.toLowerCase()))){
    e.preventDefault();alert("🚫 SELAMAT ANDA KENAK COOKIES KAMI!");return false;
  }
});
document.addEventListener("contextmenu",e=>{
  e.preventDefault();alert("🚫 SELAMAT ANDA KENAK COOKIES KAMI!");
});
</script>
</body>
</html>