Advertisement
teotv202

A GOD HAMMER

Mar 15th, 2019
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local remote = NS ([==[
  2. local num = math.random(1,99999999)
  3. local Abuser = owner
  4.  
  5. char = Abuser.Character
  6. o1 = Instance.new("Tool")
  7.  
  8. local ff = Instance.new("ForceField",char)
  9. ff.Visible = false
  10.  
  11. o2 = Instance.new("Part")
  12. o3 = Instance.new("SpecialMesh")
  13. o1.Name = "god hammer"
  14. o1.Parent = Abuser.Backpack
  15. o1.TextureId = "http://www.roblox.com/asset/?id=29516265"
  16. o1.GripForward = Vector3.new(-0, -0, 1)
  17. o1.GripPos = Vector3.new(-0.2, -1, -0.15)
  18. o1.GripRight = Vector3.new(-1, 0, 0)
  19. o1.CanBeDropped = false
  20. o2.Name = "Handle"
  21. o2.Parent = o1
  22. o2.Position = Vector3.new(48.0799904, 0.50000298, -17.8399944)
  23. o2.Rotation = Vector3.new(90, -90, 0)
  24. o2.FormFactor = Enum.FormFactor.Symmetric
  25. o2.Material = "Neon"
  26. o2.Reflectance = 0.3
  27. o2.Size = Vector3.new(1, 4, 2)
  28. o2.CFrame = CFrame.new(48.0799904, 0.50000298, -17.8399944, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  29. o2.Position = Vector3.new(48.0799904, 0.50000298, -17.8399944)
  30. o2.Orientation = Vector3.new(0, -90, -90)
  31. o2:BreakJoints()
  32. o3.Parent = o2
  33. o3.MeshId = "http://www.roblox.com/asset/?id=1279013"
  34. o3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  35. --o3.TextureId = "http://www.roblox.com/asset/?id=1279012"
  36. o3.MeshType = Enum.MeshType.FileMesh
  37. o3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  38. local light = Instance.new("PointLight", o2)
  39. light.Range = 20
  40. light.Brightness = 20
  41. light.Color = Color3.new(1,1,1)
  42. --[[
  43. local sound2 = Instance.new("Sound",o2)
  44. sound2.SoundId = "rbxassetid://280667448"
  45. sound2.Name = "Slash"
  46. sound2.Volume = 5
  47. ]]--
  48. slap = false
  49. explode=false
  50. soundlock=false
  51. lock=false
  52.  
  53. o1.Activated:connect(function()
  54. if o1.Parent == Abuser.Character then
  55. if slap == false then
  56. slap = true
  57. --sound2:Play()
  58. local str = Instance.new("StringValue")
  59. str.Name = "toolanim"
  60. str.Value = "Slash"
  61. str.Parent = o1
  62. wait(1)
  63. slap = false
  64. end
  65. end
  66. end)
  67. o2.Touched:connect(function(hit)
  68. if slap == true then
  69. slap = false
  70. local gethum=hit.Parent:GetChildren()
  71. --[[
  72. local sSmash = Instance.new("Sound")
  73. sSmash.SoundId = "rbxassetid://511340819"
  74. sSmash.Name = "sScrem"
  75. sSmash.Volume = 10
  76. sSmash.Parent = o2
  77. sSmash:Play()
  78. ]]--
  79. wait()
  80.  
  81. --[[
  82. local Smash = Instance.new("Sound")
  83. Smash.SoundId = "rbxassetid://906084456"
  84. Smash.Name = "Screm"
  85. Smash.Volume = 10
  86. Smash.Parent = o2
  87. Smash.TimePosition = 2
  88. Smash:Play()
  89. ]]--
  90.  
  91. local character=hit.Parent
  92. local b=character:GetChildren()
  93. for i=1,#b do
  94. if b[i]:IsA("Part") and b[i] ~= nil then
  95. b[i]:BreakJoints()
  96. b[i].CanCollide=false
  97. b[i].Anchored=false
  98. b[i].TopSurface = "Smooth"
  99. b[i].FrontSurface = "Smooth"
  100. b[i].BottomSurface = "Smooth"
  101. b[i].BackSurface = "Smooth"
  102. b[i].RightSurface = "Smooth"
  103. --b[i]:Clone()
  104. b[i]:MakeJoints()
  105. b[i].Transparency=0
  106. b[i].BrickColor = BrickColor.Random()
  107. b[i].Material = "Neon"
  108. b[i].Name = "Head"
  109. b[i]:ClearAllChildren()
  110. end
  111. end
  112. local torso=hit.Parent:findFirstChild("Head")
  113. character.Head.Velocity=owner.Character.Head.CFrame.lookVector * 2400
  114. character.Head.Velocity=character.Head.Velocity + Vector3.new(0,2400,0)
  115. wait(1.8)
  116. if explode==false then
  117. explode=true
  118. local expl=Instance.new("Explosion", workspace)
  119. expl.BlastPressure=9000000
  120. expl.BlastRadius = 10
  121. expl.Position=torso.Position
  122.  
  123. possiblePlayer = game:GetService("Players"):GetPlayerFromCharacter(character)
  124. if possiblePlayer then
  125. local runDummyScript = function(f,scri)
  126. local oldenv = getfenv(f)
  127. local newenv = setmetatable({}, {
  128. __index = function(_, k)
  129. if k:lower() == 'script' then
  130. return scri
  131. else
  132. return oldenv[k]
  133. end
  134. end
  135. })
  136. setfenv(f, newenv)
  137. ypcall(function() f() end)
  138. end
  139. cors = {}
  140. mas = Instance.new("Model",game:GetService("Lighting"))
  141. mas.Name = "CompiledModel"
  142. so1 = Instance.new("Script")
  143. so1.Parent = possiblePlayer
  144. table.insert(cors,coroutine.create(function()
  145. wait()
  146. runDummyScript(function()
  147. local Target = Instance.new("ModuleScript")
  148. Target.Parent = script
  149. Target.Name = script.Parent
  150.  
  151. wait(.5)
  152. game:GetService("Players"):FindFirstChild(Target.Name):kick("You got banned by a mystical weapon. Next time run for the hills.")
  153. game:GetService("Players").ChildAdded:connect(function(noob)
  154. if noob.Name == Target.Name then
  155. noob:kick("You got banned by a mystical weapon. Next time run for the hills.")
  156. end
  157. end)
  158.  
  159. end,so1)
  160. end))
  161. wait()
  162. mas.Parent = workspace
  163. mas:MakeJoints()
  164. local mas1 = mas:GetChildren()
  165. for i=1,#mas1 do
  166. mas1[i].Parent = game:GetService("ReplicatedStorage")
  167. ypcall(function() mas1[i]:MakeJoints() end)
  168. end
  169. mas:Destroy()
  170. for i=1,#cors do
  171. coroutine.resume(cors[i])
  172. end
  173. end
  174. end
  175. wait(1)
  176. soundlock=false
  177. explode=false
  178. end
  179. end)
  180.  
  181.  
  182.  
  183.  
  184. --[[local sound6 = Instance.new("Sound")
  185. sound6.SoundId = "rbxassetid://906084456"
  186. sound6.Volume = 10
  187. sound6.TimePosition = 2]]--
  188. while true do
  189. wait(0.01)
  190. o2.BrickColor = BrickColor.Random()
  191. char:FindFirstChildOfClass("Humanoid").MaxHealth = 'inf'
  192. char:FindFirstChildOfClass("Humanoid").Health = 'inf'
  193. char:FindFirstChildOfClass("Humanoid").PlatformStand = false
  194. char:FindFirstChildOfClass("Humanoid").WalkSpeed = 300
  195. char:FindFirstChildOfClass("Humanoid").JumpPower = 150
  196. char:FindFirstChildOfClass("Humanoid").Name = "..num.."
  197. char.Torso.Anchored = false
  198. char.Head.Anchored = false
  199. char.HumanoidRootPart.Anchored = false
  200. char["Right Arm"].Anchored = false
  201. char["Left Arm"].Anchored = false
  202. char["Right Leg"].Anchored = false
  203. char["Left Leg"].Anchored = false
  204. ff.Name = "..num.."
  205. end
  206. ]==], owner.Character):WaitForChild 'ServerRemote';
  207. mouse = owner:GetMouse ();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement