Advertisement
DrakerMaker

kill commands

Apr 5th, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. --Screw you skids im gonna make a beam
  2. print("abuse skids")
  3. warn([[
  4. kbeam
  5. kbean
  6. knoeffort
  7. ]])
  8. function rwait()
  9. game:GetService("RunService").Stepped:wait()
  10. end
  11. owner.Chatted:connect(function(msg)
  12. if msg:sub(1,5) == "kbeam" then
  13. for i,v in pairs(owner.Parent:GetChildren()) do
  14. if v:IsA("Player") then
  15. local name = v.Name
  16. if string.find(name, msg:sub(7)) ~= nil then
  17. v.Character:FindFirstChildOfClass("Humanoid").WalkSpeed = 0
  18. v.Character:FindFirstChildOfClass("Humanoid").JumpPower = 0
  19. local ray = Instance.new("Part",workspace)
  20. ray.Material = "Neon"
  21. ray.Anchored = true
  22. ray.CanCollide = false
  23. ray.Size = Vector3.new(0.3, 2, 0.3)
  24. ray.Position = v.Character.Head.Position
  25. gggoal = {}
  26. gggoal.Size = Vector3.new(0.3, 500, 0.3)
  27. local explosion = Instance.new("Sound", workspace)
  28. local tween = game:GetService("TweenService"):Create(ray, TweenInfo.new(14), gggoal)
  29. tween:Play()
  30. wait(0.5)
  31. explosion:Stop()
  32. ray:Destroy()
  33. explosion.SoundId = "rbxassetid://138210320"
  34. explosion.Volume = 3
  35. explosion:Play()
  36. local beam = Instance.new("Part", workspace)
  37. beam.Size = Vector3.new(10, 0.1, 10)
  38. beam.Material = "Neon"
  39. beam.CFrame = v.Character.Head.CFrame *CFrame.new(0, 0, 0)
  40. beam.Anchored = true
  41. beam.CanCollide = false
  42. local Part = Instance.new("Part")
  43. Part.TopSurface = Enum.SurfaceType.Smooth
  44. Part.Material = Enum.Material.Neon
  45. Part.Size = Vector3.new(0.05,9.24,9.14)
  46. Part.CFrame = CFrame.new(-8.59,0.025,-3.73,0,0,1,1,0,0,0,1,0)
  47. Part.BottomSurface = Enum.SurfaceType.Smooth
  48. Part.Shape = Enum.PartType.Cylinder
  49. Part.Parent = workspace
  50. Part.Position = v.Character["Torso"].Position +Vector3.new(0, -3, 0)
  51. local bbeam = Instance.new("Part", workspace)
  52. bbeam.Size = Vector3.new(10, 0.1, 10)
  53. bbeam.Material = "Neon"
  54. bbeam.CFrame = v.Character.Head.CFrame *CFrame.new(0, 0, 0)
  55. bbeam.Anchored = true
  56. bbeam.CanCollide = false
  57. goal = {}
  58. goal.Size = Vector3.new(10, 50, 10)
  59. goal.CFrame = beam.CFrame *CFrame.fromEulerAnglesXYZ(0, 100, 0)
  60. goal.Transparency = 1
  61. ggoal = {}
  62. ggoal.Size = Vector3.new(0.05, 36.75, 36.97)
  63. ggoal.Transparency = 1
  64. local tween = game:GetService("TweenService"):Create(beam, TweenInfo.new(1), goal)
  65. tween:Play()
  66. local tweeen = game:GetService("TweenService"):Create(bbeam, TweenInfo.new(2), goal)
  67. tweeen:Play()
  68. local tweeeen = game:GetService("TweenService"):Create(Part, TweenInfo.new(3), ggoal)
  69. tweeeen:Play()
  70. v.Character:BreakJoints()
  71. wait(4)
  72. beam:Destroy()
  73. bbeam:Destroy()
  74. Part:Destroy()
  75. end
  76. end
  77. end
  78. end
  79. end)
  80. owner.Chatted:connect(function(msg)
  81. if msg:sub(1,5) == "kbean" then
  82. for i,v in pairs(owner.Parent:GetChildren()) do
  83. if v:IsA("Player") then
  84. local name = v.Name
  85. if string.find(name, msg:sub(7)) ~= nil then
  86. v.Character:FindFirstChildOfClass("Humanoid").WalkSpeed = 0
  87. v.Character:FindFirstChildOfClass("Humanoid").JumpPower = 0
  88. local Sound = Instance.new("Sound")
  89. local Mesh = Instance.new("SpecialMesh")
  90. local Handle = Instance.new("Part")
  91. Handle.TopSurface = Enum.SurfaceType.Smooth
  92. Handle.Size = Vector3.new(0.8,1.1,0.8)
  93. Handle.Name = "Handle"
  94. Handle.CFrame = v.Character.Head.CFrame *CFrame.new(0, 5, 0)
  95. Handle.BottomSurface = Enum.SurfaceType.Smooth
  96. Handle.Parent = workspace
  97. Mesh.MeshId = "http://www.roblox.com/asset/?id=103919751"
  98. Mesh.TextureId = "http://www.roblox.com/asset?id=103920391"
  99. Mesh.MeshType = Enum.MeshType.FileMesh
  100. Mesh.Parent = Handle
  101. Sound.Volume = 3
  102. Sound.SoundId = "http://www.roblox.com/asset/?id=103842566"
  103. Sound.Parent = Handle
  104. Sound:Play()
  105. wait(2)
  106. local explosion = Instance.new("Sound", workspace)
  107. explosion.SoundId = "rbxassetid://138210320"
  108. explosion.Volume = 3
  109. explosion:Play()
  110. local boom = Instance.new("Part", workspace)
  111. boom.Anchored = true
  112. boom.Material = "Neon"
  113. boom.CanCollide = false
  114. boom.CFrame = Handle.CFrame
  115. boom.Size = Vector3.new(5, 5, 5)
  116. boom.Shape = "Ball"
  117. v.Character:BreakJoints()
  118. Handle:Destroy()
  119. goal = {}
  120. goal.Size = Vector3.new(15, 15, 15)
  121. goal.Transparency = 1
  122. local tween = game:GetService("TweenService"):Create(boom, TweenInfo.new(1), goal)
  123. tween:Play()
  124. wait(3)
  125. boom:Destroy()
  126. end
  127. end
  128. end
  129. end
  130. end)
  131. owner.Chatted:connect(function(msg)
  132. if msg:sub(1,9) == "knoeffort" then
  133. for i,v in pairs(owner.Parent:GetChildren()) do
  134. if v:IsA("Player") then
  135. local name = v.Name
  136. if string.find(name, msg:sub(11)) ~= nil then
  137. Instance.new("Explosion", workspace).Position = v.Character.Head.Position
  138. end
  139. end
  140. end
  141. end
  142. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement