local scripts = { ["205224386"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/Hide%20And%20Seek%20Game", ["17841624878"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/Troll%20UUI%20Script", ["9304358188"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/Find%20The%20Memes", ["18474045581"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/Find%20The%20Cats", ["82425236496904"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/Find%20The%20Foods", ["15152397993"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/Find%20The%20Cats", ["14044547200"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/UTG", ["15186202290"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/da%20game", ["77369032494150"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/da%20game", ["94647229517154"] = "https://raw.githubusercontent.com/Hn1-Hub/Hn1_KeysTests/refs/heads/main/Azure%20Latch", } local placeId = tostring(game.PlaceId) local scriptUrl = scripts[placeId] if scriptUrl then -- Display notification game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Hn1 Hub is loading", Text = "Join Discord for support / update", Duration = 5 }) print("Loading script for game:", placeId) loadstring(game:HttpGet(scriptUrl))() print("Made by Hn1") else print("No script available for this game:", placeId) end