Advertisement
aarontje11002

kamehameha

Apr 20th, 2015
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).Name = "Earth-shattering kamehameha"
  3. script.Parent = game.Players.LocalPlayer.Backpack:findFirstChild"Earth-shattering kamehameha"
  4. local char = script.Parent.Parent.Parent.Character
  5. local humanoid = char.Humanoid
  6. local Head = char.Head
  7. local Torso = char.Torso
  8. local LeftArm = char["Left Arm"]
  9. local RightArm = char["Right Arm"]
  10. local LeftLeg = char["Left Leg"]
  11. local RightLeg = char["Right Leg"]
  12. local RightHip = Torso["Right Hip"]
  13. local LeftHip = Torso["Left Hip"]
  14. local Neck = Torso.Neck
  15. local RightShoulder = Torso["Right Shoulder"]
  16. local LeftShoulder = Torso["Left Shoulder"]
  17. local NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  18. local NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  19. local LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  20. local LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  21. local RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  22. local RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  23. local LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1,0,1, 0, 1, 0, 0)
  24. local LeftHipC1 = CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1, 0, 0)
  25. local RightHipC0 = CFrame.new(1,-1,0,0,0,1,0,1,0,-1,0,0)
  26. local RightHipC1 = CFrame.new(0.5,1,0,0,0,1,0,1,0,-1,0,0)
  27. local taco = false
  28. local taco2 = true
  29. local time = game.Lighting.TimeOfDay
  30. local h = tonumber(string.sub(time,1,2))
  31. local m = tonumber(string.sub(time,4,5))+1
  32. local s = tonumber(string.sub(time,7,8))
  33. local function frame()
  34. TiltX = 0
  35. TiltY = 0
  36. TiltZ = 0
  37. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  38. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  39. TiltX = -1.65
  40. TiltY = 0
  41. TiltZ = 0
  42. MoveX = 0
  43. MoveY = -0.31
  44. MoveZ = -0.4
  45. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  46. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  47. TiltX = -0.12
  48. TiltY = -0.01
  49. TiltZ = -0.1
  50. MoveX = 0
  51. MoveY = 0.2
  52. MoveZ = 0
  53. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  54. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  55. end
  56. function switch(bool)
  57. for i,v in pairs(char:GetChildren())do
  58. if v == Torso or v == Head or v == LeftArm or v == RightArm or v == LeftLeg or v == RightLeg then
  59. v.Anchored = bool
  60. end end end
  61. local function frame2()
  62. TiltX = 0
  63. TiltY = 0
  64. TiltZ = 1.57
  65. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  66. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  67. TiltX = 0.6
  68. TiltY = 0
  69. TiltZ = 0
  70. MoveX = 0
  71. MoveY = 0
  72. MoveZ = -0.3
  73. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  74. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  75. TiltX = -0.05
  76. TiltY = 0
  77. TiltZ = 0
  78. MoveX = 0
  79. MoveY = 0.1
  80. MoveZ = 0
  81. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  82. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  83. end
  84. local function RefreshWelds()
  85. Neck.C0 = NeckC0
  86. Neck.C1 = NeckC1
  87. RightShoulder.C0 = RightShoulderC0
  88. RightShoulder.C1 = RightShoulderC1
  89. LeftShoulder.C0 = LeftShoulderC0
  90. LeftShoulder.C1 = LeftShoulderC1
  91. RightHip.C0 = RightHipC0
  92. RightHip.C1 = RightHipC1
  93. LeftHip.C0 = LeftHipC0
  94. LeftHip.C1 = LeftHipC1
  95. end
  96. local function Button1Down(mouse)
  97. if taco then return end
  98. taco = true
  99. humanoid.PlatformStand = true
  100. local staystill = Instance.new("BodyPosition",Torso)
  101. staystill.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  102. staystill.position = Torso.Position
  103. frame()
  104. local energy = Instance.new("Part",char)
  105. energy.Size = Vector3.new(0.1,0.1,0.1)
  106. energy.CanCollide = false
  107. energy.Anchored = true
  108. energy.Locked = true
  109. energy.Shape = "Ball"
  110. energy.TopSurface = "Smooth"
  111. energy.BottomSurface = "Smooth"
  112. energy.Color = Color3.new(0/0,0/0,0/0)
  113. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  114. local energy2 = Instance.new("Part",char)
  115. energy2.Size = Vector3.new(0.1,0.1,0.1)
  116. energy2.CanCollide = false
  117. energy2.Anchored = true
  118. energy2.Locked = true
  119. energy2.Shape = "Ball"
  120. energy2.TopSurface = "Smooth"
  121. energy2.BottomSurface = "Smooth"
  122. energy2.Color = Color3.new(0.0,0.0,0.0)
  123. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  124. local f1 = Instance.new("Fire",energy)
  125. f1.Color = energy.Color
  126. f1.SecondaryColor = Color3.new(0,0,0)
  127. f1.Heat = 0
  128. local f2 = Instance.new("Fire",energy2)
  129. f2.Color = energy2.Color
  130. f2.SecondaryColor = Color3.new(1,1,1)
  131. f2.Heat = 0
  132. local f1 = Instance.new("Fire",energy)
  133. f1.Color = energy.Color
  134. f1.SecondaryColor = Color3.new(0,0,0)
  135. f1.Heat = 0
  136. local f2 = Instance.new("Fire",energy2)
  137. f2.Color = energy2.Color
  138. f2.SecondaryColor = Color3.new(1,1,1)
  139. f2.Heat = 0
  140. local f1 = Instance.new("Fire",energy)
  141. f1.Color = energy.Color
  142. f1.SecondaryColor = Color3.new(0,0,0)
  143. f1.Heat = 0
  144. local f2 = Instance.new("Fire",energy2)
  145. f2.Color = energy2.Color
  146. f2.SecondaryColor = Color3.new(1,1,1)
  147. f2.Heat = 0
  148. --[[ ]]
  149.  
  150.  
  151.  
  152.  
  153.  
  154. switch(true)
  155. wait(0.5)
  156. repeat m = m * 2 if m >= 60 then m = 1 h = h + 1 end game.Lighting.TimeOfDay = ""..h..":"..m..":"..s.."" wait(0) until game.Lighting.TimeOfDay >= "18:00:00"
  157. for i = 1,10 do
  158. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  159. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  160. energy.Size = energy.Size + Vector3.new(0.5,0.5,0.5)
  161. energy2.Size = energy2.Size + Vector3.new(0.5,0.5,0.5)
  162. energy.Reflectance = energy.Reflectance + 0.1
  163. energy2.Reflectance = energy2.Reflectance + 0.1
  164. wait()
  165. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  166. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  167. end
  168. game:GetService("Chat"):Chat(Head,"EARTH SHATTERING!",0)
  169. wait(0.6)
  170. switch(false)
  171. frame2()
  172. wait()
  173. switch(true)
  174. for i = 1,10 do
  175. wait()
  176. energy.CFrame = energy.CFrame * CFrame.new(0,0.25,-0.25)
  177. energy2.CFrame = energy2.CFrame * CFrame.new(0,0.25,-0.25)
  178. end
  179. for i = 1,20 do
  180. energy.Size = energy.Size * Vector3.new(0.5,0.5,0.5)
  181. energy2.Size = energy2.Size * Vector3.new(0.5,0.5,0.5)
  182. energy.Reflectance = energy.Reflectance - 0.1
  183. energy2.Reflectance = energy2.Reflectance - 0.1
  184. wait()
  185. energy.CFrame = Torso.CFrame * CFrame.new(0,0.2,-4.5)
  186. energy2.CFrame = Torso.CFrame * CFrame.new(0,0.2,-4.5)
  187. end
  188. energy:Destroy()
  189. energy2:Destroy()
  190. wait(0.6)
  191. game:GetService("Chat"):Chat(Head,"KAMEEHHHH",0)
  192. local blast = Instance.new("Part",char)
  193. blast.Size = Vector3.new(8,8,8)
  194. blast.Shape = "Ball"
  195. blast.TopSurface = "Smooth"
  196. blast.BottomSurface = "Smooth"
  197. blast.Anchored = true
  198. blast.Locked = true
  199. blast.CanCollide = false
  200. blast.Color = Color3.new(0/0,0/0,0/0)
  201. blast.Transparency = 0
  202. blast.CFrame = Torso.CFrame * CFrame.new(0,0.2,-6.5)
  203. wait(0.6)
  204. game:GetService("Chat"):Chat(Head,"HAMEEHHHHH",1)
  205. local xf = Instance.new("Fire",blast)
  206. xf.Size = 25000
  207. xf.Color = blast.Color
  208. xf.SecondaryColor = Color3.new(0.0,0.0,0.0)
  209. xf.Heat = 0
  210. local xf = Instance.new("Fire",blast)
  211. xf.Size = 25000
  212. xf.Color = blast.Color
  213. xf.SecondaryColor = Color3.new(0.0,0.0,0.0)
  214. xf.Heat = 0
  215. for i = 1,20 do
  216. blast.Transparency = blast.Transparency + 0.05
  217. blast.Reflectance = blast.Reflectance + 0.01
  218. wait(0.1)
  219. if blast.Transparency >= 1 then
  220. blast.Transparency = blast.Transparency - 0.1
  221. end end
  222. blast.Transparency = 0.1
  223. wait(0.5)
  224. game:GetService("Chat"):Chat(Head,"HAAAAAAHHHHHHHHH!",2)
  225. coroutine.resume(coroutine.create(function()
  226. for i = 1,5 do wait(0)
  227. local p = Instance.new("Part",blast)
  228. p.Size = Vector3.new(6,6,6)
  229. p.Anchored = true
  230. p.CanCollide = false
  231. p.Locked = true
  232. p.BrickColor = BrickColor.new("Really black")
  233. p.TopSurface = "Smooth"
  234. p.Reflectance = 0.3
  235. p.Transparency = 0.4
  236. p.BottomSurface = "Smooth"
  237. p.CFrame = blast.CFrame * CFrame.new(0,0,0)
  238. local m1 = Instance.new("SpecialMesh",p)
  239. m1.Scale = p.Size
  240. m1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  241. local p2 = Instance.new("Part",blast)
  242. p2.CFrame = blast.CFrame * CFrame.new(0,0,0)
  243. p2.Size = Vector3.new(0,0,0)
  244. p2.Anchored = true
  245. p2.CanCollide = false
  246. p2.Locked = true
  247. p2.BrickColor = BrickColor.new("New Yellow")
  248. p2.TopSurface = "Smooth"
  249. p2.Reflectance = 0.3
  250. p2.Transparency = 0.4
  251. p2.BottomSurface = "Smooth"
  252. local m2 = Instance.new("SpecialMesh",p2)
  253. m2.Scale = p2.Size
  254. m2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  255. local p3 = Instance.new("Part",blast)
  256. p3.Size = Vector3.new(0,0,0)
  257. p3.Anchored = true
  258. p3.CanCollide = false
  259. p3.Locked = true
  260. p3.Color = blast.Color
  261. p3.TopSurface = "Smooth"
  262. p3.Reflectance = 0.3
  263. p3.Transparency = 0.4
  264. p3.BottomSurface = "Smooth"
  265. p3.CFrame = blast.CFrame * CFrame.new(0,0,0)
  266. local m3 = Instance.new("SpecialMesh",p3)
  267. m3.Scale = p.Size
  268. m3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  269. coroutine.resume(coroutine.create(function()
  270. for i = 1,20 do wait(0)
  271. m1.Scale = m1.Scale + Vector3.new(5,5,5)
  272. p.CFrame = p.CFrame * CFrame.new(0,0,-5)
  273. end
  274. p:Destroy()
  275. end))
  276. coroutine.resume(coroutine.create(function()
  277. for i = 1,20 do wait(0)
  278. m2.Scale = m2.Scale + Vector3.new(5,5,5)
  279. p2.CFrame = p2.CFrame * CFrame.new(0,0,-5)
  280. end
  281. p2:Destroy()
  282. end))
  283. coroutine.resume(coroutine.create(function()
  284. for i = 1,20 do wait(0)
  285. m3.Scale = m3.Scale + Vector3.new(5,5,5)
  286. p3.CFrame = p3.CFrame * CFrame.new(0,0,-5)
  287. end
  288. p3:Destroy()
  289. end))end end))
  290. local p = Instance.new("Part",blast)
  291. p.Size = blast.Size
  292. p.CanCollide = true
  293. p.Anchored = true
  294. p.Locked = true
  295. p.Color = blast.Color
  296. p.Reflectance = blast.Reflectance
  297. p.Transparency = blast.Transparency
  298. p.TopSurface = "Smooth"
  299. p.BottomSurface = "Smooth"
  300. p.CFrame = blast.CFrame * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  301. p.Touched:connect(function(hit)
  302. if not taco2 then return end
  303. taco2 = false
  304. if hit.Parent:findFirstChild("Humanoid")then
  305. for i,v in pairs(hit.Parent:GetChildren())do
  306. if v:IsA"Hat" then
  307. v:Destroy()
  308. elseif v:IsA"Part" then
  309. v.Velocity = v.Position * Vector3.new(50,3,0)
  310. v.RotVelocity = v.Position - v.Velocity
  311. v.Parent:BreakJoints()
  312. end end end
  313. wait(8)
  314. taco2 = true
  315. end)
  316. local mesh = Instance.new("CylinderMesh",p)
  317. mesh.Scale = Vector3.new(1,0,1)
  318. for i = 1,150 do
  319. mesh.Scale = mesh.Scale + Vector3.new(-0.16,1.19,-0.16)
  320. p.CFrame = p.CFrame * CFrame.new(0,-5,0)
  321. wait(0)
  322. mesh.Scale = mesh.Scale + Vector3.new(0.1599,0,0.1599)
  323. end
  324. blast:Destroy()
  325. game.Lighting.TimeOfDay = 12
  326. switch(false)
  327. RefreshWelds()
  328. humanoid.PlatformStand = false
  329. staystill:Destroy()
  330. wait(8)
  331. taco = false
  332. end
  333. script.Parent.Selected:connect(function(mouse)mouse.Button1Down:connect(function(mouse)Button1Down(mouse)end)end)
  334. local sound=Instance.new("Sound")
  335. sound.Parent=partpos
  336. sound.Volume=1
  337. sound.SoundId="http://www.roblox.com/asset/?id=171070086"
  338. --171070086
  339. local sound2=Instance.new("Sound")
  340. sound2.Parent=Torso
  341. sound2.Volume=1
  342. sound2.SoundId="http://www.roblox.com/asset/?id=171070086"
  343. local sound3=Instance.new("Sound")
  344. sound3.Parent=workspace.CurrentCamera
  345. sound3.Volume=1
  346. sound3.SoundId="http://www.roblox.com/asset/?id=171070086"
  347. sound:Play()
  348. sound2:Play()
  349. sound3:Play()
  350. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement