Advertisement
ManOhMan

Untitled

Sep 23rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 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. o3 = Instance.new("Part")
  31. o4 = Instance.new("Decal")
  32. o1.Name = "Handle"
  33. o1.Parent = mas
  34. o1.Position = Vector3.new(1478.93396, 1591.93323, 6.920784)
  35. o1.Rotation = Vector3.new(-90, 40, 90)
  36. o1.Size = Vector3.new(181.700119, 168.379959, 217.360001)
  37. o1.CFrame = CFrame.new(1478.93396, 1591.93323, 6.920784, 0, -0.766044974, 0.64278698, 0, 0.64278698, 0.766044974, -1, 0, 0)
  38. o1.Position = Vector3.new(1478.93396, 1591.93323, 6.920784)
  39. o2.Parent = o1
  40. o2.MeshId = "rbxassetid://785847639"
  41. o2.Scale = Vector3.new(200, 200, 200)
  42. o2.TextureId = "rbxassetid://785848960"
  43. o2.MeshType = Enum.MeshType.FileMesh
  44. o3.Parent = mas
  45. o3.BrickColor = BrickColor.new("Really black")
  46. o3.Position = Vector3.new(895.927795, 765.378113, 14.937645)
  47. o3.Rotation = Vector3.new(-90, 40, 90)
  48. o3.Anchored = true
  49. o3.Size = Vector3.new(343.769958, 1, 2048)
  50. o3.CFrame = CFrame.new(895.927795, 765.378113, 14.937645, 0, -0.766044974, 0.64278698, 0, 0.64278698, 0.766044974, -1, 0, 0)
  51. o3.BottomSurface = Enum.SurfaceType.Smooth
  52. o3.TopSurface = Enum.SurfaceType.Smooth
  53. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  54. o3.Position = Vector3.new(895.927795, 765.378113, 14.937645)
  55. o4.Name = "Images/weary"
  56. o4.Parent = o3
  57. o4.Texture = "http://www.roblox.com/asset/?id=791621654"
  58. o4.Face = Enum.NormalId.Top
  59. mas.Parent = workspace
  60. mas:MakeJoints()
  61. local mas1 = mas:GetChildren()
  62. for i=1,#mas1 do
  63. mas1[i].Parent = workspace
  64. ypcall(function() mas1[i]:MakeJoints() end)
  65. end
  66. mas:Destroy()
  67. for i=1,#cors do
  68. coroutine.resume(cors[i])
  69. end
  70.  
  71. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  72. game:GetService("Lighting").Brightness = 2
  73. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  74. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  75. game:GetService("Lighting").GlobalShadows = true
  76. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  77. game:GetService("Lighting").Outlines = false
  78. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  79. game:GetService("Lighting").TimeOfDay = "14:00:00"
  80. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  81. game:GetService("Lighting").FogEnd = 100000
  82. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement