Advertisement
ManOhMan

Untitled

Sep 19th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 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. o1.Parent = mas
  31. o1.Position = Vector3.new(-20.5248699, 433.393982, -122.123932)
  32. o1.Size = Vector3.new(101.208862, 86.6540375, 81.6262741)
  33. o1.CFrame = CFrame.new(-20.5248699, 433.393982, -122.123932, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  34. o1.BottomSurface = Enum.SurfaceType.Smooth
  35. o1.TopSurface = Enum.SurfaceType.Smooth
  36. o1.Position = Vector3.new(-20.5248699, 433.393982, -122.123932)
  37. o2.Parent = mas
  38. o2.Position = Vector3.new(0.110123001, 209.621979, -132.152679)
  39. o2.Rotation = Vector3.new(30, 0, 0)
  40. o2.Size = Vector3.new(512.099854, 504.220032, 4.44000053)
  41. o2.CFrame = CFrame.new(0.110123001, 209.621979, -132.152679, 1, 0, 0, 0, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388)
  42. o2.BottomSurface = Enum.SurfaceType.Smooth
  43. o2.TopSurface = Enum.SurfaceType.Smooth
  44. o2.Position = Vector3.new(0.110123001, 209.621979, -132.152679)
  45. mas.Parent = workspace
  46. mas:MakeJoints()
  47. local mas1 = mas:GetChildren()
  48. for i=1,#mas1 do
  49. mas1[i].Parent = workspace
  50. ypcall(function() mas1[i]:MakeJoints() end)
  51. end
  52. mas:Destroy()
  53. for i=1,#cors do
  54. coroutine.resume(cors[i])
  55. end
  56.  
  57. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  58. game:GetService("Lighting").Brightness = 2
  59. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  60. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  61. game:GetService("Lighting").GlobalShadows = true
  62. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  63. game:GetService("Lighting").Outlines = false
  64. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  65. game:GetService("Lighting").TimeOfDay = "14:00:00"
  66. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  67. game:GetService("Lighting").FogEnd = 100000
  68. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement