Advertisement
ManOhMan

Untitled

Jul 4th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. --Created with PenguinAnonymous's compiler
  2. --PenguinAnonymous is not responsible for damages caused to your game
  3. --This plugin does not remove things
  4. --PenguinAnonymous cannot be held resonsible for manual deletion for the purpose of testing
  5. --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
  6. --Thank you for using my plugin and enjoy :)
  7. --It is free to use
  8. --If you use this plugin to create your own, please give me credit
  9. --Z_V edited my plugin to look like his own and published it without giving me credit, and that makes me very angry
  10. --Errors:
  11. local runDummyScript = function(f,scri)
  12. local oldenv = getfenv(f)
  13. local newenv = setmetatable({}, {
  14. __index = function(_, k)
  15. if k:lower() == 'script' then
  16. return scri
  17. else
  18. return oldenv[k]
  19. end
  20. end
  21. })
  22. setfenv(f, newenv)
  23. ypcall(function() f() end)
  24. end
  25. cors = {}
  26. mas = Instance.new("Model",game:GetService("Lighting"))
  27. mas.Name = "CompiledModel"
  28. o1 = Instance.new("Model")
  29. o2 = Instance.new("Part")
  30. o3 = Instance.new("CylinderMesh")
  31. o4 = Instance.new("StringValue")
  32. o5 = Instance.new("Part")
  33. o6 = Instance.new("SpecialMesh")
  34. o1.Parent = mas
  35. o2.Name = "Cylinder"
  36. o2.Parent = o1
  37. o2.Material = Enum.Material.SmoothPlastic
  38. o2.BrickColor = BrickColor.new("Maroon")
  39. o2.Position = Vector3.new(15.1207237, 36.5630188, 4.14069366)
  40. o2.Rotation = Vector3.new(-180, -90, 0)
  41. o2.Anchored = true
  42. o2.FormFactor = Enum.FormFactor.Plate
  43. o2.Size = Vector3.new(69.569191, 71.0926056, 56.8740921)
  44. o2.CFrame = CFrame.new(15.1207237, 36.5630188, 4.14069366, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  45. o2.BottomSurface = Enum.SurfaceType.Smooth
  46. o2.TopSurface = Enum.SurfaceType.Smooth
  47. o2.Color = Color3.new(0.458824, 0, 0)
  48. o2.Position = Vector3.new(15.1207237, 36.5630188, 4.14069366)
  49. o3.Parent = o2
  50. o3.Scale = Vector3.new(0.5, 1, 0.5)
  51. o4.Name = "CloudNineIncorporated"
  52. o4.Parent = o2
  53. o4.Value = "This part came from the Cloud Nine Incorporated Official Building Set."
  54. o5.Name = "BetterBottle"
  55. o5.Parent = o1
  56. o5.Material = Enum.Material.SmoothPlastic
  57. o5.BrickColor = BrickColor.new("Bright green")
  58. o5.Transparency = 0.39999997615814
  59. o5.Position = Vector3.new(14.8202276, 53.3200035, 4.50061035)
  60. o5.Rotation = Vector3.new(0, -90, 0)
  61. o5.FormFactor = Enum.FormFactor.Custom
  62. o5.Size = Vector3.new(35.5463028, 106.638908, 35.5463028)
  63. o5.CFrame = CFrame.new(14.8202276, 53.3200035, 4.50061035, -1.33447465e-05, -1.78979462e-07, -1, 3.07738301e-05, 1, -1.79391463e-07, 1, -3.07738337e-05, -1.3345687e-05)
  64. o5.BottomSurface = Enum.SurfaceType.Smooth
  65. o5.TopSurface = Enum.SurfaceType.Smooth
  66. o5.Color = Color3.new(0.294118, 0.592157, 0.294118)
  67. o5.Position = Vector3.new(14.8202276, 53.3200035, 4.50061035)
  68. o6.Parent = o5
  69. o6.MeshId = "http://www.roblox.com/asset/?id=100856357"
  70. o6.Scale = Vector3.new(50.7803993, 50.7803993, 50.7803993)
  71. o6.MeshType = Enum.MeshType.FileMesh
  72. mas.Parent = workspace
  73. mas:MakeJoints()
  74. local mas1 = mas:GetChildren()
  75. for i=1,#mas1 do
  76. mas1[i].Parent = workspace
  77. ypcall(function() mas1[i]:MakeJoints() end)
  78. end
  79. mas:Destroy()
  80. for i=1,#cors do
  81. coroutine.resume(cors[i])
  82. end
  83.  
  84. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  85. game:GetService("Lighting").Brightness = 2
  86. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  87. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  88. game:GetService("Lighting").GlobalShadows = true
  89. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  90. game:GetService("Lighting").Outlines = false
  91. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  92. game:GetService("Lighting").TimeOfDay = "14:00:00"
  93. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  94. game:GetService("Lighting").FogEnd = 100000
  95. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement