Advertisement
uor

good script

uor
Jan 14th, 2022
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. place = game.PlaceId
  2. games = {
  3. HoopsLife = {7540728600,7540728417,7540727946,7797523964,8049740997};
  4. HoopsDemo = {360589910};
  5. MyPark = {5614075443,4851363266,5626636612};
  6. HoopCentral = {7075737729,7230689516,7075761003,7075760303};
  7. RBW3 = {2621503555,2623233695,2623710028,2837610892,2846331718,3499530718,3405026718};
  8. HoopDreams = {6575803611,6575803611,6575803611};
  9. DaHood = {2788229376};
  10. BasketballStars = {7221263404,7076813495,7322068819};
  11. FootballFusion = {8204899140};
  12. Hoopz = {6229116934};
  13. RH2 = {7090253826,7272419380,6678600773,6549794549,7235817949};
  14. }
  15.  
  16. for i,v in pairs(games) do
  17. for gamename,placeid in pairs(v) do
  18. if place == placeid then
  19. loadstring(game:HttpGet('https://raw.githubusercontent.com/1x2x3/Kanye/main/games/'..tostring(i)..'.lua'))()
  20. end
  21. end
  22. end
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement