Advertisement
ManOhMan

Untitled

Sep 29th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 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("SpecialMesh")
  30. o1.Name = "Handle"
  31. o1.Parent = mas
  32. o1.BrickColor = BrickColor.new("Dark stone grey")
  33. o1.Position = Vector3.new(-11.4169197, 0.400011986, -68.8906403)
  34. o1.Rotation = Vector3.new(-90, 0, 0)
  35. o1.FormFactor = Enum.FormFactor.Custom
  36. o1.Size = Vector3.new(0.200000003, 0.800000012, 0.800000012)
  37. o1.CFrame = CFrame.new(-11.4169197, 0.400011986, -68.8906403, 1, 1.24442863e-07, 1.96370365e-06, -1.96370365e-06, -2.29479701e-06, 1, 1.24447368e-07, -1, -2.29479679e-06)
  38. o1.BackSurface = Enum.SurfaceType.Weld
  39. o1.BottomSurface = Enum.SurfaceType.Weld
  40. o1.FrontSurface = Enum.SurfaceType.Weld
  41. o1.LeftSurface = Enum.SurfaceType.Weld
  42. o1.RightSurface = Enum.SurfaceType.Weld
  43. o1.TopSurface = Enum.SurfaceType.Weld
  44. o1.Color = Color3.new(0.388235, 0.372549, 0.384314)
  45. o1.Position = Vector3.new(-11.4169197, 0.400011986, -68.8906403)
  46. o2.Parent = o1
  47. o2.MeshId = "http://www.roblox.com/asset/?id=72012879"
  48. o2.Scale = Vector3.new(2, 2, 2)
  49. o2.TextureId = "http://www.roblox.com/asset/?id=72012859"
  50. o2.VertexColor = Vector3.new(2, 2, 2)
  51. o2.MeshType = Enum.MeshType.FileMesh
  52. mas.Parent = workspace
  53. mas:MakeJoints()
  54. local mas1 = mas:GetChildren()
  55. for i=1,#mas1 do
  56. mas1[i].Parent = workspace
  57. ypcall(function() mas1[i]:MakeJoints() end)
  58. end
  59. mas:Destroy()
  60. for i=1,#cors do
  61. coroutine.resume(cors[i])
  62. end
  63.  
  64. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  65. game:GetService("Lighting").Brightness = 2
  66. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  67. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  68. game:GetService("Lighting").GlobalShadows = true
  69. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  70. game:GetService("Lighting").Outlines = false
  71. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  72. game:GetService("Lighting").TimeOfDay = "14:00:00"
  73. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  74. game:GetService("Lighting").FogEnd = 100000
  75. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement