Advertisement
kill21_2

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

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