Advertisement
ManOhMan

Untitled

Jul 23rd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 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("Part")
  29. o2 = Instance.new("Part")
  30. o3 = Instance.new("Part")
  31. o1.Parent = mas
  32. o1.Material = Enum.Material.Glass
  33. o1.BrickColor = BrickColor.new("Cyan")
  34. o1.Transparency = 0.40000000596046
  35. o1.Position = Vector3.new(-5.74508667, 0.025003992, -8.78518677)
  36. o1.Anchored = true
  37. o1.CanCollide = false
  38. o1.Size = Vector3.new(540.210571, 0.0500000007, 528.93988)
  39. o1.CFrame = CFrame.new(-5.74508667, 0.025003992, -8.78518677, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  40. o1.BottomSurface = Enum.SurfaceType.Smooth
  41. o1.TopSurface = Enum.SurfaceType.Smooth
  42. o1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  43. o1.Position = Vector3.new(-5.74508667, 0.025003992, -8.78518677)
  44. o2.Parent = mas
  45. o2.Material = Enum.Material.WoodPlanks
  46. o2.BrickColor = BrickColor.new("Rust")
  47. o2.Position = Vector3.new(-4.33897448, 1.50549912, -0.665008545)
  48. o2.Rotation = Vector3.new(-180, 0, 160)
  49. o2.Anchored = true
  50. o2.Size = Vector3.new(4, 1, 511.680237)
  51. o2.CFrame = CFrame.new(-4.33897448, 1.50549912, -0.665008545, -0.939692736, -0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, -1)
  52. o2.BottomSurface = Enum.SurfaceType.Smooth
  53. o2.TopSurface = Enum.SurfaceType.Smooth
  54. o2.Color = Color3.new(0.560784, 0.298039, 0.164706)
  55. o2.Position = Vector3.new(-4.33897448, 1.50549912, -0.665008545)
  56. o3.Parent = mas
  57. o3.Material = Enum.Material.WoodPlanks
  58. o3.BrickColor = BrickColor.new("Rust")
  59. o3.Position = Vector3.new(-7.77030325, 1.52467132, -0.655067444)
  60. o3.Rotation = Vector3.new(0, 0, -20)
  61. o3.Anchored = true
  62. o3.Size = Vector3.new(4, 1, 511.670197)
  63. o3.CFrame = CFrame.new(-7.77030325, 1.52467132, -0.655067444, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1)
  64. o3.BottomSurface = Enum.SurfaceType.Smooth
  65. o3.TopSurface = Enum.SurfaceType.Smooth
  66. o3.Color = Color3.new(0.560784, 0.298039, 0.164706)
  67. o3.Position = Vector3.new(-7.77030325, 1.52467132, -0.655067444)
  68. mas.Parent = workspace
  69. mas:MakeJoints()
  70. local mas1 = mas:GetChildren()
  71. for i=1,#mas1 do
  72. mas1[i].Parent = workspace
  73. ypcall(function() mas1[i]:MakeJoints() end)
  74. end
  75. mas:Destroy()
  76. for i=1,#cors do
  77. coroutine.resume(cors[i])
  78. end
  79.  
  80. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  81. game:GetService("Lighting").Brightness = 1
  82. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  83. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  84. game:GetService("Lighting").GlobalShadows = true
  85. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.5, 0.5, 0.5)
  86. game:GetService("Lighting").Outlines = false
  87. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  88. game:GetService("Lighting").TimeOfDay = "14:00:00"
  89. game:GetService("Lighting").FogColor = Color3.new(0.75, 0.75, 0.75)
  90. game:GetService("Lighting").FogEnd = 100000
  91. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement