Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 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: Camera
  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("SpecialMesh")
  31. o4 = Instance.new("Sparkles")
  32. o5 = Instance.new("Animation")
  33. o6 = Instance.new("LocalScript")
  34. o7 = Instance.new("Sound")
  35. o1.Name = "BanHammar"
  36. o1.Parent = mas
  37. o1.TextureId = "http://www.roblox.com/asset/?id=10684453"
  38. o1.GripPos = Vector3.new(0, -1, 0)
  39. o2.Name = "Handle"
  40. o2.Parent = o1
  41. o2.BrickColor = BrickColor.new("Dark stone grey")
  42. o2.Position = Vector3.new(0.691698551, 2.2697916, 14.1706076)
  43. o2.Rotation = Vector3.new(87.8224716, -47.3514557, 90.0078506)
  44. o2.FormFactor = Enum.FormFactor.Plate
  45. o2.Size = Vector3.new(1, 5.20000029, 1)
  46. o2.CFrame = CFrame.new(0.691698551, 2.2697916, 14.1706076, -9.28728914e-05, -0.677499533, -0.735523343, 0.0380967073, 0.734986424, -0.677010179, 0.999273837, -0.0280841347, 0.0257421304)
  47. o2.BottomSurface = Enum.SurfaceType.Smooth
  48. o2.TopSurface = Enum.SurfaceType.Smooth
  49. o2.Color = Color3.new(0.388235, 0.372549, 0.384314)
  50. o2.Position = Vector3.new(0.691698551, 2.2697916, 14.1706076)
  51. o3.Parent = o2
  52. o3.MeshId = "http://www.roblox.com/asset/?id=10604848"
  53. o3.Scale = Vector3.new(0.5, 0.5, 0.5)
  54. o3.TextureId = "http://www.roblox.com/asset/?id=10605252"
  55. o3.MeshType = Enum.MeshType.FileMesh
  56. o4.Parent = o2
  57. o4.Color = Color3.new(0, 0, 0)
  58. o4.SparkleColor = Color3.new(0, 0, 0)
  59. o5.Parent = o1
  60. o5.AnimationId = "http://www.roblox.com/twohandswordwithswingout-item?id=32659706"
  61. o6.Name = "main"
  62. o6.Parent = o1
  63. table.insert(cors,coroutine.create(function()
  64. wait()
  65. runDummyScript(function()
  66. --Impletion [awful coding i know]
  67. wait()
  68. explode=false
  69. soundlock=false
  70. lock=false
  71. script.Parent.Activated:connect(function(click)
  72. if lock==false then
  73. lock=true
  74. local char=script.Parent.Parent
  75. local anim=char.Humanoid:LoadAnimation(script.Parent.Animation)
  76. anim:Play()
  77. wait(1.4)
  78. lock=false
  79. end
  80. end)
  81.  
  82.  
  83.  
  84. script.Parent.Handle.Touched:connect(function(hit)
  85. local gethum=hit.Parent:GetChildren()
  86. for i=1,#gethum do
  87. if gethum[i].ClassName=="Humanoid" and gethum[i] ~= nil and hit.Parent.Name ~= game.Players.LocalPlayer.Name and lock==true then
  88. local hum=gethum[i]
  89. hum.Sit=true
  90. if soundlock==false then
  91. soundlock=true
  92. script.Parent.Smash:Play()
  93. end
  94. local character=hit.Parent
  95. local b=character:GetChildren()
  96. for i=1,#b do
  97. if b[i]:IsA("Part") and b[i] ~= nil then
  98. b[i].CanCollide=false
  99. b[i].Anchored=false
  100. end
  101. end
  102. local torso=hit.Parent:findFirstChild("Torso")
  103. character.Torso.Velocity=game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 1200
  104. character.Torso.Velocity=character.Torso.Velocity + Vector3.new(0,300,0)
  105. wait(1.8)
  106. if explode==false then
  107. explode=true
  108. local expl=Instance.new("Explosion", workspace)
  109. expl.BlastPressure=9000000
  110. expl.BlastRadius=100
  111. expl.Position=torso.Position
  112. character:BreakJoints()
  113. local p=game.Players:GetPlayerFromCharacter(character)
  114. character:Destroy()
  115. if p ~= nil then
  116. p:Destroy()
  117. end
  118. end
  119. end
  120. end
  121. wait(1)
  122. soundlock=false
  123. explode=false
  124. end)
  125.  
  126. script.Parent.Equipped:connect(function(equip)
  127. game.Players.LocalPlayer.Character.Humanoid.MaxHealth=math.huge
  128. game.Players.LocalPlayer.Character.Humanoid.Health=math.huge
  129. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=25
  130. end)
  131. end,o6)
  132. end))
  133. o7.Name = "Smash"
  134. o7.Parent = o1
  135. o7.SoundId = "rbxassetid://147722910"
  136. o7.Volume = 1
  137. mas.Parent = workspace
  138. mas:MakeJoints()
  139. local mas1 = mas:GetChildren()
  140. for i=1,#mas1 do
  141. mas1[i].Parent = game:GetService("Players").LocalPlayer.Backpack
  142. ypcall(function() mas1[i]:MakeJoints() end)
  143. end
  144. mas:Destroy()
  145. for i=1,#cors do
  146. coroutine.resume(cors[i])
  147. end
  148.  
  149. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  150. game:GetService("Lighting").Brightness = 1
  151. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  152. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  153. game:GetService("Lighting").GlobalShadows = true
  154. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.5, 0.5, 0.5)
  155. game:GetService("Lighting").Outlines = true
  156. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  157. game:GetService("Lighting").TimeOfDay = "14:00:00"
  158. game:GetService("Lighting").FogColor = Color3.new(0.75, 0.75, 0.75)
  159. game:GetService("Lighting").FogEnd = 100000
  160. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement