Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. p=game.Players.LocalPlayer
  2. c=p.Character
  3. m=p:GetMouse()
  4. player = game.Players.Davviidblox
  5. owner=player.Name
  6. character=player.Character
  7. mouse=player:GetMouse()
  8. mouse.KeyDown:connect(function(key)
  9. if string.byte(key)==102 then
  10.  
  11. game:GetService("Chat"):Chat(Workspace.Davviidblox.Head,"Chidori!")
  12.  
  13. r=Instance.new("Part")
  14. r.Shape="Ball"
  15. r.TopSurface=0
  16. r.BottomSurface=0
  17. r.BrickColor=BrickColor.new("Really red")
  18. r.Anchored=false
  19. r.CanCollide=false
  20. r.Reflectance=0
  21. r.Transparency=.3
  22. r.Size=Vector3.new(2,2,2)
  23. r:BreakJoints()
  24. w=Instance.new("Weld", c["Right Arm"])
  25. w.Part0=c["Right Arm"]
  26. w.Part1=r
  27. w.C0=w.C0*CFrame.new(0,-1,0)
  28. r.Parent=c
  29.  
  30. clarp=Instance.new("SpecialMesh")
  31. clarp.MeshId = "http://www.roblox.com/Asset/?id=9982590"
  32. clarp.Parent = r
  33. game.Debris:AddItem(clarp, 10)
  34.  
  35. pee=Instance.new("BodyAngularVelocity")
  36. pee.Parent = clarp
  37. pee.maxTorque=Vector3.new(.1/0,.1/0,.1/.1)
  38. pee.angularvelocity=Vector3.new(4,3,20)
  39.  
  40. function blewm()
  41. bewm=Instance.new("Explosion")
  42. bewm.BlastRadius=15
  43. bewm.BlastPressure=0
  44. bewm.Parent=clarp
  45. end
  46.  
  47. d=false
  48. r.Touched:connect(function(h)
  49. if h.Parent~=c and h.Parent:FindFirstChild("Humanoid") and not d then
  50. d=true
  51. o=c.Torso.CFrame
  52. w.Parent=h.Parent.Torso
  53. w.Part0=h.Parent.Torso
  54. w.C0=w.C0*CFrame.new(0,0,-1)
  55. b=Instance.new("BodyVelocity",h.Parent.Torso)
  56. b.maxForce=Vector3.new(1/0,1/0,1/0)
  57. b.velocity=c.Torso.CFrame.lookVector*40
  58. g=Instance.new("BodyAngularVelocity",h.Parent.Torso)
  59. g.maxTorque=Vector3.new(1/0,1/0,1/0)
  60. g.angularvelocity=Vector3.new(0,0,20)
  61. h.Parent.Torso.CFrame=CFrame.new(h.Parent.Torso.CFrame.p,o.p)
  62. wait(4)
  63. blewm()
  64. h:Destroy()
  65. r:Destroy()
  66. b:Destroy()
  67. g:Destroy()
  68. end
  69. end)
  70. end
  71. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement