Advertisement
ManOhMan

Untitled

Jul 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 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("SurfaceGui")
  31. o4 = Instance.new("TextLabel")
  32. o1.Name = "Sign"
  33. o1.Parent = mas
  34. o2.Name = "Text"
  35. o2.Parent = o1
  36. o2.Material = Enum.Material.Concrete
  37. o2.BrickColor = BrickColor.new("Smoky grey")
  38. o2.Position = Vector3.new(-5.89736795, 13.8715248, -66.6374207)
  39. o2.Rotation = Vector3.new(-180, 0, -180)
  40. o2.Anchored = true
  41. o2.FormFactor = Enum.FormFactor.Custom
  42. o2.Size = Vector3.new(63.8756523, 35.5579796, 3.21791649)
  43. o2.CFrame = CFrame.new(-5.89736795, 13.8715248, -66.6374207, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  44. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  45. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  46. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  47. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  48. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  49. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  50. o2.Color = Color3.new(0.356863, 0.364706, 0.411765)
  51. o2.Position = Vector3.new(-5.89736795, 13.8715248, -66.6374207)
  52. o3.Parent = o2
  53. o3.CanvasSize = Vector2.new(200, 100)
  54. o4.Parent = o3
  55. o4.Size = UDim2.new(1,0,1,0)
  56. o4.Text = "RAN IS SO HOT"
  57. o4.Active = true
  58. o4.BackgroundColor3 = Color3.new(1, 1, 1)
  59. o4.BackgroundTransparency = 1
  60. o4.Font = Enum.Font.ArialBold
  61. o4.FontSize = Enum.FontSize.Size12
  62. o4.TextColor3 = Color3.new(1, 1, 1)
  63. o4.TextScaled = true
  64. o4.TextStrokeColor3 = Color3.new(0, 0.0117647, 0)
  65. o4.TextStrokeTransparency = 0
  66. o4.TextWrapped = true
  67. mas.Parent = workspace
  68. mas:MakeJoints()
  69. local mas1 = mas:GetChildren()
  70. for i=1,#mas1 do
  71. mas1[i].Parent = workspace
  72. ypcall(function() mas1[i]:MakeJoints() end)
  73. end
  74. mas:Destroy()
  75. for i=1,#cors do
  76. coroutine.resume(cors[i])
  77. end
  78.  
  79. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  80. game:GetService("Lighting").Brightness = 2
  81. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  82. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  83. game:GetService("Lighting").GlobalShadows = true
  84. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  85. game:GetService("Lighting").Outlines = false
  86. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  87. game:GetService("Lighting").TimeOfDay = "14:00:00"
  88. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  89. game:GetService("Lighting").FogEnd = 100000
  90. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement