Script HTML Bucin - Buka Sebentar


Kamu ingin memberikan ungkapan romantis ke gebetan atau pacar dengan sesuatu yang menarik? tetapi malu melakukannya? Berikut ini solusinya, eeeaaaaa....

Cara make nya gmanaa?... Gini Caranya...!!!

Berikut ini script lengkapnya

<html>
<meta charset='UTF-8' />
<meta content='width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=5'
    name='viewport' />
<meta content='IE=edge' http-equiv='X-UA-Compatible' />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.all.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@sweetalert2/theme-dark/dark.css">
<script src="https://kit.fontawesome.com/4f3ce16e3e.js" crossorigin="anonymous"></script>
<link href="https://kuisberhadiah.likeadream.repl.co/style.css" rel="stylesheet" type="text/css" />
<!--<script src="https://bukadulu.likeadream.repl.co/script.js"></script>-->

<head>

</head>

<body>
    <style>
        body {
            background-image: url("https://i.postimg.cc/pLd7XMrW/wallpaper.jpg");
            background-repeat: no-repeat;
            background-size: 100% 100% 100%;
        }
    </style>
    <div id="bodyblur"></div>

    <div id="konten">
        <div id="fotoloveu">
            <div class="image">
                <!-- Foto Akhir --><img src="https://i.postimg.cc/Rhzfr0FG/hbd.gif" id="animasi" width="130px"
                    height="130px" />
            </div>
        </div>

        <p class='catatan' id='koteks'>
            <marquee scrollamount="8" id="marq"><i id="spasi"></i>
                Yeay makasi ya :v<i id="spasi"></i>
                Kapan nih ditraktirinnya? &#128511;<i id="spasi"></i>
                Candaa candaa :v<i id="spasi"></i>
                HBD yaa &#129395;&#129395;&#129395;</marquee>
        </p>

        <!-- Tombol WA -->
        <div id="tombWA"><a class='button' onClick='bukaWa();'>Kirim Pesan</a></div>

    </div>

    <script>
        function play() {//Link Audio Bisa Diganti
            var audio = new Audio('https://kuisberhadiah.likeadream.repl.co/musiktiktok.m4a'); audio.play(); audio.loop = true; audio.addEventListener('ended', function () { this.currentTime = 0; this.play(); }, false);
        }

        //Pesan WhatsApp
        function bukaWa() { window.location = "https://api.whatsapp.com/send?phone=&text=" + window.nama + " udah liat semuanya. Enak aja lu minta traktir :v" + "%0A%0A" + "Btw makasih udah ngucapin ><"; } 
    </script>

    <script type="text/javascript">
        var today = new Date(); var date = today.getDate() + '/' + (today.getMonth() + 1) + '/' + today.getFullYear() + '.'; var dateTime = date;
        const swals = Swal.mixin({
            backdrop: 'rgba(0,0,123,0.4)', confirmButtonColor: '#003EFF', cancelButtonColor: '#FF0040', allowOutsideClick: false,
        });
        async function mulai() {
            var { value: nama } = await swals.fire({
                title: 'Nama kamu?',
                input: 'text',
                confirmButtonText: 'Lanjut',
                showCancelButton: false,
            });
            if (nama && nama.length < 11) {
                play();
                window.nama = nama;
                await swals.fire('Hai, ' + nama + ' manis ツ');
                await swals.fire('Cie yang hari ini ultah &#128514;');
                await swals.fire('Selamat ulang tahun!');
                await swals.fire('Panjang umur & sehat selalu <3');
                pilihwarna();
                //                                   
            } else {
                await swals.fire('Ups!', 'Nama tidak boleh kosong atau lebih dari 10 karakter, ya!');
                mulai();
            }
        }
        mulai();
    </script>
    <!-- Di bawah ini JANGAN DIEDIT SEMBARANGAN -->
    <script>
        function tombol() { document.getElementById('tombWA').style.visibility = "visible"; document.getElementById('tombWA').style.opacity = "1"; }
        async function expl() { document.getElementById('bodyblur').style.opacity = "1"; document.getElementById('bodyblur').style.visibility = "visible"; setTimeout(duar, 200); }

        async function duar() {
            var e1 = document.getElementById('animasi'); e1.classList.add("degdeg");
            document.getElementById('konten').style.top = "0"; document.getElementById('fotoloveu').style.opacity = "1"; document.getElementById('fotoloveu').style.height = "140px"; document.getElementById('fotoloveu').style.margin = "50px 0 0 0"; document.getElementById('koteks').style.opacity = "1";
            setTimeout(tombol, 4000); setInterval(createHeart, 200);
            document.body.style.backgroundColor = "#000";
        }

        const body = document.querySelector("body");
        function createHeart() {
            const heart = document.createElement("div");
            heart.className = "fas fa-heart";
            heart.style.left = (Math.random() * 90) + "vw";
            heart.style.animationDuration = (Math.random() * 3) + 2 + "s"
            body.appendChild(heart);
        }
        setInterval(function name(params) {
            var heartArr = document.querySelectorAll(".fa-heart")
            if (heartArr.length > 100) {
                heartArr[0].remove()
            }
        }, 100);

        function StartMarquee() { var marquee = document.getElementById("marq"); marquee.start(); }
        function StopMarquee() { var marquee = document.getElementById("marq"); marquee.stop(); }
        StopMarquee();

        async function pilihwarna() {
            var { isConfirmed: warna } = await swals.fire({
                title: 'Oh iya, ' + nama + ' mau pilih warna apa nih?',
                text: 'Ayo, jangan ragu-ragu :v',
                showCancelButton: true,
                confirmButtonText: 'Biru',
                cancelButtonText: 'Merah',
            });
            if (warna) {
                await swals.fire('Yeayy!', 'Kalo kamu pilih <b>Biru</b> berarti harus traktirin gw ya &#129315;!');
                var { isConfirmed: warna2 } = await swals.fire({
                    title: nama + ' yakin pilih warna Biru?',
                    text: 'Atau mau ganti warna aja nih?', showCancelButton: true,
                    confirmButtonText: 'Yakin',
                    cancelButtonText: 'Ganti',
                });
                if (warna2) {
                    await swals.fire('Oke!', `Sekarang lihat ini ya &#10084;&#65039;`);
                    expl(); StartMarquee();
                } else {
                    await swals.fire('Oke, memilih Merah!', 'Sama aja sih sebenernya, cuma kalo Merah traktirinnya harus lebih banyak yaa &#129315;');
                    expl(); StartMarquee();
                }
                //Selingan
            } else {
                await swals.fire('Yeayy!', 'Kalo kamu pilih <b>Merah</b> berarti harus traktirin gw ya &#129315;!');
                var { isConfirmed: warna2 } = await swals.fire({
                    title: nama + ' yakin pilih warna Merah?',
                    text: 'Atau mau ganti warna aja nih?', showCancelButton: true,
                    confirmButtonText: 'Ganti',
                    cancelButtonText: 'Yakin',
                });
                if (warna2) {
                    await swals.fire('Oke, memilih Biru!', 'Sama aja sih sebenernya, cuma kalo Biru traktirinnya harus lebih banyak yaa &#129315;');
                    expl(); StartMarquee();
                } else {
                    await swals.fire('Oke!', `Sekarang lihat ini ya &#10084;&#65039;`);
                    expl(); StartMarquee();
                }
            }
        }
    </script>
</body>

</html>
Teruntuk yang mager nyalin Script diatas, bisa pake alternatif berikut ini...!!!

View and Download

 

📢 Info : Untuk melakukan Pengunduhan kamu harus menunggu 10 detik > klik I'm not a robot > click here a continue! > back > jika sudah maka kamu harus menunggu lagi 5 detik agar muncul tombol  get link > back > Klik tombol get link > dan nyampe deh ke tujuan 😁


About the Author

Hai guys, welcome to my blog. Semoga kalian disini menemukan inspirasi serta wawasan yang akan bermanfaat nantinya,

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.