Advertisement
Animescapetower

BANNED

May 13th, 2018
687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.02 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Sound0 = Instance.new("Sound")
  20. LocalScript1 = Instance.new("LocalScript")
  21. Part2 = Instance.new("Part")
  22. SpecialMesh3 = Instance.new("SpecialMesh")
  23. Sparkles4 = Instance.new("Sparkles")
  24. Animation5 = Instance.new("Animation")
  25. Tool6 = Instance.new("Tool")
  26. Part7 = Instance.new("Part")
  27. SpecialMesh8 = Instance.new("SpecialMesh")
  28. Sparkles9 = Instance.new("Sparkles")
  29. Animation10 = Instance.new("Animation")
  30. LocalScript11 = Instance.new("LocalScript")
  31. Sound12 = Instance.new("Sound")
  32. Sound12.Name = "Smash"
  33. Sound12.Parent = Tool6
  34. Sound12.SoundId = "rbxassetid://147722910"
  35. Sound12.Volume = 1
  36. LocalScript11.Name = "main"
  37. LocalScript11.Parent = Tool6
  38. table.insert(cors,sandbox(LocalScript11,function()
  39. --Impletion [awful coding i know]
  40. wait()
  41. explode=false
  42. soundlock=false
  43. lock=false
  44. script.Parent.Activated:connect(function(click)
  45. if lock==false then
  46. lock=true
  47. local char=script.Parent.Parent
  48. local anim=char.Humanoid:LoadAnimation(script.Parent.Animation)
  49. anim:Play()
  50. wait(1.4)
  51. lock=false
  52. end
  53. end)
  54.  
  55.  
  56.  
  57. script.Parent.Handle.Touched:connect(function(hit)
  58. local gethum=hit.Parent:GetChildren()
  59. for i=1,#gethum do
  60. if gethum[i].ClassName=="Humanoid" and gethum[i] ~= nil and hit.Parent.Name ~= game.Players.LocalPlayer.Name and lock==true then
  61. local hum=gethum[i]
  62. hum.Sit=true
  63. if soundlock==false then
  64. soundlock=true
  65. script.Parent.Smash:Play()
  66. end
  67. local character=hit.Parent
  68. local b=character:GetChildren()
  69. for i=1,#b do
  70. if b[i]:IsA("Part") and b[i] ~= nil then
  71. b[i].CanCollide=false
  72. b[i].Anchored=false
  73. end
  74. end
  75. local torso=hit.Parent:findFirstChild("Torso")
  76. character.Torso.Velocity=game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 1200
  77. character.Torso.Velocity=character.Torso.Velocity + Vector3.new(0,300,0)
  78. wait(1.8)
  79. if explode==false then
  80. explode=true
  81. local expl=Instance.new("Explosion", workspace)
  82. expl.BlastPressure=9000000
  83. expl.BlastRadius=100
  84. expl.Position=torso.Position
  85. character:BreakJoints()
  86. local p=game.Players:GetPlayerFromCharacter(character)
  87. character:Destroy()
  88. if p ~= nil then
  89. p:Destroy()
  90. end
  91. end
  92. end
  93. end
  94. wait(1)
  95. soundlock=false
  96. explode=false
  97. end)
  98.  
  99. script.Parent.Equipped:connect(function(equip)
  100. game.Players.LocalPlayer.Character.Humanoid.MaxHealth=math.huge
  101. game.Players.LocalPlayer.Character.Humanoid.Health=math.huge
  102. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=25
  103. end)
  104. end))
  105. Part7.Name = "Handle"
  106. Part7.Parent = Tool6
  107. Part7.BrickColor = BrickColor.new("Dark stone grey")
  108. Part7.Rotation = Vector3.new(87.8199997, -47.3499985, 90.0099945)
  109. Part7.FormFactor = Enum.FormFactor.Plate
  110. Part7.Size = Vector3.new(1, 5.20000029, 1)
  111. Part7.CFrame = CFrame.new(77.2016907, 2.26853395, 6.69060802, -9.28728914e-05, -0.677499533, -0.735523343, 0.0380967073, 0.734986424, -0.677010179, 0.999273837, -0.0280841347, 0.0257421304)
  112. Part7.BottomSurface = Enum.SurfaceType.Smooth
  113. Part7.TopSurface = Enum.SurfaceType.Smooth
  114. Part7.Color = Color3.new(0.388235, 0.372549, 0.384314)
  115. Part7.Position = Vector3.new(77.2016907, 2.26853395, 6.69060802)
  116. Part7.Orientation = Vector3.new(42.6100006, -88, 2.97000003)
  117. Part7.Color = Color3.new(0.388235, 0.372549, 0.384314)
  118. SpecialMesh8.Parent = Part7
  119. SpecialMesh8.MeshId = "http://www.roblox.com/asset/?id=10604848"
  120. SpecialMesh8.Scale = Vector3.new(0.5, 0.5, 0.5)
  121. SpecialMesh8.TextureId = "http://www.roblox.com/asset/?id=10605252"
  122. SpecialMesh8.MeshType = Enum.MeshType.FileMesh
  123. SpecialMesh8.Scale = Vector3.new(0.5, 0.5, 0.5)
  124. Sparkles9.Parent = Part7
  125. Sparkles9.Color = Color3.new(0, 0, 0)
  126. Sparkles9.SparkleColor = Color3.new(0, 0, 0)
  127. Sparkles9.Color = Color3.new(0, 0, 0)
  128. Animation10.Parent = Tool6
  129. Animation10.AnimationId = "http://www.roblox.com/twohandswordwithswingout-item?id=32659706"
  130. Tool6.Name = "BanHammar"
  131. Tool6.Parent = mas
  132. Tool6.TextureId = "http://www.roblox.com/asset/?id=10684453"
  133. Tool6.GripPos = Vector3.new(0, -1, 0)
  134. Part7.Name = "Handle"
  135. Part7.Parent = Tool6
  136. Part7.BrickColor = BrickColor.new("Dark stone grey")
  137. Part7.Rotation = Vector3.new(87.8199997, -47.3499985, 90.0099945)
  138. Part7.FormFactor = Enum.FormFactor.Plate
  139. Part7.Size = Vector3.new(1, 5.20000029, 1)
  140. Part7.CFrame = CFrame.new(77.2016907, 2.26853395, 6.69060802, -9.28728914e-05, -0.677499533, -0.735523343, 0.0380967073, 0.734986424, -0.677010179, 0.999273837, -0.0280841347, 0.0257421304)
  141. Part7.BottomSurface = Enum.SurfaceType.Smooth
  142. Part7.TopSurface = Enum.SurfaceType.Smooth
  143. Part7.Color = Color3.new(0.388235, 0.372549, 0.384314)
  144. Part7.Position = Vector3.new(77.2016907, 2.26853395, 6.69060802)
  145. Part7.Orientation = Vector3.new(42.6100006, -88, 2.97000003)
  146. Part7.Color = Color3.new(0.388235, 0.372549, 0.384314)
  147. SpecialMesh8.Parent = Part7
  148. SpecialMesh8.MeshId = "http://www.roblox.com/asset/?id=10604848"
  149. SpecialMesh8.Scale = Vector3.new(0.5, 0.5, 0.5)
  150. SpecialMesh8.TextureId = "http://www.roblox.com/asset/?id=10605252"
  151. SpecialMesh8.MeshType = Enum.MeshType.FileMesh
  152. SpecialMesh8.Scale = Vector3.new(0.5, 0.5, 0.5)
  153. Sparkles9.Parent = Part7
  154. Sparkles9.Color = Color3.new(0, 0, 0)
  155. Sparkles9.SparkleColor = Color3.new(0, 0, 0)
  156. Sparkles9.Color = Color3.new(0, 0, 0)
  157. Animation10.Parent = Tool6
  158. Animation10.AnimationId = "http://www.roblox.com/twohandswordwithswingout-item?id=32659706"
  159. LocalScript11.Name = "main"
  160. LocalScript11.Parent = Tool6
  161. table.insert(cors,sandbox(LocalScript11,function()
  162. --Impletion [awful coding i know]
  163. wait()
  164. explode=false
  165. soundlock=false
  166. lock=false
  167. script.Parent.Activated:connect(function(click)
  168. if lock==false then
  169. lock=true
  170. local char=script.Parent.Parent
  171. local anim=char.Humanoid:LoadAnimation(script.Parent.Animation)
  172. anim:Play()
  173. wait(1.4)
  174. lock=false
  175. end
  176. end)
  177.  
  178.  
  179.  
  180. script.Parent.Handle.Touched:connect(function(hit)
  181. local gethum=hit.Parent:GetChildren()
  182. for i=1,#gethum do
  183. if gethum[i].ClassName=="Humanoid" and gethum[i] ~= nil and hit.Parent.Name ~= game.Players.LocalPlayer.Name and lock==true then
  184. local hum=gethum[i]
  185. hum.Sit=true
  186. if soundlock==false then
  187. soundlock=true
  188. script.Parent.Smash:Play()
  189. end
  190. local character=hit.Parent
  191. local b=character:GetChildren()
  192. for i=1,#b do
  193. if b[i]:IsA("Part") and b[i] ~= nil then
  194. b[i].CanCollide=false
  195. b[i].Anchored=false
  196. end
  197. end
  198. local torso=hit.Parent:findFirstChild("Torso")
  199. character.Torso.Velocity=game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 1200
  200. character.Torso.Velocity=character.Torso.Velocity + Vector3.new(0,300,0)
  201. wait(1.8)
  202. if explode==false then
  203. explode=true
  204. local expl=Instance.new("Explosion", workspace)
  205. expl.BlastPressure=9000000
  206. expl.BlastRadius=100
  207. expl.Position=torso.Position
  208. character:BreakJoints()
  209. local p=game.Players:GetPlayerFromCharacter(character)
  210. character:Destroy()
  211. if p ~= nil then
  212. p:Destroy()
  213. end
  214. end
  215. end
  216. end
  217. wait(1)
  218. soundlock=false
  219. explode=false
  220. end)
  221.  
  222. script.Parent.Equipped:connect(function(equip)
  223. game.Players.LocalPlayer.Character.Humanoid.MaxHealth=math.huge
  224. game.Players.LocalPlayer.Character.Humanoid.Health=math.huge
  225. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=25
  226. end)
  227. end))
  228. Sound12.Name = "Smash"
  229. Sound12.Parent = Tool6
  230. Sound12.SoundId = "rbxassetid://147722910"
  231. Sound12.Volume = 1
  232. Tool6:Clone().Parent = game:GetService("Players").LocalPlayer.StarterGear
  233. for i,v in pairs(mas:GetChildren()) do
  234. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  235. pcall(function() v:MakeJoints() end)
  236. end
  237. mas:Destroy()
  238. for i,v in pairs(cors) do
  239. spawn(function()
  240. pcall(v)
  241. end)
  242. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement