Advertisement
ManOhMan

Untitled

Aug 9th, 2019
115
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("Tool")
  29. o2 = Instance.new("Part")
  30. o3 = Instance.new("Script")
  31. o1.Name = "Gold Gauntlet NEW"
  32. o1.Parent = mas
  33. o1.GripForward = Vector3.new(-0, 1, 4.37113883e-08)
  34. o1.GripPos = Vector3.new(-0, 0.328025818, 0)
  35. o1.GripUp = Vector3.new(0, -4.37113883e-08, 1)
  36. o2.Parent = o1
  37. o2.BrickColor = BrickColor.new("Deep orange")
  38. o2.Position = Vector3.new(-10.8811665, 0.580003023, -82.0033569)
  39. o2.Rotation = Vector3.new(-90, 0, -180)
  40. o2.Size = Vector3.new(1.12, 1.62999964, 1.16000056)
  41. o2.CFrame = CFrame.new(-10.8811665, 0.580003023, -82.0033569, -0.999998748, 0, 0, 0, 0, 1, 0, 1, 0)
  42. o2.BottomSurface = Enum.SurfaceType.Smooth
  43. o2.TopSurface = Enum.SurfaceType.Smooth
  44. o2.Color = Color3.new(1, 0.690196, 0)
  45. o2.Position = Vector3.new(-10.8811665, 0.580003023, -82.0033569)
  46. o3.Parent = o2
  47. table.insert(cors,coroutine.create(function()
  48. wait()
  49. runDummyScript(function()
  50. local Debounce = false
  51.  
  52. script.Parent.Touched:connect(function(hit)
  53. if hit.Parent:FindFirstChild("Humanoid") and Debounce == false then
  54. Debounce = false
  55. hit.Parent.Humanoid:TakeDamage(50)
  56. wait(1)
  57. end
  58. end)
  59. end,o3)
  60. end))
  61. mas.Parent = workspace
  62. mas:MakeJoints()
  63. local mas1 = mas:GetChildren()
  64. for i=1,#mas1 do
  65. mas1[i].Parent = workspace
  66. ypcall(function() mas1[i]:MakeJoints() end)
  67. end
  68. mas:Destroy()
  69. for i=1,#cors do
  70. coroutine.resume(cors[i])
  71. end
  72.  
  73. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  74. game:GetService("Lighting").Brightness = 2
  75. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  76. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  77. game:GetService("Lighting").GlobalShadows = true
  78. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  79. game:GetService("Lighting").Outlines = false
  80. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  81. game:GetService("Lighting").TimeOfDay = "14:00:00"
  82. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  83. game:GetService("Lighting").FogEnd = 100000
  84. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement