Advertisement
ManOhMan

Untitled

Sep 19th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 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("Part")
  31. o4 = Instance.new("Part")
  32. o5 = Instance.new("SurfaceGui")
  33. o6 = Instance.new("TextLabel")
  34. o1.Name = "Sign"
  35. o1.Parent = mas
  36. o2.Parent = o1
  37. o2.Material = Enum.Material.WoodPlanks
  38. o2.BrickColor = BrickColor.new("Reddish brown")
  39. o2.Position = Vector3.new(-56.4926872, 93.9949951, -43.371254)
  40. o2.Rotation = Vector3.new(-180, 0, -180)
  41. o2.Size = Vector3.new(15.6658325, 187.98999, 7.83291626)
  42. o2.CFrame = CFrame.new(-56.4926872, 93.9949951, -43.371254, -1.00000012, 0, -5.96046448e-08, 0, 1, 0, 5.96046448e-08, 0, -1.00000012)
  43. o2.Color = Color3.new(0.411765, 0.25098, 0.156863)
  44. o2.Position = Vector3.new(-56.4926872, 93.9949951, -43.371254)
  45. o3.Parent = o1
  46. o3.Material = Enum.Material.WoodPlanks
  47. o3.BrickColor = BrickColor.new("Reddish brown")
  48. o3.Position = Vector3.new(-56.4928055, 137.076035, -35.5380974)
  49. o3.Rotation = Vector3.new(-180, 0, -180)
  50. o3.Size = Vector3.new(156.658325, 86.1620789, 7.83291626)
  51. o3.CFrame = CFrame.new(-56.4928055, 137.076035, -35.5380974, -1.00000012, 0, -5.96046448e-08, 0, 1, 0, 5.96046448e-08, 0, -1.00000012)
  52. o3.Color = Color3.new(0.411765, 0.25098, 0.156863)
  53. o3.Position = Vector3.new(-56.4928055, 137.076035, -35.5380974)
  54. o4.Name = "Text"
  55. o4.Parent = o1
  56. o4.Material = Enum.Material.WoodPlanks
  57. o4.BrickColor = BrickColor.new("Reddish brown")
  58. o4.Position = Vector3.new(-55.905365, 137.271835, -27.704937)
  59. o4.Rotation = Vector3.new(-180, 0, -180)
  60. o4.Anchored = true
  61. o4.FormFactor = Enum.FormFactor.Custom
  62. o4.Size = Vector3.new(155.483414, 86.5537262, 7.83291626)
  63. o4.CFrame = CFrame.new(-55.905365, 137.271835, -27.704937, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  64. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  65. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  66. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  67. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  68. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  69. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  70. o4.Color = Color3.new(0.411765, 0.25098, 0.156863)
  71. o4.Position = Vector3.new(-55.905365, 137.271835, -27.704937)
  72. o5.Parent = o4
  73. o5.CanvasSize = Vector2.new(200, 100)
  74. o6.Parent = o5
  75. o6.Size = UDim2.new(1,0,1,0)
  76. o6.Text = "baby, i dont want no more. 😩 "
  77. o6.Active = true
  78. o6.BackgroundColor3 = Color3.new(1, 1, 1)
  79. o6.BackgroundTransparency = 1
  80. o6.Font = Enum.Font.ArialBold
  81. o6.FontSize = Enum.FontSize.Size12
  82. o6.TextColor3 = Color3.new(1, 1, 1)
  83. o6.TextScaled = true
  84. o6.TextStrokeColor3 = Color3.new(0, 0.0117647, 0)
  85. o6.TextStrokeTransparency = 0
  86. o6.TextWrapped = true
  87. mas.Parent = workspace
  88. mas:MakeJoints()
  89. local mas1 = mas:GetChildren()
  90. for i=1,#mas1 do
  91. mas1[i].Parent = workspace
  92. ypcall(function() mas1[i]:MakeJoints() end)
  93. end
  94. mas:Destroy()
  95. for i=1,#cors do
  96. coroutine.resume(cors[i])
  97. end
  98.  
  99. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  100. game:GetService("Lighting").Brightness = 2
  101. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  102. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  103. game:GetService("Lighting").GlobalShadows = true
  104. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  105. game:GetService("Lighting").Outlines = false
  106. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  107. game:GetService("Lighting").TimeOfDay = "14:00:00"
  108. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  109. game:GetService("Lighting").FogEnd = 100000
  110. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement