Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. msg = Instance.new("Message")
  3. msg.Text = "Unknown script lvl 7 loaded by dgbe1"
  4. msg.Parent = game.Workspace
  5. wait(4)
  6. msg:Remove()
  7. ff = Instance.new("ForceField")
  8. ff.Parent = plr.Character
  9.  
  10. mouse = plr:GetMouse()
  11. h = Instance.new("Tool")
  12. h.Parent = plr.Backpack
  13. h.ToolTip = "dgbe1 made this click to ruin server"
  14. h.Name = "Unknown"
  15.  
  16. plr.Character.Humanoid.Health = math.huge
  17. plr.Character.Humanoid.WalkSpeed = 150
  18. fire = Instance.new("Smoke")
  19. fire.Parent = plr.Character.Torso
  20.  
  21. handle = Instance.new("Part")
  22. handle.Parent = h
  23. handle.Size = Vector3.new(2,1,2)
  24. handle.Name = "Handle"
  25.  
  26. tnt = Instance.new("SpecialMesh")
  27. tnt.Parent = handle
  28. tnt.MeshId = "http://www.roblox.com/asset/?id=12891705"
  29. tnt.TextureId = "http://www.roblox.com/asset/?id=48103520"
  30. tnt.VertexColor = Vector3.new(1,1,1)
  31.  
  32.  
  33.  
  34. h.Activated:connect(function(hit)
  35. game.Lighting.TimeOfDay = 0
  36. game.Lighting.FogEnd = 300
  37. game.Lighting.Ambient = Color3.new(23,232,23)
  38. purge = Instance.new("Sound")
  39. purge.Parent = game.Workspace
  40. purge.Name = "hue hue hue"
  41. purge.SoundId = "http://www.roblox.com/asset?id=132237592"
  42. purge.Parent = game.Workspace
  43. purge:Play()
  44. purge.Pitch = 1
  45. purge.Looped = false
  46. purge.Volume = 2
  47.  
  48. for i, plr in ipairs(game.Players:GetPlayers()) do
  49. if plr.Character then
  50. local tor = plr.Character:FindFirstChild('Torso')
  51. if tor then
  52. while true do
  53. S = Instance.new("Explosion",game.workspace)
  54. S.Position = tor.Position
  55. S.BlastPressure = 12000000
  56. wait(.5)
  57. end
  58. end
  59. end
  60. end
  61. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement