Advertisement
Guest User

feef

a guest
Jan 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. --uganda
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Model0 = Instance.new("Model")
  19. Sound1 = Instance.new("Sound")
  20. Script2 = Instance.new("Script")
  21. Part3 = Instance.new("Part")
  22. SpecialMesh4 = Instance.new("SpecialMesh")
  23. Part5 = Instance.new("Part")
  24. SpecialMesh6 = Instance.new("SpecialMesh")
  25. Part7 = Instance.new("Part")
  26. Vector3Value8 = Instance.new("Vector3Value")
  27. Decal9 = Instance.new("Decal")
  28. Model0.Parent = mas
  29. Sound1.Name = "Music"
  30. Sound1.Parent = Model0
  31. Sound1.SoundId = "rbxassetid://1316278479"
  32. Sound1.Volume = 5
  33. Sound1.Looped = true
  34. Script2.Parent = Sound1
  35. table.insert(cors,sandbox(Script2,function()
  36. while script.Parent.IsPlaying == false do
  37. wait()
  38. script.Parent:Play()
  39. end
  40.  
  41. -- Made by master3395
  42. end))
  43. Part3.Parent = Model0
  44. Part3.Rotation = Vector3.new(-180, 0, -180)
  45. Part3.Anchored = true
  46. Part3.Size = Vector3.new(4, 1, 2)
  47. Part3.CFrame = CFrame.new(-0.604281843, 25.145649, 3.50436115, -0.999999404, 0, 9.13912075e-08, 0, 1, 0, -9.13912075e-08, 0, -0.999999404)
  48. Part3.BottomSurface = Enum.SurfaceType.Smooth
  49. Part3.TopSurface = Enum.SurfaceType.Smooth
  50. Part3.Position = Vector3.new(-0.604281843, 25.145649, 3.50436115)
  51. Part3.Orientation = Vector3.new(0, 180, 0)
  52. SpecialMesh4.Parent = Part3
  53. SpecialMesh4.MeshId = "rbxassetid://1300138314"
  54. SpecialMesh4.Scale = Vector3.new(0.439999998, 0.5, 0.5)
  55. SpecialMesh4.TextureId = "rbxassetid://1300129774"
  56. SpecialMesh4.MeshType = Enum.MeshType.FileMesh
  57. SpecialMesh4.Scale = Vector3.new(0.439999998, 0.5, 0.5)
  58. Part5.Parent = Model0
  59. Part5.Rotation = Vector3.new(-180, 0, -180)
  60. Part5.Anchored = true
  61. Part5.Size = Vector3.new(7.14000082, 6.29000139, 7.90999937)
  62. Part5.CFrame = CFrame.new(-0.590000689, 19.7094002, 0.235000089, -0.999999464, 0, -8.74227268e-08, 0, 1, 0, 8.74227268e-08, 0, -0.999999464)
  63. Part5.BottomSurface = Enum.SurfaceType.Smooth
  64. Part5.TopSurface = Enum.SurfaceType.Smooth
  65. Part5.Position = Vector3.new(-0.590000689, 19.7094002, 0.235000089)
  66. Part5.Orientation = Vector3.new(0, -180, 0)
  67. SpecialMesh6.Parent = Part5
  68. SpecialMesh6.MeshId = "rbxassetid://1292550911"
  69. SpecialMesh6.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  70. SpecialMesh6.TextureId = "rbxassetid://1292570160"
  71. SpecialMesh6.MeshType = Enum.MeshType.FileMesh
  72. SpecialMesh6.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  73. Part7.Parent = Model0
  74. Part7.Material = Enum.Material.SmoothPlastic
  75. Part7.BrickColor = BrickColor.new("Maroon")
  76. Part7.Rotation = Vector3.new(-180, 0, -180)
  77. Part7.Anchored = true
  78. Part7.Size = Vector3.new(17.9399929, 7.15999508, 23.6700001)
  79. Part7.CFrame = CFrame.new(-0.554389, 6.27794266, -3.97767448, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  80. Part7.BottomSurface = Enum.SurfaceType.Smooth
  81. Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  82. Part7.Color = Color3.new(0.458824, 0, 0)
  83. Part7.Position = Vector3.new(-0.554389, 6.27794266, -3.97767448)
  84. Part7.Orientation = Vector3.new(0, 180, 0)
  85. Part7.Color = Color3.new(0.458824, 0, 0)
  86. Vector3Value8.Name = "OriginalSize"
  87. Vector3Value8.Parent = Part7
  88. Vector3Value8.Value = Vector3.new(8.19999886, 13.1699944, 23.6700001)
  89. Decal9.Parent = Part7
  90. Decal9.Texture = "http://www.roblox.com/asset/?id=1326762290"
  91. for i,v in pairs(mas:GetChildren()) do
  92. v.Parent = workspace
  93. pcall(function() v:MakeJoints() end)
  94. end
  95. mas:Destroy()
  96. for i,v in pairs(cors) do
  97. spawn(function()
  98. pcall(v)
  99. end)
  100. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement