XSleepyDemonX_17

no lol

Mar 13th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. local manp = game:service'Players'.Nekuwo
  2. local manc = manp.Character
  3. local tor = manc:FindFirstChild("Torso") or manc:FindFirstChild("UpperTorso")
  4. local rarm = tor:FindFirstChild("Right Shoulder")
  5. local Head = tor:FindFirstChild("Head")
  6. local nokick = {'Nekuwo'}
  7.  
  8. reasoos = "why not? uwu"
  9. spin = false
  10. yes = Instance.new("Sound", workspace)
  11. yes.SoundId = "rbxassetid://35930009"
  12. yes.Volume = 10
  13. yes.Looped = true
  14. asko = rarm.C0 * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  15. asko2 = rarm.C0 * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  16.  
  17. manp.Chatted:connect(function(msg)
  18. if msg:lower():sub(1, 10) == "setreason "then
  19. arg = msg:sub(11,999)
  20. reasoos = arg
  21. print('reason set to \''..reasoos..'\'!')
  22. end
  23. end)
  24.  
  25. pic = Instance.new("Tool", manp.Backpack)
  26. pich = Instance.new("Part", pic)
  27. picb = Instance.new("Part", pich)
  28. pico = Instance.new("Part", pich)
  29. pic.Name = "kick hammer"
  30. pich.Name = "Handle"
  31. pich.Transparency = 1
  32. pich.Size = Vector3.new(1, 1, 1)
  33. picb.Shape = "Cylinder"
  34. pico.Shape = "Cylinder"
  35. picb.BrickColor = BrickColor.new("Burnt Sienna")
  36. pico.BrickColor = BrickColor.new("Cyan")
  37. picb.Material = "Wood"
  38. pico.Material = "Glass"
  39. picb.Size = Vector3.new(9, 0.2, 0.2)
  40. pico.Size = Vector3.new(4, 3, 3)
  41. picw1 = Instance.new("Weld", picb)
  42. picw2 = Instance.new("Weld", pico)
  43. picw1.Part0 = pich
  44. picw1.Part1 = picb
  45. picw2.Part0 = pich
  46. picw2.Part1 = pico
  47. picw1.C1 = CFrame.new(4, 0, 0) * CFrame.Angles(math.rad(90), math.rad(90), math.rad(0))
  48. picw2.C1 = CFrame.new(0, 0, 5.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  49. pic.Equipped:connect(function()
  50. spin = true
  51. yes:Play()
  52. while spin == true do
  53. rarm.C0 = asko
  54. wait(0.15)
  55. rarm.C0 = asko2
  56. wait(0.15)
  57. end
  58. end)
  59. pic.Unequipped:connect(function()
  60. spin = false
  61. yes:Stop()
  62. end)
  63. pico.Touched:connect(function(hit)
  64. chee = hit.Parent
  65. if spin == true and chee and chee:FindFirstChildOfClass("Humanoid") and chee.Name ~= manp then
  66. for i,v in pairs(game:service'Players':GetChildren()) do
  67. if v:IsA("Wastochard") and v.Name:match(chee.Name) then
  68. v:Kick('sir you got kicked by '..manp.Name..' because you touched the kick hammer\'s head\nWith reason:'..reasoos)
  69. print('kicked player '..v.Name..'! with reason: '..reasoos)
  70. torae = chee:FindFirstChild("Torso") or chee:FindFirstChild("UpperTorso")
  71. bb2 = Instance.new("BodyPosition", torae)
  72. bb2.Position = Vector3.new(500, 500, 500)
  73. bb2.MaxForce = Vector3.new(50000, 50000, 50000)
  74. wait(1)
  75. bb2.Parent = nil
  76. end
  77. end
  78. end
  79. end)
Add Comment
Please, Sign In to add comment