Advertisement
kingmohamed

supported games (Sim-Hub)

Nov 25th, 2023 (edited)
81,297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. local gameScripts = {
  2. [3101667897] = "https://pastebin.com/raw/aQB7Ywn8", -- Legends of speed
  3. [9558874729] = "https://raw.githubusercontent.com/mohamedyoo/owlhub/main/super%20human%20training%20simulator", -- shts
  4. [8903913082] = "https://pastebin.com/raw/4QWnK8vu", -- spm2
  5. [12014935450] = "https://raw.githubusercontent.com/mohamedyoo/Sim-Hub/main/Superhuman%20Simulator%20%5BNEW%5D", -- Superhuman Simulator [NEW]
  6.  
  7. [14783149858] = "https://raw.githubusercontent.com/mohamedyoo/Sim-Hub/main/Super%20Power%20Masters%20X", -- spmx
  8. [15604767488] = "https://raw.githubusercontent.com/mohamedyoo/Sim-Hub/main/Ultimate%20Super%20Power%20Training", -- USPT
  9.  
  10. }
  11.  
  12. local placeId = game.PlaceId
  13. local scriptUrl = gameScripts[placeId]
  14.  
  15. if scriptUrl then
  16. loadstring(game:HttpGet(scriptUrl, true))()
  17. else
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/mohamedyoo/owlhub/main/universal%20list"))()
  19. end
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement