Advertisement
blinxf

loadstring

Oct 22nd, 2023 (edited)
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.81 KB | None | 0 0
  1. workspace.FallenPartsDestroyHeight = -50000
  2. local placeId = game.PlaceId
  3.  
  4. if placeId == 6152116144 or placeId == 13883279773 then
  5.     loadstring(game:HttpGet("https://raw.githubusercontent.com/BlinxOT/BlinxHub/main/Map%201.lua"))()
  6. elseif placeId == 11468159863 or placeId == 13881804983 or placeId == 13883059853 then
  7.     loadstring(game:HttpGet("https://raw.githubusercontent.com/BlinxOT/BlinxHub/main/MAP%202.lua"))()
  8. elseif placeId == 5956785391 then
  9.     loadstring(game:HttpGet("https://raw.githubusercontent.com/BlinxOT/BlinxHub/main/Menu.lua"))()
  10. elseif placeId == 11468034852 then -- MUGEN
  11.     loadstring(game:HttpGet("https://raw.githubusercontent.com/BlinxOT/BlinxHub/main/Mugen.lua"))()
  12. else
  13.     loadstring(game:HttpGet("https://raw.githubusercontent.com/BlinxOT/BlinxHub/main/ouwugahara.lua"))()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement