Advertisement
TheClassicMeme

edit 5

May 17th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. p = game.Players.LocalPlayer
  2. char = p.Character
  3. des = false
  4. fling = true
  5. dot = false
  6. falling = false
  7. jump = true
  8. --char.Shirt:Remove()
  9. --for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  10. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
  11. wait()--shirt = Instance.new("Shirt", char)
  12. --shirt.Name = "Shirt"
  13. --pants = Instance.new("Pants", char)
  14. --pants.Name = "Pants"
  15.  
  16. --char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=451927425"
  17. --char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  18. tp = true
  19. shoot = true
  20. hum = char.Humanoid
  21. punch = true
  22. neckp = char.Torso.Neck.C0
  23. neck = char.Torso.Neck
  24. hum.MaxHealth = 9999999999999999999999999999999999999999
  25. wait()
  26. hum.Health =hum.MaxHealth
  27. des = false
  28. root=char.HumanoidRootPart
  29. torso = char.Torso
  30. char.Head.face.Texture = "rbxassetid://322994176"
  31. local ChatService = game:GetService("Chat")
  32. local player = game.Players.LocalPlayer
  33. lig = Instance.new("PointLight",player.Character.Torso)
  34. lig.Color=Color3.new(255,0,0)
  35. m=player:GetMouse()
  36. bb = Instance.new("BillboardGui",player.Character.Head)
  37. bb.Enabled = true
  38. function newRay(start,face,range,wat)
  39. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  40. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  41. return rey,hit,pos
  42. end
  43. m.KeyDown:connect(function(key)
  44. if key == "t" then
  45. if punch2 == true then
  46. punch2 = false
  47. punch = false
  48.  
  49. local ChatService = game:GetService("Chat")
  50.  
  51. neck.C0 = neck.C0 * CFrame.Angles(0.3,0,0)
  52. ChatService:Chat(char.Head, "Heh well is it time?")
  53. wait(1)
  54. local ChatService = game:GetService("Chat")
  55.  
  56.  
  57. ChatService:Chat(char.Head ,"Killer move...")
  58. wait(1)
  59. local ChatService = game:GetService("Chat")
  60.  
  61.  
  62. ChatService:Chat(char.Head, "Serious punch....")
  63. neck.C0 = neckp
  64. wait(0.6)
  65. org = char.Torso["Left Shoulder"].C0
  66. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.new(-0.3,0,0) * CFrame.Angles(0,0,math.rad(-90))
  67. wait()
  68. killbrick2 = Instance.new("Part",char)
  69. killbrick2.Size = Vector3.new(80,80,9000)
  70. killbrick2.Transparency = 1
  71.  
  72. killbrick2.CanCollide = true
  73. wait(0.1)
  74. killbrick2.CanCollide = false
  75.  
  76. killbrick2.Anchored = true
  77.  
  78. killbrick2.CFrame = char.Torso.CFrame * CFrame.new(0,0,-1005)
  79.  
  80. killbrick2.Touched:connect(function(h)
  81. local x = h.Parent:FindFirstChild("Humanoid")
  82. if x then
  83. if x.Parent.Name == game.Players.LocalPlayer.Name then
  84. safe = true
  85. else safe = false
  86. end
  87. if x then
  88. if safe == false then
  89. h.Parent.Torso.Velocity = CFrame.new(char.Torso.Position,h.Parent.Torso.Position).lookVector * 900
  90. local bodyforc = Instance.new("BodyForce", h.Parent.Torso)
  91. boom:Play()
  92. bodyforc.force = Vector3.new(0, h.Parent.Torso:GetMass() * 196.1, 0)
  93.  
  94.  
  95. wait(0.2)
  96. x.Parent:BreakJoints()
  97. wait()
  98. safe = true
  99. end
  100. end
  101. end
  102. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement