Paid $15 Script For Earn From Adsterra Or Monetag (CAPTCHA)

Paid $15 Script For Earn From Adsterra Or Monetag (CAPTCHA)




 <style>

    body {

        background-color: #87CEFA; /* Light Blue */

        color: #fff;

        font-family: 'Courier New', Courier, monospace;

    }


    #captcha-container {

        text-align: center;

        padding: 20px;

        border-radius: 10px;

        width: 300px;

        margin-top: 50px;

    }


    h1, h2 {

        background-color: #34; /* Light Blue */

        padding: 5px;

        border-radius: 5px;

        margin-bottom: 10px;

    }


    #captcha-code {

        background-color: #3498db; /* Light Pink */

        color: #fff;

        padding: 5px;

        font-size: 1.5em;

        margin-top: 10px;

        display: inline-block;

        border-radius: 5px;

        letter-spacing: 5px;

        text-shadow: 2px 2px 2px #000;

    }


    #captcha-input {

        margin-top: 10px;

        padding: 5px;

        border: 1px solid #ccc;

        border-radius: 5px;

        width: 80%;

        letter-spacing: 2px;

    }


    #submit-button {

        margin-top: 10px;

        background-color: #3498db;

        color: #fff;

        padding: 5px 10px;

        border: none;

        border-radius: 5px;

        cursor: pointer;

    }

</style>


<div id="captcha-container">

    <h1>Download Exclusive Movie</h1>

    <p>

        <h2>Decipher the code below:</h2>

    </p>

    <span id="captcha-code"></span>

    <br>

    <input type="text" id="captcha-input" placeholder="Enter CAPTCHA">

    <button id="submit-button" onclick="validateCaptcha()">Submit</button>

</div>


<script>

    function generateRandomCode() {

        const characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+";

        let captcha = "";

        for (let i = 0; i < 8; i++) {

            const randomIndex = Math.floor(Math.random() * characters.length);

            captcha += characters.charAt(randomIndex);

        }

        return captcha;

    }


    function distortText(text) {

        return text.split('').map(char => {

            if (Math.random() > 0.5) {

                return char.toUpperCase();

            } else {

                return char.toLowerCase();

            }

        }).join('');

    }


    function updateCaptcha() {

        const captchaCodeElement = document.getElementById("captcha-code");

        const rawCode = generateRandomCode();

        captchaCodeElement.textContent = distortText(rawCode);

    }


    function validateCaptcha() {

        const captchaCode = document.getElementById("captcha-code").textContent;

        const userInput = document.getElementById("captcha-input").value;


        if (userInput === captchaCode) {

            window.location.href = "https://www.toprevenuegate.com/n1qbsqzeup?key=5c340754399778b1d1c57f71b5681735";

        } else {

            alert("CAPTCHA is incorrect. Please try again.");

            updateCaptcha();

        }

    }


    // Initial captcha generation

    updateCaptcha();

</script>


Post a Comment

Previous Post Next Post