HEX
HexscriptsVersion 1.0Loadingscreen

Configurations

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

Config Files

Config = {}

Config.Socials = [
    { name: "discord", icon: "media/icons/discord.png", link: "https://discord.gg/vanityurl" },
    { name: "instagram", icon: "media/icons/instagram.png", link: "https://www.instagram.com/instaname/" },
    { name: "youtube", icon: "media/icons/youtube.png", link: "https://www.youtube.com/channel/yourChannelLink" }
]

Config.HideoverlayKeybind = 112 // JS key code https://keycode.info
Config.CustomBindText = "F1"; // leave as "" if you don't want the bind text in html to be statically set
Config.VideoVolume = 0.3;

Config.Team = [
    { name: "Owner Name", description: "Server Owner", color: "#fff", image: "https://corleone.vip/hexscripts/loadingscreen/avatar.gif" },
    { name: "Co Owner Name", description: "Co Owner", color: "#fff", image: "https://corleone.vip/hexscripts/loadingscreen/avatar.gif" },
    { name: "Managment Name", description: "Team Managment", color: "#fff", image: "https://corleone.vip/hexscripts/loadingscreen/avatar.gif" },
    { name: "Admin Name", description: "Management", color: "#fff", image: "https://corleone.vip/hexscripts/loadingscreen/avatar.gif" },
    { name: "Head Dev Name", description: "Head Developer", color: "#fff", image: "https://corleone.vip/hexscripts/loadingscreen/avatar.gif" },
    { name: "Dev Name", description: "Developer", color: "#fff", image: "https://corleone.vip/hexscripts/loadingscreen/avatar.gif" },
]

On this page