Advertisement
coolgoldboy166

9/11

Jan 4th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. kelvar = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  2. kelvar.Size = game.Players.LocalPlayer.Character.Torso.Size
  3. kelvar.CanCollide = false
  4. kelvar.Position = Vector3.new(0,10,0)
  5. weld = Instance.new("Weld", kelvar)
  6. weld.Part0 = kelvar
  7. weld.Part1 = game.Players.LocalPlayer.Character.Torso
  8. mesh = Instance.new("SpecialMesh", kelvar)
  9. mesh.MeshId = "http://www.roblox.com/asset/?id=108788572"
  10. mesh.Scale = Vector3.new(1.1, 1.1, 1.1)
  11. mesh.TextureId = "http://www.roblox.com/asset/?id=290267501"
  12. allahuakbar1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  13. allahuakbar1.Volume = 50
  14. allahuakbar1.PlaybackSpeed = 0.25
  15. allahuakbar1.SoundId = "rbxassetid://396873260"
  16. allahuakbar2 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  17. allahuakbar2.Volume = 200
  18. allahuakbar2.SoundId = "rbxassetid://258057783"
  19. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  20. game.Workspace.CurrentCamera.CameraType = "Custom"
  21. print(game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0)
  22. mouse = game.Players.LocalPlayer:GetMouse()
  23. bam = false
  24. crash = false
  25. function boom(key)
  26. key = key:lower()
  27. if not bam then
  28. if key == "q" then
  29. bam = true
  30. allahuakbar1:Play()
  31. local ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  32. for i = 1,10 do
  33. wait()
  34. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,1)
  35. end
  36. for i = 1,5 do
  37. wait()
  38. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,0.5) * CFrame.Angles(0.6,0,0)
  39. end
  40. for i = 1,5 do
  41. wait()
  42. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,0.5)
  43. end
  44. for i = 1,10 do
  45. wait()
  46. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,1)
  47. end
  48. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  49. local exp = Instance.new("Explosion", game.Players.LocalPlayer.Character)
  50. exp.Position = kelvar.Position
  51. exp.BlastRadius = 50
  52. exp.BlastPressure = 600000
  53. wait(2)
  54. ff:destroy()
  55. bam = false
  56. end
  57. end
  58. if not crash then
  59. if key == "e" then
  60. crash = true
  61. --local ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  62. local plane = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  63. game.Workspace.CurrentCamera.CameraSubject = plane
  64. game.Workspace.CurrentCamera.CameraType = "Watch"
  65. local allahuakbar3 = Instance.new("Sound", plane)
  66. allahuakbar3.Volume = 150
  67. allahuakbar3.SoundId = "rbxassetid://172992561"
  68. allahuakbar3:Play()
  69. mesh = Instance.new("SpecialMesh", plane)
  70. mesh.MeshId = "rbxassetid://469688087"
  71. mesh.TextureId = "rbxassetid://469688092"
  72. mesh.Scale = Vector3.new(0.4,0.4,0.6)
  73. plane.CanCollide = false
  74. plane.Anchored = true
  75. local tower = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  76. tower.CanCollide = false
  77. tower.Anchored = true
  78. tower.Position = game.Players.LocalPlayer.Character.Torso.Position
  79. tower.Position = tower.Position + Vector3.new(100,0,0)
  80. tower.Size = Vector3.new(70,450,70)
  81. plane.Position = tower.Position
  82. plane.Position = plane.Position + Vector3.new(0,250,1000)
  83. tower.Position = tower.Position + Vector3.new(0,200,0)
  84. for i = 1,180 do
  85. wait()
  86. plane.Rotation = plane.Rotation + Vector3.new(0,0,0.2)
  87. plane.Position = plane.Position + Vector3.new(0,0,-4)
  88. end
  89. allahuakbar1:Play()
  90. for i = 1,30 do
  91. wait()
  92. plane.Rotation = plane.Rotation + Vector3.new(0,0,0.2)
  93. plane.Position = plane.Position + Vector3.new(0,0,-4)
  94. end
  95. allahuakbar3:destroy()
  96. allahuakbar2:Play()
  97. local bom = Instance.new("Explosion", plane)
  98. bom.Position = plane.Position
  99. bom.BlastRadius = 450
  100. bom.BlastPressure = 30000
  101. wait(1.5)
  102. for i = 1,120 do
  103. wait()
  104. plane.Position = plane.Position + Vector3.new(0,-2,0)
  105. plane.Rotation = plane.Rotation + Vector3.new(0,0,-0.2)
  106. end
  107. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  108. game.Workspace.CurrentCamera.CameraType = "Custom"
  109. wait()
  110. allahuakbar2:Play()
  111. local bom = Instance.new("Explosion", plane)
  112. bom.Position = plane.Position
  113. bom.BlastRadius = 450
  114. bom.BlastPressure = 200000
  115. wait(2)
  116. --ff:destroy()
  117. wait(10)
  118. tower:destroy()
  119. plane:destroy()
  120. crash = false
  121. end
  122. end
  123. end
  124. plr = game.Players.LocalPlayer
  125. rig = plr.Character.Torso
  126. char = plr.Character
  127. mouse = plr:GetMouse()
  128. wait(2)
  129. local rekt = false
  130. print(rig["Left Shoulder"].C0)
  131. sound2 = Instance.new("Sound", rig)
  132. sound2.SoundId = "rbxassetid://186311262"
  133. sound2.Volume = 10
  134. sound2.Looped = false
  135. sound3 = Instance.new("Sound", rig)
  136. sound3.SoundId = "rbxassetid://162194532"
  137. sound3.Volume = 10
  138. sound3.Looped = false
  139. sword = Instance.new("Part", char["Right Arm"])
  140. sword.Position = sword.Position + Vector3.new(0,10,0)
  141. sword.Size = Vector3.new(1, 11, 1)
  142. mesh = Instance.new("SpecialMesh", sword)
  143. mesh.MeshId = "http://www.roblox.com/asset/?id=12591873"
  144. mesh.TextureId = "http://www.roblox.com/asset/?id=12591860"
  145. weld = Instance.new("Weld", sword)
  146. weld.Part0 = char["Left Arm"]
  147. weld.Part1 = sword
  148. weld.C0 = weld.C0 * CFrame.Angles(0,3.3,-4.7) * CFrame.new(-1.1,0,2.1)
  149. sword.CanCollide = false
  150. mouse.KeyDown:connect(boom)
  151. wait(1)
  152. cut = false
  153. function headoff(machette)
  154. if not cut then
  155. cut = true
  156. local Head = machette.Parent:FindFirstChild("Head")
  157. print(Head)
  158. local hum = machette.Parent:FindFirstChild("Humanoid")
  159. hum.JumpPower = 0
  160. hum.WalkSpeed = 0
  161. char.Humanoid.WalkSpeed = 0
  162. char.Humanoid.JumpPower = 0
  163. for i = 1,7 do
  164. wait()
  165. rig["Left Shoulder"].C0 = rig["Left Shoulder"].C0 * CFrame.Angles(0,0,0.2)
  166. end
  167. wait(1)
  168. for i = 1,7 do
  169. wait()
  170. rig["Left Shoulder"].C0 = rig["Left Shoulder"].C0 * CFrame.Angles(0,0,-0.4)
  171. end
  172. sound2:Play()
  173. local w3ld = Instance.new("Weld", sword)
  174. w3ld.Part0 = Head
  175. w3ld.Part1 = sword
  176. wait()
  177. for i = 1,7 do
  178. wait()
  179. rig["Left Shoulder"].C0 = rig["Left Shoulder"].C0 * CFrame.Angles(0,0,0.2)
  180. end
  181. char.Humanoid.WalkSpeed = 16
  182. char.Humanoid.JumpPower = 50
  183. wait(1)
  184. hum:destroy()
  185. wait(5)
  186. w3ld:destroy()
  187. wait(3)
  188. cut = false
  189. end
  190. end
  191. char["Left Arm"].Touched:connect(headoff)
  192. --[[
  193. ROOTJOINT: 0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0
  194. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement