Advertisement
ManOhMan

Untitled

Jul 1st, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 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: WeldConstraint,Attachment,SpringConstraint
  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. o3 = Instance.new("Part")
  30. o27 = Instance.new("Part")
  31. o1.Parent = mas
  32. o1.BrickColor = BrickColor.new("Cyan")
  33. o1.Transparency = 0.99000000953674
  34. o1.Position = Vector3.new(-4.61742973, 80.7341309, -56.6438942)
  35. o1.Size = Vector3.new(4, 1, 2)
  36. o1.CFrame = CFrame.new(-4.61742973, 80.7341309, -56.6438942, 0.99999845, 0, 0, 0, 0.99999845, 0, 0, 0, 1)
  37. o1.BottomSurface = Enum.SurfaceType.Smooth
  38. o1.FrontSurface = Enum.SurfaceType.Weld
  39. o1.TopSurface = Enum.SurfaceType.Smooth
  40. o1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  41. o1.Position = Vector3.new(-4.61742973, 80.7341309, -56.6438942)
  42. o3.Parent = mas
  43. o3.BrickColor = BrickColor.new("Cyan")
  44. o3.Position = Vector3.new(-4.61649752, 87.1634216, -65.0394058)
  45. o3.Size = Vector3.new(14.0200024, 15.1000004, 14.8499994)
  46. o3.CFrame = CFrame.new(-4.61649752, 87.1634216, -65.0394058, 0.999999046, 0, 0, 0, 0.999999046, 0, 0, 0, 1)
  47. o3.BottomSurface = Enum.SurfaceType.Smooth
  48. o3.TopSurface = Enum.SurfaceType.Smooth
  49. o3.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  50. o3.Position = Vector3.new(-4.61649752, 87.1634216, -65.0394058)
  51. o27.Parent = mas
  52. o27.BrickColor = BrickColor.new("Bright blue")
  53. o27.Transparency = 0.99000000953674
  54. o27.Position = Vector3.new(-4.55736732, 97.5147247, -64.6900177)
  55. o27.Anchored = true
  56. o27.Size = Vector3.new(10.8800001, 1, 11.3199987)
  57. o27.CFrame = CFrame.new(-4.55736732, 97.5147247, -64.6900177, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  58. o27.BottomSurface = Enum.SurfaceType.Smooth
  59. o27.TopSurface = Enum.SurfaceType.Smooth
  60. o27.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  61. o27.Position = Vector3.new(-4.55736732, 97.5147247, -64.6900177)
  62. mas.Parent = workspace
  63. mas:MakeJoints()
  64. local mas1 = mas:GetChildren()
  65. for i=1,#mas1 do
  66. mas1[i].Parent = workspace
  67. ypcall(function() mas1[i]:MakeJoints() end)
  68. end
  69. mas:Destroy()
  70. for i=1,#cors do
  71. coroutine.resume(cors[i])
  72. end
  73.  
  74. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  75. game:GetService("Lighting").Brightness = 2
  76. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  77. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  78. game:GetService("Lighting").GlobalShadows = true
  79. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  80. game:GetService("Lighting").Outlines = false
  81. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  82. game:GetService("Lighting").TimeOfDay = "14:00:00"
  83. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  84. game:GetService("Lighting").FogEnd = 100000
  85. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement