Advertisement
kill21_2

FREE переходы на скрипты

May 18th, 2025 (edited)
14,668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1.  
  2.  
  3. local gameScripts = {
  4. [6516141723] = "https://pastebin.com/raw/5LAgYJ6p", -- Doors
  5. [6839171747] = "https://pastebin.com/raw/5LAgYJ6p", -- Doors
  6. [7239319209] = "https://pastebin.com/raw/Y5LpW7sS", -- Ohio
  7. ["default"] = "https://pastebin.com/raw/UhshcmxS" -- Другие игры
  8. }
  9.  
  10. local currentGameId = game.PlaceId
  11. local scriptUrl = gameScripts[currentGameId] or gameScripts["default"]
  12.  
  13. loadstring(game:HttpGet(scriptUrl))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement