HEX
HexscriptsClassicLoadingscreen

Configurations

Here you will get all configurations & open source files that are included within this script.

Config Files

const Config = {
    URLs: {
        discord: "",
        teamspeak: ""
    },
    COLORs: {
        description: "rgba(255,255,255,0.55)",
        titleBox: {
            shadow: "#BE232C",
            background: "radial-gradient(50% 293.07% at 50% 50%, #FF2E3A 0%, #A51C24 100%)"
        },
        URLs: {
            background: "#FF2E3A",
            shadow: "#FF2E3A"
        },
        loadingBar: {
            background: "radial-gradient(175.76% 259.04% at 50% 50%, rgba(255, 123, 66, 0.55) 0%, rgba(255, 123, 66, 0) 100%)",
            boxshadow: "#FF7B42",
            shadow: "rgba(255, 123, 66, 0.55)"
        },
        percent: {
            color: "radial-gradient(59.65% 59.65% at 50% 50%, #FF2E3A 0%, rgba(255, 46, 58, 0) 100%)",
            shadow: "rgba(255, 46, 58, 0.25)",
            stroke: "#FF2E3A"
        },
        roles: {
            "Owner": "#FF7B42",
            "Co-owner": "blue"
        }
    },
    TEXTs: {
        title: "Game is",
        titleBox: "Loading",
        description: "Small description about this item only in few words",
        buttons: {
            discord: "Our discord",
            teamspeak: "Our teamspeak"
        },
        info: {
            title: "INFORMATION",
            text: "Jorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eu turpis molestie, dictum est a, mattis tellus. Sed dignissim, metus nec fringilla accumsan, risus sem sollicitudin "
        }
    },
    USERs: [
        {
            avatar: "https://cdn.resync.me/attachments/hexscripts/logo.jpg",
            role: "Owner",
            name: "Romario Richardson"
        },
        {
            avatar: "https://cdn.resync.me/attachments/hexscripts/logo.jpg",
            role: "Co-owner",
            name: "Akim Zuravel"
        },
        {
            avatar: "https://cdn.resync.me/attachments/hexscripts/logo.jpg",
            role: "Owner",
            name: "Angelika Richardson"
        },
    ],

    VIDEO: {
        volume: 0.2
    }
}

On this page