Advertisement
kill21_2

Untitled

Jun 20th, 2025 (edited)
6,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local gameScripts = {
  2. [17574618959] = "https://pastebin.com/raw/G20P8DqK", --
  3. ["default"] = "https://pastebin.com/raw/znGZ2upH" --
  4. }
  5.  
  6. local currentGameId = game.PlaceId
  7. local scriptUrl = gameScripts[currentGameId] or gameScripts["default"]
  8.  
  9. loadstring(game:HttpGet(scriptUrl))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement