Advertisement
MatLumber2

MatHubLoad

Nov 18th, 2023 (edited)
21,854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. if game.PlaceId == 2753915549 or game.PlaceId == 4442272183 or game.PlaceId == 7449423635 then -- Blox Fruits
  2. getgenv().Team = "Pirates"
  3. loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/3b2169cf53bc6104dabe8e19562e5cc2.lua"))()
  4.  
  5. elseif game.PlaceId == 13772394625 then -- Blade Ball
  6. loadstring(game:HttpGet("https://pastebin.com/raw/iHqnrmmE",true))()
  7.  
  8. elseif game.PlaceId == 920587237 then -- Adopt Me
  9. loadstring(game:HttpGet("https://pastebin.com/raw/j9rwNace"))()
  10.  
  11. elseif game.PlaceId == 14433762945 then -- Anime Champions Sim
  12. loadstring(game:HttpGetAsync("https://pastebin.com/raw/gRmb9tCM", true))()
  13.  
  14. elseif game.PlaceId == 6872265039 then -- Bed Wars
  15. loadstring(game:HttpGet("https://pastebin.com/raw/DzAdmNq1"))()
  16.  
  17. elseif game.PlaceId == 1537690962 then -- Bee Swarm Sim
  18. loadstring(game:HttpGet("https://www.macrov2-script.xyz/macrov3.lua"))()
  19.  
  20. elseif game.PlaceId == 9872472334 then -- Evade
  21. loadstring(game:HttpGet('https://pastebin.com/raw/KBmL0BhH', true))()
  22.  
  23. elseif game.PlaceId == 13822889 then -- Lumber Tycoon 2
  24. loadstring(game:HttpGet('https://pastebin.com/raw/KFRJJLaZ', true))()
  25.  
  26. elseif game.PlaceId == 8737899170 then -- Pet Simulator X
  27. loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/PetSimulator99/main/redz9999.lua"))()
  28.  
  29. elseif game.PlaceId == 537413528 then -- Build a boat
  30. loadstring(game:HttpGet('https://raw.githubusercontent.com/RawParmesan/Parmesan-Hub/main/Loader', true))()
  31.  
  32. elseif game.PlaceId == 2788229376 then -- Da Hood
  33. loadstring(game:HttpGet("https://raw.githubusercontent.com/spacexrandom/Lua/main/DaHood", true))()
  34.  
  35. elseif game.PlaceId == 606849621 then -- Jailbreak
  36. loadstring(game:HttpGet('https://raw.githubusercontent.com/Pxsta72/ProjectAuto/main/paid2'))()
  37.  
  38. elseif game.PlaceId == 142823291 then -- MM2
  39. loadstring(game:HttpGet('https://pastebin.com/raw/D79Xr6qt'))()
  40.  
  41.  
  42. else
  43. game.StarterGui:SetCore("SendNotification", {
  44. Title = "Error";
  45. Text = "Game not supported";
  46. })
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement