Advertisement
ManOhMan

Untitled

Jul 14th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 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: Attachment,RopeConstraint
  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("Tool")
  29. o2 = Instance.new("Part")
  30. o1.Name = "Pet Noob"
  31. o1.Parent = mas
  32. o2.Name = "Handle"
  33. o2.Parent = o1
  34. o2.Transparency = 1
  35. o2.Position = Vector3.new(-3.75963926, 4.2454133, -20.6245804)
  36. o2.Rotation = Vector3.new(-90, 0, 0)
  37. o2.Size = Vector3.new(0.980000138, 0.949999928, 1.01000082)
  38. o2.CFrame = CFrame.new(-3.75963926, 4.2454133, -20.6245804, 1, 1.62062088e-06, -1.26916612e-22, 2.76820442e-23, 6.12324353e-17, 1, 1.62062088e-06, -1, 6.12324353e-17)
  39. o2.BottomSurface = Enum.SurfaceType.Smooth
  40. o2.TopSurface = Enum.SurfaceType.Smooth
  41. o2.Position = Vector3.new(-3.75963926, 4.2454133, -20.6245804)
  42. mas.Parent = workspace
  43. mas:MakeJoints()
  44. local mas1 = mas:GetChildren()
  45. for i=1,#mas1 do
  46. mas1[i].Parent = workspace
  47. ypcall(function() mas1[i]:MakeJoints() end)
  48. end
  49. mas:Destroy()
  50. for i=1,#cors do
  51. coroutine.resume(cors[i])
  52. end
  53.  
  54. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  55. game:GetService("Lighting").Brightness = 2
  56. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  57. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  58. game:GetService("Lighting").GlobalShadows = true
  59. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  60. game:GetService("Lighting").Outlines = false
  61. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  62. game:GetService("Lighting").TimeOfDay = "14:00:00"
  63. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  64. game:GetService("Lighting").FogEnd = 100000
  65. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement