Advertisement
DarknessHub

Darkness Hub

Jul 4th, 2024
11,720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if (not game:IsLoaded()) then game.Loaded:Wait() end
  2.  
  3. local SupportedGames = {
  4. ["TSB"] = 10449761463;
  5. ["JJS"] = 9391468976;
  6. }
  7.  
  8. if (game.PlaceId == SupportedGames.TSB) then
  9. loadstring(game:HttpGet('https://pastebin.com/raw/mJ64ct08'))()
  10. elseif (game.PlaceId == SupportedGames.JJS) then
  11. loadstring(game:HttpGet('https://pastebin.com/raw/UHcLu61E'))()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement