-- Copyright (C) 2026 hellohellohell012321
-- All Rights Reserved. Licensed under a custom source-available license.
-- See LICENSE file for details. Use, modification, or distribution
-- requires prior written permission from the copyright holder.

local NotificationLibrary = loadstring(game:HttpGet("https://hellohellohell0.com/talentless-raw/notif_lib.lua"))()

local function playSound(soundId, loudness)
    local sound = Instance.new("Sound")
    sound.SoundId = "rbxassetid://" .. soundId
    sound.Parent = game.Players.LocalPlayer.Character or game.Players.LocalPlayer
    sound.Volume = loudness or 1
    sound:Play()
end

local notice = ""

if notice and notice ~= "" then
    NotificationLibrary:SendNotification("Info", notice, 20)
    playSound("18595195017", 1)
end

pcall(function()
    loadstring(
        game:HttpGet("https://hellohellohell0.com/talentless-raw/MAIN.lua", true)
    )()
end)

loadstring(
    game:HttpGet("https://hellohellohell0.com/scripts-raw/discordpopup.lua", true)
)()

