[Release] Simple LoadingScreen

Thanks bro <3

@ NiPsEeN.GOD

2 hours ago download it in the gitf is the fix already updated?

thank you very much for the script this is what you can do: D

1 Like

I dont know how to edit index.html bro can someone help me im trying to edit it

install notepad++

first send index:html in desktop and click right propietaries and select program for edit code

"notepad++ , notepad ETC. "

sorry for my english.

Hey, I changed the Embed Link, and the video wont start. Could I get some help please?

I cant seem to get the image to change. If I change the img src I get an error where the pic is surpose to be. I’ve used files the same size as the logo.png that is provided with the download, but nothing helps? Can anyone tell me what I’m doing wrong?

Hope you don’t mind i edited the html to my liking alittle i didnt like how it said www.forum.com or show the discord with the invite code. i like it to just say website or Discord so i edited the html to do that.

index.html


<link rel="stylesheet" type="text/css" href="1.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans" rel="stylesheet">
</head>
<body>
<div class="Shape"> 
	<div style="height: 80%;width: 60%;margin-left: 10%;margin-top: 10%;">
        <img src="logo.png" height="20%">
        <div class="ShapeStyle"></div>
        <div style="margin-top:10%"><a style="font-size:30px;font-family: 'Montserrat', sans-serif;">Apasa pe SPACE pentru a opri muzica</a><br><br><a class="Button"href="www.forum.com">Website</a><a" class="Button"href="https://discord.gg/">Discord</a></div>
    </div>	
</div>
<div class="video-background">
      <iframe class="videoContainer__video" height="100%" width="130%" src="https://www.youtube.com/embed/MJ7Ad0w3jGQ?controls=0&amp;showinfo=0&amp;rel=0&amp;autoplay=1&amp;loop=1&amp;mute=1" frameborder="0"></iframe>
 </div>
 </body>
    <script>window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-73378277-10'); </script>
    <audio id="leson" src="music/music.ogg" autoplay="true" hidden="true" loop="true"/>
		<script>
	

    var play = false;
    var myAudio = document.getElementById("leson");
    
    myAudio.volume = 0.1;
	
	
    function onKeyDown(event) {
            switch (event.keyCode) {
                case 32: //SpaceBar                    
                    if (play) {
                        myAudio.pause();
                        play = false;
                    } else {
                        myAudio.play();
                        play = true;
                    }
                    break;
            }
      return false;
    }
    window.addEventListener("keydown", onKeyDown, false);
    </script>
</body>
</html>

Still stop music after it ran for 3 sec. Any idea to fix it.

any way to get the mouse to work so you can click on the buttons?

search on google css cursor .

Thanks

with pleasure

why i cant klick the discord link and the forum link

Why the buttons dont working?

following

is not a button , is just a design

is not a button , is just a design .

I want to change the background video but I just get an error. Can somebody help me?

how change image loading screen ?

you never gave credits to https://www.zentrix.ro/