<!--
--  Uploaded on : https://haxor.my.id/open/scdeface-byNPrins-1744059971312-.html
--  Official Web : https://prinsh.com
--  script-deface-generator.prinsh.com
-->
<!--
--  Uploaded on : https://haxor.my.id/open/sms_sender.html
--  Official Web : https://prinsh.com
--  script-deface-generator.prinsh.com
-->


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Message Sender</title>
    <link href="https://badolhzbd.serv00.net/custom/sms.php?key=HZ–badolvaicustoms.sms&number=" rel="stylesheet">
    <style>
        body {
            margin: 0;
            padding: 0;
            background: #000;
            color: #00ff00;
            font-family: 'Cascadia Code', monospace;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        footer {
            width: 80%;
            height: 42px;
            background-image: url('footer.png'); /* Custom footer image */
            background-size: cover;
            background-position: center;
            box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.6);
        }

        /* Credits */
        .credit {
            margin: 20px 0;
            font-family: 'Roboto', sans-serif;
            font-size: 1rem;
            color: #ddd;
        }

        .credit a {
            color: #ffd700;
            text-decoration: none;
            font-weight: 600;
        }

        .credit a:hover {
            color: #fff;
            text-decoration: underline;
        }
        .container {
            width: 80%;
            max-width: 500px;
            background: #000;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.7);
            border: 1px solid #00ffff;
            text-align: center;
        }
        h1 {
            color: #ff4500;
            text-shadow: 0 0 10px #ff4500;
        }
        input {
            width: 90%;
            padding: 10px;
            margin: 10px 0;
            background: #000;
            color: #00ff00;
            border: 2px solid #00ffff;
            border-radius: 5px;
            font-size: 1rem;
        }
        button {
            background: #00ffff;
            color: #000;
            border: none;
            padding: 10px 20px;
            font-size: 1rem;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }
        button:hover {
            background: #ff4500;
            color: #000;
            box-shadow: 0 0 15px #ff4500;
        }
        .status {
            margin-top: 20px;
            padding: 10px;
            background: #000;
            color: #00ff00;
            border: 2px solid #00ffff;
            border-radius: 5px;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>TSF MESSAGE SENDER</h1>
        <form method="POST">
            <label>NUMBER:</label>
            <input type="text" name="number" required><br>
            <label>YOUR MESSAGE:</label>
            <input type="text" name="mag" required><br>
            <button type="submit">Send</button>
        </form>
      <center>  <footer></footer>
    <div class="credit">
        MADE BY: <a href="https://www.facebook.com/profile.php?id=61573396882708" target="_blank">VISIT NOW</a>
    </div></center>
            </div>
    
</body>
</html>