--//Variables local games = { [7346416636] = "https://raw.githubusercontent.com/iShield2005/scripts/master/ppt2", [7313915417] = "" } --//Main Code if _G.shdscripts ~= nil then error("Already executed!") end _G.shdscripts = true if games[game.PlaceId] ~= nil then loadstring(game:HttpGet(games[game.PlaceId]))() else error("[SHIELD-HUB] Unsupported game!") end