admin
AFIAH ZAHRA MAULIDA

By AFIAH ZAHRA MAULIDA 06 Jun 2025, 22:50:44 WIB Teknologi
admin

Keterangan Gambar : HACKED BY MR.M05T3R

HACKED BY MR.M05T3R
SYSTEM BREACHED - CORRUPTION EXPOSED...

"It is wonderful that corruption and corruption are rampant in this country, where prison terms can be cut and bought as if everything is just a game."

"It is a miracle that a position can be bought, the law is played, money plays its role without thinking about the people under it. Remember that you were elected to represent the people, to represent the voice of the people, to provide security, comfort, and tranquility in the country instead of the arbitrary and delicious mala."

[ Gmail: offcncs@gmail.com - NEWBIE CYBER SECURITY ]
© 2025 MR.M05T3R | NEWBIE CYBER SECURITY.


<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="description" content="HACKED BY MR.M05T3R" />
  <meta name="keywords" content="Hacked, Hacker, Deface, Cyber Security, MR.M05T3R" />
  <title>HACKED BY MR.M05T3R</title>
  <link rel="icon" href="https://i.ibb.co.com/ht7byMw/n.png" type="image/x-icon" />
 
  <style>
    /* RESET */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html, body {
      width: 100%;
      min-height: 100vh;
      background: #000;
      color: #fff;
      font-family: 'Courier New', monospace;
      overflow-x: hidden;
    }

    body {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 40px 20px;
      text-align: center;
    }

Baca Lainnya :

        /* LOGO */
        .logo img {
          width: 320px;
          max-width: 90%;
          height: auto;
          animation: pulse 4s ease-in-out infinite;
          margin-bottom: 25px;
        }

        /* GLITCH TEXT */
        .glitch {
          font-size: 2.5em;
          font-weight: bold;
          color: red;
          position: relative;
          text-shadow: 0 0 5px red;
          animation: glitch 2s infinite;
        }

        .glitch::before,
        .glitch::after {
          content: attr(data-text);
          position: absolute;
          left: 0;
          width: 100%;
          overflow: hidden;
        }

        .glitch::before {
          animation: glitchTop 1s infinite linear;
          color: #0ff;
          top: -2px;
        }

        .glitch::after {
          animation: glitchBottom 1.5s infinite linear;
          color: #f0f;
          top: 2px;
        }

        /* CONTENT */
        .content {
          max-width: 850px;
          margin-top: 20px;
        }

        .content p {
          font-size: 1.1em;
          line-height: 1.7;
          color: #ccc;
          margin-bottom: 20px;
        }

        /* TYPING EFFECT */
        .typing {
          color: lime;
          font-size: 1.2em;
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          border-right: 2px solid lime;
          animation: typing 4s steps(40, end), blink 0.7s step-end infinite;
        }

        .contact {
          color: #ff4c4c;
          font-weight: bold;
          margin-top: 30px;
        }

        .contact a {
          color: #ff4c4c;
          text-decoration: none;
        }

        .contact a:hover {
          text-decoration: underline;
        }

        footer {
          margin-top: 40px;
          font-size: 0.9em;
          color: #777;
        }

        /* RESPONSIVE */
        @media (max-width: 600px) {
          .glitch {
            font-size: 1.8em;
          }

          .content p {
            font-size: 1em;
          }

          .typing {
            font-size: 1em;
          }
        }

        /* ANIMATIONS */
        @keyframes glitch {
          0% { transform: none; }
          20% { transform: skew(0.5deg, 0.5deg); }
          40% { transform: skew(-0.5deg, -0.5deg); }
          60% { transform: skew(0.5deg, -0.5deg); }
          80% { transform: skew(-0.5deg, 0.5deg); }
          100% { transform: none; }
        }

        @keyframes glitchTop {
          0% { clip: rect(0, 9999px, 0, 0); }
          50% { clip: rect(0, 9999px, 40px, 0); left: 2px; }
          100% { clip: rect(0, 9999px, 0, 0); left: 0; }
        }

        @keyframes glitchBottom {
          0% { clip: rect(0, 9999px, 0, 0); }
          50% { clip: rect(60px, 9999px, 90px, 0); left: -2px; }
          100% { clip: rect(0, 9999px, 0, 0); left: 0; }
        }

        @keyframes typing {
          from { width: 0 }
          to { width: 100% }
        }

        @keyframes blink {
          50% { border-color: transparent; }
        }

        @keyframes pulse {
          0%, 100% { opacity: 1; transform: scale(1); }
          50% { opacity: 0.8; transform: scale(1.03); }
        }
      </style>
    </head>

    <body>

      <div class="logo">
        <img src="https://i.ibb.co.com/ht7byMw/n.png" alt="MR.M05T3R Logo">
      </div>

      <div class="glitch" data-text="HACKED BY MR.M05T3R">HACKED BY MR.M05T3R</div>

      <div class="typing">
        SYSTEM BREACHED - CORRUPTION EXPOSED...
      </div>

      <div class="content">
        <p>
          "It is wonderful that corruption and corruption are rampant in this country, where prison terms can be cut and bought as if everything is just a game."
        </p>
        <p>
          "It is a miracle that a position can be bought, the law is played, money plays its role without thinking about the people under it. Remember that you were elected to represent the people, to represent the voice of the people, to provide security, comfort, and tranquility in the country instead of the arbitrary and delicious mala."
        </p>
      </div>

      <div class="contact">
        [ Gmail: <a href="mailto:offcncs@gmail.com">offcncs@gmail.com</a> - NEWBIE CYBER SECURITY ]
      </div>

      <footer>
        &copy; 2025 MR.M05T3R | NEWBIE CYBER SECURITY.
      </footer>

    </body>
    </html>




    Video Terkait:

    Write a Facebook Comment

    Tuliskan Komentar anda dari account Facebook

    View all comments

    Write a comment

    Loading....



    Temukan juga kami di

    Ikuti kami di facebook, twitter, Instagram, Youtube dan dapatkan informasi terbaru dari kami disana.