Advertisement
Eminic

r6g

Mar 21st, 2018
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 248.22 KB | None | 0 0
  1.  
  2. --wait(2)
  3.  
  4. -- G
  5. -- O RI
  6. -- K SK PT
  7. -- U R
  8. -- 6
  9.  
  10. warn("R6 Goku Script")
  11.  
  12. -- G
  13. -- O RI
  14. -- K SC PT
  15. -- U R
  16. -- 6
  17.  
  18. print("Transformations are: SSJ1, Full Power SSJ1, SSJ2, SSJ 'Rage' (or SSJ Anger, wich one you prefer), 'Uncontrolled' SSJ (Looks more a 'Semi' SSJ Berserk), Mystic, , Full Power SSJB, SSJB, Kaioken (X2, X4), Super Kaioken (starts at X3, but automatically goes Kaioken X5), SSJB + Kaioken (From X10 to X20), the SSJ4, Migatte No Gokui / Ultra Instinct, and the combination/fusion of SSJG and UI ('Limit Breaker').")
  19.  
  20. warn("--")
  21.  
  22. print("Moves are: Kamehameha [E] ([R] if you're using Mystic), Kamehameha X10 [R] (SSJ4 necessary), Super Kamehameha [E] (SSJ3 or SSJ2 necessary), Ultimate Kamehameha [Q] (Mystic necessary), 'Uncontrolled' SSJ's Kamehameha [E] (Yeah, 'Uncontrolled' SSJ necessary), Ki Blast [T], Punch [Z], Instant Transmission [X], Angry Kamehameha [E] (Needs SSJ1 or SSJ 'Rage' activated), UI's Kamehameha [E] (Obviously needs Ultra Instinct / Migatte No Gokui), and LB's Kamehameha (Its like a Kamehameha Times Ten version of Ultra Instinct with Godly/Divine Ki) [E] (Needs Limit Breaker activated).")
  23.  
  24. warn("--")
  25.  
  26. print("Transformation Keys are: I'm too fucking lazy to say and its multiple key and key-combinations, so, find it out yourself.")
  27.  
  28. neckp = game.Players.LocalPlayer.Character.Torso.Neck.C0
  29. neck = game.Players.LocalPlayer.Character.Torso.Neck
  30.  
  31. spawn(function()
  32.  
  33. local c = game.Players.LocalPlayer.Character
  34.  
  35. c.Head.BrickColor = BrickColor.new("Light orange")
  36. c.Torso.BrickColor = BrickColor.new("Light orange")
  37. c["Right Arm"].BrickColor = BrickColor.new("Light orange")
  38. c["Left Arm"].BrickColor = BrickColor.new("Light orange")
  39. c["Right Leg"].BrickColor = BrickColor.new("Light orange")
  40. c["Left Leg"].BrickColor = BrickColor.new("Light orange")
  41.  
  42. c["Body Colors"]:Remove()
  43.  
  44. local bc = Instance.new("BodyColors",c)
  45. bc.Name = "BC"
  46. bc.HeadColor = BrickColor.new("Light orange")
  47. bc.LeftArmColor = BrickColor.new("Light orange")
  48. bc.LeftLegColor = BrickColor.new("Light orange")
  49. bc.RightArmColor = BrickColor.new("Light orange")
  50. bc.RightLegColor = BrickColor.new("Light orange")
  51. bc.TorsoColor = BrickColor.new("Light orange")
  52.  
  53. end)
  54.  
  55. wait(.09)
  56.  
  57. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  58. if v.ClassName == "Accessory" then
  59. v:Destroy()
  60. end
  61. end
  62.  
  63.  
  64. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  65. if v.ClassName == "Accessory" then
  66. v:Remove()
  67. end
  68. end
  69.  
  70. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  71. if v.ClassName == "Shirt" then
  72. v:Remove()
  73. end
  74. end
  75.  
  76.  
  77.  
  78.  
  79. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  80. if v.ClassName == "Pants" then
  81. v:Remove()
  82. end
  83. end
  84.  
  85. local shirt = Instance.new("Shirt",game.Players.LocalPlayer.Character)
  86. shirt.Name = "Shirt"
  87. shirt.ShirtTemplate = "rbxassetid://259849794"
  88.  
  89. local pants = Instance.new("Pants",game.Players.LocalPlayer.Character)
  90. pants.Name = "Pants"
  91. pants.PantsTemplate = "rbxassetid://539482020"
  92.  
  93. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  94. if v.Name == "Shirt Graphic" then
  95. v:Remove()
  96. end
  97. end
  98.  
  99. function chatfunc(text)
  100. local chat = coroutine.wrap(function()
  101. if game.Players.LocalPlayer.Character:FindFirstChild("TalkingBillBoard")~= nil then
  102. game.Players.LocalPlayer.Character:FindFirstChild("TalkingBillBoard"):destroy()
  103. end
  104. local naeeym2 = Instance.new("BillboardGui",game.Players.LocalPlayer.Character)
  105. naeeym2.Size = UDim2.new(0,100,0,40)
  106. naeeym2.StudsOffset = Vector3.new(0,3,0)
  107. naeeym2.Adornee = game.Players.LocalPlayer.Character.Head
  108. naeeym2.Name = "TalkingBillBoard"
  109. local tecks2 = Instance.new("TextLabel",naeeym2)
  110. tecks2.BackgroundTransparency = 1
  111. tecks2.BorderSizePixel = 0
  112. tecks2.Text = ""
  113. tecks2.Font = "Cartoon"
  114. tecks2.TextSize = 30
  115. tecks2.TextStrokeTransparency = 0
  116. tecks2.TextColor3 = Color3.fromRGB(25,25,25)
  117. tecks2.TextStrokeColor3 = Color3.fromRGB(0,199,225)
  118. tecks2.Size = UDim2.new(1,0,0.5,0)
  119. local tecks3 = Instance.new("TextLabel",naeeym2)
  120. tecks3.BackgroundTransparency = 1
  121. tecks3.BorderSizePixel = 0
  122. tecks3.Text = ""
  123. tecks3.Font = "Cartoon"
  124. tecks3.TextSize = 30
  125. tecks3.TextStrokeTransparency = 0
  126. tecks3.TextColor3 = Color3.fromRGB(50,50,50)
  127. tecks3.TextStrokeColor3 = Color3.fromRGB(0,199,250)
  128. tecks3.Size = UDim2.new(1,0,0.5,0)
  129. for i = 1,string.len(text),1 do
  130.  
  131. tecks2.Text = string.sub(text,1,i)
  132. tecks3.Text = string.sub(text,1,i)
  133. wait(0.01)
  134. end
  135. wait(2)
  136. for i = 1, 50 do
  137.  
  138. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  139. tecks2.Rotation = tecks2.Rotation - .8
  140. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  141. tecks2.TextTransparency = tecks2.TextTransparency + .04
  142. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  143. tecks3.Rotation = tecks2.Rotation + .8
  144. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  145. tecks3.TextTransparency = tecks2.TextTransparency + .04
  146. end
  147. naeeym2:Destroy()
  148. end)
  149. chat()
  150.  
  151. end
  152. function onChatted(msg)
  153. chatfunc(msg)
  154.  
  155. end
  156. game.Players.LocalPlayer.Chatted:connect(onChatted)
  157.  
  158. local p = game.Players.LocalPlayer
  159. local char = p.Character
  160. local hed = char.Head
  161. local arm1 = char["Right Arm"]
  162. local arm2 = char["Left Arm"]
  163. local leg1 = char["Right Leg"]
  164. local leg2 = char["Left Leg"]
  165. local tor = char.Torso
  166. local hrp = char.HumanoidRootPart
  167. char.Humanoid.Name = "DragonBallSuperHumanoid"
  168. local hum = char.DragonBallSuperHumanoid
  169.  
  170. local cooldown = false
  171. local potara = false
  172. local ssjg = false
  173. local ssjr = false
  174. local ssj3 = false
  175. local sss3 = false
  176. local ssj2 = false
  177. local assj2 = false
  178. local ssj1 = false
  179. local ssjb = false
  180. local fullpowerssj = false
  181. local kaioken2 = false
  182. local kaioken4 = false
  183. local kaioken5 = false
  184. local kaioken10 = false
  185. local kaioken20 = false
  186. local kaioken = false
  187. local kaiokenx50 = false
  188. local ssjbk = false
  189. local ssjwhite = false
  190. local ssjbfullpower = false
  191. local attacking = false
  192. local otherarm = false
  193. local ultrainstinct = false
  194. local automoviment = false
  195. local limitbreaker = false
  196. local being = false
  197. local normal = true
  198. local dodge = false
  199. local safe = false
  200. local fling = false
  201. local assj3 = false
  202. local available = false
  203. local auracan = false
  204. local auracan2 = false
  205. local auracan3 = false
  206. local auracan4 = false
  207. local already2 = false
  208. local already3 = false
  209. local already = false
  210. local kamehameha3 = false
  211. local kamehameha4 = false
  212. local charge = false
  213.  
  214. scream1 = Instance.new("Sound",char)
  215. scream1.SoundId = "http://www.roblox.com/asset/?id = 527276541"
  216. scream1.Volume = 10
  217. wait1 = Instance.new("Sound",char)
  218. wait1.SoundId = "http://www.roblox.com/asset/?id = 966262774"
  219. wait1.Volume = 10
  220. oho1 = Instance.new("Sound",char)
  221. oho1.SoundId = "http://www.roblox.com/asset/?id = 1377474185"
  222. oho1.Volume = 10
  223. gah1 = Instance.new("Sound",char)
  224. gah1.SoundId = "http://www.roblox.com/asset/?id = 1306739862"
  225. gah1.Volume = 10
  226.  
  227.  
  228. punch = Instance.new("Sound",game.Players.LocalPlayer.Character)
  229. punch.SoundId = "rbxassetid://1058693352"
  230. punch.Volume = 1
  231. punch.Name = "puncher"
  232.  
  233. local Mus1 = Instance.new("Sound",char)
  234. Mus1.Name = "audio"
  235. Mus1.SoundId = "rbxassetid://411274847"
  236. Mus1.Volume = 5
  237. Mus1.Looped = false
  238.  
  239. local Mus = Instance.new("Sound",char)
  240. Mus.Name = "music"
  241. Mus.Pitch = 1
  242. Mus.Volume = 5
  243. Mus.Looped = true
  244. Mus.Name = "theme"
  245.  
  246. function onChatted(msg)
  247. chatfunc(msg)
  248.  
  249. end
  250.  
  251. p.Chatted:connect(function(m)
  252. if m == "AAAAA" then
  253. scream1:Play()
  254. end
  255. end)
  256.  
  257. p.Chatted:connect(function(o)
  258. if o == "ohohoh" then
  259. oho1:Play()
  260. end
  261. end)
  262.  
  263. p.Chatted:connect(function(w)
  264. if w == "don't you dare keep me waiting" then
  265. wait1:Play()
  266. end
  267. end)
  268.  
  269. p.Chatted:connect(function(g)
  270. if g == "GAAAAAH" then
  271. gah1:Play()
  272. GroundWave1()
  273.  
  274. local list = {NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,0.8,0)}
  275.  
  276. local list2 = {NumberSequenceKeypoint.new(0,0.25,0),NumberSequenceKeypoint.new(1,0.50,0)}
  277.  
  278. local ssjgaura = Instance.new("ParticleEmitter",tor)
  279. ssjgaura.Name = "SSJGaura"
  280. ssjgaura.Color = ColorSequence.new(Color3.fromRGB(0, 150, 255))
  281. ssjgaura.LightEmission = 1
  282. ssjgaura.Transparency = NumberSequence.new(list2)
  283. ssjgaura.Size = NumberSequence.new(5,15)
  284. ssjgaura.Lifetime = NumberRange.new(0.9)
  285. ssjgaura.Rate = 89
  286. ssjgaura.ZOffset = -5.5
  287. ssjgaura.Speed = NumberRange.new(5)
  288. ssjgaura.LockedToPart = true
  289.  
  290. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  291. ssjgaurag.Name = "SSGaura"
  292. ssjgaurag.Color = ColorSequence.new(Color3.fromRGB(0, 50, 255))
  293. ssjgaurag.LightEmission = 0.75
  294. ssjgaurag.Transparency = NumberSequence.new(list)
  295. ssjgaurag.Size = NumberSequence.new(5,15)
  296. ssjgaurag.Lifetime = NumberRange.new(0.99)
  297. ssjgaurag.Rate = 89
  298. ssjgaurag.ZOffset = -2.5
  299. ssjgaurag.Speed = NumberRange.new(5.999)
  300. ssjgaurag.SpreadAngle = Vector2.new(0.9,0.99)
  301. ssjgaurag.LockedToPart = true
  302.  
  303. ssjgaura.Texture = "rbxassetid://256159034"
  304. ssjgaurag.Texture = "rbxassetid://256159034"
  305.  
  306. wait(4.1)
  307. ssjgaura:Destroy()
  308. ssjgaurag:Destroy()
  309.  
  310. superior()
  311. end
  312. end)
  313.  
  314. function normalpunch()
  315.  
  316. local c = game.Players.LocalPlayer.Character
  317.  
  318. if attacking == false then
  319. attacking = true
  320.  
  321. if otherarm == false then
  322. otherarm = true
  323. end
  324.  
  325. local omg = c.Torso["Right Shoulder"].C0
  326. c.Torso["Right Shoulder"].C0 = c.Torso["Right Shoulder"].C0 * CFrame.new(0.3,0,0) * CFrame.Angles(0,0,math.rad(90))
  327. local killer = Instance.new("Part",c)
  328. killer.Name = "killer"
  329. killer.Size = Vector3.new(5,5,5)
  330. killer.Transparency = 1
  331. killer:BreakJoints()
  332. killer.CanCollide = false
  333. local wel = Instance.new("Weld",killer)
  334. wel.Part0 = killer
  335. wel.Part1 = c["Right Arm"]
  336. wel.C0 = CFrame.new(0,1,0)
  337. force = 20
  338.  
  339. killer.Touched:connect(function(h)
  340.  
  341. for _,x in pairs(h.Parent:GetChildren()) do
  342. if x.ClassName == "Humanoid" then
  343.  
  344. if normal == true then
  345. fling = false
  346. end
  347.  
  348. if ultrainstinct == true or limitbreaker == true then
  349. fling = false
  350. end
  351.  
  352. local stop = h.Parent.HumanoidRootPart.Velocity
  353. if x.Parent.Name == game.Players.LocalPlayer.Name then
  354. safe = true
  355. else safe = false
  356. end
  357. if x then
  358. if safe == false then
  359. if fling == true then
  360. if normal == true then
  361. force = 2.5
  362. if ultrainstinct == true then
  363. force = 4.9
  364.  
  365. if limitbreaker == true then
  366. force = 5.9
  367.  
  368. neck.C0 = neckp
  369. wait(.050)
  370. end
  371. end
  372. end
  373. end
  374.  
  375. h.Parent.HumanoidRootPart.Velocity = CFrame.new(c.HumanoidRootPart.Position,h.Parent.HumanoidRootPart.Position).lookVector * force
  376. local bodyforc = Instance.new("BodyForce", h.Parent.HumanoidRootPart)
  377. punch:Play()
  378. bodyforc.force = Vector3.new(0, h.Parent.HumanoidRootPart:GetMass() * 196.1, 0)
  379.  
  380. wait(0.02)
  381.  
  382. x:TakeDamage(20.2555555)
  383.  
  384. if ssjb == true or ssjbfullpower == true or ssjwhite == true or ssjg == true then
  385. x:TakeDamage(55.99999)
  386. end
  387.  
  388. if ultrainstinct == true or limitbreaker == true then
  389. while true do
  390. wait(0.0000001)
  391. x:TakeDamage(math.huge)
  392. end
  393. end
  394.  
  395. wait()
  396. safe = true
  397. bodyforc:Remove()
  398. h.Parent.HumanoidRootPart.Velocity = stop
  399.  
  400. end
  401. end
  402.  
  403. end
  404. end
  405. end)
  406.  
  407. wait(0.01)
  408.  
  409. coroutine.wrap(function()
  410. for i = 7.5,2.5,0.29 do
  411. wait()
  412. end
  413. wait()
  414. killer:Remove()
  415. wait(0.5)
  416. c.Torso["Right Shoulder"].C0 = omg
  417. wait(0.05)
  418.  
  419. attacking = false
  420. wait()
  421.  
  422. end)()
  423.  
  424. end
  425.  
  426. wait(.1)
  427.  
  428. end
  429.  
  430. function normalpunch2()
  431.  
  432. local c = game.Players.LocalPlayer.Character
  433.  
  434. if attacking == false then
  435. attacking = true
  436.  
  437. if otherarm == true then
  438. otherarm = false
  439. end
  440.  
  441. local omg = c.Torso["Left Shoulder"].C0
  442. c.Torso["Left Shoulder"].C0 = c.Torso["Left Shoulder"].C0 * CFrame.new(-0.3,0,0) * CFrame.Angles(0,0,math.rad(-90))
  443. local killer = Instance.new("Part",c)
  444. killer.Name = "killer"
  445. killer.Size = Vector3.new(5,5,5)
  446. killer.Transparency = 1
  447. killer:BreakJoints()
  448. killer.CanCollide = false
  449. local wel = Instance.new("Weld",killer)
  450. wel.Part0 = killer
  451. wel.Part1 = c["Left Arm"]
  452. wel.C0 = CFrame.new(0,1,0)
  453. force = 20
  454.  
  455. killer.Touched:connect(function(h)
  456.  
  457. for _,x in pairs(h.Parent:GetChildren()) do
  458. if x.ClassName == "Humanoid" then
  459.  
  460. if normal == true then
  461. fling = false
  462. end
  463.  
  464. if ultrainstinct == true or limitbreaker == true then
  465. fling = false
  466. end
  467.  
  468. local stop = h.Parent.HumanoidRootPart.Velocity
  469. if x.Parent.Name == game.Players.LocalPlayer.Name then
  470. safe = true
  471. else safe = false
  472. end
  473. if x then
  474. if safe == false then
  475. if fling == true then
  476. if normal == true then
  477. force = 2.5
  478. if ultrainstinct == true then
  479. force = 4.9
  480. if limitbreaker == true then
  481. force = 5.9
  482.  
  483. neck.C0 = neckp
  484. wait(.50)
  485. end
  486. end
  487. end;end
  488.  
  489. h.Parent.HumanoidRootPart.Velocity = CFrame.new(c.HumanoidRootPart.Position,h.Parent.HumanoidRootPart.Position).lookVector * force
  490. local bodyforc = Instance.new("BodyForce", h.Parent.HumanoidRootPart)
  491. punch:Play()
  492. bodyforc.force = Vector3.new(0, h.Parent.HumanoidRootPart:GetMass() * 196.1, 0)
  493.  
  494. wait(0.2)
  495.  
  496. x:TakeDamage(20.2555555)
  497.  
  498. if ssjb == true then
  499. x:TakeDamage(55.99999)
  500. end
  501.  
  502. if ultrainstinct == true or limitbreaker == true then
  503. while true do
  504. wait(0.0000001)
  505. x:TakeDamage(math.huge)
  506. end
  507. end
  508.  
  509. wait()
  510. safe = true
  511. bodyforc:Remove()
  512. h.Parent.HumanoidRootPart.Velocity = stop
  513.  
  514. end
  515. end
  516.  
  517. end
  518. end
  519. end)
  520.  
  521. wait(0.1)
  522.  
  523. coroutine.wrap(function()
  524. for i = 7.5,2.5,0.29 do
  525. wait()
  526. end
  527. wait()
  528. killer:Remove()
  529. wait(0.5)
  530. c.Torso["Left Shoulder"].C0 = omg
  531. wait(0.05)
  532.  
  533. attacking = false
  534. wait()
  535. end)()
  536.  
  537. end
  538.  
  539. wait(.1)
  540.  
  541. end
  542.  
  543. -- hrp.CFrame = hit.Parent.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  544.  
  545. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  546. if key == "z" then
  547. if attacking == false then
  548. if otherarm == false then
  549. normalpunch()
  550. end
  551. end
  552. --
  553. if attacking == false then
  554. if otherarm == true then
  555. normalpunch2()
  556. end
  557. end
  558.  
  559. end
  560. end)
  561.  
  562. game.Players.LocalPlayer.Character.Head.face.Texture = "rbxassetid://967842214"
  563.  
  564. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=259849794"
  565. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=539482020"
  566.  
  567. Hair7 = Instance.new("Part")
  568. Hair7.Parent = p.Character
  569. Hair7.Name = "Hair"
  570. Hair7.CanCollide = false
  571. Hair7.Locked = true
  572. Hair7.TopSurface = "Smooth"
  573. Hair7.BottomSurface = "Smooth"
  574. Hair7.formFactor = "Symmetric"
  575. Hair7.Material = "Neon"
  576. Hair7.BrickColor = BrickColor.new("Really black")
  577. Hair7.CFrame = p.Character.Torso.CFrame
  578. Hair7.Size = Vector3.new(1, 1, 1)
  579. Hair7.Transparency = 0
  580.  
  581. Weld1 = Instance.new("Weld")
  582. Weld1.Parent = p.Character.Head
  583. Weld1.Part0 = p.Character.Head
  584. Weld1.Part1 = Hair7
  585. Weld1.C0 = CFrame.new(0, 1, 0)
  586.  
  587. Mesh = Instance.new("SpecialMesh")
  588. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  589. Mesh.Parent = Hair7
  590. Mesh.Scale = Vector3.new(1, 1, 1)
  591. Mesh.MeshType = "FileMesh"
  592. Mesh.MeshId = "http://www.roblox.com/asset/?id=476757756"
  593. Mesh.TextureId = ""
  594.  
  595. ape51 = Instance.new("Part",char)
  596. ape51.Transparency = 0
  597. ape51.Color = Color3.fromRGB(106,57,8)
  598. weldape5 = Instance.new("Weld",ape51)
  599. weldape5.Part0 = tor
  600. weldape5.Part1 = ape51
  601. weldape5.C0 = CFrame.new(0.4,-0,2)*CFrame.Angles(0,math.rad(90),math.rad(0))
  602. meshape5 = Instance.new("SpecialMesh",ape51)
  603. meshape5.MeshId = "rbxassetid://547956749"
  604. meshape5.TextureId = Mesh.TextureId
  605. meshape5.Scale = Vector3.new(0.025,0.025,0.025)
  606.  
  607. ape56 = Instance.new("Part",char)
  608. ape56.Transparency = 1
  609. ape56.Color = Color3.fromRGB(106,57,8)
  610. weldape6 = Instance.new("Weld",ape56)
  611. weldape6.Part0 = hrp
  612. weldape6.Part1 = ape56
  613. weldape6.C0 = CFrame.new(0.4,-0,2)*CFrame.Angles(0,math.rad(90),math.rad(0))
  614. meshape6 = Instance.new("SpecialMesh",ape56)
  615. meshape6.MeshId = "rbxassetid://547956749"
  616. meshape6.TextureId = Mesh.TextureId
  617. meshape6.Scale = Vector3.new(0.025,0.025,0.025)
  618.  
  619. local mouse = p:GetMouse()
  620.  
  621. local rock = false
  622. local roc = false
  623. local rock3 = false
  624. local rock2 = false
  625. local rock4 = false
  626. local rock5 = false
  627. local rock6 = false
  628. local GroundShake = false
  629. local GroundShake2 = false
  630.  
  631. local rad = math.rad
  632.  
  633. function RenderStepped()
  634.  
  635. if rock == true then
  636. wait(math.random(0.25,0.79))
  637. local ay = Instance.new("Part",char)
  638. ay.Name = "NewPart2"
  639. ay.Size = Vector3.new(0.299,0.299,0.299)
  640. ay.CanCollide = false
  641.  
  642. for i,v in pairs(workspace:GetChildren()) do
  643. if v:IsA("Part") then
  644. if v.Name == "Base" or v.Name == "Baseplate" then
  645.  
  646.  
  647. ay.BrickColor = v.BrickColor
  648. ay.Material = v.Material
  649. ay.Transparency = v.Transparency
  650. end
  651. end
  652. end
  653.  
  654. ay.Position = Vector3.new(999,999,999)
  655. ay.CFrame = CFrame.new(hrp.Position.x+math.random(-19,19),hrp.Position.y-2,hrp.Position.z+math.random(-19,19))
  656. local ys = Instance.new("BodyVelocity",ay)
  657. ys.Name = "GO"
  658. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  659.  
  660. ys.Velocity = Vector3.new(0,5,0)
  661. game.Debris:AddItem(ay,math.random(3,4))
  662. end
  663.  
  664. ape56.Color = ape51.Color
  665. ape56.Material = ape51.Material
  666.  
  667. if hum.Health <= 29.999999 then
  668.  
  669. if char.Shirt.ShirtTemplate ~= "rbxassetid://259849794" then
  670.  
  671. char.Shirt.ShirtTemplate = "rbxassetid://259849794"
  672. char.Pants.PantsTemplate = "rbxassetid://539482020"
  673.  
  674. end
  675.  
  676. end
  677.  
  678. if fullpowerssj == true then
  679. hum.Health = hum.Health + 0.25
  680. end
  681.  
  682. if fullpowerssj == true and ssj2 == true then
  683. hum.Health = hum.Health + 0.29
  684. end
  685.  
  686. if ssjg == true then
  687. hum.Health = hum.Health + 0.25
  688. end
  689.  
  690. if ssjbk == true then
  691. hum.Health = hum.Health -0.05
  692. end
  693.  
  694. if ultrainstinct == true then
  695. wait(300)
  696. ultrainstinct = false
  697. end
  698.  
  699. if auracan == true then
  700. if available == true then
  701. tor.control.Texture = "rbxassetid://901509906"
  702. wait(.00075)
  703. tor.control.Texture = "rbxassetid://901510046"
  704. wait(.00075)
  705. tor.control.Texture = "rbxassetid://901510125"
  706. end
  707. if ssj2 == true and assj2 == false then
  708. tor.ssj2aura2.Texture = "rbxassetid://901509906"
  709. wait(.00075)
  710. tor.ssj2aura2.Texture = "rbxassetid://901510046"
  711. wait(.00075)
  712. tor.ssj2aura2.Texture = "rbxassetid://901510125"
  713. wait(.00075)
  714. tor.ssj2aura2.Texture = "rbxassetid://1072507908"
  715. end
  716. end
  717.  
  718. if auracan2 == true then
  719. if available == true then
  720.  
  721. tor.aura.Texture = "rbxassetid://639676034"
  722. wait(0.1)
  723. tor.aura.Texture = "rbxassetid://639676268"
  724. wait(0.2)
  725. tor.aura.Texture = "rbxassetid://639676527"
  726. wait(0.1)
  727. tor.aura.Texture = "rbxassetid://639676855"
  728.  
  729. tor.ssj3aura.Texture = "rbxassetid://639676034"
  730. wait(0.09)
  731. tor.ssj3aura.Texture = "rbxassetid://639676268"
  732. wait(0.1)
  733. tor.ssj3aura.Texture = "rbxassetid://639676527"
  734. wait(0.09)
  735. tor.ssj3aura.Texture = "rbxassetid://639676855"
  736.  
  737. end
  738. end
  739.  
  740. if ssjb == true and available == true then
  741. if available == true and ssjb == true then
  742. tor.SSJBaura.Texture = "http://www.roblox.com/asset/?id=894173257"
  743. wait(0.75)
  744. tor.SSJBaura.Texture = "http://www.roblox.com/asset/?id=894173392"
  745. wait(0.5)
  746. tor.SSJBaura.Texture = "http://www.roblox.com/asset/?id=890403068"
  747. wait(0.75)
  748. tor.SSJBaura.Texture = "http://www.roblox.com/asset/?id=890403512"
  749. end
  750. end
  751.  
  752. if ssjg == true then
  753. if available == true then
  754.  
  755. --tor.SSGaura.Texture = "rbxassetid://256159034"
  756. tor.SSJGaura.Texture = "rbxassetid://256159034"
  757. wait(12)
  758. --tor.SSGaura.Texture = "rbxassetid://1177939359"
  759. tor.SSJGaura.Texture = "rbxassetid://1177939359"
  760. wait(6)
  761. --tor.SSGaura.Texture = "rbxassetid://256159034"
  762. tor.SSJGaura.Texture = "rbxassetid://256159034"
  763. wait(12)
  764. --tor.SSGaura.Texture = "rbxassetid://1177939359"
  765. tor.SSJGaura.Texture = "rbxassetid://1177939359"
  766.  
  767. end
  768. end
  769.  
  770. if kamehameha3 == true then
  771. if assj3 == false then
  772. char.kame.Transparency = char.kame.Transparency - 0.006
  773. char.kame.CFrame = CFrame.new(char.kame.Position) * CFrame.Angles(rad(math.random(-50,25)),rad(math.random(-79,79)),rad(math.random(-12,24)))
  774. end
  775. if assj3 == true then
  776. char.kame.Transparency = char.kame.Transparency - 0.009
  777. char.kame.CFrame = CFrame.new(char.kame.Position) * CFrame.Angles(rad(math.random(-155,129)),rad(math.random(-290,290)),rad(math.random(-324,348)))
  778. if ultrainstinct == true or limitbreaker == true then
  779. char.kame.Transparency = char.kame.Transparency - 0.009
  780. char.kame.CFrame = CFrame.new(char.kame.Position) * CFrame.Angles(rad(math.random(-255,229)),rad(math.random(-390,390)),rad(math.random(-424,448)))
  781. if limitbreaker == true then
  782. char.kame.Transparency = char.kame.Transparency - 0.009
  783. char.kame.CFrame = CFrame.new(char.kame.Position) * CFrame.Angles(rad(math.random(-1755,1729)),rad(math.random(-1890,1890)),rad(math.random(-1924,1948)))
  784. end
  785. end
  786. end
  787. end
  788.  
  789. if kamehameha4 == true then
  790. if ssj2 == true or fullpowerssj == true or ultrainstinct == true or limitbreaker == true then
  791. char.hame.Transparency = char.hame.Transparency - 0.006
  792. char.hame.CFrame = CFrame.new(char.hame.Position) * CFrame.Angles(rad(math.random(-100,100)),rad(math.random(-300,300)),rad(math.random(-400,400)))
  793. end
  794. if ssj3 == true or fullpowerssj == true or ultrainstinct == true or limitbreaker == true then
  795. char.hame.Transparency = char.hame.Transparency - 0.009
  796. char.hame.CFrame = CFrame.new(char.hame.Position) * CFrame.Angles(rad(math.random(-155,129)),rad(math.random(-390,390)),rad(math.random(-424,448)))
  797. if ultrainstinct == true or limitbreaker == true then
  798. char.hame.Transparency = char.hame.Transparency - 0.009
  799. char.hame.CFrame = CFrame.new(char.hame.Position) * CFrame.Angles(rad(math.random(-755,729)),rad(math.random(-890,890)),rad(math.random(-924,948)))
  800. if limitbreaker == true then
  801. char.hame.Transparency = char.hame.Transparency - 0.009
  802. char.hame.CFrame = CFrame.new(char.hame.Position) * CFrame.Angles(rad(math.random(-1755,1729)),rad(math.random(-1890,1890)),rad(math.random(-1924,1948)))
  803. end
  804. end
  805. end
  806. end
  807.  
  808. if GroundShake == true then
  809. for i,v in pairs(workspace:GetChildren()) do
  810. if v:IsA("Part") then
  811. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(math.random(-1,1)),rad(math.random(-1,1)),rad(math.random(-1,1)))
  812. end
  813. end
  814.  
  815. end
  816.  
  817. end
  818.  
  819. if GroundShake2 == true then
  820.  
  821. for i,v in pairs(workspace:GetChildren()) do
  822. if v:IsA("Part") then
  823. v.CFrame = CFrame.new(v.Position) * CFrame.Angles(rad(math.random(-2,2)),rad(math.random(-2,2)),rad(math.random(-2,2)))
  824. end
  825. end
  826. end
  827.  
  828. function RenderStepped2()
  829.  
  830. if limitbreaker == true then
  831.  
  832. hum.MaxHealth = math.huge
  833. hum.Health = 1e999 + 1e999 + 1e999 + 1e999 + 1e999 + 1e999 + -1e999
  834.  
  835. if automoviment == true then
  836.  
  837. hum.WalkSpeed = hum.WalkSpeed + 0.1
  838. hum.JumpPower = hum.JumpPower + 0.1
  839.  
  840. if hum.JumpPower >= 200 then
  841. if hum.WalkSpeed >= 600 then
  842. automoviment = false
  843. end;end
  844.  
  845. end;end
  846.  
  847. if ultrainstinct == true then
  848.  
  849. hum.MaxHealth = math.huge
  850. hum.Health = 1e999 + 1e999 + 1e999 + 1e999 + 1e999 + 1e999 + -1e999
  851.  
  852. if ssj == true then
  853. hum.MaxHealth = math.huge
  854. hum.Health = 1e999 + 1e999 + 1e999 + 1e999 + 1e999 + 1e999 + -1e999
  855. end
  856. end
  857.  
  858. if rock2 == true then
  859. wait(0.1)
  860.  
  861. for i,v in pairs(char:GetChildren()) do
  862. if v:IsA("Part") then
  863. if v.Name == "NewPart2" then
  864. v.GO.Velocity = Vector3.new(0,-5,0)
  865. end
  866. end
  867.  
  868. end
  869. rock2 = false
  870. end
  871. if rock3 == true then
  872. wait(0.1)
  873. for i,v in pairs(char:GetChildren()) do
  874. if v:IsA("Part") then
  875. if v.Name == "NewPart2" then
  876. v.GO.Velocity = Vector3.new(math.random(-80,80),math.random(0,20),math.random(-80,80))
  877. end
  878. end
  879. end
  880. rock3 = false
  881. end
  882.  
  883. if rock4 == true then
  884. wait(0.1)
  885. for i,v in pairs(char:GetChildren()) do
  886. if v:IsA("Part") then
  887. if v.Name == "NewPart2" then
  888. v.GO.Velocity = Vector3.new(math.random(-80,80),math.random(0,20),math.random(-80,80))
  889. end
  890. end
  891. end
  892. end
  893.  
  894. if rock5 == true then
  895. wait(0.1)
  896. for i,v in pairs(char:GetChildren()) do
  897. if v:IsA("Part") then
  898. if v.Name == "NewPart3" then
  899. v.GO.Velocity = Vector3.new(math.random(-80,80),math.random(0,20),math.random(-80,80))
  900. end
  901. end
  902. end
  903. end
  904.  
  905. if rock6 == true then
  906. wait(0.1)
  907.  
  908. for i,v in pairs(char:GetChildren()) do
  909. if v:IsA("Part") then
  910. if v.Name == "NewPart2" then
  911. v.GO.Velocity = Vector3.new(0,-5,0)
  912. end
  913. end
  914.  
  915. end
  916. end
  917.  
  918. end
  919.  
  920. game:GetService("RunService").RenderStepped:connect(RenderStepped)
  921. game:GetService("RunService").RenderStepped:connect(RenderStepped2)
  922.  
  923. function ssj()
  924. if hum.Health >= 23.999999 then
  925. if normal == true then
  926. if ssj1 == false and ssj2 == false and assj2 == false and ssj3 == false and ssjg == false and ssjb == false and ssjbfullpower == false and ssjwhite == false and ultrainstinct == false and fullpowerssj == false then
  927. if being == false then
  928. being = true
  929. end
  930. end
  931. end
  932.  
  933. chatfunc("Full Power Super Saiyan!")
  934.  
  935. hum.WalkSpeed = 0
  936. hum.JumpPower = 0
  937.  
  938. Mus.Pitch = 1
  939.  
  940. Mus:Play()
  941. Mus.SoundId = "http://www.roblox.com/asset/?id=321942007"
  942. Mus1:Play()
  943.  
  944. Hair7.Color = Color3.fromRGB(255,246,123)
  945. ape51.Color = Color3.fromRGB(255,246,123)
  946. Mesh.MeshId = "rbxassetid://430344159"
  947. Mesh.Scale = Vector3.new(6.3,6.3,6.3)
  948. Weld1.C0 = CFrame.new(-.25,1.2,.34)
  949.  
  950. hed.face.Texture = "rbxassetid://231488668"
  951.  
  952. local num = 0
  953. local a21e = Instance.new("Part",char)
  954. a21e.Name = "Beam"..num
  955. a21e.Locked = true
  956. a21e.Size = Vector3.new(1,1,1)
  957. a21e.CanCollide = false
  958. a21e.Position = Vector3.new(999,999,999)
  959. a21e.BrickColor = BrickColor.new("Cool yellow")
  960. a21e.Material = "Neon"
  961. a21e.Transparency = 0
  962. local aa21e = Instance.new("SpecialMesh",a21e)
  963. a21e.Anchored = true
  964. a21e.Position = hrp.Position
  965. aa21e.MeshType = "Sphere"
  966. aa21e.Scale = Vector3.new(1,1,1)
  967.  
  968. for i = 1,25 do
  969. wait()
  970. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  971. a21e.Transparency = a21e.Transparency + 0.04
  972. end
  973.  
  974. wait(.1)
  975.  
  976. a21e:Remove()
  977.  
  978. wait()
  979.  
  980. hum.WalkSpeed = 55
  981. hum.JumpPower = 75
  982. hum.MaxHealth = math.huge
  983. hum.Health = 500.000
  984.  
  985. being = false
  986.  
  987. ssj1 = true
  988.  
  989. normal = false
  990.  
  991. end
  992. end
  993.  
  994. function angry()
  995.  
  996. if hum.Health <= 23.999999 then
  997. if normal == true then
  998. if fullpowerssj == false and ssj2 == false and assj2 == false and ssj3 == false and ssjg == false and ssjb == false and ssjbfullpower == false and ssjwhite == false and ultrainstinct == false and ssj1 == false then
  999. if being == false then
  1000. being = true
  1001. end
  1002. end
  1003. end
  1004.  
  1005. --GroundShake = true
  1006.  
  1007. Mus.Pitch = 1
  1008.  
  1009. hum.WalkSpeed = 0
  1010. hum.JumpPower = 0
  1011.  
  1012. chatfunc("NOW I'M ANGRY!!!!")
  1013.  
  1014. Mus:Play()
  1015. Mus.SoundId = "http://www.roblox.com/asset/?id=353341880"
  1016. local Mus2 = Instance.new("Sound",char)
  1017. Mus2.SoundId = "rbxassetid://301184111"
  1018. Mus2.Volume = 4
  1019. Mus2.Looped = false
  1020. Mus2:Play()
  1021. Mus1:Play()
  1022.  
  1023. hed.face.Texture = "rbxassetid://231488725"
  1024.  
  1025. Hair7.Color = Color3.fromRGB(255,255,0)
  1026. ape51.Color = Color3.fromRGB(255,255,0)
  1027. Hair7.Material = Enum.Material.Neon
  1028. Mesh.MeshId = "rbxassetid://430344159"
  1029. Mesh.Scale = Vector3.new(6.3,6.3,6.3)
  1030. Weld1.C0 = CFrame.new(-.25,1.2,.34)
  1031.  
  1032. local ssj2aura = Instance.new("ParticleEmitter",tor)
  1033. ssj2aura.Name = "control"
  1034. ssj2aura.Texture = "rbxassetid://241992237"
  1035. ssj2aura.Transparency = NumberSequence.new(0.425)
  1036. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,255,25))
  1037. ssj2aura.LightEmission = 1
  1038. ssj2aura.Size = NumberSequence.new(6)
  1039. ssj2aura.Lifetime = NumberRange.new(0.5)
  1040. ssj2aura.Rate = 19
  1041. ssj2aura.ZOffset = 0
  1042. ssj2aura.Speed = NumberRange.new(10)
  1043. ssj2aura.LockedToPart = true
  1044. ssj2aura.ZOffset = -1
  1045.  
  1046. local ssj2aura2 = Instance.new("ParticleEmitter",tor)
  1047. ssj2aura2.Name = "control2"
  1048. ssj2aura2.Texture = "rbxassetid://1072507908"
  1049. ssj2aura2.Transparency = NumberSequence.new(0.555)
  1050. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  1051. ssj2aura2.LightEmission = 0.75
  1052. ssj2aura2.Size = NumberSequence.new(6)
  1053. ssj2aura2.Lifetime = NumberRange.new(0.5)
  1054. ssj2aura2.Rate = 19
  1055. ssj2aura2.ZOffset = -1
  1056. ssj2aura2.Speed = NumberRange.new(10)
  1057. ssj2aura2.LockedToPart = true
  1058. ssj2aura2.ZOffset = -1
  1059.  
  1060. available = true
  1061.  
  1062. auracan = true
  1063.  
  1064. local num = 0
  1065. local a21e = Instance.new("Part",char)
  1066. a21e.Name = "Beam"..num
  1067. a21e.Locked = true
  1068. a21e.Size = Vector3.new(5,5,5)
  1069. a21e.CanCollide = false
  1070. a21e.Position = Vector3.new(999,999,999)
  1071. a21e.BrickColor = BrickColor.new("New Yeller")
  1072. a21e.Material = "Neon"
  1073. a21e.Transparency = 0
  1074. local aa21e = Instance.new("SpecialMesh",a21e)
  1075. a21e.Anchored = true
  1076. a21e.Position = hrp.Position
  1077. aa21e.MeshType = "Sphere"
  1078. aa21e.Scale = Vector3.new(1,1,1)
  1079.  
  1080. for i = 1,59 do
  1081. wait()
  1082. aa21e.Scale = aa21e.Scale + Vector3.new(1,1,1)
  1083. a21e.Transparency = a21e.Transparency + 0.03
  1084. end
  1085.  
  1086. wait(.1)
  1087.  
  1088. a21e:Remove()
  1089.  
  1090. wait()
  1091.  
  1092. hum.WalkSpeed = 60.9999999999999999999999999999
  1093. hum.JumpPower = 80.9999999999999999999999999999
  1094. hum.MaxHealth = math.huge
  1095. hum.Health = 750000
  1096.  
  1097. being = false
  1098.  
  1099. --GroundShake = false
  1100.  
  1101. fullpowerssj = true
  1102.  
  1103. normal = false
  1104.  
  1105. end
  1106. end
  1107.  
  1108. NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1109. NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1110. LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1111. LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1112. RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1113. RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1114. LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1115. LeftHipC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1116. RightHipC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1117. RightHipC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1118.  
  1119. Neck = tor["Neck"]
  1120. RightShoulder = tor["Right Shoulder"]
  1121. LeftShoulder = tor["Left Shoulder"]
  1122. RightHip = tor["Right Hip"]
  1123. LeftHip = tor["Left Hip"]
  1124. RootJoint = hrp["RootJoint"]
  1125.  
  1126. RootJointC0 = RootJoint.C0
  1127. RootJointC1 = RootJoint.C1
  1128.  
  1129. function KameWelds()
  1130. ape51.Transparency = 1
  1131. ape56.Transparency = 0
  1132. local TiltX = 0
  1133. local TiltY = 0
  1134. local TiltZ = 1.57
  1135. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  1136. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  1137. TiltX = 0.6
  1138. TiltY = 0
  1139. TiltZ = 0
  1140. local MoveX = 0
  1141. local MoveY = 0
  1142. local MoveZ = -0.3
  1143. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1144. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1145. TiltX = -0.05
  1146. TiltY = 0
  1147. TiltZ = 0
  1148. MoveX = 0
  1149. MoveY = 0.1
  1150. MoveZ = 0
  1151. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1152. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1153. end
  1154.  
  1155. function RefreshWelds()
  1156. Neck.C0 = NeckC0
  1157. Neck.C1 = NeckC1
  1158. RightShoulder.C0 = RightShoulderC0
  1159. RightShoulder.C1 = RightShoulderC1
  1160. LeftShoulder.C0 = LeftShoulderC0
  1161. LeftShoulder.C1 = LeftShoulderC1
  1162. RightHip.C0 = RightHipC0
  1163. RightHip.C1 = RightHipC1
  1164. LeftHip.C0 = LeftHipC0
  1165. LeftHip.C1 = LeftHipC1
  1166. RootJoint.C0 = RootJointC0
  1167. RootJoint.C1 = RootJointC1
  1168. end
  1169.  
  1170. GroundWave2 = function()
  1171. local HandCF = char["Beam1"].CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1172. Colors = {"Medium blue", "Medium blue"}
  1173. if fullpowerssj == true then
  1174. Colors = {"Deep orange", "Deep orange"}
  1175. end
  1176. if kaioken == true then
  1177. Colors = {"Persimmon", "Persimmon"}
  1178. end
  1179. if limitbreaker == true then
  1180. Colors = {"Bright red", "Bright red"}
  1181. end
  1182. local wave3 = Instance.new("Part", char)
  1183. wave3.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1184. wave3.Anchored = true
  1185. wave3.Name = "Wave"
  1186. wave3.CanCollide = false
  1187. wave3.Locked = true
  1188. wave3.Size = Vector3.new(1, 1, 1)
  1189. wave3.TopSurface = "Smooth"
  1190. wave3.BottomSurface = "Smooth"
  1191. wave3.Transparency = 0.35
  1192. wave3.CFrame = HandCF
  1193. wm1 = Instance.new("SpecialMesh", wave3)
  1194. wm1.MeshId = "rbxassetid://3270017"
  1195. coroutine.wrap(function()
  1196. for i = 1, 30, 1 do
  1197. wm1.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  1198. wave3.Size = wm1.Scale
  1199. wave3.CFrame = HandCF
  1200. wave3.Transparency = i/30
  1201. wait()
  1202. end
  1203. wait()
  1204. wave3:Destroy()
  1205. end)()
  1206. end
  1207. GroundWave3 = function()
  1208. local HandCF = char["Beam1"].CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1209. Colors = {"Medium blue", "Medium blue"}
  1210. if fullpowerssj == true then
  1211. Colors = {"Deep orange", "Deep orange"}
  1212. end
  1213. if kaioken == true then
  1214. Colors = {"Persimmon", "Persimmon"}
  1215. end
  1216. if limitbreaker == true then
  1217. Colors = {"Bright red", "Bright red"}
  1218. end
  1219. local wave2 = Instance.new("Part", char)
  1220. wave2.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1221. wave2.Anchored = true
  1222. wave2.Name = "Wave"
  1223. wave2.CanCollide = false
  1224. wave2.Locked = true
  1225. wave2.Size = Vector3.new(1, 1, 1)
  1226. wave2.TopSurface = "Smooth"
  1227. wave2.BottomSurface = "Smooth"
  1228. wave2.Transparency = 0.35
  1229. wave2.CFrame = HandCF
  1230. wm2 = Instance.new("SpecialMesh", wave2)
  1231. wm2.MeshId = "rbxassetid://3270017"
  1232. coroutine.wrap(function()
  1233. for i = 1, 30, 1 do
  1234. wm2.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  1235. wave2.Size = wm2.Scale
  1236. wave2.CFrame = HandCF
  1237. wave2.Transparency = i/30
  1238. wait()
  1239. end
  1240. wait()
  1241. wave2:Destroy()
  1242. end)()
  1243. end
  1244. GroundWave4 = function()
  1245. local HandCF = char["Beam1"].CFrame * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
  1246. Colors = {"Medium blue", "Medium blue"}
  1247. if fullpowerssj == true then
  1248. Colors = {"Deep orange", "Deep orange"}
  1249. end
  1250. if kaioken == true then
  1251. Colors = {"Persimmon", "Persimmon"}
  1252. end
  1253. if limitbreaker == true then
  1254. Colors = {"Bright red", "Bright red"}
  1255. end
  1256. local wave1 = Instance.new("Part", char)
  1257. wave1.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1258. wave1.Anchored = true
  1259. wave1.Name = "Wave"
  1260. wave1.CanCollide = false
  1261. wave1.Locked = true
  1262. wave1.Size = Vector3.new(1, 1, 1)
  1263. wave1.TopSurface = "Smooth"
  1264. wave1.BottomSurface = "Smooth"
  1265. wave1.Transparency = 0.35
  1266. wave1.CFrame = HandCF
  1267. wm3 = Instance.new("SpecialMesh", wave1)
  1268. wm3.MeshId = "rbxassetid://3270017"
  1269. coroutine.wrap(function()
  1270. for i = 1,30 do
  1271. wm3.Scale = Vector3.new(5 + i*5.2, 3 + i*5.2, 5)
  1272. wave1.Size = wm3.Scale
  1273. wave1.CFrame = HandCF
  1274. wave1.Transparency = i/30
  1275. wait()
  1276. end
  1277. wait()
  1278. wave1:Destroy()
  1279. end)()
  1280. end
  1281.  
  1282. --[[function genkibomb()
  1283.  
  1284. if attacking == false then
  1285. attacking = true
  1286.  
  1287. local c = char
  1288.  
  1289. local omg1 = c.Torso["Left Shoulder"].C0
  1290. local omg2 = c.Torso["Right Shoulder"].C0
  1291.  
  1292. hrp.Anchored = true
  1293. hum.PlatformStand = true
  1294.  
  1295. c.Torso["Left Shoulder"].C0 = c.Torso["Left Shoulder"].C0 * CFrame.new(-0,0.5,0) * CFrame.Angles(0,0,math.rad(-180))
  1296. c.Torso["Right Shoulder"].C0 = c.Torso["Right Shoulder"].C0 * CFrame.new(0,0.5,0) * CFrame.Angles(0,0,math.rad(180))
  1297.  
  1298. local num = 0
  1299. local a21e = Instance.new("Part",char)
  1300. a21e.Name = "Beam"
  1301. a21e.Locked = true
  1302. a21e.Size = Vector3.new(5,5,5)
  1303. a21e.CanCollide = false
  1304. a21e.BrickColor = BrickColor.new("Medium blue")
  1305. a21e.Material = "Neon"
  1306. a21e.Transparency = 1
  1307. local aa21e = Instance.new("SpecialMesh",a21e)
  1308. a21e.Anchored = true
  1309. a21e.Position = hrp.Position + Vector3.new(0,70,0)
  1310. aa21e.MeshType = "Sphere"
  1311. aa21e.Scale = Vector3.new(0.15,0.15,0.15)
  1312.  
  1313. local z142 = Instance.new("Sound",char)
  1314. z142.Volume = 10
  1315. z142.Looped = false
  1316. z142.SoundId = "rbxassetid://919429799"
  1317. z142:Play()
  1318.  
  1319. for i = 1,99 do
  1320. wait()
  1321. aa21e.Scale = aa21e.Scale + Vector3.new(0.079,0.079,0.079)
  1322. a21e.Transparency = a21e.Transparency - 0.04
  1323. end
  1324.  
  1325. local ray = Ray.new(tor.CFrame.p, (mouse.Hit.p - tor.CFrame.p).unit * 299) local pos = mouse.Hit.p
  1326. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  1327.  
  1328. local distance = (tor.CFrame.p - position).magnitude
  1329.  
  1330. c.Torso["Right Shoulder"].C0 = omg2
  1331. c.Torso["Left Shoulder"].C0 = omg1
  1332.  
  1333. c.Torso["Left Shoulder"].C0 = c.Torso["Left Shoulder"].C0 * CFrame.new(-0,0,0) * CFrame.Angles(0,0,math.rad(-90))
  1334. c.Torso["Right Shoulder"].C0 = c.Torso["Right Shoulder"].C0 * CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(90))
  1335.  
  1336. for i = 1,259 do
  1337. wait()
  1338. a21e.CFrame = a21e.CFrame:lerp(CFrame.new(pos), i/259)
  1339.  
  1340. for _,childs in pairs(game.Workspace:GetChildren()) do
  1341. if childs.Name ~= char.Name then
  1342. if childs:FindFirstChild("HumanoidRootPart") and childs:FindFirstChild("Humanoid") then
  1343. if (tor.Position-childs.HumanoidRootPart.Position).magnitude <= distance then
  1344.  
  1345. z142:Remove()
  1346.  
  1347. childs:Destroy()
  1348.  
  1349. num = num + 1
  1350. local a21 = Instance.new("Part",char)
  1351. a21.Name = "Beam"..num
  1352. a21.Locked = true
  1353. a21.Size = Vector3.new(1,1,1)
  1354. a21.CanCollide = false
  1355. a21.Position = Vector3.new(999,999,999)
  1356. a21.BrickColor = BrickColor.new("Medium blue")
  1357. a21.Material = "Neon"
  1358. a21.Transparency = 0
  1359. local aa21 = Instance.new("SpecialMesh",a21)
  1360. a21.Anchored = true
  1361. a21.Position = part.Position
  1362. aa21.MeshType = "Sphere"
  1363. aa21.Scale = Vector3.new(1,1,1)
  1364.  
  1365. GroundWave2()
  1366. GroundWave3()
  1367. GroundWave4()
  1368.  
  1369. for i = 1,50 do
  1370. wait()
  1371. char["Beam1"].Mesh.Scale = char["Beam1"].Mesh.Scale + Vector3.new(5,5,5)
  1372. char["Beam1"].Transparency = char["Beam1"].Transparency + 0.02
  1373. end
  1374. end
  1375.  
  1376. c.Torso["Right Shoulder"].C0 = omg2
  1377. c.Torso["Left Shoulder"].C0 = omg1
  1378.  
  1379. hrp.Anchored = false
  1380. hum.PlatformStand = false
  1381.  
  1382. attacking = false
  1383.  
  1384. end
  1385. end
  1386.  
  1387. game:GetService("Debris"):AddItem(a21e,0.9)
  1388. end
  1389. end
  1390. end
  1391. end--]]
  1392.  
  1393. function KiWelds()
  1394. --Neck.C0 = NeckC0 * CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4
  1395. --RootJoint.C0 = RootJointC0 * CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2
  1396. RightShoulder.C0 = --[[RightShoulderC0 *--]] CFrame.new(1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-30)), 0.2
  1397. LeftShoulder.C0 = --[[LeftShoulderC0 *--]] CFrame.new(-1.2,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(30)), 0.2
  1398. LeftHip.C0 = CFrame.new(-0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4
  1399. RightHip.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4
  1400. wait(1)
  1401. Neck.C0 = NeckC0 * CFrame.new(0,0,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.4
  1402. RootJoint.C0 = RootJointC0 * CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2
  1403. RightShoulder.C0 = RightShoulderC0 * CFrame.new(0,0.2,0)*CFrame.Angles(math.rad(-60),math.rad(0),math.rad(120)), 0.2
  1404. LeftShoulder.C0 = LeftShoulderC0 * CFrame.new(-0,0.2,0)*CFrame.Angles(math.rad(-60),math.rad(0),math.rad(-120)), 0.2
  1405. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.4
  1406. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.4
  1407. end
  1408.  
  1409. function SuperWelds()
  1410. --Neck.C0 = NeckC0 * CFrame.new(0,0,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.4
  1411. --RootJoint.C0 = RootJointC0 * CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5
  1412. RightShoulder.C0 = --[[RightShoulderC0 *--]] CFrame.new(0.8,0.85,-0.6)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(-90)), 0.5
  1413. LeftShoulder.C0 = --[[LeftShoulderC0 *--]] CFrame.new(-0.8,0.85,-.6)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.5
  1414. end
  1415.  
  1416. function kamehameha()
  1417.  
  1418. if attacking == false then
  1419. attacking = true
  1420.  
  1421. local beamgo = 6
  1422. local beamgo1 = 1
  1423. local enabled = true
  1424. local sizeup = -25
  1425.  
  1426. RightShoulder.MaxVelocity = 0
  1427. RightShoulder.CurrentAngle = 0
  1428. LeftShoulder.MaxVelocity = 0
  1429. LeftShoulder.CurrentAngle = 0
  1430.  
  1431. chatfunc("Kame...")
  1432.  
  1433. local TiltX = 0
  1434. local TiltY = 0
  1435. local TiltZ = 0.85
  1436. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  1437. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  1438. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltX,TiltY,TiltZ + 0.7)
  1439. TiltX = 0.6
  1440. TiltY = 0
  1441. TiltZ = 0
  1442. local MoveX = 0
  1443. local MoveY = 0
  1444. local MoveZ = -0.3
  1445. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltZ,TiltY,TiltZ)
  1446. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1447. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1448. TiltX = -0.05
  1449. TiltY = 0
  1450. TiltZ = 0
  1451. MoveX = 0
  1452. MoveY = 0.1
  1453. MoveZ = 0
  1454. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1455. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1456.  
  1457. wait(.02)
  1458.  
  1459. local partt2 = Instance.new("Part",char)
  1460. partt2.Name = "kame"
  1461. partt2.Position = Vector3.new(999,999,999)
  1462. partt2.Transparency = 1
  1463. partt2.Material = Enum.Material.Neon
  1464. partt2.BrickColor = BrickColor.new("Medium blue")
  1465. if kaioken == true then
  1466. partt2.BrickColor = BrickColor.new("Persimmon")
  1467. end
  1468. partt2.CanCollide = false
  1469. partt2.Anchored = false
  1470. partt2.Size = Vector3.new(0.13,0.13,0.13)
  1471. local partmesh = Instance.new("BlockMesh",partt2)
  1472. partmesh.Scale = Vector3.new(13.4,13.4,13.4)
  1473. hum.PlatformStand = true
  1474. local partweld2 = Instance.new("Weld")
  1475. partweld2.Part0 = tor
  1476. partweld2.Part1 = partt2
  1477. partweld2.Parent = partt2
  1478. partweld2.C0 = CFrame.new(-0,-.28,-1.37)
  1479. hrp.Anchored = true
  1480. wait(.01)
  1481. tor.Anchored = true
  1482. kamehameha3 = true
  1483.  
  1484. wait(1.92)
  1485.  
  1486. chatfunc("Hame...")
  1487.  
  1488. wait(1.59)
  1489.  
  1490. local Gyro = Instance.new("BodyGyro")
  1491. Gyro.Parent = tor
  1492. Gyro.D = 50
  1493. Gyro.cframe = tor.CFrame
  1494. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1495. local Position = Instance.new("BodyPosition")
  1496. Position.Parent = tor
  1497. Position.position = tor.Position
  1498. Position.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1499. hum.PlatformStand = true
  1500. tor.Anchored = true
  1501.  
  1502. RefreshWelds()
  1503.  
  1504. chatfunc("HA!")
  1505.  
  1506. kamehit2:Play()
  1507.  
  1508. partt2:Remove()
  1509.  
  1510. KameWelds()
  1511.  
  1512.  
  1513. local ray = Ray.new(tor.CFrame.p, (mouse.Hit.p - tor.CFrame.p).unit * 299) local pos = mouse.Hit.p
  1514. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  1515.  
  1516. local new = Instance.new
  1517. local v3 = Vector3.new
  1518. local bc = BrickColor.new
  1519.  
  1520. local a1 = new("Part",char)
  1521. a1.Name = "Beam"
  1522. a1.Anchored = true
  1523. a1.Size = v3(6,6,6)
  1524. a1.CanCollide = false
  1525. a1.Locked = true
  1526. a1.Position = v3(999,999,999)
  1527. a1.BrickColor = bc("Medium blue")
  1528. if kaioken == true then
  1529. a1.BrickColor = BrickColor.new("Persimmon")
  1530. end
  1531. a1.Material = "Neon"
  1532. a1.Transparency = 0
  1533.  
  1534. kamehameha3 = false
  1535.  
  1536. local num = 0
  1537.  
  1538. Gyro.CFrame = CFrame.new(tor.Position, pos)
  1539.  
  1540. tor.CFrame = CFrame.new(tor.Position, pos)
  1541.  
  1542. local distance = (tor.CFrame.p - position).magnitude
  1543. a1.Size = Vector3.new(1.7,1.7,distance)
  1544. a1.CFrame = CFrame.new(tor.CFrame.p, position) * CFrame.new(0, 0.25, -distance / 2)
  1545.  
  1546. --[[repeat
  1547. wait()
  1548.  
  1549. a1.Size = a1.Size - v3(0.05,0.05,0)
  1550.  
  1551. until
  1552. a1.Size.y < 0.05--]]
  1553.  
  1554. game:GetService("Debris"):AddItem(a1,0.4)
  1555.  
  1556. if part then
  1557.  
  1558.  
  1559. kamehit:Play()
  1560.  
  1561.  
  1562. if part.Parent:findFirstChild("NewPart") == nil and part.Size.x < 500 and part.Parent:findFirstChild("Wave") == nil then
  1563.  
  1564.  
  1565.  
  1566. if part.Parent:IsA("Accessory") then
  1567. part.Parent.Parent:BreakJoints()
  1568. end
  1569. if part.Parent:IsA("Model") then
  1570. part.Parent:BreakJoints()
  1571. end
  1572. part:Destroy()
  1573. if enabled == true then
  1574. enabled = false
  1575. num = num + 1
  1576. local a21 = new("Part",char)
  1577. a21.Name = "Beam"..num
  1578. a21.Locked = true
  1579. a21.Size = v3(1,1,1)
  1580. a21.CanCollide = false
  1581. a21.Position = v3(999,999,999)
  1582. a21.BrickColor = bc("Medium blue")
  1583. if kaioken == true then
  1584. a21.BrickColor = BrickColor.new("Persimmon")
  1585. end
  1586. a21.Material = "Neon"
  1587. a21.Transparency = 0
  1588. local aa21 = new("SpecialMesh",a21)
  1589. a21.Anchored = true
  1590. a21.Position = part.Position
  1591. aa21.MeshType = "Sphere"
  1592. aa21.Scale = v3(1,1,1)
  1593.  
  1594. GroundWave2()
  1595. GroundWave3()
  1596. GroundWave4()
  1597.  
  1598. for i = 1,50 do
  1599. wait()
  1600. char["Beam1"].Mesh.Scale = char["Beam1"].Mesh.Scale + v3(5,5,5)
  1601. char["Beam1"].Transparency = char["Beam1"].Transparency + 0.02
  1602. end
  1603. enabled = true
  1604. char["Beam1"]:Destroy()
  1605.  
  1606. end
  1607. end
  1608.  
  1609. end
  1610.  
  1611. wait(.5)
  1612.  
  1613. ape51.Transparency = 0
  1614. ape56.Transparency = 1
  1615.  
  1616. hum.PlatformStand = false
  1617. char.Torso.Anchored = false
  1618. hrp.Anchored = false
  1619.  
  1620. RightShoulder.MaxVelocity = 0.15
  1621. LeftShoulder.MaxVelocity = 0.15
  1622.  
  1623. RefreshWelds()
  1624.  
  1625. Gyro:Remove()
  1626.  
  1627. Position:Remove()
  1628.  
  1629. attacking = false
  1630. end
  1631. end
  1632.  
  1633. function superkamehameha()
  1634.  
  1635. if attacking == false then
  1636. attacking = true
  1637.  
  1638. if assj3 == false then
  1639.  
  1640. assj3 = true
  1641.  
  1642. local beamgo = 6
  1643. local beamgo1 = 1
  1644. local enabled = true
  1645. local sizeup = -25
  1646.  
  1647. RightShoulder.MaxVelocity = 0
  1648. RightShoulder.CurrentAngle = 0
  1649. LeftShoulder.MaxVelocity = 0
  1650. LeftShoulder.CurrentAngle = 0
  1651.  
  1652. if ssj1 == true and ssj3 == false then
  1653. chatfunc("This is the super...")
  1654.  
  1655. wait(2.9)
  1656. end
  1657.  
  1658. if fullpowerssj == true then
  1659. hed.face.Texture = "rbxassetid://1177818030"
  1660. end
  1661.  
  1662. if ssj3 == true then
  1663. chatfunc("YOU!!!!!")
  1664.  
  1665. wait(2.9)
  1666. end
  1667.  
  1668. local TiltX = 0
  1669. local TiltY = 0
  1670. local TiltZ = 0.85
  1671. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  1672. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  1673. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltX,TiltY,TiltZ + 0.7)
  1674. TiltX = 0.6
  1675. TiltY = 0
  1676. TiltZ = 0
  1677. local MoveX = 0
  1678. local MoveY = 0
  1679. local MoveZ = -0.3
  1680. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltZ,TiltY,TiltZ)
  1681. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1682. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1683. TiltX = -0.05
  1684. TiltY = 0
  1685. TiltZ = 0
  1686. MoveX = 0
  1687. MoveY = 0.1
  1688. MoveZ = 0
  1689. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1690. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  1691.  
  1692. chatfunc("KAME...")
  1693.  
  1694. local partt2 = Instance.new("Part",char)
  1695. partt2.Name = "kame"
  1696. partt2.Position = Vector3.new(999,999,999)
  1697. partt2.Transparency = 1
  1698. partt2.Material = Enum.Material.Neon
  1699. partt2.BrickColor = BrickColor.new("Steel blue")
  1700. if fullpowerssj == true then
  1701. partt2.BrickColor = BrickColor.new("Daisy orange")
  1702. end
  1703. if ssj3 == true then
  1704. partt2.Color = Color3.fromRGB(229, 255, 82)
  1705. end
  1706. partt2.CanCollide = false
  1707. partt2.Anchored = false
  1708. partt2.Size = Vector3.new(0.134,0.134,0.134)
  1709. local partmesh = Instance.new("BlockMesh",partt2)
  1710. partmesh.Scale = Vector3.new(13.4,13.4,13.4)
  1711. hum.PlatformStand = true
  1712. local partweld2 = Instance.new("Weld")
  1713. partweld2.Part0 = tor
  1714. partweld2.Part1 = partt2
  1715. partweld2.Parent = partt2
  1716. partweld2.C0 = CFrame.new(-0,-.28,-1.37)
  1717. hrp.Anchored = true
  1718. wait(.01)
  1719. tor.Anchored = true
  1720. kamehameha3 = true
  1721.  
  1722. wait(4.2)
  1723.  
  1724. chatfunc("HAME...")
  1725.  
  1726. if ssj3 == true then
  1727. chatfunc("GRRRR!!!!")
  1728. end
  1729.  
  1730. kamehameha3 = false
  1731. partt2:Remove()
  1732. hum.PlatformStand = false
  1733. hrp.Anchored = false
  1734. tor.Anchored = false
  1735. local partt3 = Instance.new("Part",char)
  1736. partt3.Name = "hame"
  1737. partt3.Position = Vector3.new(999,999,999)
  1738. partt3.Transparency = 0
  1739. partt3.Material = Enum.Material.Neon
  1740. partt3.BrickColor = BrickColor.new("Medium blue")
  1741. if fullpowerssj == true then
  1742. partt3.BrickColor = BrickColor.new("Daisy orange")
  1743. end
  1744. if ssj3 == true then
  1745. partt3.Color = Color3.fromRGB(229, 255, 82)
  1746. end
  1747. partt3.CanCollide = false
  1748. partt3.Anchored = false
  1749. partt3.Size = Vector3.new(0.149,0.149,0.149)
  1750. local partmes = Instance.new("BlockMesh",partt3)
  1751. partmes.Scale = Vector3.new(13.4,13.4,13.4)
  1752. hum.PlatformStand = true
  1753. local partweld3 = Instance.new("Weld")
  1754. partweld3.Part0 = tor
  1755. partweld3.Part1 = partt3
  1756. partweld3.Parent = partt3
  1757. partweld3.C0 = CFrame.new(-0,-.28,-1.37)
  1758. hrp.Anchored = true
  1759. wait(.01)
  1760. tor.Anchored = true
  1761. kamehameha4 = true
  1762.  
  1763. wait(2.3)
  1764.  
  1765. chatfunc("GRR!!")
  1766.  
  1767. if ssj3 == true then
  1768. chatfunc("HAME...")
  1769. end
  1770.  
  1771. partt3.BrickColor = BrickColor.new("Sand blue")
  1772. if fullpowerssj == true then
  1773. partt3.BrickColor = BrickColor.new("Cool yellow")
  1774. end
  1775. if ssj3 == true then
  1776. partt3.Color = Color3.fromRGB(229, 255, 82)
  1777. end
  1778.  
  1779. if fullpowerssj == true then
  1780. wait(1.84)
  1781. chatfunc("YOU FOOL!!")
  1782. end
  1783.  
  1784. wait(2.31)
  1785.  
  1786. local Gyro = Instance.new("BodyGyro")
  1787. Gyro.Parent = tor
  1788. Gyro.D = 50
  1789. Gyro.cframe = tor.CFrame
  1790. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1791. local Position = Instance.new("BodyPosition")
  1792. Position.Parent = tor
  1793. Position.position = tor.Position
  1794. Position.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1795. hum.PlatformStand = true
  1796. tor.Anchored = true
  1797.  
  1798. RefreshWelds()
  1799.  
  1800. chatfunc("HAAAA!!!!")
  1801.  
  1802. if ssj3 == true then
  1803. chatfunc("HAAAAAAAAAAA!!!!!!!!")
  1804. end
  1805.  
  1806. kamehit2:Play()
  1807.  
  1808. partt3:Remove()
  1809.  
  1810. KameWelds()
  1811.  
  1812.  
  1813. local ray = Ray.new(tor.CFrame.p, (mouse.Hit.p - tor.CFrame.p).unit * 299) local pos = mouse.Hit.p
  1814. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  1815.  
  1816. local new = Instance.new
  1817. local v3 = Vector3.new
  1818. local bc = BrickColor.new
  1819.  
  1820. local a1 = new("Part",char)
  1821. a1.Name = "Beam"
  1822. a1.Anchored = true
  1823. a1.Size = v3(6,6,6)
  1824. a1.CanCollide = false
  1825. a1.Locked = true
  1826. a1.Position = v3(999,999,999)
  1827. a1.BrickColor = bc("Sand blue")
  1828. if fullpowerssj == true then
  1829. a1.BrickColor = bc("Cool yellow")
  1830. end
  1831. if ssj3 == true then
  1832. a1.Color = Color3.fromRGB(229, 255, 82)
  1833. end
  1834. a1.Material = "Neon"
  1835. a1.Transparency = 0
  1836.  
  1837. kamehameha4 = false
  1838.  
  1839. local num = 0
  1840.  
  1841. Gyro.CFrame = CFrame.new(tor.Position, pos)
  1842.  
  1843. tor.CFrame = CFrame.new(tor.Position, pos)
  1844.  
  1845. local distance = (tor.CFrame.p - position).magnitude
  1846. a1.Size = Vector3.new(1.7,1.7,distance)
  1847. a1.CFrame = CFrame.new(tor.CFrame.p, position) * CFrame.new(0, 0.25, -distance / 2)
  1848.  
  1849. --[[repeat
  1850. wait()
  1851.  
  1852. a1.Size = a1.Size - v3(0.05,0.05,0)
  1853.  
  1854. until
  1855. a1.Size.y < 0.05--]]
  1856.  
  1857. game:GetService("Debris"):AddItem(a1,0.4)
  1858.  
  1859. if part then
  1860.  
  1861.  
  1862. kamehit:Play()
  1863.  
  1864.  
  1865. if part.Parent:findFirstChild("NewPart") == nil and part.Size.x < 500 and part.Parent:findFirstChild("Wave") == nil then
  1866.  
  1867.  
  1868.  
  1869. if part.Parent:IsA("Accessory") then
  1870. part.Parent.Parent:BreakJoints()
  1871. end
  1872. if part.Parent:IsA("Model") then
  1873. part.Parent:BreakJoints()
  1874. end
  1875. part:Destroy()
  1876. if enabled == true then
  1877. enabled = false
  1878. num = num + 1
  1879. local a21 = new("Part",char)
  1880. a21.Name = "Beam"..num
  1881. a21.Locked = true
  1882. a21.Size = v3(1,1,1)
  1883. a21.CanCollide = false
  1884. a21.Position = v3(999,999,999)
  1885. a21.BrickColor = bc("White")
  1886. if ssj3 == true then
  1887. a21.Color = Color3.fromRGB(229, 255, 82)
  1888. end
  1889. a21.Material = "Neon"
  1890. a21.Transparency = 0
  1891. local aa21 = new("SpecialMesh",a21)
  1892. a21.Anchored = true
  1893. a21.Position = part.Position
  1894. aa21.MeshType = "Sphere"
  1895. aa21.Scale = v3(1,1,1)
  1896.  
  1897. GroundWave2()
  1898. GroundWave3()
  1899. GroundWave4()
  1900.  
  1901. for i = 1,55 do
  1902. wait()
  1903. char["Beam1"].Mesh.Scale = char["Beam1"].Mesh.Scale + v3(8,8,8)
  1904. char["Beam1"].Transparency = char["Beam1"].Transparency + 0.019
  1905. end
  1906. enabled = true
  1907. GroundWave2()
  1908. GroundWave3()
  1909. GroundWave4()
  1910. wait(.4)
  1911. char["Beam1"].Transparency = 1
  1912. GroundWave2()
  1913. GroundWave3()
  1914. GroundWave4()
  1915. wait(.8)
  1916. char["Beam1"]:Destroy()
  1917.  
  1918. end
  1919. end
  1920.  
  1921. end
  1922.  
  1923. wait(.5)
  1924.  
  1925. ape51.Transparency = 0
  1926. ape56.Transparency = 1
  1927.  
  1928. if fullpowerssj == true then
  1929. hed.face.Texture = "rbxassetid://231488725"
  1930. end
  1931.  
  1932. hum.PlatformStand = false
  1933. char.Torso.Anchored = false
  1934. hrp.Anchored = false
  1935.  
  1936. RightShoulder.MaxVelocity = 0.15
  1937. LeftShoulder.MaxVelocity = 0.15
  1938.  
  1939. RefreshWelds()
  1940.  
  1941. Gyro:Remove()
  1942.  
  1943. Position:Remove()
  1944.  
  1945. attacking = false
  1946.  
  1947. assj3 = false
  1948.  
  1949. end
  1950. end
  1951. end
  1952.  
  1953. GroundWave5 = function()
  1954. local HandCF = char["Bean"].CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1955. Colors = {"Deep orange", "Deep orange"}
  1956. if ultrainstinct == true then
  1957. Colors = {"Medium blue", "Medium blue"}
  1958. end
  1959. if limitbreaker == true then
  1960. Colors = {"Bright red", "Bright red"}
  1961. end
  1962. local wave3 = Instance.new("Part", char)
  1963. wave3.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1964. wave3.Anchored = true
  1965. wave3.Name = "Wave8"
  1966. wave3.CanCollide = false
  1967. wave3.Locked = true
  1968. wave3.Size = Vector3.new(49,49,49)
  1969. wave3.TopSurface = "Smooth"
  1970. wave3.BottomSurface = "Smooth"
  1971. wave3.Transparency = 0.35
  1972. wave3.CFrame = HandCF
  1973. wm1 = Instance.new("SpecialMesh", wave3)
  1974. wm1.MeshId = "rbxassetid://3270017"
  1975. coroutine.wrap(function()
  1976. for i = 1, 25 do
  1977. wm1.Scale = Vector3.new(55 + i*25.29, 33 + i*25.29, 55)
  1978. wave3.Size = wm1.Scale
  1979. wave3.CFrame = HandCF
  1980. wave3.Transparency = i/4
  1981. wait()
  1982. end
  1983. wait()
  1984. wave3:Destroy()
  1985. end)()
  1986. end
  1987. GroundWave6 = function()
  1988. local HandCF = char["Bean"].CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1989. Colors = {"Deep orange", "Deep orange"}
  1990. if ultrainstinct == true then
  1991. Colors = {"Medium blue", "Medium blue"}
  1992. end
  1993. if limitbreaker == true then
  1994. Colors = {"Bright red", "Bright red"}
  1995. end
  1996. local wave2 = Instance.new("Part", char)
  1997. wave2.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1998. wave2.Anchored = true
  1999. wave2.Name = "Wave9"
  2000. wave2.CanCollide = false
  2001. wave2.Locked = true
  2002. wave2.Size = Vector3.new(49,49,49)
  2003. wave2.TopSurface = "Smooth"
  2004. wave2.BottomSurface = "Smooth"
  2005. wave2.Transparency = 0.35
  2006. wave2.CFrame = HandCF
  2007. wm2 = Instance.new("SpecialMesh", wave2)
  2008. wm2.MeshId = "rbxassetid://3270017"
  2009. coroutine.wrap(function()
  2010. for i = 1, 25 do
  2011. wm2.Scale = Vector3.new(55 + i*25.29, 33 + i*25.29, 55)
  2012. wave2.Size = wm2.Scale
  2013. wave2.CFrame = HandCF
  2014. wave2.Transparency = i/4
  2015. wait()
  2016. end
  2017. wait()
  2018. wave2:Destroy()
  2019. end)()
  2020. end
  2021. GroundWave7 = function()
  2022. local HandCF = char["Bean"].CFrame * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
  2023. Colors = {"Deep orange", "Deep orange"}
  2024. if ultrainstinct == true then
  2025. Colors = {"Medium blue", "Medium blue"}
  2026. end
  2027. if limitbreaker == true then
  2028. Colors = {"Bright red", "Bright red"}
  2029. end
  2030. local wave1 = Instance.new("Part", char)
  2031. wave1.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  2032. wave1.Anchored = true
  2033. wave1.Name = "Wave0"
  2034. wave1.CanCollide = false
  2035. wave1.Locked = true
  2036. wave1.Size = Vector3.new(49,49,49)
  2037. wave1.TopSurface = "Smooth"
  2038. wave1.BottomSurface = "Smooth"
  2039. wave1.Transparency = 0.35
  2040. wave1.CFrame = HandCF
  2041. wm3 = Instance.new("SpecialMesh", wave1)
  2042. wm3.MeshId = "rbxassetid://3270017"
  2043. coroutine.wrap(function()
  2044. for i = 1,25 do
  2045. wm3.Scale = Vector3.new(55 + i*25.29, 33 + i*25.29, 55)
  2046. wave1.Size = wm3.Scale
  2047. wave1.CFrame = HandCF
  2048. wave1.Transparency = i/4
  2049. wait()
  2050. end
  2051. wait()
  2052. wave1:Destroy()
  2053. end)()
  2054. end
  2055.  
  2056. function angrykamehameha()
  2057.  
  2058. if attacking == false then
  2059. attacking = true
  2060.  
  2061. if assj3 == false then
  2062. assj3 = true
  2063.  
  2064. local beamgo = 6
  2065. local beamgo1 = 1
  2066. local enabled = true
  2067. local sizeup = -25
  2068.  
  2069. RightShoulder.MaxVelocity = 0
  2070. RightShoulder.CurrentAngle = 0
  2071. LeftShoulder.MaxVelocity = 0
  2072. LeftShoulder.CurrentAngle = 0
  2073.  
  2074. local TiltX = 0
  2075. local TiltY = 0
  2076. local TiltZ = 0.85
  2077. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  2078. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  2079. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltX,TiltY,TiltZ + 0.7)
  2080. TiltX = 0.6
  2081. TiltY = 0
  2082. TiltZ = 0
  2083. local MoveX = 0
  2084. local MoveY = 0
  2085. local MoveZ = -0.3
  2086. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltZ,TiltY,TiltZ)
  2087. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2088. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2089. TiltX = -0.05
  2090. TiltY = 0
  2091. TiltZ = 0
  2092. MoveX = 0
  2093. MoveY = 0.1
  2094. MoveZ = 0
  2095. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2096. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2097.  
  2098. chatfunc("Kame...")
  2099.  
  2100. local partt2 = Instance.new("Part",char)
  2101. partt2.Name = "kame"
  2102. partt2.Position = Vector3.new(999,999,999)
  2103. partt2.Transparency = 1
  2104. partt2.Material = Enum.Material.Neon
  2105. partt2.BrickColor = BrickColor.new("Medium blue")
  2106. partt2.CanCollide = false
  2107. partt2.Anchored = false
  2108. partt2.Size = Vector3.new(0.134,0.134,0.134)
  2109. local partmesh = Instance.new("BlockMesh",partt2)
  2110. partmesh.Scale = Vector3.new(13.4,13.4,13.4)
  2111. hum.PlatformStand = true
  2112. local partweld2 = Instance.new("Weld")
  2113. partweld2.Part0 = tor
  2114. partweld2.Part1 = partt2
  2115. partweld2.Parent = partt2
  2116. partweld2.C0 = CFrame.new(-0,-.28,-1.37)
  2117. hrp.Anchored = true
  2118. wait(.01)
  2119. tor.Anchored = true
  2120. kamehameha3 = true
  2121.  
  2122. wait(3.2)
  2123.  
  2124. chatfunc("Hame...")
  2125.  
  2126. kamehameha3 = false
  2127. partt2:Remove()
  2128. hum.PlatformStand = false
  2129. hrp.Anchored = false
  2130. tor.Anchored = false
  2131. local partt3 = Instance.new("Part",char)
  2132. partt3.Name = "hame"
  2133. partt3.Position = Vector3.new(999,999,999)
  2134. partt3.Transparency = 0
  2135. partt3.Material = Enum.Material.Neon
  2136. partt3.BrickColor = BrickColor.new("Sand blue")
  2137. partt3.CanCollide = false
  2138. partt3.Anchored = false
  2139. partt3.Size = Vector3.new(0.134,0.134,0.134)
  2140. local partmes = Instance.new("BlockMesh",partt3)
  2141. partmes.Scale = Vector3.new(13.4,13.4,13.4)
  2142. hum.PlatformStand = true
  2143. local partweld3 = Instance.new("Weld")
  2144. partweld3.Part0 = tor
  2145. partweld3.Part1 = partt3
  2146. partweld3.Parent = partt3
  2147. partweld3.C0 = CFrame.new(-0,-.28,-1.37)
  2148. hrp.Anchored = true
  2149. wait(.01)
  2150. tor.Anchored = true
  2151. kamehameha4 = true
  2152.  
  2153. wait(2.3)
  2154.  
  2155. chatfunc("YOU FOOL!")
  2156.  
  2157. hed.face.Texture = "rbxassetid://1177818030"
  2158.  
  2159. partt3.BrickColor = BrickColor.new("Daisy orange")
  2160.  
  2161. wait(1.31)
  2162.  
  2163. local Gyro = Instance.new("BodyGyro")
  2164. Gyro.Parent = tor
  2165. Gyro.D = 50
  2166. Gyro.cframe = tor.CFrame
  2167. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  2168. local Position = Instance.new("BodyPosition")
  2169. Position.Parent = tor
  2170. Position.position = tor.Position
  2171. Position.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  2172. hum.PlatformStand = true
  2173. tor.Anchored = true
  2174.  
  2175. RefreshWelds()
  2176.  
  2177. chatfunc("HAAAA!!!!")
  2178.  
  2179. kamehit2:Play()
  2180.  
  2181. partt3:Remove()
  2182.  
  2183. KameWelds()
  2184.  
  2185.  
  2186. local ray = Ray.new(tor.CFrame.p, (mouse.Hit.p - tor.CFrame.p).unit * 299) local pos = mouse.Hit.p
  2187. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  2188.  
  2189. local new = Instance.new
  2190. local v3 = Vector3.new
  2191. local bc = BrickColor.new
  2192.  
  2193. local a1 = new("Part",char)
  2194. a1.Name = "Beam"
  2195. a1.Anchored = true
  2196. a1.Size = v3(6,6,6)
  2197. a1.CanCollide = false
  2198. a1.Locked = true
  2199. a1.Position = v3(999,999,999)
  2200. a1.BrickColor = bc("Daisy orange")
  2201. a1.Material = "Neon"
  2202. a1.Transparency = 0
  2203.  
  2204. kamehameha4 = false
  2205.  
  2206. local num = 0
  2207.  
  2208. Gyro.CFrame = CFrame.new(tor.Position, pos)
  2209.  
  2210. tor.CFrame = CFrame.new(tor.Position, pos)
  2211.  
  2212. local distance = (tor.CFrame.p - position).magnitude
  2213. a1.Size = Vector3.new(1.7,1.7,distance)
  2214. a1.CFrame = CFrame.new(tor.CFrame.p, position) * CFrame.new(0, 0.25, -distance / 2)
  2215.  
  2216. --[[repeat
  2217. wait()
  2218.  
  2219. a1.Size = a1.Size - v3(0.05,0.05,0)
  2220.  
  2221. until
  2222. a1.Size.y < 0.05--]]
  2223.  
  2224. game:GetService("Debris"):AddItem(a1,0.4)
  2225.  
  2226. if part then
  2227.  
  2228.  
  2229. kamehit:Play()
  2230.  
  2231.  
  2232. if part.Parent:findFirstChild("NewPart") == nil and part.Size.x < 500 and part.Parent:findFirstChild("Wave") == nil then
  2233.  
  2234.  
  2235.  
  2236. if part.Parent:IsA("Accessory") then
  2237. part.Parent.Parent:BreakJoints()
  2238. end
  2239. if part.Parent:IsA("Model") then
  2240. part.Parent:BreakJoints()
  2241. end
  2242. part:Destroy()
  2243. if enabled == true then
  2244. enabled = false
  2245. num = num + 1
  2246. local a21 = new("Part",char)
  2247. a21.Name = "Bean"
  2248. a21.Locked = true
  2249. a21.Size = v3(1,1,1)
  2250. a21.CanCollide = false
  2251. a21.Position = v3(999,999,999)
  2252. a21.BrickColor = bc("Daisy orange")
  2253. a21.Material = "Neon"
  2254. a21.Transparency = 0
  2255. local aa21 = new("SpecialMesh",a21)
  2256. a21.Anchored = true
  2257. a21.Position = part.Position
  2258. aa21.MeshType = "Sphere"
  2259. aa21.Scale = v3(1,1,1)
  2260.  
  2261. local a21 = new("Part",char)
  2262. a21.Name = "Beam"..num
  2263. a21.Locked = true
  2264. a21.Size = v3(1,1,1)
  2265. a21.CanCollide = false
  2266. a21.Position = v3(999,999,999)
  2267. a21.BrickColor = bc("Cool yellow")
  2268. a21.Material = "Neon"
  2269. a21.Transparency = 0
  2270. local aa21 = new("SpecialMesh",a21)
  2271. a21.Anchored = true
  2272. a21.Position = part.Position
  2273. aa21.MeshType = "Sphere"
  2274. aa21.Scale = v3(1,1,1)
  2275.  
  2276. GroundWave5()
  2277. GroundWave6()
  2278. GroundWave7()
  2279. GroundWave5()
  2280. GroundWave6()
  2281. GroundWave7()
  2282.  
  2283. GroundWave2()
  2284. GroundWave3()
  2285. GroundWave4()
  2286. GroundWave2()
  2287. GroundWave3()
  2288. GroundWave4()
  2289.  
  2290. wait(.4)
  2291.  
  2292. for i = 1,55 do
  2293. wait()
  2294. char["Bean"].Mesh.Scale = char["Bean"].Mesh.Scale + v3(7,7,7)
  2295. char["Bean"].Transparency = char["Bean"].Transparency + 0.019
  2296. char["Beam1"].Mesh.Scale = char["Beam1"].Mesh.Scale + v3(5,5,5)
  2297. char["Beam1"].Transparency = char["Beam1"].Transparency + 0.02
  2298. end
  2299. enabled = true
  2300. GroundWave5()
  2301. GroundWave6()
  2302. GroundWave7()
  2303. GroundWave5()
  2304. GroundWave6()
  2305. GroundWave7()
  2306.  
  2307. GroundWave2()
  2308. GroundWave3()
  2309. GroundWave4()
  2310. GroundWave2()
  2311. GroundWave3()
  2312. GroundWave4()
  2313.  
  2314. char["Beam1"].Transparency = 1
  2315.  
  2316. GroundWave5()
  2317. GroundWave6()
  2318. GroundWave7()
  2319. GroundWave5()
  2320. GroundWave6()
  2321. GroundWave7()
  2322.  
  2323. GroundWave2()
  2324. GroundWave3()
  2325. GroundWave4()
  2326. GroundWave2()
  2327. GroundWave3()
  2328. GroundWave4()
  2329. wait(1)
  2330. char["Beam1"]:Destroy()
  2331. char["Bean"]:Destroy()
  2332.  
  2333. end
  2334. end
  2335.  
  2336. end
  2337.  
  2338. wait(.5)
  2339.  
  2340. ape51.Transparency = 0
  2341. ape56.Transparency = 1
  2342.  
  2343. hum.PlatformStand = false
  2344. char.Torso.Anchored = false
  2345. hrp.Anchored = false
  2346.  
  2347. RightShoulder.MaxVelocity = 0.15
  2348. LeftShoulder.MaxVelocity = 0.15
  2349.  
  2350. RefreshWelds()
  2351.  
  2352. Gyro:Remove()
  2353.  
  2354. Position:Remove()
  2355.  
  2356. attacking = false
  2357.  
  2358. wait(0.5)
  2359.  
  2360. hed.face.Texture = "rbxassetid://231488725"
  2361.  
  2362. assj3 = false
  2363.  
  2364. end
  2365. end;end
  2366.  
  2367. function ultrakamehameha()
  2368.  
  2369. if attacking == false then
  2370. attacking = true
  2371.  
  2372. if assj3 == false then
  2373. assj3 = true
  2374.  
  2375. local beamgo = 6
  2376. local beamgo1 = 1
  2377. local enabled = true
  2378. local sizeup = -25
  2379.  
  2380. RightShoulder.MaxVelocity = 0
  2381. RightShoulder.CurrentAngle = 0
  2382. LeftShoulder.MaxVelocity = 0
  2383. LeftShoulder.CurrentAngle = 0
  2384.  
  2385. --chatfunc("He was my friend, and you took him away. I'll never let you do that again! NEVER!!")
  2386.  
  2387. local TiltX = 0
  2388. local TiltY = 0
  2389. local TiltZ = 0.85
  2390. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  2391. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  2392. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltX,TiltY,TiltZ + 0.7)
  2393. TiltX = 0.6
  2394. TiltY = 0
  2395. TiltZ = 0
  2396. local MoveX = 0
  2397. local MoveY = 0
  2398. local MoveZ = -0.3
  2399. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltZ,TiltY,TiltZ)
  2400. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2401. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2402. TiltX = -0.05
  2403. TiltY = 0
  2404. TiltZ = 0
  2405. MoveX = 0
  2406. MoveY = 0.1
  2407. MoveZ = 0
  2408. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2409. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2410.  
  2411. local partt2 = Instance.new("Part",char)
  2412. partt2.Name = "kame"
  2413. partt2.Position = Vector3.new(999,999,999)
  2414. partt2.Transparency = 1
  2415. partt2.Material = Enum.Material.Neon
  2416. partt2.BrickColor = BrickColor.new("Sand blue")
  2417. if limitbreaker == true then
  2418. partt2.Color = Color3.fromRGB(255, 19, 70)
  2419. end
  2420. partt2.CanCollide = false
  2421. partt2.Anchored = false
  2422. partt2.Size = Vector3.new(0.20,0.20,0.20)
  2423. local partmesh = Instance.new("BlockMesh",partt2)
  2424. partmesh.Scale = Vector3.new(20,20,20)
  2425. hum.PlatformStand = true
  2426. local partweld2 = Instance.new("Weld")
  2427. partweld2.Part0 = tor
  2428. partweld2.Part1 = partt2
  2429. partweld2.Parent = partt2
  2430. partweld2.C0 = CFrame.new(-0,-.28,-1.37)
  2431. hrp.Anchored = true
  2432. wait(.01)
  2433. tor.Anchored = true
  2434. kamehameha3 = true
  2435.  
  2436. wait(1.2)
  2437.  
  2438. chatfunc("Kamehame...")
  2439.  
  2440. kamehameha3 = false
  2441. partt2:Remove()
  2442. hum.PlatformStand = false
  2443. hrp.Anchored = false
  2444. tor.Anchored = false
  2445. local partt3 = Instance.new("Part",char)
  2446. partt3.Name = "hame"
  2447. partt3.Position = Vector3.new(999,999,999)
  2448. partt3.Transparency = 0.6
  2449. partt3.Material = Enum.Material.Neon
  2450. partt3.BrickColor = BrickColor.new("Medium blue")
  2451. if limitbreaker == true then
  2452. partt3.Color = Color3.fromRGB(240, 17, 66)
  2453. end
  2454. if limitbreaker == true then
  2455. partt3.Transparency = 0
  2456. end
  2457. partt3.CanCollide = false
  2458. partt3.Anchored = false
  2459. partt3.Size = Vector3.new(0.20,0.20,0.20)
  2460. local partmes = Instance.new("BlockMesh",partt3)
  2461. partmes.Scale = Vector3.new(20,20,20)
  2462. hum.PlatformStand = true
  2463. local partweld3 = Instance.new("Weld")
  2464. partweld3.Part0 = tor
  2465. partweld3.Part1 = partt3
  2466. partweld3.Parent = partt3
  2467. partweld3.C0 = CFrame.new(-0,-.28,-1.37)
  2468. hrp.Anchored = true
  2469. wait(.01)
  2470. tor.Anchored = true
  2471. kamehameha4 = true
  2472.  
  2473. wait(1.3)
  2474.  
  2475. partt3.BrickColor = BrickColor.new("Steel blue")
  2476. if limitbreaker == true then
  2477. partt3.Color = Color3.fromRGB(230, 16, 66)
  2478. end
  2479.  
  2480. wait(0.31)
  2481.  
  2482. kamehameha4 = false
  2483.  
  2484. local Gyro = Instance.new("BodyGyro")
  2485. Gyro.Parent = tor
  2486. Gyro.D = 50
  2487. Gyro.cframe = tor.CFrame
  2488. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  2489. local Position = Instance.new("BodyPosition")
  2490. Position.Parent = tor
  2491. Position.position = tor.Position
  2492. Position.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  2493. hum.PlatformStand = true
  2494. tor.Anchored = true
  2495.  
  2496. RefreshWelds()
  2497.  
  2498. chatfunc("HAAAAAAAAAA!!!!!")
  2499.  
  2500. kamehit2:Play()
  2501.  
  2502. kamehameha4 = false
  2503.  
  2504. partt3.Transparency = 1
  2505.  
  2506. KameWelds()
  2507.  
  2508.  
  2509. local ray = Ray.new(tor.CFrame.p, (mouse.Hit.p - tor.CFrame.p).unit * 299) local pos = mouse.Hit.p
  2510. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  2511.  
  2512. local new = Instance.new
  2513. local v3 = Vector3.new
  2514. local bc = BrickColor.new
  2515.  
  2516. local a1 = new("Part",char)
  2517. a1.Name = "Beam"
  2518. a1.Anchored = true
  2519. a1.Size = v3(6,6,6)
  2520. a1.CanCollide = false
  2521. a1.Locked = true
  2522. a1.Position = v3(999,999,999)
  2523. a1.BrickColor = bc("Steel blue")
  2524. if limitbreaker == true then
  2525. a1.Color = Color3.fromRGB(230, 16, 66)
  2526. end
  2527. a1.Material = "Neon"
  2528. a1.Transparency = 0
  2529.  
  2530. local num = 0
  2531.  
  2532. Gyro.CFrame = CFrame.new(tor.Position, pos)
  2533.  
  2534. tor.CFrame = CFrame.new(tor.Position, pos)
  2535.  
  2536. local distance = (tor.CFrame.p - position).magnitude
  2537. a1.Size = Vector3.new(5,5,distance)
  2538. a1.CFrame = CFrame.new(tor.CFrame.p, position) * CFrame.new(0, 0.25, -distance / 2)
  2539.  
  2540. --[[repeat
  2541. wait()
  2542.  
  2543. a1.Size = a1.Size - v3(0.05,0.05,0)
  2544.  
  2545. until
  2546. a1.Size.y < 0.05--]]
  2547.  
  2548. game:GetService("Debris"):AddItem(a1,0.4)
  2549.  
  2550. if part then
  2551.  
  2552.  
  2553. kamehit:Play()
  2554.  
  2555.  
  2556. if part.Parent:findFirstChild("NewPart") == nil and part.Size.x < 500 and part.Parent:findFirstChild("Wave") == nil then
  2557.  
  2558.  
  2559.  
  2560. if part.Parent:IsA("Accessory") then
  2561. part.Parent.Parent:BreakJoints()
  2562. end
  2563. if part.Parent:IsA("Model") then
  2564. part.Parent:BreakJoints()
  2565. end
  2566. part:Destroy()
  2567. if enabled == true then
  2568. enabled = false
  2569. num = num + 1
  2570. local a21 = new("Part",char)
  2571. a21.Name = "Bean"
  2572. a21.Locked = true
  2573. a21.Size = v3(1,1,1)
  2574. a21.CanCollide = false
  2575. a21.Position = v3(999,999,999)
  2576. a21.BrickColor = bc("Electric blue")
  2577. if limitbreaker == true then
  2578. a21.Color = Color3.fromRGB(230, 16, 66)
  2579. end
  2580. a21.Material = "Neon"
  2581. a21.Transparency = 0
  2582. local aa21 = new("SpecialMesh",a21)
  2583. a21.Anchored = true
  2584. a21.Position = part.Position
  2585. aa21.MeshType = "Sphere"
  2586. aa21.Scale = v3(1,1,1)
  2587.  
  2588. local a21 = new("Part",char)
  2589. a21.Name = "Beam"..num
  2590. a21.Locked = true
  2591. a21.Size = v3(1,1,1)
  2592. a21.CanCollide = false
  2593. a21.Position = v3(999,999,999)
  2594. a21.BrickColor = bc("Bright bluish green")
  2595. if limitbreaker == true then
  2596. a21.Color = Color3.fromRGB(230, 16, 66)
  2597. end
  2598. a21.Material = "Neon"
  2599. a21.Transparency = 0
  2600. local aa21 = new("SpecialMesh",a21)
  2601. a21.Anchored = true
  2602. a21.Position = part.Position
  2603. aa21.MeshType = "Sphere"
  2604. aa21.Scale = v3(1,1,1)
  2605.  
  2606. GroundWave2()
  2607. GroundWave3()
  2608. GroundWave4()
  2609. GroundWave2()
  2610. GroundWave3()
  2611. GroundWave4()
  2612.  
  2613. GroundWave2()
  2614. GroundWave3()
  2615. GroundWave4()
  2616. GroundWave2()
  2617. GroundWave3()
  2618. GroundWave4()
  2619.  
  2620. wait(.4)
  2621.  
  2622. for i = 1,55 do
  2623. wait()
  2624. char["Bean"].Mesh.Scale = char["Bean"].Mesh.Scale + v3(7,7,7)
  2625. char["Bean"].Transparency = char["Bean"].Transparency + 0.019
  2626. char["Beam1"].Mesh.Scale = char["Beam1"].Mesh.Scale + v3(5,5,5)
  2627. char["Beam1"].Transparency = char["Beam1"].Transparency + 0.02
  2628. end
  2629. if ultrainstinct == true then
  2630. enabled = true
  2631. GroundWave2()
  2632. GroundWave3()
  2633. GroundWave4()
  2634. GroundWave2()
  2635. GroundWave3()
  2636. GroundWave4()
  2637.  
  2638. GroundWave5()
  2639. GroundWave6()
  2640. GroundWave7()
  2641. GroundWave5()
  2642. GroundWave6()
  2643. GroundWave7()
  2644.  
  2645. char["Beam1"].Transparency = 1
  2646.  
  2647. GroundWave2()
  2648. GroundWave3()
  2649. GroundWave4()
  2650. GroundWave2()
  2651. GroundWave3()
  2652. GroundWave4()
  2653.  
  2654. GroundWave2()
  2655. GroundWave3()
  2656. GroundWave4()
  2657. GroundWave2()
  2658. GroundWave3()
  2659. GroundWave4()
  2660. wait(1)
  2661. char["Beam1"]:Destroy()
  2662. char["Bean"]:Destroy()
  2663. end
  2664. if limitbreaker == true then
  2665. wait(0.8)
  2666. char["Beam1"]:Remove()
  2667. char["Bean"]:Remove()
  2668. end
  2669. end
  2670. end
  2671.  
  2672. end
  2673.  
  2674. wait(.5)
  2675.  
  2676. partt3:Remove()
  2677.  
  2678. ape51.Transparency = 0
  2679. ape56.Transparency = 1
  2680.  
  2681. hum.PlatformStand = false
  2682. char.Torso.Anchored = false
  2683. hrp.Anchored = false
  2684.  
  2685. RightShoulder.MaxVelocity = 0.15
  2686. LeftShoulder.MaxVelocity = 0.15
  2687.  
  2688. RefreshWelds()
  2689.  
  2690. Gyro:Remove()
  2691.  
  2692. Position:Remove()
  2693.  
  2694. attacking = false
  2695. assj3 = false
  2696. end
  2697. end;end
  2698.  
  2699. function kamehameha2()
  2700.  
  2701. if attacking == false then
  2702. attacking = true
  2703.  
  2704. local nun = 0
  2705.  
  2706. if assj3 == false then
  2707. if being == false then
  2708.  
  2709. assj3 = true
  2710.  
  2711. local beamgo = 6
  2712. local beamgo1 = 1
  2713. local enabled = true
  2714. local sizeup = -25
  2715.  
  2716.  
  2717. RightShoulder.MaxVelocity = 0
  2718. RightShoulder.CurrentAngle = 0
  2719. LeftShoulder.MaxVelocity = 0
  2720. LeftShoulder.CurrentAngle = 0
  2721.  
  2722. chatfunc("ULTIMATE,")
  2723.  
  2724. local TiltX = 0
  2725. local TiltY = 0
  2726. local TiltZ = 0.85
  2727. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  2728. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  2729. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltX,TiltY,TiltZ + 0.7)
  2730. TiltX = 0.6
  2731. TiltY = 0
  2732. TiltZ = 0
  2733. local MoveX = 0
  2734. local MoveY = 0
  2735. local MoveZ = -0.3
  2736. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltZ,TiltY,TiltZ)
  2737. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2738. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2739. TiltX = -0.05
  2740. TiltY = 0
  2741. TiltZ = 0
  2742. MoveX = 0
  2743. MoveY = 0.1
  2744. MoveZ = 0
  2745. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2746. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  2747.  
  2748. wait(.02)
  2749.  
  2750. local partt2 = Instance.new("Part",char)
  2751. partt2.Name = "kame"
  2752. partt2.Position = Vector3.new(999,999,999)
  2753. partt2.Transparency = 1
  2754. partt2.Material = Enum.Material.Neon
  2755. partt2.BrickColor = BrickColor.new("White")
  2756. partt2.CanCollide = false
  2757. partt2.Anchored = false
  2758. partt2.Size = Vector3.new(0.15,0.15,0.15)
  2759. local partmesh = Instance.new("BlockMesh",partt2)
  2760. partmesh.Scale = Vector3.new(13.4,13.4,13.4)
  2761. hum.PlatformStand = true
  2762. local partweld2 = Instance.new("Weld")
  2763. partweld2.Part0 = tor
  2764. partweld2.Part1 = partt2
  2765. partweld2.Parent = partt2
  2766. partweld2.C0 = CFrame.new(-0,-.5,-1.5)
  2767. hrp.Anchored = true
  2768. wait(.01)
  2769. tor.Anchored = true
  2770. kamehameha3 = true
  2771.  
  2772. wait(1)
  2773.  
  2774. wait(1)
  2775.  
  2776. local Gyro = Instance.new("BodyGyro")
  2777. Gyro.Parent = tor
  2778. Gyro.D = 50
  2779. Gyro.cframe = tor.CFrame
  2780. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  2781. local Position = Instance.new("BodyPosition")
  2782. Position.Parent = tor
  2783. Position.position = tor.Position
  2784. Position.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  2785.  
  2786. RefreshWelds()
  2787.  
  2788. chatfunc("KAMEHAMEHAAA!!!")
  2789.  
  2790. kamehit2:Play()
  2791.  
  2792. KameWelds()
  2793.  
  2794. kamehameha3 = false
  2795.  
  2796. partt2:Remove()
  2797.  
  2798.  
  2799. local ray = Ray.new(tor.CFrame.p, (mouse.Hit.p - tor.CFrame.p).unit * 299) local pos = mouse.Hit.p
  2800. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  2801.  
  2802. local new = Instance.new
  2803. local v3 = Vector3.new
  2804. local bc = BrickColor.new
  2805.  
  2806. local a1 = new("Part",char)
  2807. a1.Name = "Beam"
  2808. a1.Anchored = true
  2809. a1.Size = v3(6,6,6)
  2810. a1.CanCollide = false
  2811. a1.Locked = true
  2812. a1.Position = v3(999,999,999)
  2813. a1.BrickColor = bc("White")
  2814. a1.Material = "Neon"
  2815. a1.Transparency = 0
  2816.  
  2817. local num = 0
  2818.  
  2819. Gyro.CFrame = CFrame.new(tor.Position, pos)
  2820.  
  2821. tor.CFrame = CFrame.new(tor.Position, pos)
  2822.  
  2823. local distance = (tor.CFrame.p - position).magnitude
  2824. a1.Size = Vector3.new(1.7, 1.7, distance)
  2825. a1.CFrame = CFrame.new(tor.CFrame.p, position) * CFrame.new(0, 0.25, -distance / 2)
  2826.  
  2827. game:GetService("Debris"):AddItem(a1,0.4)
  2828.  
  2829. if part then
  2830.  
  2831.  
  2832. kamehit:Play()
  2833.  
  2834.  
  2835. if part.Parent:findFirstChild("NewPart") == nil and part.Size.x < 500 and part.Parent:findFirstChild("Wave") == nil then
  2836.  
  2837.  
  2838.  
  2839. if part.Parent:IsA("Accessory") then
  2840. part.Parent.Parent:BreakJoints()
  2841. end
  2842. if part.Parent:IsA("Model") then
  2843. part.Parent:BreakJoints()
  2844. end
  2845. part:Destroy()
  2846. if enabled == true then
  2847. enabled = false
  2848. num = num + 1
  2849. local a21 = new("Part",char)
  2850. a21.Name = "Beam"..num
  2851. a21.Locked = true
  2852. a21.Size = v3(1,1,1)
  2853. a21.CanCollide = false
  2854. a21.Position = v3(999,999,999)
  2855. a21.BrickColor = bc("White")
  2856. a21.Material = "Neon"
  2857. a21.Transparency = 1
  2858. local aa21 = new("SpecialMesh",a21)
  2859. a21.Anchored = true
  2860. a21.Position = part.Position
  2861. aa21.MeshType = "Sphere"
  2862. aa21.Scale = v3(1,1,1)
  2863.  
  2864. local a23 = new("Part",char)
  2865. a23.Name = "Bean2"
  2866. a23.Locked = true
  2867. a23.Size = v3(1,1,1)
  2868. a23.CanCollide = false
  2869. a23.Position = v3(999,999,999)
  2870. a23.BrickColor = bc("Steel blue")
  2871. a23.Material = "Neon"
  2872. a23.Transparency = 1
  2873. local aa23 = new("SpecialMesh",a23)
  2874. a23.Anchored = true
  2875. a23.Position = part.Position
  2876. aa23.MeshType = "Sphere"
  2877. aa23.Scale = v3(1,1,1)
  2878.  
  2879. local a24 = new("Part",char)
  2880. a24.Name = "Bean"
  2881. a24.Locked = true
  2882. a24.Size = v3(1,1,1)
  2883. a24.CanCollide = false
  2884. a24.Position = v3(999,999,999)
  2885. a24.BrickColor = bc("Electric blue")
  2886. a24.Material = "Neon"
  2887. a24.Transparency = 0
  2888. local aa24 = new("SpecialMesh",a24)
  2889. a24.Anchored = true
  2890. a24.Position = part.Position
  2891. aa24.MeshType = "Sphere"
  2892. aa24.Scale = v3(1,1,1)
  2893.  
  2894. local a22 = new("Part",char)
  2895. a22.Name = "Beam3"
  2896. a22.Locked = true
  2897. a22.Size = v3(1,1,1)
  2898. a22.CanCollide = false
  2899. a22.Position = v3(999,999,999)
  2900. a22.BrickColor = bc("Medium blue")
  2901. a22.Material = "Neon"
  2902. a22.Transparency = 1
  2903. local aa22 = new("SpecialMesh",a22)
  2904. a22.Anchored = true
  2905. a22.Position = part.Position
  2906. aa22.MeshType = "Sphere"
  2907. aa22.Scale = v3(1,1,1)
  2908.  
  2909. GroundWave5()
  2910. GroundWave6()
  2911. GroundWave7()
  2912. wait(.09)
  2913. GroundWave5()
  2914. GroundWave6()
  2915. GroundWave7()
  2916.  
  2917. a21.Transparency = 0
  2918. a22.Transparency = 0
  2919. a23.Transparency = 0
  2920.  
  2921. for i = 1,55.99 do
  2922. wait()
  2923. char["Beam1"].Mesh.Scale = char["Beam1"].Mesh.Scale + v3(10,10,10)
  2924. char["Beam1"].Transparency = char["Beam1"].Transparency + 0.03
  2925.  
  2926. char["Beam3"].Mesh.Scale = char["Beam3"].Mesh.Scale + v3(5,5,5)
  2927. char["Beam3"].Transparency = char["Beam3"].Transparency + 0.02
  2928.  
  2929. char["Bean2"].Mesh.Scale = char["Bean2"].Mesh.Scale + v3(2,2,2)
  2930. char["Bean2"].Transparency = char["Bean2"].Transparency + 0.01
  2931.  
  2932. char["Bean"].Mesh.Scale = char["Bean"].Mesh.Scale + v3(1,1,1)
  2933. char["Bean"].Transparency = char["Bean"].Transparency + 0.001
  2934.  
  2935. end
  2936. enabled = true
  2937.  
  2938. a21.Transparency = 1
  2939. a22.Transparency = 1
  2940. a23.Transparency = 1
  2941. a24.Transparency = 1
  2942.  
  2943. GroundWave5()
  2944. GroundWave6()
  2945. GroundWave7()
  2946.  
  2947. GroundWave5()
  2948. GroundWave6()
  2949. GroundWave7()
  2950.  
  2951. wait(.4)
  2952.  
  2953.  
  2954. GroundWave5()
  2955. GroundWave6()
  2956. GroundWave7()
  2957.  
  2958. GroundWave5()
  2959. GroundWave6()
  2960. GroundWave7()
  2961.  
  2962. wait(.4)
  2963.  
  2964. GroundWave5()
  2965. GroundWave6()
  2966. GroundWave7()
  2967.  
  2968. GroundWave5()
  2969. GroundWave6()
  2970. GroundWave7()
  2971.  
  2972. char["Beam1"]:Destroy()
  2973. char["Beam3"]:Destroy()
  2974. char["Bean2"]:Destroy()
  2975. char["Bean"]:Destroy()
  2976.  
  2977. end
  2978. end
  2979.  
  2980. end
  2981.  
  2982. wait(.5)
  2983.  
  2984. ape51.Transparency = 0
  2985. ape56.Transparency = 1
  2986.  
  2987. hum.PlatformStand = false
  2988. char.Torso.Anchored = false
  2989. hrp.Anchored = false
  2990.  
  2991. RightShoulder.MaxVelocity = 0.15
  2992. LeftShoulder.MaxVelocity = 0.15
  2993.  
  2994. RefreshWelds()
  2995.  
  2996. Gyro:Remove()
  2997.  
  2998. Position:Remove()
  2999.  
  3000. available = false
  3001. auracan = false
  3002.  
  3003. wait(1.6)
  3004.  
  3005. assj3 = false
  3006.  
  3007. end
  3008.  
  3009. attacking = false
  3010.  
  3011. end
  3012.  
  3013. end;
  3014. end
  3015.  
  3016. function kamehamehax10()
  3017.  
  3018. if attacking == false then
  3019. attacking = true
  3020.  
  3021. local nun = 0
  3022.  
  3023. if assj3 == false then
  3024. if being == false then
  3025.  
  3026. assj3 = true
  3027.  
  3028. local beamgo = 6
  3029. local beamgo1 = 1
  3030. local enabled = true
  3031. local sizeup = -25
  3032.  
  3033.  
  3034. RightShoulder.MaxVelocity = 0
  3035. RightShoulder.CurrentAngle = 0
  3036. LeftShoulder.MaxVelocity = 0
  3037. LeftShoulder.CurrentAngle = 0
  3038.  
  3039. chatfunc("TIMES TEN,")
  3040.  
  3041. local TiltX = 0
  3042. local TiltY = 0
  3043. local TiltZ = 0.85
  3044. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  3045. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  3046. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltX,TiltY,TiltZ + 0.7)
  3047. TiltX = 0.6
  3048. TiltY = 0
  3049. TiltZ = 0
  3050. local MoveX = 0
  3051. local MoveY = 0
  3052. local MoveZ = -0.3
  3053. RootJoint.C1 = RootJoint.C1 * CFrame.Angles(TiltZ,TiltY,TiltZ)
  3054. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  3055. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  3056. TiltX = -0.05
  3057. TiltY = 0
  3058. TiltZ = 0
  3059. MoveX = 0
  3060. MoveY = 0.1
  3061. MoveZ = 0
  3062. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  3063. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  3064.  
  3065. wait(3.04)
  3066.  
  3067. chatfunc("KAMEHAME...")
  3068.  
  3069. local partt2 = Instance.new("Part",char)
  3070. partt2.Name = "kame"
  3071. partt2.Position = Vector3.new(999,999,999)
  3072. partt2.Transparency = 1
  3073. partt2.Material = Enum.Material.Neon
  3074. partt2.BrickColor = BrickColor.new("Bright red")
  3075. partt2.CanCollide = false
  3076. partt2.Anchored = false
  3077. partt2.Size = Vector3.new(0.15,0.15,0.15)
  3078. local partmesh = Instance.new("BlockMesh",partt2)
  3079. partmesh.Scale = Vector3.new(13.4,13.4,13.4)
  3080. hum.PlatformStand = true
  3081. local partweld2 = Instance.new("Weld")
  3082. partweld2.Part0 = tor
  3083. partweld2.Part1 = partt2
  3084. partweld2.Parent = partt2
  3085. partweld2.C0 = CFrame.new(-0,-.5,-1.5)
  3086. hrp.Anchored = true
  3087. wait(.01)
  3088. tor.Anchored = true
  3089. kamehameha3 = true
  3090.  
  3091. wait(0.297)
  3092.  
  3093. partt2.Color = Color3.fromRGB(255,19,31)
  3094.  
  3095. wait(1.5)
  3096.  
  3097. local Gyro = Instance.new("BodyGyro")
  3098. Gyro.Parent = tor
  3099. Gyro.D = 50
  3100. Gyro.cframe = tor.CFrame
  3101. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  3102. local Position = Instance.new("BodyPosition")
  3103. Position.Parent = tor
  3104. Position.position = tor.Position
  3105. Position.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3106.  
  3107. RefreshWelds()
  3108.  
  3109. chatfunc("HAAAA!!!!")
  3110.  
  3111. kamehit2:Play()
  3112.  
  3113. KameWelds()
  3114.  
  3115. kamehameha3 = false
  3116.  
  3117. partt2:Remove()
  3118.  
  3119.  
  3120. local ray = Ray.new(tor.CFrame.p, (mouse.Hit.p - tor.CFrame.p).unit * 299) local pos = mouse.Hit.p
  3121. local part, position = workspace:FindPartOnRay(ray, char, false, true)
  3122.  
  3123. local new = Instance.new
  3124. local v3 = Vector3.new
  3125. local bc = BrickColor.new
  3126.  
  3127. local a1 = new("Part",char)
  3128. a1.Name = "Beam"
  3129. a1.Anchored = true
  3130. a1.Size = v3(6,6,6)
  3131. a1.CanCollide = false
  3132. a1.Locked = true
  3133. a1.Position = v3(999,999,999)
  3134. a1.Color = Color3.fromRGB(255,19,31)
  3135. a1.Material = "Neon"
  3136. a1.Transparency = 0
  3137.  
  3138. local num = 0
  3139.  
  3140. Gyro.CFrame = CFrame.new(tor.Position, pos)
  3141.  
  3142. tor.CFrame = CFrame.new(tor.Position, pos)
  3143.  
  3144. local distance = (tor.CFrame.p - position).magnitude
  3145. a1.Size = Vector3.new(1.7, 1.7, distance)
  3146. a1.CFrame = CFrame.new(tor.CFrame.p, position) * CFrame.new(0, 0.25, -distance / 2)
  3147.  
  3148. game:GetService("Debris"):AddItem(a1,0.4)
  3149.  
  3150. if part then
  3151.  
  3152.  
  3153. kamehit:Play()
  3154.  
  3155.  
  3156. if part.Parent:findFirstChild("NewPart") == nil and part.Size.x < 500 and part.Parent:findFirstChild("Wave") == nil then
  3157.  
  3158.  
  3159.  
  3160. if part.Parent:IsA("Accessory") then
  3161. part.Parent.Parent:BreakJoints()
  3162. end
  3163. if part.Parent:IsA("Model") then
  3164. part.Parent:BreakJoints()
  3165. end
  3166. part:Destroy()
  3167. if enabled == true then
  3168. enabled = false
  3169. num = num + 1
  3170. local a21 = new("Part",char)
  3171. a21.Name = "Beam"..num
  3172. a21.Locked = true
  3173. a21.Size = v3(1,1,1)
  3174. a21.CanCollide = false
  3175. a21.Position = v3(999,999,999)
  3176. a21.BrickColor = bc("White")
  3177. a21.Material = "Neon"
  3178. a21.Transparency = 1
  3179. local aa21 = new("SpecialMesh",a21)
  3180. a21.Anchored = true
  3181. a21.Position = part.Position
  3182. aa21.MeshType = "Sphere"
  3183. aa21.Scale = v3(1,1,1)
  3184.  
  3185. local a23 = new("Part",char)
  3186. a23.Name = "Bean2"
  3187. a23.Locked = true
  3188. a23.Size = v3(1,1,1)
  3189. a23.CanCollide = false
  3190. a23.Position = v3(999,999,999)
  3191. a23.BrickColor = bc("Bright red")
  3192. a23.Material = "Neon"
  3193. a23.Transparency = 1
  3194. local aa23 = new("SpecialMesh",a23)
  3195. a23.Anchored = true
  3196. a23.Position = part.Position
  3197. aa23.MeshType = "Sphere"
  3198. aa23.Scale = v3(1,1,1)
  3199.  
  3200. local a24 = new("Part",char)
  3201. a24.Name = "Bean"
  3202. a24.Locked = true
  3203. a24.Size = v3(1,1,1)
  3204. a24.CanCollide = false
  3205. a24.Position = v3(999,999,999)
  3206. a24.Color = Color3.fromRGB(255,19,31)
  3207. a24.Material = "Neon"
  3208. a24.Transparency = 0
  3209. local aa24 = new("SpecialMesh",a24)
  3210. a24.Anchored = true
  3211. a24.Position = part.Position
  3212. aa24.MeshType = "Sphere"
  3213. aa24.Scale = v3(1,1,1)
  3214.  
  3215. local a25 = new("Part",char)
  3216. a25.Name = "Bean3"
  3217. a25.Locked = true
  3218. a25.Size = v3(1,1,1)
  3219. a25.CanCollide = false
  3220. a25.Position = v3(999,999,999)
  3221. a25.Color = Color3.fromRGB(255, 31, 70)
  3222. a25.Material = "Neon"
  3223. a25.Transparency = 0
  3224. local aa25 = new("SpecialMesh",a24)
  3225. a25.Anchored = true
  3226. a25.Position = part.Position
  3227. aa25.MeshType = "Sphere"
  3228. aa25.Scale = v3(1,1,1)
  3229. aa25.Name = "Mesh"
  3230.  
  3231. local a22 = new("Part",char)
  3232. a22.Name = "Beam3"
  3233. a22.Locked = true
  3234. a22.Size = v3(1,1,1)
  3235. a22.CanCollide = false
  3236. a22.Position = v3(999,999,999)
  3237. a22.BrickColor = bc("Persimmon")
  3238. a22.Material = "Neon"
  3239. a22.Transparency = 1
  3240. local aa22 = new("SpecialMesh",a22)
  3241. a22.Anchored = true
  3242. a22.Position = part.Position
  3243. aa22.MeshType = "Sphere"
  3244. aa22.Scale = v3(1,1,1)
  3245.  
  3246. GroundWave5()
  3247. GroundWave6()
  3248. GroundWave7()
  3249. wait(.09)
  3250. GroundWave5()
  3251. GroundWave6()
  3252. GroundWave7()
  3253.  
  3254. a21.Transparency = 0
  3255. a22.Transparency = 0
  3256. a23.Transparency = 0
  3257.  
  3258. for i = 1,55.99 do
  3259. wait()
  3260. aa21.Scale = aa21.Scale + v3(10,10,10)
  3261. a21.Transparency = a21.Transparency + 0.03
  3262.  
  3263. aa22.Scale = aa22.Scale + v3(5,5,5)
  3264. a22.Transparency = a22.Transparency + 0.02
  3265.  
  3266. aa25.Scale = aa25.Scale + v3(2,2,2)
  3267. a25.Transparency = a25.Transparency + 0.01
  3268.  
  3269. aa24.Scale = aa24.Scale + v3(1,1,1)
  3270. a24.Transparency = a24.Transparency + 0.001
  3271.  
  3272. aa23.Scale = aa23.Scale + v3(10,10,10)
  3273. a23.Transparency = a23.Transparency + 0.03
  3274.  
  3275. end
  3276. enabled = true
  3277.  
  3278. a21.Transparency = 1
  3279. a22.Transparency = 1
  3280. a23.Transparency = 1
  3281. a24.Transparency = 1
  3282.  
  3283. GroundWave5()
  3284. GroundWave6()
  3285. GroundWave7()
  3286.  
  3287. GroundWave5()
  3288. GroundWave6()
  3289. GroundWave7()
  3290.  
  3291. wait(.4)
  3292.  
  3293.  
  3294. GroundWave5()
  3295. GroundWave6()
  3296. GroundWave7()
  3297.  
  3298. GroundWave5()
  3299. GroundWave6()
  3300. GroundWave7()
  3301.  
  3302. wait(.4)
  3303.  
  3304. char["Beam1"]:Destroy()
  3305. char["Beam3"]:Destroy()
  3306. char["Bean2"]:Destroy()
  3307. char["Bean"]:Destroy()
  3308. --char["Bean2"]:Destroy()
  3309.  
  3310. end
  3311. end
  3312.  
  3313. end
  3314.  
  3315. wait(.5)
  3316.  
  3317. ape51.Transparency = 0
  3318. ape56.Transparency = 1
  3319.  
  3320. hum.PlatformStand = false
  3321. char.Torso.Anchored = false
  3322. hrp.Anchored = false
  3323.  
  3324. RightShoulder.MaxVelocity = 0.15
  3325. LeftShoulder.MaxVelocity = 0.15
  3326.  
  3327. RefreshWelds()
  3328.  
  3329. Gyro:Remove()
  3330.  
  3331. Position:Remove()
  3332.  
  3333. available = false
  3334. auracan = false
  3335.  
  3336. wait(1.6)
  3337.  
  3338. assj3 = false
  3339.  
  3340. end
  3341.  
  3342. attacking = false
  3343.  
  3344. end
  3345.  
  3346. end;
  3347. end
  3348.  
  3349. mouse.KeyDown:connect(function(key)
  3350. if key == "e" then
  3351. if ssj2 == false and ssj3 == false and fullpowerssj == false and ultrainstinct == false then
  3352. if attacking == false then
  3353. kamehameha()
  3354. end
  3355. end
  3356. end
  3357. end)
  3358.  
  3359. mouse.KeyDown:connect(function(key)
  3360. if key == "r" then
  3361. if ssj2 == true and assj2 == true then
  3362. if attacking == false then
  3363. kamehameha()
  3364. end
  3365. end
  3366. end
  3367. end)
  3368.  
  3369. mouse.KeyDown:connect(function(key)
  3370. if key == "e" then
  3371. if fullpowerssj == true then
  3372. if attacking == false then
  3373. angrykamehameha()
  3374. end
  3375. end
  3376. end
  3377. end)
  3378.  
  3379. mouse.KeyDown:connect(function(key)
  3380. if key == "e" then
  3381. if ultrainstinct == true or limitbreaker == true then
  3382. if attacking == false then
  3383. ultrakamehameha()
  3384. end
  3385. end
  3386. end
  3387. end)
  3388.  
  3389. mouse.KeyDown:connect(function(key)
  3390. if key == "e" then
  3391. if ssj2 == true or ssj3 == true then
  3392. superkamehameha()
  3393. end
  3394. end
  3395. end)
  3396.  
  3397. mouse.KeyDown:connect(function(key)
  3398. if key == "q" then
  3399. if ssj2 == true and assj2 == true then
  3400. kamehameha2()
  3401. end
  3402. end
  3403. end)
  3404.  
  3405. mouse.KeyDown:connect(function(key)
  3406. if key == "r" then
  3407. if ssjwhite == true then
  3408. kamehamehax10()
  3409. end
  3410. end
  3411. end)
  3412.  
  3413. function normalform()
  3414.  
  3415. if available == true then
  3416. available = false
  3417. end
  3418.  
  3419. if auracan2 == true then
  3420. auracan2 = false
  3421. end
  3422. if auracan3 == true then
  3423. auracan3 = false
  3424. end
  3425. if auracan == true then
  3426. auracan = false
  3427. end
  3428. if auracan4 == true then
  3429. auracan4 = false
  3430. end
  3431.  
  3432. if hum.MaxHealth == math.huge then
  3433. hum.MaxHealth = math.huge
  3434. hum.Health = 10000
  3435. end
  3436.  
  3437. if ultrainstinct == true or limitbreaker == true then
  3438. ultrainstinct = false
  3439. dodge = false
  3440. automoviment = false
  3441. limitbreaker = false
  3442. wait(.009)
  3443. hum.MaxHealth = math.huge
  3444. hum.Health = 10000
  3445. end
  3446.  
  3447. if assj3 == false then
  3448. if ssj1 == true or ssj2 == true or ssj3 == true or sss3 == true or ssjg == true or ssjb == true or ssjbk == true or ssjwhite == true or normal == false or ssjbfullpower == true or kaioken == true or ultrainstinct == true then
  3449. if being == false then
  3450. being = true
  3451. hum.JumpPower = 0
  3452. hum.WalkSpeed = 0
  3453.  
  3454. Mus.Pitch = 1
  3455.  
  3456. for _,v in pairs(char:GetChildren()) do
  3457. if v.ClassName == "Sound" then
  3458. v:Stop()
  3459. end
  3460. end
  3461.  
  3462. for _,y in pairs(char:GetChildren()) do
  3463. if y.ClassName == "Part" then
  3464. for _,i in pairs(y:GetChildren()) do
  3465. if i.ClassName == "ParticleEmitter" then
  3466. i.Transparency = NumberSequence.new(1)
  3467. end
  3468. end
  3469. end
  3470. end
  3471.  
  3472. for _,v in pairs(char:GetChildren()) do
  3473. if v.Name == "Part8" then
  3474. v:Remove()
  3475. end
  3476. end
  3477.  
  3478. for _,v in pairs(char:GetChildren()) do
  3479. if v.Name == "Part9" then
  3480. v:Remove()
  3481. end
  3482. end
  3483.  
  3484. for _,v in pairs(char:GetChildren()) do
  3485. if v.Name == "leg2" or v.Name == "leg1" or v.Name == "arm1" or v.Name == "arm2" or v.Name == "tors" or v.Name == "hed" then
  3486. v:Remove()
  3487. end
  3488. end
  3489.  
  3490. char.Hair:Remove()
  3491.  
  3492. Hair7 = Instance.new("Part")
  3493. Hair7.Parent = p.Character
  3494. Hair7.Name = "Hair"
  3495. Hair7.CanCollide = false
  3496. Hair7.Locked = true
  3497. Hair7.TopSurface = "Smooth"
  3498. Hair7.BottomSurface = "Smooth"
  3499. Hair7.formFactor = "Symmetric"
  3500. Hair7.Material = "Neon"
  3501. Hair7.BrickColor = BrickColor.new("Really black")
  3502. Hair7.CFrame = p.Character.Torso.CFrame
  3503. Hair7.Size = Vector3.new(1, 1, 1)
  3504. Hair7.Transparency = 0
  3505.  
  3506. Weld1 = Instance.new("Weld")
  3507. Weld1.Parent = p.Character.Head
  3508. Weld1.Part0 = p.Character.Head
  3509. Weld1.Part1 = Hair7
  3510. Weld1.C0 = CFrame.new(0, 1, 0)
  3511.  
  3512. Mesh = Instance.new("SpecialMesh")
  3513. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  3514. Mesh.Parent = Hair7
  3515. Mesh.Scale = Vector3.new(1, 1, 1)
  3516. Mesh.MeshType = "FileMesh"
  3517. Mesh.MeshId = "http://www.roblox.com/asset/?id=476757756"
  3518. Mesh.TextureId = ""
  3519.  
  3520. ape51.Color = Color3.fromRGB(106,57,8)
  3521.  
  3522. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=259849794"
  3523. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=539482020"
  3524.  
  3525. hed.face.Texture = "rbxassetid://967842214"
  3526.  
  3527. local num = 0
  3528. local a21e = Instance.new("Part",char)
  3529. a21e.Name = "Beam"..num
  3530. a21e.Locked = true
  3531. a21e.Size = Vector3.new(1,1,1)
  3532. a21e.CanCollide = false
  3533. a21e.Position = Vector3.new(999,999,999)
  3534. a21e.BrickColor = BrickColor.new("Medium blue")
  3535. a21e.Material = "Neon"
  3536. a21e.Transparency = 0
  3537. local aa21e = Instance.new("SpecialMesh",a21e)
  3538. a21e.Anchored = true
  3539. a21e.Position = hrp.Position
  3540. aa21e.MeshType = "Sphere"
  3541. aa21e.Scale = Vector3.new(1,1,1)
  3542.  
  3543. for i = 1,25 do
  3544. wait()
  3545. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  3546. a21e.Transparency = a21e.Transparency + 0.04
  3547. end
  3548.  
  3549. a21e:Remove()
  3550.  
  3551. wait()
  3552.  
  3553. hum.WalkSpeed = 16
  3554. hum.JumpPower = 50
  3555.  
  3556. if hum.MaxHealth == math.huge then
  3557. hum.MaxHealth = math.huge
  3558. hum.Health = 10000
  3559. end
  3560.  
  3561. for _,y in pairs(char:GetChildren()) do
  3562. if y.ClassName == "Part" then
  3563. for _,i in pairs(y:GetChildren()) do
  3564. if i.ClassName == "ParticleEmitter" then
  3565. i:Remove()
  3566. end
  3567. end
  3568. end
  3569. end
  3570.  
  3571. normal = true
  3572. ssjg = false
  3573. ssjr = false
  3574. ssj3 = false
  3575. sss3 = false
  3576. ssj2 = false
  3577. ssj1 = false
  3578. assj2 = false
  3579. ssjb = false
  3580. ultrainstinct = false
  3581. dodge = false
  3582. automoviment = false
  3583. kaioken2 = false
  3584. kaioken4 = false
  3585. fullpowerssj = false
  3586. kaioken5 = false
  3587. kaioken10 = false
  3588. kaioken20 = false
  3589. kaiokenx50 = false
  3590. kaioken = false
  3591. ssjbk = false
  3592. ssjbfullpower = false
  3593. ssjwhite = false
  3594. limitbreaker = false
  3595. being = false
  3596.  
  3597. if hum.MaxHealth == math.huge then
  3598. hum.MaxHealth = math.huge
  3599. hum.Health = 10000
  3600. end
  3601.  
  3602. end
  3603. end
  3604.  
  3605. end
  3606. end
  3607.  
  3608. function kicharge()
  3609. hum.PlatformStand = true
  3610. tor.Anchored = true
  3611. hrp.Anchored = true
  3612.  
  3613. SuperWelds()
  3614.  
  3615. if fullpowerssj == true then
  3616. local ssj2aura = Instance.new("ParticleEmitter",hrp)
  3617. ssj2aura.Name = "control"
  3618. ssj2aura.Texture = "rbxassetid://241992237"
  3619. ssj2aura.Transparency = NumberSequence.new(0.425)
  3620. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,255,25))
  3621. ssj2aura.LightEmission = 1
  3622. ssj2aura.Size = NumberSequence.new(8)
  3623. ssj2aura.Lifetime = NumberRange.new(0.5)
  3624. ssj2aura.Rate = 19
  3625. ssj2aura.ZOffset = 0
  3626. ssj2aura.Speed = NumberRange.new(10)
  3627. ssj2aura.LockedToPart = true
  3628. ssj2aura.ZOffset = -1
  3629.  
  3630. local ssj2aura2 = Instance.new("ParticleEmitter",hrp)
  3631. ssj2aura2.Name = "control2"
  3632. ssj2aura2.Texture = "rbxassetid://1072507908"
  3633. ssj2aura2.Transparency = NumberSequence.new(0.555)
  3634. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  3635. ssj2aura2.LightEmission = 0.75
  3636. ssj2aura2.Size = NumberSequence.new(8)
  3637. ssj2aura2.Lifetime = NumberRange.new(0.5)
  3638. ssj2aura2.Rate = 19
  3639. ssj2aura2.ZOffset = -1
  3640. ssj2aura2.Speed = NumberRange.new(10)
  3641. ssj2aura2.LockedToPart = true
  3642. ssj2aura2.ZOffset = -1
  3643. end
  3644.  
  3645. if ssj2 == true and ssj1 == true and ssj3 == false and assj2 == false then
  3646. local ssj2aura = Instance.new("ParticleEmitter",hrp)
  3647. ssj2aura.Name = "ssj2aura"
  3648. ssj2aura.Texture = "rbxassetid://241992237"
  3649. ssj2aura.Transparency = NumberSequence.new(0.425)
  3650. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,255,25))
  3651. ssj2aura.LightEmission = 1
  3652. ssj2aura.Size = NumberSequence.new(7)
  3653. ssj2aura.Lifetime = NumberRange.new(0.5)
  3654. ssj2aura.Rate = 19
  3655. ssj2aura.ZOffset = 0
  3656. ssj2aura.Speed = NumberRange.new(10)
  3657. ssj2aura.LockedToPart = true
  3658.  
  3659. local ssj2aura2 = Instance.new("ParticleEmitter",hrp)
  3660. ssj2aura2.Name = "ssj2aura2"
  3661. ssj2aura2.Texture = "rbxassetid://1072507908"
  3662. ssj2aura2.Transparency = NumberSequence.new(0.555)
  3663. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  3664. ssj2aura2.LightEmission = 0.75
  3665. ssj2aura2.Size = NumberSequence.new(8)
  3666. ssj2aura2.Lifetime = NumberRange.new(0.5)
  3667. ssj2aura2.Rate = 19
  3668. ssj2aura2.ZOffset = -1
  3669. ssj2aura2.Speed = NumberRange.new(10)
  3670. ssj2aura2.LockedToPart = true
  3671.  
  3672. local particle = Instance.new("ParticleEmitter",hrp)
  3673. particle.Color = ColorSequence.new(Color3.fromRGB(0, 189, 255))
  3674. particle.LightEmission = 0.5
  3675. particle.LightInfluence = 0
  3676. particle.Transparency = NumberSequence.new(0.9)
  3677. particle.Acceleration = Vector3.new(0,0.04,0)
  3678. particle.Size = NumberSequence.new(7.9)
  3679. particle.Texture = "rbxassetid://1045690145"
  3680. particle.ZOffset = 1
  3681. particle.LockedToPart = true
  3682. particle.Enabled = true
  3683. particle.Lifetime = NumberRange.new(0.09)
  3684. particle.Rate = 20
  3685. particle.Rotation = NumberRange.new(-365,365)
  3686. particle.Speed = NumberRange.new(2)
  3687. particle.SpreadAngle = Vector2.new(9999,9999)
  3688. particle.Name = "ssj9electric"
  3689. particle.EmissionDirection = Enum.NormalId.Bottom
  3690. end
  3691.  
  3692. if ssj3 == true then
  3693. local ssj9aura = Instance.new("ParticleEmitter",hrp)
  3694. ssj9aura.Name = "control"
  3695. ssj9aura.Texture = "rbxassetid://241992237"
  3696. ssj9aura.Transparency = NumberSequence.new(0.425)
  3697. ssj9aura.Color = ColorSequence.new(Color3.fromRGB(169, 234, 82))
  3698. ssj9aura.LightEmission = 1
  3699. ssj9aura.Size = NumberSequence.new(9)
  3700. ssj9aura.Lifetime = NumberRange.new(0.5)
  3701. ssj9aura.Rate = 19
  3702. ssj9aura.Speed = NumberRange.new(10)
  3703. ssj9aura.LockedToPart = true
  3704. ssj9aura.ZOffset = -1
  3705.  
  3706. local ssj9aura2 = Instance.new("ParticleEmitter",hrp)
  3707. ssj9aura2.Name = "control2"
  3708. ssj9aura2.Texture = "rbxassetid://1072507908"
  3709. ssj9aura2.Transparency = NumberSequence.new(0.555)
  3710. ssj9aura2.Color = ColorSequence.new(Color3.fromRGB(99, 200, 82))
  3711. ssj9aura2.LightEmission = 0.75
  3712. ssj9aura2.Size = NumberSequence.new(10)
  3713. ssj9aura2.Lifetime = NumberRange.new(0.5)
  3714. ssj9aura2.Rate = 19
  3715. ssj9aura2.ZOffset = -1
  3716. ssj9aura2.Speed = NumberRange.new(10)
  3717. ssj9aura2.LockedToPart = true
  3718. ssj9aura2.ZOffset = -1
  3719. Mus.Pitch = 1
  3720. end
  3721.  
  3722. if assj2 == true then
  3723. local ssj9aura = Instance.new("ParticleEmitter",hrp)
  3724. ssj9aura.Name = "control"
  3725. ssj9aura.Texture = "rbxassetid://241992237"
  3726. ssj9aura.Transparency = NumberSequence.new(0.825)
  3727. ssj9aura.Color = ColorSequence.new(Color3.fromRGB(255, 200, 249))
  3728. ssj9aura.LightEmission = 1
  3729. ssj9aura.Size = NumberSequence.new(8)
  3730. ssj9aura.Lifetime = NumberRange.new(0.5)
  3731. ssj9aura.Rate = 19
  3732. ssj9aura.Speed = NumberRange.new(10)
  3733. ssj9aura.LockedToPart = true
  3734. ssj9aura.ZOffset = -3
  3735.  
  3736. local ssj9aura2 = Instance.new("ParticleEmitter",hrp)
  3737. ssj9aura2.Name = "control2"
  3738. ssj9aura2.Texture = "rbxassetid://1072507908"
  3739. ssj9aura2.Transparency = NumberSequence.new(0.955)
  3740. ssj9aura2.Color = ColorSequence.new(Color3.fromRGB(249, 255, 200))
  3741. ssj9aura2.LightEmission = 0.75
  3742. ssj9aura2.Size = NumberSequence.new(9)
  3743. ssj9aura2.Lifetime = NumberRange.new(0.5)
  3744. ssj9aura2.Rate = 19
  3745. ssj9aura2.ZOffset = -1
  3746. ssj9aura2.Speed = NumberRange.new(10)
  3747. ssj9aura2.LockedToPart = true
  3748. ssj9aura2.ZOffset = -2
  3749. Mus.Pitch = 1
  3750. end
  3751.  
  3752. if ssjwhite == true then
  3753. local ssj9aura = Instance.new("ParticleEmitter",hrp)
  3754. ssj9aura.Name = "control"
  3755. ssj9aura.Texture = "rbxassetid://241992237"
  3756. ssj9aura.Transparency = NumberSequence.new(0.825)
  3757. ssj9aura.Color = ColorSequence.new(Color3.fromRGB(255, 200, 18))
  3758. ssj9aura.LightEmission = 1
  3759. ssj9aura.Size = NumberSequence.new(7)
  3760. ssj9aura.Lifetime = NumberRange.new(0.5)
  3761. ssj9aura.Rate = 19
  3762. ssj9aura.Speed = NumberRange.new(10)
  3763. ssj9aura.LockedToPart = true
  3764. ssj9aura.ZOffset = -2
  3765.  
  3766. local ssj9aura2 = Instance.new("ParticleEmitter",hrp)
  3767. ssj9aura2.Name = "control2"
  3768. ssj9aura2.Texture = "rbxassetid://1072507908"
  3769. ssj9aura2.Transparency = NumberSequence.new(0.855)
  3770. ssj9aura2.Color = ColorSequence.new(Color3.fromRGB(255, 19, 70))
  3771. ssj9aura2.LightEmission = 0.75
  3772. ssj9aura2.Size = NumberSequence.new(10)
  3773. ssj9aura2.Lifetime = NumberRange.new(0.5)
  3774. ssj9aura2.Rate = 19
  3775. ssj9aura2.ZOffset = -2
  3776. ssj9aura2.Speed = NumberRange.new(10)
  3777. ssj9aura2.LockedToPart = true
  3778. ssj9aura2.ZOffset = -1
  3779. Mus.Pitch = 1
  3780. end
  3781.  
  3782. if kaioken == true and ssbk == false and kaioken10 == false and kaioken20 == false or kaioken5 == true or kaioken2 == true or kaioken4 == true then
  3783. local ssj9aura = Instance.new("ParticleEmitter",hrp)
  3784. ssj9aura.Name = "control"
  3785. ssj9aura.Texture = "rbxassetid://241992237"
  3786. ssj9aura.Transparency = NumberSequence.new(0.825)
  3787. ssj9aura.Color = ColorSequence.new(Color3.fromRGB(255, 9, 1))
  3788. ssj9aura.LightEmission = 1
  3789. ssj9aura.Size = NumberSequence.new(12)
  3790. ssj9aura.Lifetime = NumberRange.new(0.5)
  3791. ssj9aura.Rate = 19
  3792. ssj9aura.Speed = NumberRange.new(10)
  3793. ssj9aura.LockedToPart = true
  3794. ssj9aura.ZOffset = -2
  3795.  
  3796. local ssj9aura2 = Instance.new("ParticleEmitter",hrp)
  3797. ssj9aura2.Name = "control2"
  3798. ssj9aura2.Texture = "rbxassetid://1072507908"
  3799. ssj9aura2.Transparency = NumberSequence.new(0.855)
  3800. ssj9aura2.Color = ColorSequence.new(Color3.fromRGB(255, 0, 0))
  3801. ssj9aura2.LightEmission = 0.75
  3802. ssj9aura2.Size = NumberSequence.new(11)
  3803. ssj9aura2.Lifetime = NumberRange.new(0.5)
  3804. ssj9aura2.Rate = 19
  3805. ssj9aura2.ZOffset = -2
  3806. ssj9aura2.Speed = NumberRange.new(10)
  3807. ssj9aura2.LockedToPart = true
  3808. ssj9aura2.ZOffset = -1
  3809. Mus.Pitch = 1
  3810. end
  3811.  
  3812. GroundWave0()
  3813.  
  3814. rock2 = false
  3815. rock = false
  3816. rock2 = false
  3817.  
  3818. charge = true
  3819. attacking = true
  3820.  
  3821. mouse.KeyDown:connect(function(key)
  3822. if key == "m" then
  3823.  
  3824. --wait(3)
  3825.  
  3826. GroundWave1()
  3827.  
  3828. rock3 = true
  3829.  
  3830. if fullpowerssj == true then
  3831. hrp.control.Enabled = false
  3832. hrp.control2.Enabled = false
  3833. hrp.control:Remove()
  3834. hrp.control2:Remove()
  3835. end
  3836.  
  3837. if ssj2 == true and ssj1 == true and ssj3 == false and assj2 == false then
  3838. hrp.ssj2aura.Enabled = false
  3839. hrp.ssj2aura2.Enabled = false
  3840. hrp.ssj9electric.Enabled = false
  3841. hrp.ssj2aura2:Remove()
  3842. hrp.ssj9electric:Remove()
  3843. hrp.ssj2aura:Remove()
  3844. end
  3845.  
  3846. if ssj3 == true then
  3847. hrp.control.Enabled = false
  3848. hrp.control2.Enabled = false
  3849. hrp.control:Remove()
  3850. hrp.control2:Remove()
  3851. end
  3852.  
  3853. if assj2 == true then
  3854. hrp.control.Enabled = false
  3855. hrp.control2.Enabled = false
  3856. hrp.control:Remove()
  3857. hrp.control2:Remove()
  3858. end
  3859.  
  3860. if ssjwhite == true then
  3861. hrp.control.Enabled = false
  3862. hrp.control2.Enabled = false
  3863. hrp.control:Remove()
  3864. hrp.control2:Remove()
  3865. end
  3866.  
  3867. if kaioken == true and ssbk == false and kaioken10 == false and kaioken20 == false or kaioken5 == true or kaioken2 == true or kaioken4 == true then
  3868. hrp.control.Enabled = false
  3869. hrp.control2.Enabled = false
  3870. hrp.control:Remove()
  3871. hrp.control2:Remove()
  3872. end
  3873.  
  3874. RefreshWelds()
  3875.  
  3876. rock3 = true
  3877.  
  3878. hum.PlatformStand = false
  3879. tor.Anchored = false
  3880. hrp.Anchored = false
  3881.  
  3882. rock3 = true
  3883.  
  3884. charge = false
  3885. attacking = false
  3886. being = false
  3887. rock = false
  3888. rock3 = true
  3889.  
  3890. end
  3891. end)
  3892. end
  3893.  
  3894. mouse.KeyDown:connect(function(key)
  3895. if key == "n" then
  3896. if charge == false then
  3897. kicharge()
  3898. end
  3899. end;end)
  3900.  
  3901. function ss2()
  3902.  
  3903. if ssj1 == true or fullpowerssj == true then
  3904. if being == false then
  3905. if ssj2 == false then
  3906. if normal == false then
  3907. being = true
  3908.  
  3909. if fullpowerssj == true then
  3910. already3 = true
  3911. end
  3912.  
  3913. if already3 == false then
  3914. chatfunc("Known as a stage ascended past the super saiyan form..")
  3915. wait(2.99)
  3916. chatfunc("SUPER SAIYAN 2")
  3917. end
  3918.  
  3919. if already3 == true then
  3920. if ssj1 == true then
  3921. chatfunc("Super Saiyan 2")
  3922. end
  3923. if fullpowerssj == true then
  3924. chatfunc("HAAAAAA!!!!")
  3925. wait(.01)
  3926. hed.face.Texture = "rbxassetid://1177818030"
  3927. end
  3928. end
  3929.  
  3930. already3 = true
  3931.  
  3932. if ssj1 == true then
  3933.  
  3934. rock = true
  3935.  
  3936.  
  3937. wait(.25)
  3938.  
  3939. end
  3940.  
  3941. hum.WalkSpeed = 0
  3942. hum.JumpPower = 0
  3943.  
  3944. if ssj1 == true then
  3945.  
  3946. wait(.5)
  3947.  
  3948. rock3 = true
  3949.  
  3950. end
  3951.  
  3952. if ssj1 == true then
  3953. Mus.SoundId = "rbxassetid://144377132"
  3954. Mus.Volume = 10
  3955. Mus:Play()
  3956. end
  3957.  
  3958. if fullpowerssj == true then
  3959. Mus:Stop()
  3960. Mus.Pitch = 1
  3961. Mus.SoundId = "rbxassetid://346663122"
  3962. Mus:Play()
  3963. end
  3964.  
  3965. if ssj1 == true then
  3966. local Mus2 = Instance.new("Sound",char)
  3967. Mus2.SoundId = "rbxassetid://301184111"
  3968. Mus2.Volume = 4
  3969. Mus2.Looped = false
  3970. Mus2:Play()
  3971. end
  3972.  
  3973. if ssj1 == true then
  3974. wait(.25)
  3975. rock3 = true
  3976. wait(.5)
  3977. rock3 = true
  3978. wait(2.5)
  3979.  
  3980. rock2 = true
  3981. rock = false
  3982.  
  3983. wait(1.999)
  3984. end
  3985.  
  3986. if fullpowerssj == true then
  3987. GroundShake = true
  3988. GroundShake2 = true
  3989.  
  3990. coroutine.wrap(function()
  3991. for i = 1,5 do
  3992. if fullpowerssj == true then
  3993. wait(math.random(1,2))
  3994.  
  3995. local block = Instance.new("Part",char)
  3996. block.Anchored = true
  3997. block.Transparency = 1
  3998. block.Position = hrp.Position + Vector3.new(math.random(-25,29),-3,math.random(-25,29))
  3999. block.CanCollide = false
  4000. local block2 = Instance.new("Part",char)
  4001. block2.Anchored = true
  4002. block2.Position = block.Position + Vector3.new(0,200,0)
  4003. block2.CanCollide = false
  4004. block2.Transparency = 1
  4005.  
  4006. wait(.05)
  4007. Lightning1(block.Position,block2.Position,1,15,workspace)
  4008. rock3 = true
  4009. wait(.09)
  4010. block:Remove()
  4011. end;end
  4012. end)()
  4013.  
  4014. wait(4.999)
  4015.  
  4016. GroundShake = false
  4017. GroundShake2 = false
  4018.  
  4019. wait(3)
  4020. chatfunc("GRRRRR!!!!!! THIS IS A SUPER SAIYAN 'RAGE'!!!!")
  4021.  
  4022. end
  4023.  
  4024. local num = 0
  4025. local a21e = Instance.new("Part",char)
  4026. a21e.Name = "Beam"..num
  4027. a21e.Locked = true
  4028. a21e.Size = Vector3.new(1,1,1)
  4029. a21e.CanCollide = false
  4030. a21e.Position = Vector3.new(999,999,999)
  4031. a21e.BrickColor = BrickColor.new("Cool yellow")
  4032. if fullpowerssj == true then
  4033. a21e.BrickColor = BrickColor.new("Electric blue")
  4034. end
  4035. a21e.Material = "Neon"
  4036. a21e.Transparency = 0
  4037. local aa21e = Instance.new("SpecialMesh",a21e)
  4038. a21e.Anchored = true
  4039. a21e.Position = hrp.Position
  4040. aa21e.MeshType = "Sphere"
  4041. aa21e.Scale = Vector3.new(1,1,1)
  4042.  
  4043. Mus1:Play()
  4044.  
  4045. if fullpowerssj == true then
  4046. Mesh.MeshId = "rbxassetid://560718478"
  4047. Mesh.Scale = Vector3.new(6.3,6.3,6.3)
  4048. Weld1.C0 = CFrame.new(-.25,1.2,.34)
  4049. Hair7.Color = Color3.fromRGB(255,255,0)
  4050. ape51.Color = Color3.fromRGB(255,255,0)
  4051. hed.face.Texture = "rbxassetid://231488725"
  4052.  
  4053. local Part2 = Instance.new("Part")
  4054. Part2.Parent = char
  4055. Part2.Name = "Part9"
  4056. Part2.CanCollide = false
  4057. Part2.Locked = true
  4058. Part2.TopSurface = "Smooth"
  4059. Part2.BottomSurface = "Smooth"
  4060. Part2.formFactor = "Symmetric"
  4061. Part2.Material = "Neon"
  4062. Part2.BrickColor = BrickColor.new("Really black")
  4063. Part2.CFrame = p.Character.Torso.CFrame
  4064. Part2.Size = Vector3.new(2,2,2)
  4065. Part2.Transparency = 0
  4066.  
  4067. local Mesh3 = Instance.new("SpecialMesh")
  4068. Mesh3.Offset = Vector3.new(0.2, -0.2, 0.2)
  4069. Mesh3.Parent = Part2
  4070. Mesh3.Scale = Vector3.new(1, 1, 1)
  4071. Mesh3.MeshType = "FileMesh"
  4072. Mesh3.MeshId = "http://www.roblox.com/asset/?id=476757756"
  4073. Mesh3.TextureId = ""
  4074.  
  4075.  
  4076. local Weld5 = Instance.new("Weld")
  4077. Weld5.Parent = p.Character.Head
  4078. Weld5.Part0 = p.Character.Head
  4079. Weld5.Part1 = Part2
  4080.  
  4081. Part2.Color = Color3.fromRGB(255,255,0)
  4082. Mesh3.MeshId = "rbxassetid://430344159"
  4083. Mesh3.Scale = Vector3.new(3.8,3.8,3.8)
  4084. Weld5.C0 = CFrame.new(-.25,1.2,.34)
  4085.  
  4086. end
  4087.  
  4088. for i = 1,15 do
  4089.  
  4090. if ssj1 == true then
  4091. Mesh.MeshId = "rbxassetid://560718478"
  4092. Mesh.Scale = Vector3.new(6.3,6.3,6.3)
  4093. Weld1.C0 = CFrame.new(-.25,1.2,.34)
  4094. Hair7.Color = Color3.fromRGB(255,255,0)
  4095. ape51.Color = Color3.fromRGB(255,255,0)
  4096. hed.face.Texture = "rbxassetid://231488725"
  4097. end
  4098.  
  4099. if fullpowerssj == true then
  4100. coroutine.wrap(function()
  4101. for i = 1,5 do
  4102. if fullpowerssj == true then
  4103. wait(math.random(7,14))
  4104.  
  4105. local block = Instance.new("Part",char)
  4106. block.Anchored = true
  4107. block.Transparency = 1
  4108. block.Position = hrp.Position + Vector3.new(math.random(-99,44),-5,math.random(-99,44))
  4109. block.CanCollide = false
  4110. local block2 = Instance.new("Part",char)
  4111. block2.Anchored = true
  4112. block2.Position = block.Position + Vector3.new(0,200,0)
  4113. block2.CanCollide = false
  4114. block2.Transparency = 1
  4115.  
  4116. wait(.05)
  4117. Lightning1(block.Position,block2.Position,1,15,workspace)
  4118. rock3 = true
  4119. wait(.09)
  4120. block:Remove()
  4121. end;end
  4122. end)()
  4123. end
  4124.  
  4125. wait(.025)
  4126. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  4127. wait(.05)
  4128. a21e.Transparency = a21e.Transparency + 0.1
  4129. end
  4130.  
  4131. wait(.1)
  4132.  
  4133. a21e:Remove()
  4134.  
  4135. if ssj1 == true then
  4136. hum.WalkSpeed = 79
  4137. hum.JumpPower = 90
  4138. end
  4139.  
  4140. local ssj2aura = Instance.new("ParticleEmitter",tor)
  4141. ssj2aura.Name = "ssj2aura"
  4142. ssj2aura.Texture = "rbxassetid://241992237"
  4143. ssj2aura.Transparency = NumberSequence.new(0.425)
  4144. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,255,25))
  4145. ssj2aura.LightEmission = 1
  4146. ssj2aura.Size = NumberSequence.new(6)
  4147. ssj2aura.Lifetime = NumberRange.new(0.5)
  4148. ssj2aura.Rate = 19
  4149. ssj2aura.ZOffset = 0
  4150. ssj2aura.Speed = NumberRange.new(10)
  4151. ssj2aura.LockedToPart = true
  4152.  
  4153. local ssj2aura2 = Instance.new("ParticleEmitter",tor)
  4154. ssj2aura2.Name = "ssj2aura2"
  4155. ssj2aura2.Texture = "rbxassetid://1072507908"
  4156. ssj2aura2.Transparency = NumberSequence.new(0.555)
  4157. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  4158. ssj2aura2.LightEmission = 0.75
  4159. ssj2aura2.Size = NumberSequence.new(6)
  4160. ssj2aura2.Lifetime = NumberRange.new(0.5)
  4161. ssj2aura2.Rate = 19
  4162. ssj2aura2.ZOffset = -1
  4163. ssj2aura2.Speed = NumberRange.new(10)
  4164. ssj2aura2.LockedToPart = true
  4165.  
  4166. local particle = Instance.new("ParticleEmitter",hrp)
  4167. particle.Color = ColorSequence.new(Color3.fromRGB(0, 189, 255))
  4168. particle.LightEmission = 0.5
  4169. particle.LightInfluence = 0
  4170. particle.Transparency = NumberSequence.new(0)
  4171. particle.Acceleration = Vector3.new(0,0.04,0)
  4172. particle.Size = NumberSequence.new(2.9)
  4173. particle.Texture = "rbxassetid://1045690145"
  4174. particle.ZOffset = 1
  4175. particle.LockedToPart = true
  4176. particle.Enabled = true
  4177. particle.Lifetime = NumberRange.new(0.09)
  4178. particle.Rate = 10
  4179. particle.Rotation = NumberRange.new(-360,360)
  4180. particle.Speed = NumberRange.new(1.7)
  4181. particle.SpreadAngle = Vector2.new(999,999)
  4182. particle.Name = "ssj2electric"
  4183. particle.EmissionDirection = Enum.NormalId.Bottom
  4184.  
  4185. if fullpowerssj == true then
  4186.  
  4187. local color1 = Color3.fromRGB(0,115,255)
  4188. local color2 = Color3.fromRGB(209,155,0)
  4189. local color3 = Color3.fromRGB(0,75,230)
  4190.  
  4191. local list4 = {ColorSequenceKeypoint.new(0,color1),ColorSequenceKeypoint.new(0.959,color2),ColorSequenceKeypoint.new(1,color3)}
  4192.  
  4193.  
  4194. particle.LightEmission = 1.75
  4195. particle.Color = ColorSequence.new(Color3.fromRGB(44,195,252))
  4196. particle.EmissionDirection = Enum.NormalId.Top
  4197. particle.Transparency = NumberSequence.new(0.89)
  4198.  
  4199. local color4 = Color3.fromRGB(255,255,25)
  4200. local color5 = Color3.fromRGB(07,245,252)
  4201. local color6 = Color3.fromRGB(00,255,255)
  4202.  
  4203. local list5 = {ColorSequenceKeypoint.new(0,color2),ColorSequenceKeypoint.new(0.259,color1),ColorSequenceKeypoint.new(0.529,color3),ColorSequenceKeypoint.new(1,color1)}
  4204.  
  4205. ssj2aura.Size = NumberSequence.new(5)
  4206. ssj2aura.ZOffset = 1
  4207. ssj2aura.Color = ColorSequence.new(list4)
  4208. ssj2aura.Transparency = NumberSequence.new(0.67)
  4209. ssj2aura.LightEmission = 2
  4210.  
  4211. tor.control2.Color = ColorSequence.new(list5)
  4212.  
  4213. local particle2 = Instance.new("ParticleEmitter",hrp)
  4214. particle2.Color = ColorSequence.new(Color3.fromRGB(44, 195, 252))
  4215. particle2.LightEmission = 1.75
  4216. particle2.LightInfluence = 0
  4217. particle2.Transparency = NumberSequence.new(0.85)
  4218. particle2.Acceleration = Vector3.new(0,0.04,0)
  4219. particle2.Size = NumberSequence.new(2.9)
  4220. particle2.Texture = "rbxassetid://1045690145"
  4221. particle2.ZOffset = -1
  4222. particle2.LockedToPart = true
  4223. particle2.Enabled = true
  4224. particle2.Lifetime = NumberRange.new(0.09)
  4225. particle2.Rate = 10
  4226. particle2.Rotation = NumberRange.new(-360,360)
  4227. particle2.Speed = NumberRange.new(1.7)
  4228. particle2.SpreadAngle = Vector2.new(999,999)
  4229. particle2.Name = "ssj2electric"
  4230. particle2.EmissionDirection = Enum.NormalId.Top
  4231.  
  4232. local particle3 = Instance.new("ParticleEmitter",tor)
  4233. particle3.Color = ColorSequence.new(Color3.fromRGB(44, 195, 252))
  4234. particle3.LightEmission = 1.75
  4235. particle3.LightInfluence = 0.5
  4236. particle3.Transparency = NumberSequence.new(0.89)
  4237. particle3.Acceleration = Vector3.new(0,0.04,0)
  4238. particle3.Size = NumberSequence.new(2.9)
  4239. particle3.Texture = "rbxassetid://1045690145"
  4240. particle3.ZOffset = 0
  4241. particle3.LockedToPart = true
  4242. particle3.Enabled = true
  4243. particle3.Lifetime = NumberRange.new(0.09)
  4244. particle3.Rate = 10
  4245. particle3.Rotation = NumberRange.new(-360,360)
  4246. particle3.Speed = NumberRange.new(1.7)
  4247. particle3.SpreadAngle = Vector2.new(999,999)
  4248. particle3.Name = "ssj2electric"
  4249. particle3.EmissionDirection = Enum.NormalId.Top
  4250. end
  4251.  
  4252. being = false
  4253.  
  4254. ssj2 = true
  4255.  
  4256. if fullpowerssj == true then
  4257. wait(0.1)
  4258. hum.WalkSpeed = 99.999999999999999999999999999999999999
  4259. hum.JumpPower = 99.999999999999999999999999999999999999
  4260. hed.face.Texture = "rbxassetid://231488725"
  4261. end
  4262.  
  4263. end
  4264. end
  4265. end
  4266. end
  4267.  
  4268. end
  4269.  
  4270.  
  4271. function sss3()
  4272.  
  4273. if ssj1 == true or fullpowerssj == true then
  4274. if being == false then
  4275. if ssj2 == true then
  4276. if normal == false then
  4277. being = true
  4278.  
  4279. if fullpowerssj == true then
  4280. already3 = true
  4281. end
  4282.  
  4283. if already3 == true then
  4284. chatfunc("And this... is.. to go...")
  4285. wait(2.99)
  4286. chatfunc("Even further beyond!")
  4287. wait(2)
  4288. if ssj2 == true then
  4289. Mus.SoundId = "rbxassetid://1501944121"
  4290. Mus.Volume = 10
  4291. Mus:Play()
  4292. end
  4293. chatfunc("HAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
  4294. wait(5)
  4295. end
  4296. end
  4297.  
  4298. already3 = true
  4299.  
  4300. if ssj2 == true then
  4301.  
  4302. rock = true
  4303.  
  4304.  
  4305. wait(2)
  4306.  
  4307. rock = false
  4308.  
  4309. end
  4310.  
  4311. hum.WalkSpeed = 0
  4312. hum.JumpPower = 0
  4313.  
  4314. if ssj2 == true then
  4315.  
  4316. wait(.5)
  4317.  
  4318. rock3 = true
  4319. wait(1)
  4320. rock3 = false
  4321.  
  4322. end
  4323.  
  4324. if ssj2 == true then
  4325. Mesh.MeshId = "rbxassetid://431511681"
  4326. Mesh.Scale = Vector3.new(0.0055,0.005,0.0055)
  4327. Weld1.C0 = CFrame.new(0.3, -1, 1.45) * CFrame.Angles(0,rad(180),0)
  4328. Hair7.Color = Color3.fromRGB(255,255,0)
  4329. ape51.Color = Color3.fromRGB(255,255,0)
  4330. hed.face.Texture = "rbxassetid://231488725"
  4331.  
  4332.  
  4333. if ssj2 == true then
  4334. hum.WalkSpeed = 130
  4335. hum.JumpPower = 150
  4336. hum.MaxHealth = math.huge
  4337. hum.Health = 80000000
  4338. end
  4339.  
  4340. local ssj3aura = Instance.new("ParticleEmitter",tor)
  4341. ssj3aura.Name = "ssj2aura"
  4342. ssj3aura.Texture = "rbxassetid://241992237"
  4343. ssj3aura.Transparency = NumberSequence.new(0.425)
  4344. ssj3aura.Color = ColorSequence.new(Color3.fromRGB(255,255,25))
  4345. ssj3aura.LightEmission = 1
  4346. ssj3aura.Size = NumberSequence.new(6)
  4347. ssj3aura.Lifetime = NumberRange.new(0.5)
  4348. ssj3aura.Rate = 19
  4349. ssj3aura.ZOffset = 0
  4350. ssj3aura.Speed = NumberRange.new(10)
  4351. ssj3aura.LockedToPart = true
  4352.  
  4353. local ssj3aura3 = Instance.new("ParticleEmitter",tor)
  4354. ssj3aura3.Name = "ssj2aura2"
  4355. ssj3aura3.Texture = "rbxassetid://1072507908"
  4356. ssj3aura3.Transparency = NumberSequence.new(0.555)
  4357. ssj3aura3.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  4358. ssj3aura3.LightEmission = 0.75
  4359. ssj3aura3.Size = NumberSequence.new(6)
  4360. ssj3aura3.Lifetime = NumberRange.new(0.5)
  4361. ssj3aura3.Rate = 19
  4362. ssj3aura3.ZOffset = -1
  4363. ssj3aura3.Speed = NumberRange.new(10)
  4364. ssj3aura3.LockedToPart = true
  4365.  
  4366. local particle = Instance.new("ParticleEmitter",hrp)
  4367. particle.Color = ColorSequence.new(Color3.fromRGB(0, 189, 255))
  4368. particle.LightEmission = 0.5
  4369. particle.LightInfluence = 0
  4370. particle.Transparency = NumberSequence.new(0)
  4371. particle.Acceleration = Vector3.new(0,0.04,0)
  4372. particle.Size = NumberSequence.new(2.9)
  4373. particle.Texture = "rbxassetid://1045690145"
  4374. particle.ZOffset = 1
  4375. particle.LockedToPart = true
  4376. particle.Enabled = true
  4377. particle.Lifetime = NumberRange.new(0.09)
  4378. particle.Rate = 10
  4379. particle.Rotation = NumberRange.new(-360,360)
  4380. particle.Speed = NumberRange.new(1.7)
  4381. particle.SpreadAngle = Vector2.new(999,999)
  4382. particle.Name = "ssj2electric"
  4383. particle.EmissionDirection = Enum.NormalId.Bottom
  4384.  
  4385. sss3 = true
  4386.  
  4387. end
  4388. end
  4389. end
  4390. end
  4391. end
  4392.  
  4393. function ass2()
  4394.  
  4395. if normal == false then
  4396. if ssj1 == true then
  4397. if being == false then
  4398. if ssj2 == true then
  4399. if assj2 == false then
  4400. being = true
  4401.  
  4402. rock = true
  4403.  
  4404. wait(.25)
  4405.  
  4406. hum.WalkSpeed = 0
  4407. hum.JumpPower = 0
  4408.  
  4409. wait(.5)
  4410.  
  4411. Mus.SoundId = "rbxassetid://346647807"
  4412. Mus.Pitch = 0.69
  4413. Mus.Volume = 5
  4414. Mus:Play()
  4415.  
  4416. rock3 = true
  4417.  
  4418. local Mus2 = Instance.new("Sound",char)
  4419. Mus2.SoundId = "rbxassetid://301184111"
  4420. Mus2.Volume = 4
  4421. Mus2.Looped = false
  4422. Mus2:Play()
  4423.  
  4424. wait(.25)
  4425.  
  4426. rock = false
  4427.  
  4428. wait(0.999)
  4429.  
  4430. local num = 0
  4431. local a21e = Instance.new("Part",char)
  4432. a21e.Name = "Beam"..num
  4433. a21e.Locked = true
  4434. a21e.Size = Vector3.new(1,1,1)
  4435. a21e.CanCollide = false
  4436. a21e.Position = Vector3.new(999,999,999)
  4437. a21e.BrickColor = BrickColor.new("White")
  4438. a21e.Material = "Neon"
  4439. a21e.Transparency = 0
  4440. local aa21e = Instance.new("SpecialMesh",a21e)
  4441. a21e.Anchored = true
  4442. a21e.Position = hrp.Position
  4443. aa21e.MeshType = "Sphere"
  4444. aa21e.Scale = Vector3.new(1,1,1)
  4445.  
  4446. tor.ssj2aura.Transparency = NumberSequence.new(0.794)
  4447. tor.ssj2aura2.Transparency = NumberSequence.new(0.958)
  4448. tor.ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  4449. tor.ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  4450. tor.ssj2aura2.Name = "control"
  4451.  
  4452. local particle = Instance.new("ParticleEmitter",tor)
  4453. particle.Color = ColorSequence.new(Color3.fromRGB(200, 192, 255))
  4454. particle.LightEmission = 0.59
  4455. particle.LightInfluence = 0
  4456. particle.Transparency = NumberSequence.new(0)
  4457. particle.Acceleration = Vector3.new(0,0.04,0)
  4458. particle.Size = NumberSequence.new(2.9)
  4459. particle.Texture = "rbxassetid://1045690145"
  4460. particle.ZOffset = -1
  4461. particle.LockedToPart = true
  4462. particle.Enabled = true
  4463. particle.Lifetime = NumberRange.new(0.09)
  4464. particle.Rate = 15
  4465. particle.Rotation = NumberRange.new(-360,360)
  4466. particle.Speed = NumberRange.new(1.7)
  4467. particle.SpreadAngle = Vector2.new(999,999)
  4468. particle.Name = "electricity"
  4469. particle.EmissionDirection = Enum.NormalId.Top
  4470.  
  4471. hrp.ssj2electric.Color = ColorSequence.new(Color3.fromRGB(200, 192, 255))
  4472. hrp.ssj2electric.LightEmission = 0.59
  4473. hrp.ssj2electric.LightInfluence = 0
  4474. hrp.ssj2electric.Transparency = NumberSequence.new(0)
  4475. hrp.ssj2electric.EmissionDirection = Enum.NormalId.Top
  4476. hrp.ssj2electric.Name = "electricity"
  4477.  
  4478. Mus1:Play()
  4479.  
  4480. chatfunc("You can name this 'Mystic'.")
  4481.  
  4482. for i = 1,15 do
  4483.  
  4484. char.Hair:Remove()
  4485.  
  4486. Hair7 = Instance.new("Part")
  4487. Hair7.Parent = p.Character
  4488. Hair7.Name = "Hair"
  4489. Hair7.CanCollide = false
  4490. Hair7.Locked = true
  4491. Hair7.TopSurface = "Smooth"
  4492. Hair7.BottomSurface = "Smooth"
  4493. Hair7.formFactor = "Symmetric"
  4494. Hair7.Material = "Neon"
  4495. Hair7.BrickColor = BrickColor.new("Really black")
  4496. Hair7.CFrame = p.Character.Torso.CFrame
  4497. Hair7.Size = Vector3.new(1, 1, 1)
  4498. Hair7.Transparency = 0
  4499.  
  4500. Weld1 = Instance.new("Weld")
  4501. Weld1.Parent = p.Character.Head
  4502. Weld1.Part0 = p.Character.Head
  4503. Weld1.Part1 = Hair7
  4504. Weld1.C0 = CFrame.new(0, 1, 0)
  4505.  
  4506. Mesh = Instance.new("SpecialMesh")
  4507. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  4508. Mesh.Parent = Hair7
  4509. Mesh.Scale = Vector3.new(1, 1, 1)
  4510. Mesh.MeshType = "FileMesh"
  4511. Mesh.MeshId = "http://www.roblox.com/asset/?id=476757756"
  4512. Mesh.TextureId = ""
  4513.  
  4514. ape51.Color = Color3.fromRGB(106,57,8)
  4515.  
  4516. hed.face.Texture = "rbxassetid://967842214"
  4517.  
  4518. wait(.025)
  4519. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  4520. wait(.05)
  4521. a21e.Transparency = a21e.Transparency + 0.1
  4522. end
  4523.  
  4524. wait(.1)
  4525.  
  4526. a21e:Remove()
  4527.  
  4528. hum.WalkSpeed = 80
  4529. hum.JumpPower = 95
  4530.  
  4531. being = false
  4532.  
  4533. assj2 = true
  4534.  
  4535. end
  4536. end
  4537. end
  4538. end
  4539. end
  4540. end
  4541.  
  4542. function Lightning1(pos,pos2,radius,numParts,model)
  4543. if fullpowerssj == true or ssj2 == true or ssjwhite == true then
  4544. radius = radius or 0.2
  4545. numParts = numParts or 10
  4546. model = model or workspace
  4547. local lv = CFrame.new(pos,pos2).lookVector
  4548. local dist = (pos-pos2).magnitude
  4549. local dbp = dist/numParts
  4550. local last = pos
  4551. for i = 1,numParts do
  4552. local p = Instance.new("Part",model)
  4553. p.FormFactor = "Symmetric"
  4554. p.Size = Vector3.new(14,14,1)
  4555. p.Material = "Neon"
  4556. p.CanCollide = false
  4557. p.Anchored = true
  4558. p.BrickColor = BrickColor.new("Bright bluish green")
  4559. local x = math.random(-100,100)/100*dbp/2
  4560. local y = math.random(-100,100)/100*dbp/2
  4561. local p2 = CFrame.new(pos+lv*(i*dbp),pos2+lv)*CFrame.new(x,y,0)
  4562. local dist2 = (p2.p-last).magnitude
  4563. local mid = (p2.p+last)/2
  4564. local m = Instance.new("BlockMesh",p)
  4565. m.Scale = Vector3.new(radius,radius,dist2)
  4566. p.CFrame = CFrame.new(mid,p2.p)
  4567. last = p2.p
  4568. game:GetService("Debris"):AddItem(p,math.random(40,100)/1000)
  4569. end
  4570. end;end
  4571.  
  4572. function ssj4()
  4573.  
  4574. if normal == false then
  4575. if ssj1 == true then
  4576. if being == false then
  4577. if ssj2 == true then
  4578. if assj2 == false then
  4579. being = true
  4580. assj3 = true
  4581.  
  4582. rock = true
  4583.  
  4584. wait(.25)
  4585.  
  4586. hum.WalkSpeed = 0
  4587. hum.JumpPower = 0
  4588.  
  4589. wait(.5)
  4590.  
  4591. Mus.SoundId = "rbxassetid://155166013"
  4592. Mus.Pitch = 0.69
  4593. Mus.Volume = 10
  4594. Mus:Play()
  4595.  
  4596. rock3 = true
  4597.  
  4598. local Mus2 = Instance.new("Sound",char)
  4599. Mus2.SoundId = "rbxassetid://301184111"
  4600. Mus2.Volume = 4
  4601. Mus2.Looped = false
  4602. Mus2:Play()
  4603.  
  4604. wait(.25)
  4605.  
  4606. rock = false
  4607.  
  4608. wait(0.999)
  4609.  
  4610. GroundShake = true
  4611. GroundShake2 = true
  4612.  
  4613. wait(1)
  4614.  
  4615. GroundShake = false
  4616. GroundShake2 = false
  4617.  
  4618. coroutine.wrap(function()
  4619. for i = 1,5 do
  4620. if ssjwhite == true then
  4621. wait(math.random(1,2))
  4622.  
  4623. local block = Instance.new("Part",char)
  4624. block.Anchored = true
  4625. block.Transparency = 1
  4626. block.Position = hrp.Position + Vector3.new(math.random(-25,29),-3,math.random(-25,29))
  4627. block.CanCollide = false
  4628. local block2 = Instance.new("Part",char)
  4629. block2.Anchored = true
  4630. block2.Position = block.Position + Vector3.new(0,200,0)
  4631. block2.CanCollide = false
  4632. block2.Transparency = 1
  4633.  
  4634. wait(.05)
  4635. Lightning1(block.Position,block2.Position,1,15,workspace)
  4636. rock3 = true
  4637. wait(.09)
  4638. block:Remove()
  4639. end;end
  4640. end)()
  4641.  
  4642. local num = 0
  4643. local a21e = Instance.new("Part",char)
  4644. a21e.Name = "Beam"..num
  4645. a21e.Locked = true
  4646. a21e.Size = Vector3.new(1,1,1)
  4647. a21e.CanCollide = false
  4648. a21e.Position = Vector3.new(999,999,999)
  4649. a21e.BrickColor = BrickColor.new("Really red")
  4650. a21e.Material = "Neon"
  4651. a21e.Transparency = 0
  4652. local aa21e = Instance.new("SpecialMesh",a21e)
  4653. a21e.Anchored = true
  4654. a21e.Position = hrp.Position
  4655. aa21e.MeshType = "Sphere"
  4656. aa21e.Scale = Vector3.new(1,1,1)
  4657.  
  4658. tor.ssj2aura.Transparency = NumberSequence.new(0.794)
  4659. tor.ssj2aura2.Transparency = NumberSequence.new(0.958)
  4660. tor.ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,255,19))
  4661. tor.ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,19,70))
  4662. tor.ssj2aura2.Name = "control"
  4663.  
  4664. local particle = Instance.new("ParticleEmitter",tor)
  4665. particle.Color = ColorSequence.new(Color3.fromRGB(255, 255, 70))
  4666. particle.LightEmission = 0.59
  4667. particle.LightInfluence = 0
  4668. particle.Transparency = NumberSequence.new(0)
  4669. particle.Acceleration = Vector3.new(0,0.04,0)
  4670. particle.Size = NumberSequence.new(2.9)
  4671. particle.Texture = "rbxassetid://1045690145"
  4672. particle.ZOffset = -1
  4673. particle.LockedToPart = true
  4674. particle.Enabled = true
  4675. particle.Lifetime = NumberRange.new(0.09)
  4676. particle.Rate = 15
  4677. particle.Rotation = NumberRange.new(-360,360)
  4678. particle.Speed = NumberRange.new(1.7)
  4679. particle.SpreadAngle = Vector2.new(999,999)
  4680. particle.Name = "electricity"
  4681. particle.EmissionDirection = Enum.NormalId.Top
  4682.  
  4683. local particle2 = Instance.new("ParticleEmitter",tor)
  4684. particle2.Color = ColorSequence.new(Color3.fromRGB(255, 200, 0))
  4685. particle2.LightEmission = 0.59
  4686. particle2.LightInfluence = 0
  4687. particle2.Transparency = NumberSequence.new(0)
  4688. particle2.Acceleration = Vector3.new(0,0.04,0)
  4689. particle2.Size = NumberSequence.new(2.9)
  4690. particle2.Texture = "rbxassetid://1045690145"
  4691. particle2.ZOffset = -1
  4692. particle2.LockedToPart = true
  4693. particle2.Enabled = true
  4694. particle2.Lifetime = NumberRange.new(0.09)
  4695. particle2.Rate = 15
  4696. particle2.Rotation = NumberRange.new(-360,360)
  4697. particle2.Speed = NumberRange.new(1.7)
  4698. particle2.SpreadAngle = Vector2.new(999,999)
  4699. particle2.Name = "electricity"
  4700. particle2.EmissionDirection = Enum.NormalId.Top
  4701.  
  4702. hrp.ssj2electric.Color = ColorSequence.new(Color3.fromRGB(255, 200, 0))
  4703. hrp.ssj2electric.LightEmission = 0.59
  4704. hrp.ssj2electric.LightInfluence = 0
  4705. hrp.ssj2electric.Transparency = NumberSequence.new(0)
  4706. hrp.ssj2electric.EmissionDirection = Enum.NormalId.Top
  4707. hrp.ssj2electric.Name = "electricity"
  4708.  
  4709. Mus1:Play()
  4710.  
  4711. char.Hair:Remove()
  4712.  
  4713. Hair7 = Instance.new("Part")
  4714. Hair7.Parent = p.Character
  4715. Hair7.Name = "Hair"
  4716. Hair7.CanCollide = false
  4717. Hair7.Locked = true
  4718. Hair7.TopSurface = "Smooth"
  4719. Hair7.BottomSurface = "Smooth"
  4720. Hair7.formFactor = "Symmetric"
  4721. Hair7.Material = "Neon"
  4722. Hair7.BrickColor = BrickColor.new("Really black")
  4723. Hair7.CFrame = p.Character.Torso.CFrame
  4724. Hair7.Size = Vector3.new(1, 1, 1)
  4725. Hair7.Transparency = 0
  4726.  
  4727. Weld1 = Instance.new("Weld")
  4728. Weld1.Parent = p.Character.Head
  4729. Weld1.Part0 = p.Character.Head
  4730. Weld1.Part1 = Hair7
  4731. Weld1.C0 = CFrame.new(0, 1, 0)
  4732.  
  4733. Mesh = Instance.new("SpecialMesh")
  4734. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  4735. Mesh.Parent = Hair7
  4736. Mesh.Scale = Vector3.new(1, 1, 1)
  4737. Mesh.MeshType = "FileMesh"
  4738. Mesh.MeshId = "http://www.roblox.com/asset/?id=476757756"
  4739. Mesh.TextureId = ""
  4740.  
  4741. local Part2 = Instance.new("Part")
  4742. Part2.Parent = char
  4743. Part2.Name = "Part9"
  4744. Part2.CanCollide = false
  4745. Part2.Locked = true
  4746. Part2.TopSurface = "Smooth"
  4747. Part2.BottomSurface = "Smooth"
  4748. Part2.formFactor = "Symmetric"
  4749. Part2.Material = "Neon"
  4750. Part2.BrickColor = BrickColor.new("Really black")
  4751. Part2.CFrame = p.Character.Torso.CFrame
  4752. Part2.Size = Vector3.new(2,2,2)
  4753. Part2.Transparency = 0
  4754.  
  4755. local Mesh3 = Instance.new("SpecialMesh")
  4756. Mesh3.Offset = Vector3.new(0.2, -0.2, 0.2)
  4757. Mesh3.Parent = Part2
  4758. Mesh3.Scale = Vector3.new(1, 1, 1)
  4759. Mesh3.MeshType = "FileMesh"
  4760. Mesh3.MeshId = "http://www.roblox.com/asset/?id=476757756"
  4761. Mesh3.TextureId = ""
  4762.  
  4763.  
  4764. local Weld5 = Instance.new("Weld")
  4765. Weld5.Parent = p.Character.Head
  4766. Weld5.Part0 = p.Character.Head
  4767. Weld5.Part1 = Part2
  4768.  
  4769. Part2.Color = Color3.fromRGB(5,5,5)
  4770. Mesh3.MeshId = "rbxassetid://430344159"
  4771. Mesh3.Scale = Vector3.new(3.8,3.8,3.8)
  4772. Weld5.C0 = CFrame.new(-.25,1.2,.34)
  4773.  
  4774. Hair7.Color = Color3.fromRGB(26,0,0)
  4775. Part2.Color = Color3.fromRGB(26,0,0)
  4776.  
  4777. for i = 1,15 do
  4778.  
  4779. coroutine.wrap(function()
  4780. for i = 1,5 do
  4781. if ssjwhite == true then
  4782. wait(math.random(7,14))
  4783.  
  4784. local block = Instance.new("Part",char)
  4785. block.Anchored = true
  4786. block.Transparency = 1
  4787. block.Position = hrp.Position + Vector3.new(math.random(-99,44),-5,math.random(-99,44))
  4788. block.CanCollide = false
  4789. local block2 = Instance.new("Part",char)
  4790. block2.Anchored = true
  4791. block2.Position = block.Position + Vector3.new(0,200,0)
  4792. block2.CanCollide = false
  4793. block2.Transparency = 1
  4794.  
  4795. wait(.05)
  4796. Lightning1(block.Position,block2.Position,1,15,workspace)
  4797. rock3 = true
  4798. wait(.09)
  4799. block:Remove()
  4800. end;end
  4801. end)()
  4802.  
  4803. ape51.Color = Color3.fromRGB(115,0,0)
  4804.  
  4805. hed.face.Texture = "rbxassetid://231488578"
  4806.  
  4807. char.Shirt.ShirtTemplate = "rbxassetid://242294653"
  4808. char.Pants.PantsTemplate = "rbxassetid://539482020"
  4809.  
  4810. wait(.025)
  4811. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  4812. wait(.05)
  4813. a21e.Transparency = a21e.Transparency + 0.1
  4814. end
  4815.  
  4816. wait(.1)
  4817.  
  4818. a21e:Remove()
  4819.  
  4820. hum.WalkSpeed = 80
  4821. hum.JumpPower = 95
  4822.  
  4823. ssj2 = false
  4824. ssj1 = false
  4825. ssj3 = false
  4826. assj2 = false
  4827.  
  4828. ssjwhite = true
  4829.  
  4830. if already == false then
  4831. wait(.2)
  4832.  
  4833. chatfunc("This is the fourth stage of the super saiyan form,")
  4834.  
  4835. wait(2.4)
  4836.  
  4837. chatfunc("The Super Saiyan 4.")
  4838. end
  4839.  
  4840. if already == true then
  4841. chatfunc("Feel the power of a Super Saiyan 4!")
  4842. end
  4843.  
  4844.  
  4845. already = true
  4846.  
  4847. wait(.1)
  4848.  
  4849. being = false
  4850. assj3 = false
  4851.  
  4852. end
  4853. end
  4854. end
  4855. end
  4856. end
  4857. end
  4858.  
  4859. function ss3()
  4860.  
  4861. if normal == false then
  4862. if ssj1 == true or fullpowerssj == true then
  4863. if being == false then
  4864. if ssj2 == true then
  4865. if assj2 == false then
  4866. if ssj3 == false then
  4867. being = true
  4868.  
  4869. if already2 == false then
  4870. chatfunc("TIME TO ASCEND!")
  4871. wait(1.9)
  4872. chatfunc("EVEN FURTHER BEYOND!!")
  4873. wait(1.99)
  4874. chatfunc("OVER SUPER SAIYAN 2!!!")
  4875. wait(1.999)
  4876. chatfunc("GRRRR!!!!! HAAAAAAAAAA!!!!!!!!!!!!!!!!!")
  4877. end
  4878.  
  4879. if already2 == true then
  4880. chatfunc("I call this, 'Uncontrolled', SUPER SAIYAN 2!!!")
  4881. wait(3.79)
  4882. chatfunc("GRRRR!!!!! HAAAAAAAAAA!!!!!!!!!!!!!!!!!")
  4883. end
  4884.  
  4885. hed.face.Texture = "rbxassetid://1177818030"
  4886.  
  4887. local ssj9aura = Instance.new("ParticleEmitter",tor)
  4888. ssj9aura.Name = "control"
  4889. ssj9aura.Texture = "rbxassetid://241992237"
  4890. ssj9aura.Transparency = NumberSequence.new(0.425)
  4891. ssj9aura.Color = ColorSequence.new(Color3.fromRGB(255,255,25))
  4892. ssj9aura.LightEmission = 1
  4893. ssj9aura.Size = NumberSequence.new(6)
  4894. ssj9aura.Lifetime = NumberRange.new(0.5)
  4895. ssj9aura.Rate = 19
  4896. ssj9aura.Speed = NumberRange.new(10)
  4897. ssj9aura.LockedToPart = true
  4898. ssj9aura.ZOffset = -3
  4899.  
  4900. local ssj9aura2 = Instance.new("ParticleEmitter",tor)
  4901. ssj9aura2.Name = "control2"
  4902. ssj9aura2.Texture = "rbxassetid://1072507908"
  4903. ssj9aura2.Transparency = NumberSequence.new(0.555)
  4904. ssj9aura2.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  4905. ssj9aura2.LightEmission = 0.75
  4906. ssj9aura2.Size = NumberSequence.new(6)
  4907. ssj9aura2.Lifetime = NumberRange.new(0.5)
  4908. ssj9aura2.Rate = 19
  4909. ssj9aura2.ZOffset = -1
  4910. ssj9aura2.Speed = NumberRange.new(10)
  4911. ssj9aura2.LockedToPart = true
  4912. ssj9aura2.ZOffset = -3
  4913. Mus.Pitch = 1
  4914.  
  4915. already2 = true
  4916.  
  4917. hrp.ssj2electric.Size = NumberSequence.new(3)
  4918. hrp.ssj2electric.ZOffset = 2
  4919.  
  4920. hrp.ssj2electric.Color = ColorSequence.new(Color3.fromRGB(124,199,75))
  4921. hrp.ssj2electric.EmissionDirection = Enum.NormalId.Top
  4922.  
  4923. tor.ssj2aura.Transparency = NumberSequence.new(0.925)
  4924. tor.ssj2aura2.Transparency = NumberSequence.new(0.869)
  4925.  
  4926. tor.ssj2aura2.Enabled = false
  4927. tor.ssj2aura.Enabled = false
  4928.  
  4929. hrp.ssj2electric.Enabled = false
  4930.  
  4931. hrp.ssj2electric.Transparency = NumberSequence.new(0.9)
  4932.  
  4933. Mus:Stop()
  4934. Mus.SoundId = "rbxassetid://561542239"
  4935. Mus:Play()
  4936.  
  4937. wait(.25)
  4938.  
  4939. hum.WalkSpeed = 0
  4940. hum.JumpPower = 0
  4941.  
  4942. rock = true
  4943.  
  4944. wait(.5)
  4945.  
  4946. rock3 = true
  4947.  
  4948. wait(.25)
  4949.  
  4950. GroundShake = true
  4951.  
  4952. coroutine.wrap(function()
  4953. for i = 1,5 do
  4954. if ssj2 == true then
  4955. wait(math.random(1,2))
  4956.  
  4957. local block = Instance.new("Part",char)
  4958. block.Anchored = true
  4959. block.Transparency = 1
  4960. block.Position = hrp.Position + Vector3.new(math.random(-25,29),-3,math.random(-25,29))
  4961. block.CanCollide = false
  4962. local block2 = Instance.new("Part",char)
  4963. block2.Anchored = true
  4964. block2.Position = block.Position + Vector3.new(0,200,0)
  4965. block2.CanCollide = false
  4966. block2.Transparency = 1
  4967.  
  4968. wait(.05)
  4969. Lightning1(block.Position,block2.Position,1,15,workspace)
  4970. rock3 = true
  4971. wait(.09)
  4972. block:Remove()
  4973. end;end
  4974. end)()
  4975.  
  4976. wait(5)
  4977.  
  4978. local Mus2 = Instance.new("Sound",char)
  4979. Mus2.SoundId = "rbxassetid://1187787862"
  4980. Mus2.Volume = 10
  4981. Mus2.Looped = false
  4982. Mus2:Play()
  4983.  
  4984. wait(2.999)
  4985.  
  4986. local num = 0
  4987. local a21e = Instance.new("Part",char)
  4988. a21e.Name = "Beam"..num
  4989. a21e.Locked = true
  4990. a21e.Size = Vector3.new(1,1,1)
  4991. a21e.CanCollide = false
  4992. a21e.Position = Vector3.new(999,999,999)
  4993. a21e.BrickColor = BrickColor.new("Bright yellow")
  4994. a21e.Material = "Neon"
  4995. a21e.Transparency = 0
  4996. local aa21e = Instance.new("SpecialMesh",a21e)
  4997. a21e.Anchored = true
  4998. a21e.Position = hrp.Position
  4999. aa21e.MeshType = "Sphere"
  5000. aa21e.Scale = Vector3.new(1,1,1)
  5001.  
  5002. local a22e = Instance.new("Part",char)
  5003. a22e.Name = "Bear"
  5004. a22e.Locked = true
  5005. a22e.Size = Vector3.new(1,1,1)
  5006. a22e.CanCollide = false
  5007. a22e.Position = Vector3.new(999,999,999)
  5008. a22e.BrickColor = BrickColor.new("Gold")
  5009. a22e.Material = "Neon"
  5010. a22e.Transparency = 0
  5011. local aa22e = Instance.new("SpecialMesh",a22e)
  5012. a22e.Anchored = true
  5013. a22e.Position = hrp.Position
  5014. aa22e.MeshType = "Sphere"
  5015. aa22e.Scale = Vector3.new(1,1,1)
  5016.  
  5017. Mus1:Play()
  5018.  
  5019. for i = 1,15 do
  5020.  
  5021. ssj9aura2.Color = ColorSequence.new(Color3.fromRGB(219, 255, 82))
  5022. ssj9aura.Color = ColorSequence.new(Color3.fromRGB(219, 255, 82))
  5023.  
  5024.  
  5025. Hair7.Color = Color3.fromRGB(209, 255, 82)
  5026. ape51.Color = Color3.fromRGB(229, 255, 82)
  5027.  
  5028. hed.face.Texture = "rbxassetid://1184186633"
  5029.  
  5030. wait(.025)
  5031. aa21e.Scale = aa21e.Scale + Vector3.new(12,12,12)
  5032. wait(.05)
  5033. a21e.Transparency = a21e.Transparency + 0.1
  5034.  
  5035. wait(.025)
  5036. aa22e.Scale = aa22e.Scale + Vector3.new(6,6,6)
  5037. wait(.05)
  5038. a22e.Transparency = a22e.Transparency + 0.1
  5039.  
  5040. end
  5041.  
  5042. wait(.1)
  5043.  
  5044. GroundShake = false
  5045.  
  5046. a21e:Remove()
  5047.  
  5048. hum.WalkSpeed = 89
  5049. hum.JumpPower = 99
  5050.  
  5051. being = false
  5052.  
  5053. tor.ssj2aura2.Name = "ssj3aura"
  5054. tor.ssj2aura.Name = "aura"
  5055. tor.aura.ZOffset = -2
  5056. tor.ssj3aura.ZOffset = -2
  5057.  
  5058. local ssj3aura = Instance.new("ParticleEmitter",tor)
  5059. ssj3aura.Name = "ssj3aura2"
  5060. ssj3aura.Texture = "rbxassetid://241992237"
  5061. ssj3aura.Transparency = NumberSequence.new(0.8245)
  5062. ssj3aura.Color = ColorSequence.new(Color3.fromRGB(99,255,47))
  5063. ssj3aura.LightEmission = 1
  5064. ssj3aura.Size = NumberSequence.new(6)
  5065. ssj3aura.Lifetime = NumberRange.new(0.5)
  5066. ssj3aura.Rate = 29
  5067. ssj3aura.ZOffset = -1
  5068. ssj3aura.Speed = NumberRange.new(10)
  5069. ssj3aura.LockedToPart = true
  5070.  
  5071. local ssj3aura2 = Instance.new("ParticleEmitter",tor)
  5072. ssj3aura2.Name = "ssj3aura3"
  5073. ssj3aura2.Texture = "rbxassetid://241992237"
  5074. ssj3aura2.Transparency = NumberSequence.new(0.7245)
  5075. ssj3aura2.Color = ColorSequence.new(Color3.fromRGB(119,255,29))
  5076. ssj3aura2.LightEmission = 0.75
  5077. ssj3aura2.Size = NumberSequence.new(7)
  5078. ssj3aura2.Lifetime = NumberRange.new(0.51)
  5079. ssj3aura2.Rate = 35
  5080. ssj3aura2.ZOffset = -1
  5081. ssj3aura2.Speed = NumberRange.new(9)
  5082. ssj3aura2.LockedToPart = true
  5083.  
  5084. tor.aura.Enabled = true
  5085. tor.ssj3aura.Enabled = true
  5086.  
  5087. hrp.ssj2electric.Enabled = true
  5088.  
  5089. tor.ssj3aura.Color = ColorSequence.new(Color3.fromRGB(169, 234, 82))
  5090. tor.aura.Color = ColorSequence.new(Color3.fromRGB(169, 234, 82))
  5091.  
  5092. tor.ssj3aura.Texture = "rbxassetid://639676034"
  5093. tor.aura.Texture = "rbxassetid://639676855"
  5094.  
  5095. available = true
  5096.  
  5097. auracan2 = true
  5098.  
  5099. ssj3 = true
  5100.  
  5101. end
  5102. end
  5103. end
  5104. end
  5105. end
  5106. end
  5107.  
  5108. end
  5109.  
  5110. function ssg()
  5111.  
  5112. if ssjg == false and ssj1 == false and ssjb == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false or ssjb == true then
  5113. if being == false then
  5114. ssjb = false
  5115. if ssjbk == true then
  5116. ssjbk = false
  5117. kaioken = false
  5118. kaioken10 = false
  5119. kaioken20 = false
  5120. end
  5121. being = true
  5122.  
  5123. chatfunc("Super Saiyan God.")
  5124.  
  5125. Mus.Pitch = 1
  5126.  
  5127. for _,v in pairs(tor:GetChildren()) do
  5128. if v.ClassName == "ParticleEmitter" then
  5129. v:Remove()
  5130. end
  5131. end
  5132.  
  5133. for _,v in pairs(char:GetChildren()) do
  5134. if v.Name == "leg2" or v.Name == "leg1" or v.Name == "arm1" or v.Name == "arm2" or v.Name == "tors" or v.Name == "hed" then
  5135. v:Remove()
  5136. end
  5137. end
  5138.  
  5139. Mus.SoundId = "rbxassetid://1457801760"
  5140. Mus:Play()
  5141.  
  5142. Mus1:Play()
  5143.  
  5144. Weld1.C0 = CFrame.new(0, 1, 0)
  5145.  
  5146. Mesh = Instance.new("SpecialMesh")
  5147. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  5148. Mesh.Parent = Hair7
  5149. Mesh.Scale = Vector3.new(1, 1, 1)
  5150. Mesh.MeshType = "FileMesh"
  5151. Mesh.MeshId = "http://www.roblox.com/asset/?id=476757756"
  5152. Mesh.TextureId = ""
  5153.  
  5154. Hair7.Color = Color3.fromRGB(255,25,70)
  5155.  
  5156. ape51.Color = Color3.fromRGB(255,25,70)
  5157.  
  5158. hed.face.Texture = "rbxassetid://231488705"
  5159.  
  5160. local list = {NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,0.8,0)}
  5161.  
  5162. local list2 = {NumberSequenceKeypoint.new(0,0.25,0),NumberSequenceKeypoint.new(1,0.50,0)}
  5163.  
  5164. local ssjgaura = Instance.new("ParticleEmitter",tor)
  5165. ssjgaura.Name = "SSJGaura"
  5166. ssjgaura.Color = ColorSequence.new(Color3.fromRGB(255,25,70))
  5167. ssjgaura.LightEmission = 1
  5168. ssjgaura.Transparency = NumberSequence.new(list2)
  5169. ssjgaura.Size = NumberSequence.new(5)
  5170. ssjgaura.Lifetime = NumberRange.new(0.9)
  5171. ssjgaura.Rate = 89
  5172. ssjgaura.ZOffset = -5.5
  5173. ssjgaura.Speed = NumberRange.new(5)
  5174. ssjgaura.LockedToPart = true
  5175.  
  5176. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  5177. ssjgaurag.Name = "SSGaura"
  5178. ssjgaurag.Color = ColorSequence.new(Color3.fromRGB(255,175,80))
  5179. ssjgaurag.LightEmission = 0.75
  5180. ssjgaurag.Transparency = NumberSequence.new(list)
  5181. ssjgaurag.Size = NumberSequence.new(5)
  5182. ssjgaurag.Lifetime = NumberRange.new(0.99)
  5183. ssjgaurag.Rate = 89
  5184. ssjgaurag.ZOffset = -2.5
  5185. ssjgaurag.Speed = NumberRange.new(5.999)
  5186. ssjgaurag.SpreadAngle = Vector2.new(0.9,0.99)
  5187. ssjgaurag.LockedToPart = true
  5188.  
  5189. ssjgaura.Texture = "rbxassetid://256159034"
  5190. ssjgaurag.Texture = "rbxassetid://256159034"
  5191.  
  5192. local num = 0
  5193. local a21e = Instance.new("Part",char)
  5194. a21e.Name = "Beam"..num
  5195. a21e.Locked = true
  5196. a21e.Size = Vector3.new(1,1,1)
  5197. a21e.CanCollide = false
  5198. a21e.Position = Vector3.new(999,999,999)
  5199. a21e.BrickColor = BrickColor.new("Persimmon")
  5200. a21e.Material = "Neon"
  5201. a21e.Transparency = 0
  5202. local aa21e = Instance.new("SpecialMesh",a21e)
  5203. a21e.Anchored = true
  5204. a21e.Position = hrp.Position
  5205. aa21e.MeshType = "Sphere"
  5206. aa21e.Scale = Vector3.new(1,1,1)
  5207.  
  5208. for i = 1,25 do
  5209. wait()
  5210. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  5211. a21e.Transparency = a21e.Transparency + 0.04
  5212. end
  5213.  
  5214. wait(.1)
  5215.  
  5216. a21e:Remove()
  5217.  
  5218. wait()
  5219.  
  5220. hum.WalkSpeed = 100
  5221. hum.JumpPower = 100
  5222. hum.MaxHealth = math.huge
  5223. hum.Health = 52000000000
  5224.  
  5225. being = false
  5226.  
  5227. ssjg = true
  5228.  
  5229. --available = true
  5230.  
  5231. normal = false
  5232.  
  5233. end
  5234. end
  5235. end
  5236.  
  5237. function ssjr()
  5238.  
  5239. if ssjg == false and ssj1 == false and ssjb == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false or ssjb == true then
  5240. if being == false then
  5241. ssjb = false
  5242. if ssjbk == true then
  5243. ssjbk = false
  5244. kaioken = false
  5245. kaioken10 = false
  5246. kaioken20 = false
  5247. end
  5248. being = true
  5249.  
  5250. chatfunc("I am surprised a human has reached that point.")
  5251. wait(4)
  5252. chatfunc("As a reward i'll show you something...")
  5253. wait(3.5)
  5254.  
  5255. GroundWaveR()
  5256. wait(1.5)
  5257.  
  5258. Mus.Pitch = 1
  5259.  
  5260. for _,v in pairs(tor:GetChildren()) do
  5261. if v.ClassName == "ParticleEmitter" then
  5262. v:Remove()
  5263. end
  5264. end
  5265.  
  5266. for _,v in pairs(char:GetChildren()) do
  5267. if v.Name == "leg2" or v.Name == "leg1" or v.Name == "arm1" or v.Name == "arm2" or v.Name == "tors" or v.Name == "hed" then
  5268. v:Remove()
  5269. end
  5270. end
  5271.  
  5272. Mus.SoundId = "rbxassetid://571138935"
  5273. Mus:Play()
  5274.  
  5275. Mus1:Play()
  5276.  
  5277. Hair7.Color = Color3.fromRGB(255, 0, 190)
  5278. ape51.Color = Color3.fromRGB(255, 0, 190)
  5279. Mesh.MeshId = "rbxassetid://430344159"
  5280. Mesh.Parent = Hair7
  5281. Mesh.Scale = Vector3.new(6.3,6.3,6.3)
  5282. Weld1.C0 = CFrame.new(-.25,1.2,.34)
  5283.  
  5284. hed.face.Texture = "rbxassetid://1519829608"
  5285.  
  5286. local list = {NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,0.8,0)}
  5287.  
  5288. local list2 = {NumberSequenceKeypoint.new(0,0.25,0),NumberSequenceKeypoint.new(1,0.50,0)}
  5289.  
  5290. local ssjgaura = Instance.new("ParticleEmitter",tor)
  5291. ssjgaura.Name = "SSJGaura"
  5292. ssjgaura.Color = ColorSequence.new(Color3.fromRGB(150,0,150))
  5293. ssjgaura.LightEmission = 1
  5294. ssjgaura.Transparency = NumberSequence.new(list2)
  5295. ssjgaura.Size = NumberSequence.new(5)
  5296. ssjgaura.Lifetime = NumberRange.new(0.9)
  5297. ssjgaura.Rate = 89
  5298. ssjgaura.ZOffset = -5.5
  5299. ssjgaura.Speed = NumberRange.new(3)
  5300. ssjgaura.LockedToPart = true
  5301.  
  5302. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  5303. ssjgaurag.Name = "SSGaura"
  5304. ssjgaurag.Color = ColorSequence.new(Color3.fromRGB(255,0,190))
  5305. ssjgaurag.LightEmission = 0.75
  5306. ssjgaurag.Transparency = NumberSequence.new(list)
  5307. ssjgaurag.Size = NumberSequence.new(5)
  5308. ssjgaurag.Lifetime = NumberRange.new(0.99)
  5309. ssjgaurag.Rate = 89
  5310. ssjgaurag.ZOffset = -2.5
  5311. ssjgaurag.Speed = NumberRange.new(3.999)
  5312. ssjgaurag.SpreadAngle = Vector2.new(0.9,0.99)
  5313. ssjgaurag.LockedToPart = true
  5314.  
  5315. ssjgaura.Texture = "rbxassetid://256159034"
  5316. ssjgaurag.Texture = "rbxassetid://256159034"
  5317.  
  5318. local num = 0
  5319. local a21e = Instance.new("Part",char)
  5320. a21e.Name = "Beam"..num
  5321. a21e.Locked = true
  5322. a21e.Size = Vector3.new(1,1,1)
  5323. a21e.CanCollide = false
  5324. a21e.Position = Vector3.new(999,999,999)
  5325. a21e.BrickColor = BrickColor.new("Pink")
  5326. a21e.Material = "Neon"
  5327. a21e.Transparency = 0
  5328. local aa21e = Instance.new("SpecialMesh",a21e)
  5329. a21e.Anchored = true
  5330. a21e.Position = hrp.Position
  5331. aa21e.MeshType = "Sphere"
  5332. aa21e.Scale = Vector3.new(1,1,1)
  5333.  
  5334. for i = 1,25 do
  5335. wait()
  5336. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  5337. a21e.Transparency = a21e.Transparency + 0.04
  5338. end
  5339.  
  5340. wait(.1)
  5341.  
  5342. a21e:Remove()
  5343.  
  5344. wait()
  5345.  
  5346. hum.WalkSpeed = 150
  5347. hum.JumpPower = 150
  5348.  
  5349. being = false
  5350.  
  5351. ssjr = true
  5352.  
  5353. --available = true
  5354.  
  5355. normal = false
  5356.  
  5357. end
  5358. end
  5359. end
  5360.  
  5361. function limitbreak()
  5362.  
  5363. if hum.Health <= 10001 then
  5364.  
  5365. if ssj1 == false and ssjb == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false and ssjb == false or ssjg == true then
  5366. if being == false then
  5367. ssjb = false
  5368. if ssjbk == true then
  5369. ssjbk = false
  5370. kaioken = false
  5371. kaioken10 = false
  5372. kaioken20 = false
  5373. end
  5374. being = true
  5375.  
  5376. chatfunc("I think i'll have to surpass my limits...")
  5377.  
  5378. wait(3.3)
  5379.  
  5380. chatfunc("Well...")
  5381.  
  5382. wait(3.48)
  5383.  
  5384. chatfunc("Here goes!")
  5385.  
  5386. wait(1)
  5387.  
  5388. GroundWave9()
  5389.  
  5390. --wait(0.9)
  5391.  
  5392. --GroundShake = true
  5393. --GroundShake2 = true
  5394.  
  5395. --wait(1)
  5396.  
  5397. --GroundShake2 = false
  5398. --GroundShake = false
  5399.  
  5400. hum.WalkSpeed = 0
  5401. hum.JumpPower = 0
  5402.  
  5403. wait(2.05)
  5404.  
  5405. --GroundShake2 = true
  5406. --GroundShake = true
  5407.  
  5408. for i = 1,6 do
  5409. for _,player in pairs(game.Players:GetPlayers()) do
  5410. hum.CameraOffset = Vector3.new(math.random(-0.8,0.8),math.random(-0.9,0.9),math.random(-0.8,0.8))
  5411.  
  5412. wait()
  5413.  
  5414. --GroundShake2 = true
  5415. --GroundShake = true
  5416.  
  5417. hum.CameraOffset = Vector3.new(0,0,0)
  5418. end
  5419.  
  5420. end
  5421.  
  5422. local tra = Instance.new('ParticleEmitter')
  5423. tra.Parent = tor
  5424. tra.LightEmission = 1
  5425. tra.Color = ColorSequence.new(BrickColor.new("Persimmon").Color)
  5426. tra.Texture = "rbxassetid://1177925800"
  5427. tra.Rate = 15
  5428. tra.Rotation = NumberRange.new(-5, 5)
  5429. tra.Lifetime = NumberRange.new(1.5, 2)
  5430. tra.Size = NumberSequence.new(0.098,0)
  5431. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  5432. tra.Speed = NumberRange.new(0.5)
  5433. tra.VelocitySpread = 360
  5434. tra.VelocityInheritance = 0.5
  5435. tra.ZOffset = 2
  5436. tra.LockedToPart = true
  5437. tra.EmissionDirection = Enum.NormalId.Top
  5438. local tra = Instance.new('ParticleEmitter')
  5439. tra.Parent = arm1
  5440. tra.LightEmission = 1
  5441. tra.Color = ColorSequence.new(BrickColor.new("Persimmon").Color)
  5442. tra.Texture = "rbxassetid://1177925800"
  5443. tra.Rate = 15
  5444. tra.Rotation = NumberRange.new(-5, 5)
  5445. tra.Lifetime = NumberRange.new(1.5, 2)
  5446. tra.Size = NumberSequence.new(0.098,0)
  5447. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  5448. tra.Speed = NumberRange.new(0.5)
  5449. tra.VelocitySpread = 360
  5450. tra.VelocityInheritance = 0.5
  5451. tra.ZOffset = 2
  5452. tra.LockedToPart = true
  5453. tra.EmissionDirection = Enum.NormalId.Top
  5454. local tra = Instance.new('ParticleEmitter')
  5455. tra.Parent = arm2
  5456. tra.LightEmission = 1
  5457. tra.Color = ColorSequence.new(BrickColor.new("Persimmon").Color)
  5458. tra.Texture = "rbxassetid://1177925800"
  5459. tra.Rate = 15
  5460. tra.Rotation = NumberRange.new(-5, 5)
  5461. tra.Lifetime = NumberRange.new(1.5, 2)
  5462. tra.Size = NumberSequence.new(0.098,0)
  5463. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  5464. tra.Speed = NumberRange.new(0.5)
  5465. tra.VelocitySpread = 360
  5466. tra.VelocityInheritance = 0.5
  5467. tra.ZOffset = 2
  5468. tra.LockedToPart = true
  5469. tra.EmissionDirection = Enum.NormalId.Top
  5470. local tra = Instance.new('ParticleEmitter')
  5471. tra.Parent = leg1
  5472. tra.LightEmission = 1
  5473. tra.Color = ColorSequence.new(BrickColor.new("Persimmon").Color)
  5474. tra.Texture = "rbxassetid://1177925800"
  5475. tra.Rate = 15
  5476. tra.Rotation = NumberRange.new(-5, 5)
  5477. tra.Lifetime = NumberRange.new(1.5, 2)
  5478. tra.Size = NumberSequence.new(0.098,0)
  5479. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  5480. tra.Speed = NumberRange.new(0.5)
  5481. tra.VelocitySpread = 360
  5482. tra.VelocityInheritance = 0.5
  5483. tra.ZOffset = 2
  5484. tra.LockedToPart = true
  5485. tra.EmissionDirection = Enum.NormalId.Top
  5486. local tra = Instance.new('ParticleEmitter')
  5487. tra.Parent = leg2
  5488. tra.LightEmission = 1
  5489. tra.Color = ColorSequence.new(BrickColor.new("Persimmon").Color)
  5490. tra.Texture = "rbxassetid://1177925800"
  5491. tra.Rate = 15
  5492. tra.Rotation = NumberRange.new(-5, 5)
  5493. tra.Lifetime = NumberRange.new(1.5, 2)
  5494. tra.Size = NumberSequence.new(0.098,0)
  5495. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  5496. tra.Speed = NumberRange.new(0.5)
  5497. tra.VelocitySpread = 360
  5498. tra.VelocityInheritance = 0.5
  5499. tra.ZOffset = 2
  5500. tra.LockedToPart = true
  5501. tra.EmissionDirection = Enum.NormalId.Top
  5502. local tra = Instance.new('ParticleEmitter')
  5503. tra.Parent = hed
  5504. tra.LightEmission = 1
  5505. tra.Color = ColorSequence.new(BrickColor.new("Persimmon").Color)
  5506. tra.Texture = "rbxassetid://1177925800"
  5507. tra.Rate = 15
  5508. tra.Rotation = NumberRange.new(-5, 5)
  5509. tra.Lifetime = NumberRange.new(1.5, 2)
  5510. tra.Size = NumberSequence.new(0.098,0)
  5511. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  5512. tra.Speed = NumberRange.new(0.5)
  5513. tra.VelocitySpread = 360
  5514. tra.VelocityInheritance = 0.5
  5515. tra.ZOffset = 2
  5516. tra.LockedToPart = true
  5517. tra.EmissionDirection = Enum.NormalId.Top
  5518. local tra = Instance.new('ParticleEmitter')
  5519. tra.Parent = Hair7
  5520. tra.LightEmission = 1
  5521. tra.Color = ColorSequence.new(BrickColor.new("Persimmon").Color)
  5522. tra.Texture = "rbxassetid://1177925800"
  5523. tra.Rate = 15
  5524. tra.Rotation = NumberRange.new(-5, 5)
  5525. tra.Lifetime = NumberRange.new(1.5, 2)
  5526. tra.Size = NumberSequence.new(0.098,0)
  5527. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  5528. tra.Speed = NumberRange.new(0.5)
  5529. tra.VelocitySpread = 360
  5530. tra.VelocityInheritance = 0.5
  5531. tra.ZOffset = 2
  5532. tra.LockedToPart = true
  5533. tra.EmissionDirection = Enum.NormalId.Top
  5534.  
  5535. hed.face.Texture = "rbxassetid://1128363059"
  5536.  
  5537. Hair7:Destroy()
  5538. Hair7 = Instance.new("Part")
  5539. Hair7.Parent = char
  5540. Hair7.Name = "Hair"
  5541. Hair7.CanCollide = false
  5542. Hair7.Locked = true
  5543. Hair7.TopSurface = "Smooth"
  5544. Hair7.BottomSurface = "Smooth"
  5545. Hair7.formFactor = "Symmetric"
  5546. Hair7.Material = "Neon"
  5547. Hair7.BrickColor = BrickColor.new("Really black")
  5548. Hair7.CFrame = char.Torso.CFrame
  5549. Hair7.Size = Vector3.new(1, 1, 1)
  5550. Hair7.Transparency = 0
  5551.  
  5552.  
  5553. Weld1 = Instance.new("Weld")
  5554. Weld1.Parent = char.Head
  5555. Weld1.Part0 = char.Head
  5556. Weld1.Part1 = Hair7
  5557. Weld1.C0 = CFrame.new(0, 1.1, -0.16) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  5558.  
  5559. Mesh = Instance.new("SpecialMesh")
  5560. Mesh.Offset = Vector3.new(0,-0.2,-0.14)
  5561. Mesh.Parent = Hair7
  5562. Mesh.Scale = Vector3.new(6.3,4.8,6.2)
  5563. Mesh.MeshType = "FileMesh"
  5564. Mesh.MeshId = "http://www.roblox.com/asset/?id=1125231485"
  5565. Mesh.TextureId = ""
  5566.  
  5567. local tra = Instance.new('ParticleEmitter')
  5568. tra.Parent = Hair7
  5569. tra.LightEmission = 1
  5570. tra.Color = ColorSequence.new(BrickColor.new("Persimmon").Color)
  5571. tra.Texture = "rbxassetid://1177925800"
  5572. tra.Rate = 15
  5573. tra.Rotation = NumberRange.new(-5, 5)
  5574. tra.Lifetime = NumberRange.new(1.5, 2)
  5575. tra.Size = NumberSequence.new(0.098,0)
  5576. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  5577. tra.Speed = NumberRange.new(0.5)
  5578. tra.VelocitySpread = 360
  5579. tra.VelocityInheritance = 0.5
  5580. tra.ZOffset = 2
  5581. tra.EmissionDirection = Enum.NormalId.Top
  5582. tra.LockedToPart = true
  5583.  
  5584. local larm1 = Instance.new("Part",char)
  5585. larm1.Name = "arm1"
  5586. larm1.Material = Enum.Material.Neon
  5587. larm1.Transparency = 0.87
  5588. larm1.BrickColor = BrickColor.new("Persimmon")
  5589. larm1.Size = Vector3.new(1.1,2.1,1.1)
  5590. larm1.Position = Vector3.new(999,999,999)
  5591. local larmhold = Instance.new("Weld",char)
  5592. larmhold.Part0 = arm1
  5593. larmhold.Part1 = larm1
  5594. larmhold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5595. local rarm1 = Instance.new("Part",char)
  5596. rarm1.Name = "arm2"
  5597. rarm1.Material = Enum.Material.Neon
  5598. rarm1.Transparency = 0.87
  5599. rarm1.BrickColor = BrickColor.new("Persimmon")
  5600. rarm1.Size = Vector3.new(1.1,2.1,1.1)
  5601. rarm1.Position = Vector3.new(999,999,999)
  5602. local rarmhold = Instance.new("Weld",char)
  5603. rarmhold.Part0 = arm2
  5604. rarmhold.Part1 = rarm1
  5605. rarmhold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5606. local torso1 = Instance.new("Part",char)
  5607. torso1.Material = Enum.Material.Neon
  5608. torso1.Transparency = 0.87
  5609. torso1.BrickColor = BrickColor.new("Persimmon")
  5610. torso1.Name = "tors"
  5611. torso1.Size = Vector3.new(2.1,2.1,1.1)
  5612. torso1.Position = Vector3.new(999,999,999)
  5613. local torsohold = Instance.new("Weld",char)
  5614. torsohold.Part0 = tor
  5615. torsohold.Part1 = torso1
  5616. torsohold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5617. local lleg1 = Instance.new("Part",char)
  5618. lleg1.Name = "leg1"
  5619. lleg1.Material = Enum.Material.Neon
  5620. lleg1.Transparency = 0.87
  5621. lleg1.BrickColor = BrickColor.new("Persimmon")
  5622. lleg1.Size = Vector3.new(1.1,2.1,1.1)
  5623. lleg1.Position = Vector3.new(999,999,999)
  5624. local lleghold = Instance.new("Weld",char)
  5625. lleghold.Part0 = leg1
  5626. lleghold.Part1 = lleg1
  5627. lleghold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5628. local rleg1 = Instance.new("Part",char)
  5629. rleg1.Name = "leg2"
  5630. rleg1.Material = Enum.Material.Neon
  5631. rleg1.Transparency = 0.87
  5632. rleg1.BrickColor = BrickColor.new("Persimmon")
  5633. rleg1.Size = Vector3.new(1.1,2.1,1.1)
  5634. rleg1.Position = Vector3.new(999,999,999)
  5635. local rleghold = Instance.new("Weld",char)
  5636. rleghold.Part0 = leg2
  5637. rleghold.Part1 = rleg1
  5638. rleghold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5639. local rhed1 = Instance.new("Part",char)
  5640. rhed1.Name = "hed"
  5641. rhed1.Material = Enum.Material.Neon
  5642. rhed1.Transparency = 0.75
  5643. rhed1.BrickColor = BrickColor.new("Persimmon")
  5644. rhed1.Size = Vector3.new(2.3,1.3,1.3)
  5645. rhed1.Position = Vector3.new(999,999,999)
  5646. local rhedhold = Instance.new("Weld",char)
  5647. rhedhold.Part0 = hed
  5648. rhedhold.Part1 = rhed1
  5649. rhedhold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5650. local rhedmesh1 = Instance.new("SpecialMesh",rhed1)
  5651. rhedmesh1.MeshId = "rbxassetid://539723444"
  5652. rhedmesh1.TextureId = "rbxassetid://43200547"
  5653. rhedmesh1.Scale = Vector3.new(1,1,1)
  5654.  
  5655. hed.face.Texture = "rbxassetid://1177817789"
  5656.  
  5657. local list = {NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.371,0.525,0),NumberSequenceKeypoint.new(0.775,0.579,0),NumberSequenceKeypoint.new(1,0.985,0)}
  5658.  
  5659. local color1 = Color3.fromRGB(255,19,70)
  5660. local color2 = Color3.fromRGB(255,175,80)
  5661. local color3 = Color3.fromRGB(230,19,61)
  5662.  
  5663. local list4 = {ColorSequenceKeypoint.new(0,color1),ColorSequenceKeypoint.new(0.959,color2),ColorSequenceKeypoint.new(1,color3)}
  5664.  
  5665. local list5 = {NumberSequenceKeypoint.new(0,0.425,0),NumberSequenceKeypoint.new(0.29,0.899,0),NumberSequenceKeypoint.new(0.59,0.955,0),NumberSequenceKeypoint.new(1,0.579,0)}
  5666.  
  5667. local list6 = {NumberSequenceKeypoint.new(0,0.429,0),NumberSequenceKeypoint.new(0.29,0.9,0),NumberSequenceKeypoint.new(0.59,0.959,0),NumberSequenceKeypoint.new(1,0.589,0)}
  5668.  
  5669. local Part2 = Instance.new("Part")
  5670. Part2.Parent = char
  5671. Part2.Name = "Part9"
  5672. Part2.CanCollide = false
  5673. Part2.Locked = true
  5674. Part2.TopSurface = "Smooth"
  5675. Part2.BottomSurface = "Smooth"
  5676. Part2.formFactor = "Symmetric"
  5677. Part2.Material = "Neon"
  5678. Part2.BrickColor = BrickColor.new("Really black")
  5679. Part2.CFrame = p.Character.Torso.CFrame
  5680. Part2.Size = Vector3.new(2,2,2)
  5681. Part2.Transparency = 1
  5682.  
  5683. local Mesh3 = Instance.new("SpecialMesh")
  5684. Mesh3.Offset = Vector3.new(0.2, -0.2, 0.2)
  5685. Mesh3.Parent = Part2
  5686. Mesh3.Scale = Vector3.new(1, 1, 1)
  5687. Mesh3.MeshType = "FileMesh"
  5688. Mesh3.MeshId = "http://www.roblox.com/asset/?id=476757756"
  5689. Mesh3.TextureId = ""
  5690.  
  5691.  
  5692. local Weld5 = Instance.new("Weld")
  5693. Weld5.Parent = p.Character.Head
  5694. Weld5.Part0 = p.Character.Head
  5695. Weld5.Part1 = Part2
  5696.  
  5697. Part2.Color = Color3.fromRGB(5,5,5)
  5698. Hair7.Color = Color3.fromRGB(5,5,5)
  5699. Mesh3.MeshId = "rbxassetid://430344159"
  5700. Mesh3.Scale = Vector3.new(3.8,3.8,3.8)
  5701. Weld5.C0 = CFrame.new(-.25,1.2,.34)
  5702.  
  5703. local Part = Instance.new("Part")
  5704. Part.Parent = char
  5705. Part.Name = "Part8"
  5706. Part.CanCollide = false
  5707. Part.Locked = true
  5708. Part.TopSurface = "Smooth"
  5709. Part.BottomSurface = "Smooth"
  5710. Part.formFactor = "Symmetric"
  5711. Part.Material = "Neon"
  5712. Part.BrickColor = BrickColor.new("Really black")
  5713. Part.CFrame = p.Character.Torso.CFrame
  5714. Part.Size = Vector3.new(1.75,1.75,1.75)
  5715. Part.Transparency = 1
  5716.  
  5717. local Weld = Instance.new("Weld")
  5718. Weld.Parent = p.Character.Head
  5719. Weld.Part0 = p.Character.Head
  5720. Weld.Part1 = Part
  5721. Weld.C0 = CFrame.new(0, 1, 0)
  5722.  
  5723. local ssjgaurax = Instance.new("ParticleEmitter",Part)
  5724. ssjgaurax.Name = "aura"
  5725. ssjgaurax.Texture = "rbxassetid://1095778764"
  5726. ssjgaurax.Color = ColorSequence.new(list4)
  5727. ssjgaurax.Transparency = NumberSequence.new(list)
  5728. ssjgaurax.LightEmission = 1
  5729. ssjgaurax.Speed = NumberRange.new(0)
  5730. ssjgaurax.SpreadAngle = Vector2.new(0,0)
  5731. ssjgaurax.RotSpeed = NumberRange.new(0)
  5732. ssjgaurax.Rotation = NumberRange.new(0)
  5733. ssjgaurax.LightInfluence = 0
  5734. ssjgaurax.Size = NumberSequence.new(list6)
  5735. ssjgaurax.Lifetime = NumberRange.new(2)
  5736. ssjgaurax.Rate = 9
  5737. ssjgaurax.ZOffset = 0
  5738. ssjgaurax.Acceleration = Vector3.new(0,0.05,0)
  5739. ssjgaurax.LockedToPart = true
  5740. ssjgaurax.Enabled = true
  5741.  
  5742. local ssjgaurak = Instance.new("ParticleEmitter",Part2)
  5743. ssjgaurak.Name = "aura"
  5744. ssjgaurak.Texture = "rbxassetid://1095778764"
  5745. ssjgaurak.Color = ColorSequence.new(list4)
  5746. ssjgaurak.Transparency = NumberSequence.new(list)
  5747. ssjgaurak.LightEmission = 1
  5748. ssjgaurak.Speed = NumberRange.new(0)
  5749. ssjgaurak.SpreadAngle = Vector2.new(0,0)
  5750. ssjgaurak.RotSpeed = NumberRange.new(0)
  5751. ssjgaurak.Rotation = NumberRange.new(0)
  5752. ssjgaurak.LightInfluence = 0
  5753. ssjgaurak.Size = NumberSequence.new(list6)
  5754. ssjgaurak.Lifetime = NumberRange.new(2)
  5755. ssjgaurak.Rate = 9
  5756. ssjgaurak.ZOffset = 0
  5757. ssjgaurak.Acceleration = Vector3.new(0,0.05,0)
  5758. ssjgaurak.LockedToPart = true
  5759. ssjgaurak.Enabled = true
  5760.  
  5761. local ssjgaura = Instance.new("ParticleEmitter",hed)
  5762. ssjgaura.Name = "aura"
  5763. ssjgaura.Texture = "rbxassetid://1095778764"
  5764. ssjgaura.Color = ColorSequence.new(list4)
  5765. ssjgaura.Transparency = NumberSequence.new(list)
  5766. ssjgaura.LightEmission = 1
  5767. ssjgaura.Speed = NumberRange.new(0)
  5768. ssjgaura.SpreadAngle = Vector2.new(0,0)
  5769. ssjgaura.RotSpeed = NumberRange.new(0)
  5770. ssjgaura.Rotation = NumberRange.new(0)
  5771. ssjgaura.LightInfluence = 0
  5772. ssjgaura.Size = NumberSequence.new(list6)
  5773. ssjgaura.Lifetime = NumberRange.new(3)
  5774. ssjgaura.Rate = 20
  5775. ssjgaura.ZOffset = 0
  5776. ssjgaura.Acceleration = Vector3.new(0,0.05,0)
  5777. ssjgaura.LockedToPart = true
  5778. ssjgaura.Enabled = true
  5779.  
  5780. local ssjgaura3 = Instance.new("ParticleEmitter",arm1)
  5781. ssjgaura3.Name = "aura"
  5782. ssjgaura3.Texture = "rbxassetid://1095778764"
  5783. ssjgaura3.Color = ColorSequence.new(list4)
  5784. ssjgaura3.Transparency = NumberSequence.new(list)
  5785. ssjgaura3.LightEmission = 1
  5786. ssjgaura3.LightInfluence = 0
  5787. ssjgaura3.Speed = NumberRange.new(0)
  5788. ssjgaura3.SpreadAngle = Vector2.new(0,0)
  5789. ssjgaura3.RotSpeed = NumberRange.new(0)
  5790. ssjgaura3.Rotation = NumberRange.new(0)
  5791. ssjgaura3.Size = NumberSequence.new(list5)
  5792. ssjgaura3.Lifetime = NumberRange.new(5)
  5793. ssjgaura3.Rate = 15
  5794. ssjgaura3.ZOffset = 0
  5795. ssjgaura3.Acceleration = Vector3.new(0,0.09,0)
  5796. ssjgaura3.LockedToPart = true
  5797.  
  5798. local ssjgaura4 = Instance.new("ParticleEmitter",arm2)
  5799. ssjgaura4.Name = "aura"
  5800. ssjgaura4.Texture = "rbxassetid://1095778764"
  5801. ssjgaura4.Color = ColorSequence.new(list4)
  5802. ssjgaura4.Transparency = NumberSequence.new(list)
  5803. ssjgaura4.LightEmission = 1
  5804. ssjgaura4.LightInfluence = 0
  5805. ssjgaura4.Speed = NumberRange.new(0)
  5806. ssjgaura4.SpreadAngle = Vector2.new(0,0)
  5807. ssjgaura4.RotSpeed = NumberRange.new(0)
  5808. ssjgaura4.Rotation = NumberRange.new(0)
  5809. ssjgaura4.Size = NumberSequence.new(list5)
  5810. ssjgaura4.Lifetime = NumberRange.new(5)
  5811. ssjgaura4.Rate = 15
  5812. ssjgaura4.ZOffset = 0
  5813. ssjgaura4.Acceleration = Vector3.new(0,0.09,0)
  5814. ssjgaura4.LockedToPart = true
  5815.  
  5816. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  5817. ssjgaurag.Name = "aura2"
  5818. ssjgaurag.Texture = "rbxassetid://1095778764"
  5819. ssjgaurag.Color = ColorSequence.new(list4)
  5820. ssjgaurag.Transparency = NumberSequence.new(list)
  5821. ssjgaurag.LightEmission = 1
  5822. ssjgaurag.LightInfluence = 1
  5823. ssjgaurag.Speed = NumberRange.new(0)
  5824. ssjgaurag.SpreadAngle = Vector2.new(0,0)
  5825. ssjgaurag.RotSpeed = NumberRange.new(0)
  5826. ssjgaurag.Rotation = NumberRange.new(0)
  5827. ssjgaurag.Size = NumberSequence.new(list5)
  5828. ssjgaurag.Lifetime = NumberRange.new(5)
  5829. ssjgaurag.Rate = 15
  5830. ssjgaurag.ZOffset = 0
  5831. ssjgaurag.Acceleration = Vector3.new(0,0.09,0)
  5832. ssjgaurag.LockedToPart = true
  5833.  
  5834. local ssjgaura1 = Instance.new("ParticleEmitter",leg1)
  5835. ssjgaura1.Name = "aura"
  5836. ssjgaura1.Texture = "rbxassetid://1095778764"
  5837. ssjgaura1.Color = ColorSequence.new(list4)
  5838. ssjgaura1.Transparency = NumberSequence.new(list)
  5839. ssjgaura1.LightEmission = 1
  5840. ssjgaura1.LightInfluence = 0
  5841. ssjgaura1.Speed = NumberRange.new(0)
  5842. ssjgaura1.SpreadAngle = Vector2.new(0,0)
  5843. ssjgaura1.RotSpeed = NumberRange.new(0)
  5844. ssjgaura1.Rotation = NumberRange.new(0)
  5845. ssjgaura1.Size = NumberSequence.new(list5)
  5846. ssjgaura1.Lifetime = NumberRange.new(5)
  5847. ssjgaura1.Rate = 15
  5848. ssjgaura1.ZOffset = 0
  5849. ssjgaura1.Acceleration = Vector3.new(0,0.09,0)
  5850. ssjgaura1.LockedToPart = true
  5851.  
  5852. local ssjgaura2 = Instance.new("ParticleEmitter",leg2)
  5853. ssjgaura2.Name = "aura"
  5854. ssjgaura2.Texture = "rbxassetid://1095778764"
  5855. ssjgaura2.Color = ColorSequence.new(list4)
  5856. ssjgaura2.Transparency = NumberSequence.new(list)
  5857. ssjgaura2.LightEmission = 1
  5858. ssjgaura2.LightInfluence = 0
  5859. ssjgaura2.Speed = NumberRange.new(0)
  5860. ssjgaura2.SpreadAngle = Vector2.new(0,0)
  5861. ssjgaura2.RotSpeed = NumberRange.new(0)
  5862. ssjgaura2.Rotation = NumberRange.new(0)
  5863. ssjgaura2.Size = NumberSequence.new(list5)
  5864. ssjgaura2.Lifetime = NumberRange.new(5)
  5865. ssjgaura2.Rate = 15
  5866. ssjgaura2.ZOffset = 0
  5867. ssjgaura2.Acceleration = Vector3.new(0,0.09,0)
  5868. ssjgaura2.LockedToPart = true
  5869.  
  5870. local part = Instance.new("Part",char)
  5871. part.Transparency = 1
  5872. part.Size = Vector3.new(1,1,1)
  5873. local pw = Instance.new("Weld",part)
  5874. pw.Part0 = tor
  5875. pw.Part1 = part
  5876. pw.C1 = CFrame.new(0,2.3,0)
  5877.  
  5878. local fla11 = Instance.new("ParticleEmitter",part)
  5879. fla11.Name = "Flame"
  5880. fla11.Color = ColorSequence.new(Color3.fromRGB(255,19,70),Color3.fromRGB(255,200,9))
  5881. fla11.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  5882. fla11.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,15,0)})
  5883. fla11.LightEmission = 2.5
  5884. fla11.Rate = 2500
  5885. fla11.Lifetime = NumberRange.new(50)
  5886. fla11.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,0,0)})
  5887. fla11.Speed = NumberRange.new(125)
  5888. fla11.SpreadAngle = Vector2.new(89,89)
  5889.  
  5890. local fla12 = Instance.new("ParticleEmitter",part)
  5891. fla12.Name = "Flame"
  5892. fla12.Color = ColorSequence.new(Color3.fromRGB(255,200,9),Color3.fromRGB(255,17,79))
  5893. fla12.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  5894. fla12.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,10,0)})
  5895. fla12.LightEmission = 5
  5896. fla12.Rate = 550
  5897. fla12.Lifetime = NumberRange.new(50)
  5898. fla12.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,0,0)})
  5899. fla12.Speed = NumberRange.new(150)
  5900. fla12.SpreadAngle = Vector2.new(80,80)
  5901.  
  5902. local num = 0
  5903. local a21e = Instance.new("Part",char)
  5904. a21e.Name = "Beam"..num
  5905. a21e.Locked = true
  5906. a21e.Size = Vector3.new(2,2,2)
  5907. a21e.CanCollide = false
  5908. a21e.Position = hrp.Position
  5909. a21e.Color = Color3.fromRGB(255,219,70)
  5910. a21e.Material = "Neon"
  5911. a21e.Transparency = 0
  5912. local aa21e = Instance.new("SpecialMesh",a21e)
  5913. a21e.Anchored = true
  5914. a21e.Position = hrp.Position
  5915. aa21e.MeshType = "Sphere"
  5916. aa21e.Scale = Vector3.new(2,2,2)
  5917.  
  5918. GroundShake2 = false
  5919.  
  5920. --local cc = Instance.new("ColorCorrectionEffect",game.Lighting)
  5921. --cc.Name = "effect"
  5922. --cc.TintColor = Color3.fromRGB(255,219,70)
  5923.  
  5924. local Mus2 = Instance.new("Sound",char)
  5925. Mus2.SoundId = "rbxassetid://301184111"
  5926. Mus2.Volume = 4
  5927. Mus2.Looped = false
  5928. Mus2:Play()
  5929. Mus1:Play()
  5930.  
  5931. Mus.SoundId = "rbxassetid://386427360"
  5932.  
  5933. Mus:Play()
  5934.  
  5935. for i = 1,35.4 do
  5936. for _,player in pairs(game.Players:GetPlayers()) do
  5937. hum.CameraOffset = Vector3.new(math.random(-0.8,0.8),math.random(-0.9,0.9),math.random(-0.8,0.8))
  5938. wait()
  5939. hum.CameraOffset = Vector3.new(0,0,0)
  5940. --cc.Brightness = cc.Brightness + 0.1
  5941. aa21e.Scale = aa21e.Scale + Vector3.new(1.99,1.99,1.99)
  5942. a21e.Transparency = a21e.Transparency + 0.01
  5943.  
  5944. end
  5945. end
  5946.  
  5947. --GroundShake = false
  5948.  
  5949. wait()
  5950.  
  5951. hum.WalkSpeed = 399.999999999999999999999999999999999999999999
  5952. hum.JumpPower = 150.250000000000000000000000000000000000000000
  5953.  
  5954. Hair7.Color = Color3.fromRGB(255,59,82)
  5955.  
  5956. ape51.Color = Color3.fromRGB(255,58,91)
  5957.  
  5958. hed.face.Texture = "rbxassetid://231488705"
  5959.  
  5960. local list = {NumberSequenceKeypoint.new(0,0.975,0),NumberSequenceKeypoint.new(1,1,0)}
  5961.  
  5962. local list2 = {NumberSequenceKeypoint.new(0,0.99,0),NumberSequenceKeypoint.new(1,1,0)}
  5963.  
  5964. local ssjgaura = Instance.new("ParticleEmitter",tor)
  5965. ssjgaura.Name = "SSJGaura"
  5966. ssjgaura.Color = ColorSequence.new(Color3.fromRGB(255,25,70))
  5967. ssjgaura.LightEmission = 1
  5968. ssjgaura.Transparency = NumberSequence.new(list2)
  5969. ssjgaura.Size = NumberSequence.new(5)
  5970. ssjgaura.Lifetime = NumberRange.new(0.9)
  5971. ssjgaura.Rate = 89
  5972. ssjgaura.ZOffset = -1
  5973. ssjgaura.Speed = NumberRange.new(5)
  5974. ssjgaura.LockedToPart = true
  5975.  
  5976. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  5977. ssjgaurag.Name = "SSGaura"
  5978. ssjgaurag.Color = ColorSequence.new(Color3.fromRGB(255,175,80))
  5979. ssjgaurag.LightEmission = 0.75
  5980. ssjgaurag.Transparency = NumberSequence.new(list)
  5981. ssjgaurag.Size = NumberSequence.new(5)
  5982. ssjgaurag.Lifetime = NumberRange.new(0.99)
  5983. ssjgaurag.Rate = 89
  5984. ssjgaurag.ZOffset = 0
  5985. ssjgaurag.Speed = NumberRange.new(5.999)
  5986. ssjgaurag.SpreadAngle = Vector2.new(0.9,0.99)
  5987. ssjgaurag.LockedToPart = true
  5988.  
  5989. ssjgaura.Texture = "rbxassetid://256159034"
  5990. ssjgaurag.Texture = "rbxassetid://256159034"
  5991.  
  5992. --available = true
  5993.  
  5994. wait(.9)
  5995.  
  5996. a21e:Remove()
  5997.  
  5998. part:Remove()
  5999.  
  6000. --cc:Remove()
  6001.  
  6002. being = false
  6003.  
  6004. ssjg = false
  6005.  
  6006. normal = false
  6007.  
  6008. limitbreaker = true
  6009. automoviment = true
  6010. dodge = true
  6011.  
  6012. ultrainstinct = false
  6013.  
  6014. end
  6015. end
  6016. end;end
  6017.  
  6018. function ssb()
  6019.  
  6020. if auracan4 == true then
  6021. auracan4 = false
  6022. end
  6023.  
  6024. if ssj1 == false and ssjb == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false or ssjg == true or ssj4 == true then
  6025. if being == false then
  6026. ssjg = false
  6027. being = true
  6028.  
  6029. for _,v in pairs(tor:GetChildren()) do
  6030. if v.ClassName == "ParticleEmitter" then
  6031. v:Remove()
  6032. end
  6033. end
  6034.  
  6035. chatfunc("Super Saiyan Blue.")
  6036.  
  6037. Mus.Pitch = 1
  6038.  
  6039. Mus.SoundId = "rbxassetid://396456430"
  6040. Mus:Play()
  6041. Mus.Volume = 10
  6042.  
  6043. Mus1:Play()
  6044.  
  6045. Hair7.Color = Color3.fromRGB(0,225,245)
  6046. ape51.Color = Color3.fromRGB(0,225,245)
  6047. Mesh.MeshId = "rbxassetid://430344159"
  6048. Mesh.Scale = Vector3.new(6.3,6.3,6.3)
  6049. Weld1.C0 = CFrame.new(-.25,1.2,.34)
  6050.  
  6051. hed.face.Texture = "rbxassetid://670772635"
  6052.  
  6053. local list = {NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,0.8,0)}
  6054. local list2 = {NumberSequenceKeypoint.new(0,0.6,0),NumberSequenceKeypoint.new(1,0.9,0)}
  6055.  
  6056. local ssjgaura = Instance.new("ParticleEmitter",tor)
  6057. ssjgaura.Name = "SSJBaura"
  6058. ssjgaura.Color = ColorSequence.new(Color3.fromRGB(125,150,255))
  6059. ssjgaura.Transparency = NumberSequence.new(list)
  6060. ssjgaura.LightEmission = 1
  6061. ssjgaura.Size = NumberSequence.new(9)
  6062. ssjgaura.Lifetime = NumberRange.new(0.9)
  6063. ssjgaura.Rate = 19
  6064. ssjgaura.ZOffset = -1.9
  6065. ssjgaura.Speed = NumberRange.new(5)
  6066. ssjgaura.LockedToPart = true
  6067.  
  6068. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  6069. ssjgaurag.Name = "SSBaura2"
  6070. ssjgaurag.Color = ColorSequence.new(Color3.fromRGB(200,200,200))
  6071. ssjgaurag.Transparency = NumberSequence.new(list2)
  6072. ssjgaurag.LightEmission = 0.75
  6073. ssjgaurag.Size = NumberSequence.new(9)
  6074. ssjgaurag.Lifetime = NumberRange.new(0.99)
  6075. ssjgaurag.Rate = 19
  6076. ssjgaurag.ZOffset = -2.9
  6077. ssjgaurag.Speed = NumberRange.new(5.999)
  6078. ssjgaurag.SpreadAngle = Vector2.new(0.9,0.99)
  6079. ssjgaurag.LockedToPart = true
  6080.  
  6081. ssjgaura.Texture = "rbxassetid://894173257"
  6082. ssjgaurag.Texture = "rbxassetid://1072541924"
  6083.  
  6084. local num = 0
  6085. local a21e = Instance.new("Part",char)
  6086. a21e.Name = "Beam"..num
  6087. a21e.Locked = true
  6088. a21e.Size = Vector3.new(1,1,1)
  6089. a21e.CanCollide = false
  6090. a21e.Position = Vector3.new(999,999,999)
  6091. a21e.BrickColor = BrickColor.new("Bright bluish green")
  6092. a21e.Material = "Neon"
  6093. a21e.Transparency = 0
  6094. local aa21e = Instance.new("SpecialMesh",a21e)
  6095. a21e.Anchored = true
  6096. a21e.Position = hrp.Position
  6097. aa21e.MeshType = "Sphere"
  6098. aa21e.Scale = Vector3.new(1,1,1)
  6099.  
  6100. for i = 1,25 do
  6101. wait()
  6102. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  6103. a21e.Transparency = a21e.Transparency + 0.04
  6104. end
  6105.  
  6106. wait(.1)
  6107.  
  6108. a21e:Remove()
  6109.  
  6110. wait()
  6111.  
  6112. hum.WalkSpeed = 100.999
  6113. hum.JumpPower = 100.999
  6114. hum.MaxHealth = math.huge
  6115. hum.Health = 1440000000000
  6116.  
  6117. being = false
  6118.  
  6119. normal = false
  6120.  
  6121. ssjb = true
  6122.  
  6123. --available = true
  6124.  
  6125. end
  6126. end
  6127. end
  6128.  
  6129. function superior()
  6130.  
  6131. if hum.Health <= 10001 then
  6132.  
  6133. if normal == true then
  6134. if ssjg == false and ssj1 == false and ssjb == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false and fullpowerssj == false then
  6135. if being == false then
  6136. being = true
  6137.  
  6138. GroundWave1()
  6139.  
  6140. wait(1)
  6141.  
  6142. rock = true
  6143.  
  6144. wait(1.12)
  6145.  
  6146. chatfunc("Not yet...")
  6147.  
  6148. Mus.Pitch = 1
  6149.  
  6150. wait(2.24)
  6151.  
  6152. rock = false
  6153. rock3 = true
  6154. rock3 = true
  6155.  
  6156. GroundWave0()
  6157.  
  6158. local tra = Instance.new('ParticleEmitter')
  6159. tra.Parent = tor
  6160. tra.LightEmission = 1
  6161. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6162. tra.Texture = "rbxassetid://1177925800"
  6163. tra.Rate = 15
  6164. tra.Rotation = NumberRange.new(-5, 5)
  6165. tra.Lifetime = NumberRange.new(1.5, 2)
  6166. tra.Size = NumberSequence.new(0.098,0)
  6167. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6168. tra.Speed = NumberRange.new(0.5)
  6169. tra.VelocitySpread = 360
  6170. tra.VelocityInheritance = 0.5
  6171. tra.ZOffset = 2
  6172. tra.LockedToPart = true
  6173. tra.EmissionDirection = Enum.NormalId.Top
  6174. local tra = Instance.new('ParticleEmitter')
  6175. tra.Parent = arm1
  6176. tra.LightEmission = 1
  6177. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6178. tra.Texture = "rbxassetid://1177925800"
  6179. tra.Rate = 15
  6180. tra.Rotation = NumberRange.new(-5, 5)
  6181. tra.Lifetime = NumberRange.new(1.5, 2)
  6182. tra.Size = NumberSequence.new(0.098,0)
  6183. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6184. tra.Speed = NumberRange.new(0.5)
  6185. tra.VelocitySpread = 360
  6186. tra.VelocityInheritance = 0.5
  6187. tra.ZOffset = 2
  6188. tra.LockedToPart = true
  6189. tra.EmissionDirection = Enum.NormalId.Top
  6190. local tra = Instance.new('ParticleEmitter')
  6191. tra.Parent = arm2
  6192. tra.LightEmission = 1
  6193. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6194. tra.Texture = "rbxassetid://1177925800"
  6195. tra.Rate = 15
  6196. tra.Rotation = NumberRange.new(-5, 5)
  6197. tra.Lifetime = NumberRange.new(1.5, 2)
  6198. tra.Size = NumberSequence.new(0.098,0)
  6199. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6200. tra.Speed = NumberRange.new(0.5)
  6201. tra.VelocitySpread = 360
  6202. tra.VelocityInheritance = 0.5
  6203. tra.ZOffset = 2
  6204. tra.LockedToPart = true
  6205. tra.EmissionDirection = Enum.NormalId.Top
  6206. local tra = Instance.new('ParticleEmitter')
  6207. tra.Parent = leg1
  6208. tra.LightEmission = 1
  6209. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6210. tra.Texture = "rbxassetid://1177925800"
  6211. tra.Rate = 15
  6212. tra.Rotation = NumberRange.new(-5, 5)
  6213. tra.Lifetime = NumberRange.new(1.5, 2)
  6214. tra.Size = NumberSequence.new(0.098,0)
  6215. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6216. tra.Speed = NumberRange.new(0.5)
  6217. tra.VelocitySpread = 360
  6218. tra.VelocityInheritance = 0.5
  6219. tra.ZOffset = 2
  6220. tra.LockedToPart = true
  6221. tra.EmissionDirection = Enum.NormalId.Top
  6222. local tra = Instance.new('ParticleEmitter')
  6223. tra.Parent = leg2
  6224. tra.LightEmission = 1
  6225. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6226. tra.Texture = "rbxassetid://1177925800"
  6227. tra.Rate = 15
  6228. tra.Rotation = NumberRange.new(-5, 5)
  6229. tra.Lifetime = NumberRange.new(1.5, 2)
  6230. tra.Size = NumberSequence.new(0.098,0)
  6231. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6232. tra.Speed = NumberRange.new(0.5)
  6233. tra.VelocitySpread = 360
  6234. tra.VelocityInheritance = 0.5
  6235. tra.ZOffset = 2
  6236. tra.LockedToPart = true
  6237. tra.EmissionDirection = Enum.NormalId.Top
  6238. local tra = Instance.new('ParticleEmitter')
  6239. tra.Parent = hed
  6240. tra.LightEmission = 1
  6241. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6242. tra.Texture = "rbxassetid://1177925800"
  6243. tra.Rate = 15
  6244. tra.Rotation = NumberRange.new(-5, 5)
  6245. tra.Lifetime = NumberRange.new(1.5, 2)
  6246. tra.Size = NumberSequence.new(0.098,0)
  6247. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6248. tra.Speed = NumberRange.new(0.5)
  6249. tra.VelocitySpread = 360
  6250. tra.VelocityInheritance = 0.5
  6251. tra.ZOffset = 2
  6252. tra.LockedToPart = true
  6253. tra.EmissionDirection = Enum.NormalId.Top
  6254. local tra = Instance.new('ParticleEmitter')
  6255. tra.Parent = Hair7
  6256. tra.LightEmission = 1
  6257. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6258. tra.Texture = "rbxassetid://1177925800"
  6259. tra.Rate = 15
  6260. tra.Rotation = NumberRange.new(-5, 5)
  6261. tra.Lifetime = NumberRange.new(1.5, 2)
  6262. tra.Size = NumberSequence.new(0.098,0)
  6263. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6264. tra.Speed = NumberRange.new(0.5)
  6265. tra.VelocitySpread = 360
  6266. tra.VelocityInheritance = 0.5
  6267. tra.ZOffset = 2
  6268. tra.LockedToPart = true
  6269. tra.EmissionDirection = Enum.NormalId.Top
  6270.  
  6271. hed.face.Texture = "rbxassetid://1128363059"
  6272.  
  6273. wait(1)
  6274.  
  6275. chatfunc("Aghh..")
  6276.  
  6277. wait(0.1)
  6278.  
  6279. GroundWave1()
  6280.  
  6281. --wait(0.9)
  6282.  
  6283. --GroundShake = true
  6284. --GroundShake2 = true
  6285.  
  6286. --wait(1)
  6287.  
  6288. --GroundShake2 = false
  6289. --GroundShake = false
  6290.  
  6291. hum.WalkSpeed = 0
  6292. hum.JumpPower = 0
  6293.  
  6294. wait(2.05)
  6295.  
  6296. --GroundShake2 = true
  6297. --GroundShake = true
  6298.  
  6299. for i = 1,6 do
  6300. for _,player in pairs(game.Players:GetPlayers()) do
  6301. hum.CameraOffset = Vector3.new(math.random(-0.8,0.8),math.random(-0.9,0.9),math.random(-0.8,0.8))
  6302.  
  6303. wait()
  6304.  
  6305. --GroundShake2 = true
  6306. --GroundShake = true
  6307.  
  6308. hum.CameraOffset = Vector3.new(0,0,0)
  6309. end
  6310.  
  6311. end
  6312.  
  6313. Hair7:Destroy()
  6314. Hair7 = Instance.new("Part")
  6315. Hair7.Parent = char
  6316. Hair7.Name = "Hair"
  6317. Hair7.CanCollide = false
  6318. Hair7.Locked = true
  6319. Hair7.TopSurface = "Smooth"
  6320. Hair7.BottomSurface = "Smooth"
  6321. Hair7.formFactor = "Symmetric"
  6322. Hair7.Material = "Neon"
  6323. Hair7.BrickColor = BrickColor.new("Really black")
  6324. Hair7.CFrame = char.Torso.CFrame
  6325. Hair7.Size = Vector3.new(1, 1, 1)
  6326. Hair7.Transparency = 0
  6327.  
  6328.  
  6329. Weld1 = Instance.new("Weld")
  6330. Weld1.Parent = char.Head
  6331. Weld1.Part0 = char.Head
  6332. Weld1.Part1 = Hair7
  6333. Weld1.C0 = CFrame.new(0, 1.1, -0.16) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  6334.  
  6335. Mesh = Instance.new("SpecialMesh")
  6336. Mesh.Offset = Vector3.new(0,-0.2,-0.14)
  6337. Mesh.Parent = Hair7
  6338. Mesh.Scale = Vector3.new(6.3,4.8,6.2)
  6339. Mesh.MeshType = "FileMesh"
  6340. Mesh.MeshId = "http://www.roblox.com/asset/?id=1125231485"
  6341. Mesh.TextureId = ""
  6342.  
  6343. local tra = Instance.new('ParticleEmitter')
  6344. tra.Parent = Hair7
  6345. tra.LightEmission = 1
  6346. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6347. tra.Texture = "rbxassetid://1177925800"
  6348. tra.Rate = 15
  6349. tra.Rotation = NumberRange.new(-5, 5)
  6350. tra.Lifetime = NumberRange.new(1.5, 2)
  6351. tra.Size = NumberSequence.new(0.098,0)
  6352. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6353. tra.Speed = NumberRange.new(0.5)
  6354. tra.VelocitySpread = 360
  6355. tra.VelocityInheritance = 0.5
  6356. tra.ZOffset = 2
  6357. tra.EmissionDirection = Enum.NormalId.Top
  6358. tra.LockedToPart = true
  6359.  
  6360. hed.face.Texture = "rbxassetid://1108348423"
  6361.  
  6362. local list = {NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.371,0.9,0),NumberSequenceKeypoint.new(0.7,0.7,0),NumberSequenceKeypoint.new(1,0.8,0)}
  6363.  
  6364. local color1 = Color3.fromRGB(0,115,255)
  6365. local color2 = Color3.fromRGB(209,155,255)
  6366. local color3 = Color3.fromRGB(230,75,75)
  6367.  
  6368. local list4 = {ColorSequenceKeypoint.new(0,color1),ColorSequenceKeypoint.new(0.959,color2),ColorSequenceKeypoint.new(1,color3)}
  6369.  
  6370. local list5 = {NumberSequenceKeypoint.new(0,0.425,0),NumberSequenceKeypoint.new(0.29,0.899,0),NumberSequenceKeypoint.new(0.59,0.955,0),NumberSequenceKeypoint.new(1,0.579,0)}
  6371.  
  6372. local list6 = {NumberSequenceKeypoint.new(0,0.429,0),NumberSequenceKeypoint.new(0.29,0.9,0),NumberSequenceKeypoint.new(0.59,0.959,0),NumberSequenceKeypoint.new(1,0.589,0)}
  6373.  
  6374. local Part2 = Instance.new("Part")
  6375. Part2.Parent = char
  6376. Part2.Name = "Part9"
  6377. Part2.CanCollide = false
  6378. Part2.Locked = true
  6379. Part2.TopSurface = "Smooth"
  6380. Part2.BottomSurface = "Smooth"
  6381. Part2.formFactor = "Symmetric"
  6382. Part2.Material = "Neon"
  6383. Part2.BrickColor = BrickColor.new("Really black")
  6384. Part2.CFrame = p.Character.Torso.CFrame
  6385. Part2.Size = Vector3.new(2,2,2)
  6386. Part2.Transparency = 1
  6387.  
  6388. local Mesh3 = Instance.new("SpecialMesh")
  6389. Mesh3.Offset = Vector3.new(0.2, -0.2, 0.2)
  6390. Mesh3.Parent = Part2
  6391. Mesh3.Scale = Vector3.new(1, 1, 1)
  6392. Mesh3.MeshType = "FileMesh"
  6393. Mesh3.MeshId = "http://www.roblox.com/asset/?id=476757756"
  6394. Mesh3.TextureId = ""
  6395.  
  6396.  
  6397. local Weld5 = Instance.new("Weld")
  6398. Weld5.Parent = p.Character.Head
  6399. Weld5.Part0 = p.Character.Head
  6400. Weld5.Part1 = Part2
  6401.  
  6402. Part2.Color = Color3.fromRGB(5,5,5)
  6403. Hair7.Color = Color3.fromRGB(5,5,5)
  6404. Mesh3.MeshId = "rbxassetid://430344159"
  6405. Mesh3.Scale = Vector3.new(3.8,3.8,3.8)
  6406. Weld5.C0 = CFrame.new(-.25,1.2,.34)
  6407.  
  6408. local Part = Instance.new("Part")
  6409. Part.Parent = char
  6410. Part.Name = "Part8"
  6411. Part.CanCollide = false
  6412. Part.Locked = true
  6413. Part.TopSurface = "Smooth"
  6414. Part.BottomSurface = "Smooth"
  6415. Part.formFactor = "Symmetric"
  6416. Part.Material = "Neon"
  6417. Part.BrickColor = BrickColor.new("Really black")
  6418. Part.CFrame = p.Character.Torso.CFrame
  6419. Part.Size = Vector3.new(1.75,1.75,1.75)
  6420. Part.Transparency = 1
  6421.  
  6422. local Weld = Instance.new("Weld")
  6423. Weld.Parent = p.Character.Head
  6424. Weld.Part0 = p.Character.Head
  6425. Weld.Part1 = Part
  6426. Weld.C0 = CFrame.new(0, 1, 0)
  6427.  
  6428. local ssjgaurax = Instance.new("ParticleEmitter",Part)
  6429. ssjgaurax.Name = "aura"
  6430. ssjgaurax.Texture = "rbxassetid://1095778764"
  6431. ssjgaurax.Color = ColorSequence.new(list4)
  6432. ssjgaurax.Transparency = NumberSequence.new(list)
  6433. ssjgaurax.LightEmission = 1
  6434. ssjgaurax.Speed = NumberRange.new(0)
  6435. ssjgaurax.SpreadAngle = Vector2.new(0,0)
  6436. ssjgaurax.RotSpeed = NumberRange.new(0)
  6437. ssjgaurax.Rotation = NumberRange.new(0)
  6438. ssjgaurax.LightInfluence = 0
  6439. ssjgaurax.Size = NumberSequence.new(list6)
  6440. ssjgaurax.Lifetime = NumberRange.new(2)
  6441. ssjgaurax.Rate = 9
  6442. ssjgaurax.ZOffset = 0
  6443. ssjgaurax.Acceleration = Vector3.new(0,0.05,0)
  6444. ssjgaurax.LockedToPart = true
  6445. ssjgaurax.Enabled = true
  6446.  
  6447. local ssjgaurak = Instance.new("ParticleEmitter",Part2)
  6448. ssjgaurak.Name = "aura"
  6449. ssjgaurak.Texture = "rbxassetid://1095778764"
  6450. ssjgaurak.Color = ColorSequence.new(list4)
  6451. ssjgaurak.Transparency = NumberSequence.new(list)
  6452. ssjgaurak.LightEmission = 1
  6453. ssjgaurak.Speed = NumberRange.new(0)
  6454. ssjgaurak.SpreadAngle = Vector2.new(0,0)
  6455. ssjgaurak.RotSpeed = NumberRange.new(0)
  6456. ssjgaurak.Rotation = NumberRange.new(0)
  6457. ssjgaurak.LightInfluence = 0
  6458. ssjgaurak.Size = NumberSequence.new(list6)
  6459. ssjgaurak.Lifetime = NumberRange.new(2)
  6460. ssjgaurak.Rate = 9
  6461. ssjgaurak.ZOffset = 0
  6462. ssjgaurak.Acceleration = Vector3.new(0,0.05,0)
  6463. ssjgaurak.LockedToPart = true
  6464. ssjgaurak.Enabled = true
  6465.  
  6466. local ssjgaura = Instance.new("ParticleEmitter",hed)
  6467. ssjgaura.Name = "aura"
  6468. ssjgaura.Texture = "rbxassetid://1095778764"
  6469. ssjgaura.Color = ColorSequence.new(list4)
  6470. ssjgaura.Transparency = NumberSequence.new(list)
  6471. ssjgaura.LightEmission = 1
  6472. ssjgaura.Speed = NumberRange.new(0)
  6473. ssjgaura.SpreadAngle = Vector2.new(0,0)
  6474. ssjgaura.RotSpeed = NumberRange.new(0)
  6475. ssjgaura.Rotation = NumberRange.new(0)
  6476. ssjgaura.LightInfluence = 0
  6477. ssjgaura.Size = NumberSequence.new(list6)
  6478. ssjgaura.Lifetime = NumberRange.new(3)
  6479. ssjgaura.Rate = 20
  6480. ssjgaura.ZOffset = 0
  6481. ssjgaura.Acceleration = Vector3.new(0,0.05,0)
  6482. ssjgaura.LockedToPart = true
  6483. ssjgaura.Enabled = true
  6484.  
  6485. local ssjgaura3 = Instance.new("ParticleEmitter",arm1)
  6486. ssjgaura3.Name = "aura"
  6487. ssjgaura3.Texture = "rbxassetid://1095778764"
  6488. ssjgaura3.Color = ColorSequence.new(list4)
  6489. ssjgaura3.Transparency = NumberSequence.new(list)
  6490. ssjgaura3.LightEmission = 1
  6491. ssjgaura3.LightInfluence = 0
  6492. ssjgaura3.Speed = NumberRange.new(0)
  6493. ssjgaura3.SpreadAngle = Vector2.new(0,0)
  6494. ssjgaura3.RotSpeed = NumberRange.new(0)
  6495. ssjgaura3.Rotation = NumberRange.new(0)
  6496. ssjgaura3.Size = NumberSequence.new(list5)
  6497. ssjgaura3.Lifetime = NumberRange.new(5)
  6498. ssjgaura3.Rate = 15
  6499. ssjgaura3.ZOffset = 0
  6500. ssjgaura3.Acceleration = Vector3.new(0,0.09,0)
  6501. ssjgaura3.LockedToPart = true
  6502.  
  6503. local ssjgaura4 = Instance.new("ParticleEmitter",arm2)
  6504. ssjgaura4.Name = "aura"
  6505. ssjgaura4.Texture = "rbxassetid://1095778764"
  6506. ssjgaura4.Color = ColorSequence.new(list4)
  6507. ssjgaura4.Transparency = NumberSequence.new(list)
  6508. ssjgaura4.LightEmission = 1
  6509. ssjgaura4.LightInfluence = 0
  6510. ssjgaura4.Speed = NumberRange.new(0)
  6511. ssjgaura4.SpreadAngle = Vector2.new(0,0)
  6512. ssjgaura4.RotSpeed = NumberRange.new(0)
  6513. ssjgaura4.Rotation = NumberRange.new(0)
  6514. ssjgaura4.Size = NumberSequence.new(list5)
  6515. ssjgaura4.Lifetime = NumberRange.new(5)
  6516. ssjgaura4.Rate = 15
  6517. ssjgaura4.ZOffset = 0
  6518. ssjgaura4.Acceleration = Vector3.new(0,0.09,0)
  6519. ssjgaura4.LockedToPart = true
  6520.  
  6521. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  6522. ssjgaurag.Name = "aura2"
  6523. ssjgaurag.Texture = "rbxassetid://1095778764"
  6524. ssjgaurag.Color = ColorSequence.new(list4)
  6525. ssjgaurag.Transparency = NumberSequence.new(list)
  6526. ssjgaurag.LightEmission = 1
  6527. ssjgaurag.LightInfluence = 1
  6528. ssjgaurag.Speed = NumberRange.new(0)
  6529. ssjgaurag.SpreadAngle = Vector2.new(0,0)
  6530. ssjgaurag.RotSpeed = NumberRange.new(0)
  6531. ssjgaurag.Rotation = NumberRange.new(0)
  6532. ssjgaurag.Size = NumberSequence.new(list5)
  6533. ssjgaurag.Lifetime = NumberRange.new(5)
  6534. ssjgaurag.Rate = 15
  6535. ssjgaurag.ZOffset = 0
  6536. ssjgaurag.Acceleration = Vector3.new(0,0.09,0)
  6537. ssjgaurag.LockedToPart = true
  6538.  
  6539. local ssjgaura1 = Instance.new("ParticleEmitter",leg1)
  6540. ssjgaura1.Name = "aura"
  6541. ssjgaura1.Texture = "rbxassetid://1095778764"
  6542. ssjgaura1.Color = ColorSequence.new(list4)
  6543. ssjgaura1.Transparency = NumberSequence.new(list)
  6544. ssjgaura1.LightEmission = 1
  6545. ssjgaura1.LightInfluence = 0
  6546. ssjgaura1.Speed = NumberRange.new(0)
  6547. ssjgaura1.SpreadAngle = Vector2.new(0,0)
  6548. ssjgaura1.RotSpeed = NumberRange.new(0)
  6549. ssjgaura1.Rotation = NumberRange.new(0)
  6550. ssjgaura1.Size = NumberSequence.new(list5)
  6551. ssjgaura1.Lifetime = NumberRange.new(5)
  6552. ssjgaura1.Rate = 15
  6553. ssjgaura1.ZOffset = 0
  6554. ssjgaura1.Acceleration = Vector3.new(0,0.09,0)
  6555. ssjgaura1.LockedToPart = true
  6556.  
  6557. local ssjgaura2 = Instance.new("ParticleEmitter",leg2)
  6558. ssjgaura2.Name = "aura"
  6559. ssjgaura2.Texture = "rbxassetid://1095778764"
  6560. ssjgaura2.Color = ColorSequence.new(list4)
  6561. ssjgaura2.Transparency = NumberSequence.new(list)
  6562. ssjgaura2.LightEmission = 1
  6563. ssjgaura2.LightInfluence = 0
  6564. ssjgaura2.Speed = NumberRange.new(0)
  6565. ssjgaura2.SpreadAngle = Vector2.new(0,0)
  6566. ssjgaura2.RotSpeed = NumberRange.new(0)
  6567. ssjgaura2.Rotation = NumberRange.new(0)
  6568. ssjgaura2.Size = NumberSequence.new(list5)
  6569. ssjgaura2.Lifetime = NumberRange.new(5)
  6570. ssjgaura2.Rate = 15
  6571. ssjgaura2.ZOffset = 0
  6572. ssjgaura2.Acceleration = Vector3.new(0,0.09,0)
  6573. ssjgaura2.LockedToPart = true
  6574.  
  6575. local part = Instance.new("Part",char)
  6576. part.Transparency = 1
  6577. part.Size = Vector3.new(1,1,1)
  6578. local pw = Instance.new("Weld",part)
  6579. pw.Part0 = tor
  6580. pw.Part1 = part
  6581. pw.C1 = CFrame.new(0,2.3,0)
  6582.  
  6583. local fla11 = Instance.new("ParticleEmitter",part)
  6584. fla11.Name = "Flame"
  6585. fla11.Color = ColorSequence.new(Color3.fromRGB(255,255,255),Color3.fromRGB(255,255,255))
  6586. fla11.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6587. fla11.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,15,0)})
  6588. fla11.LightEmission = 2.5
  6589. fla11.Rate = 2500
  6590. fla11.Lifetime = NumberRange.new(50)
  6591. fla11.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,0,0)})
  6592. fla11.Speed = NumberRange.new(125)
  6593. fla11.SpreadAngle = Vector2.new(89,89)
  6594.  
  6595. local fla12 = Instance.new("ParticleEmitter",part)
  6596. fla12.Name = "Flame"
  6597. fla12.Color = ColorSequence.new(Color3.fromRGB(255,255,255),Color3.fromRGB(255,255,255))
  6598. fla12.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6599. fla12.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,10,0)})
  6600. fla12.LightEmission = 5
  6601. fla12.Rate = 550
  6602. fla12.Lifetime = NumberRange.new(50)
  6603. fla12.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,0,0)})
  6604. fla12.Speed = NumberRange.new(150)
  6605. fla12.SpreadAngle = Vector2.new(80,80)
  6606.  
  6607. local num = 0
  6608. local a21e = Instance.new("Part",char)
  6609. a21e.Name = "Beam"..num
  6610. a21e.Locked = true
  6611. a21e.Size = Vector3.new(2,2,2)
  6612. a21e.CanCollide = false
  6613. a21e.Position = hrp.Position
  6614. a21e.BrickColor = BrickColor.new("Institutional white")
  6615. a21e.Material = "Neon"
  6616. a21e.Transparency = 0
  6617. local aa21e = Instance.new("SpecialMesh",a21e)
  6618. a21e.Anchored = true
  6619. a21e.Position = hrp.Position
  6620. aa21e.MeshType = "Sphere"
  6621. aa21e.Scale = Vector3.new(2,2,2)
  6622.  
  6623. GroundShake2 = false
  6624.  
  6625. --local cc = Instance.new("ColorCorrectionEffect",game.Lighting)
  6626. --cc.Name = "effect"
  6627.  
  6628. --[[local Mus2 = Instance.new("Sound",char)
  6629. Mus2.SoundId = "rbxassetid://301184111"
  6630. Mus2.Volume = 4
  6631. Mus2.Looped = false
  6632. Mus2:Play()--]]
  6633. Mus1:Play()
  6634.  
  6635. Mus.SoundId = "rbxassetid://1579337956"
  6636.  
  6637. Mus:Play()
  6638.  
  6639. for i = 1,12 do
  6640. for _,player in pairs(game.Players:GetPlayers()) do
  6641. hum.CameraOffset = Vector3.new(math.random(-0.8,0.8),math.random(-0.9,0.9),math.random(-0.8,0.8))
  6642. wait()
  6643. hum.CameraOffset = Vector3.new(0,0,0)
  6644. --cc.Brightness = cc.Brightness + 0.1
  6645. aa21e.Scale = aa21e.Scale + Vector3.new(1.99,1.99,1.99)
  6646. a21e.Transparency = a21e.Transparency + 0.01
  6647.  
  6648. end
  6649. end
  6650.  
  6651. --GroundShake = false
  6652.  
  6653. wait(.1)
  6654.  
  6655. a21e:Remove()
  6656.  
  6657. part:Remove()
  6658.  
  6659. wait()
  6660.  
  6661. normal = false
  6662. automoviment = true
  6663. dodge = true
  6664.  
  6665. ultrainstinct = true
  6666.  
  6667. hum.WalkSpeed = 599.999999999999999999999999999999999999999999
  6668. hum.JumpPower = 225.555555555555555555555555555555555555555555
  6669.  
  6670. being = false
  6671.  
  6672.  
  6673. end
  6674. end
  6675. end
  6676.  
  6677. end
  6678.  
  6679. end
  6680.  
  6681.  
  6682. function mui()
  6683.  
  6684. if hum.Health <= 10001 then
  6685.  
  6686. if normal == true then
  6687. if ssjg == false and ssj1 == false and ssjb == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false and fullpowerssj == false then
  6688. if being == false then
  6689. being = true
  6690.  
  6691. GroundWave1()
  6692.  
  6693. Mus.SoundId = "rbxassetid://1541126906"
  6694. Mus.Volume = 10
  6695. Mus:Play()
  6696.  
  6697.  
  6698. wait(3)
  6699.  
  6700. rock = false
  6701.  
  6702. wait(1.12)
  6703.  
  6704. chatfunc("You've really pushed me to the limit, didn't you?")
  6705.  
  6706. Mus.Pitch = 1
  6707.  
  6708. wait(2.7)
  6709.  
  6710. rock = false
  6711. rock3 = true
  6712. rock3 = true
  6713.  
  6714. GroundWave0()
  6715.  
  6716. local tra = Instance.new('ParticleEmitter')
  6717. tra.Parent = tor
  6718. tra.LightEmission = 1
  6719. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6720. tra.Texture = "rbxassetid://1177925800"
  6721. tra.Rate = 15
  6722. tra.Rotation = NumberRange.new(-5, 5)
  6723. tra.Lifetime = NumberRange.new(1.5, 2)
  6724. tra.Size = NumberSequence.new(0.098,0)
  6725. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6726. tra.Speed = NumberRange.new(0.5)
  6727. tra.VelocitySpread = 360
  6728. tra.VelocityInheritance = 0.5
  6729. tra.ZOffset = 2
  6730. tra.LockedToPart = true
  6731. tra.EmissionDirection = Enum.NormalId.Top
  6732. local tra = Instance.new('ParticleEmitter')
  6733. tra.Parent = arm1
  6734. tra.LightEmission = 1
  6735. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6736. tra.Texture = "rbxassetid://1177925800"
  6737. tra.Rate = 15
  6738. tra.Rotation = NumberRange.new(-5, 5)
  6739. tra.Lifetime = NumberRange.new(1.5, 2)
  6740. tra.Size = NumberSequence.new(0.098,0)
  6741. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6742. tra.Speed = NumberRange.new(0.5)
  6743. tra.VelocitySpread = 360
  6744. tra.VelocityInheritance = 0.5
  6745. tra.ZOffset = 2
  6746. tra.LockedToPart = true
  6747. tra.EmissionDirection = Enum.NormalId.Top
  6748. local tra = Instance.new('ParticleEmitter')
  6749. tra.Parent = arm2
  6750. tra.LightEmission = 1
  6751. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6752. tra.Texture = "rbxassetid://1177925800"
  6753. tra.Rate = 15
  6754. tra.Rotation = NumberRange.new(-5, 5)
  6755. tra.Lifetime = NumberRange.new(1.5, 2)
  6756. tra.Size = NumberSequence.new(0.098,0)
  6757. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6758. tra.Speed = NumberRange.new(0.5)
  6759. tra.VelocitySpread = 360
  6760. tra.VelocityInheritance = 0.5
  6761. tra.ZOffset = 2
  6762. tra.LockedToPart = true
  6763. tra.EmissionDirection = Enum.NormalId.Top
  6764. local tra = Instance.new('ParticleEmitter')
  6765. tra.Parent = leg1
  6766. tra.LightEmission = 1
  6767. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6768. tra.Texture = "rbxassetid://1177925800"
  6769. tra.Rate = 15
  6770. tra.Rotation = NumberRange.new(-5, 5)
  6771. tra.Lifetime = NumberRange.new(1.5, 2)
  6772. tra.Size = NumberSequence.new(0.098,0)
  6773. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6774. tra.Speed = NumberRange.new(0.5)
  6775. tra.VelocitySpread = 360
  6776. tra.VelocityInheritance = 0.5
  6777. tra.ZOffset = 2
  6778. tra.LockedToPart = true
  6779. tra.EmissionDirection = Enum.NormalId.Top
  6780. local tra = Instance.new('ParticleEmitter')
  6781. tra.Parent = leg2
  6782. tra.LightEmission = 1
  6783. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6784. tra.Texture = "rbxassetid://1177925800"
  6785. tra.Rate = 15
  6786. tra.Rotation = NumberRange.new(-5, 5)
  6787. tra.Lifetime = NumberRange.new(1.5, 2)
  6788. tra.Size = NumberSequence.new(0.098,0)
  6789. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6790. tra.Speed = NumberRange.new(0.5)
  6791. tra.VelocitySpread = 360
  6792. tra.VelocityInheritance = 0.5
  6793. tra.ZOffset = 2
  6794. tra.LockedToPart = true
  6795. tra.EmissionDirection = Enum.NormalId.Top
  6796. local tra = Instance.new('ParticleEmitter')
  6797. tra.Parent = hed
  6798. tra.LightEmission = 1
  6799. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6800. tra.Texture = "rbxassetid://1177925800"
  6801. tra.Rate = 15
  6802. tra.Rotation = NumberRange.new(-5, 5)
  6803. tra.Lifetime = NumberRange.new(1.5, 2)
  6804. tra.Size = NumberSequence.new(0.098,0)
  6805. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6806. tra.Speed = NumberRange.new(0.5)
  6807. tra.VelocitySpread = 360
  6808. tra.VelocityInheritance = 0.5
  6809. tra.ZOffset = 2
  6810. tra.LockedToPart = true
  6811. tra.EmissionDirection = Enum.NormalId.Top
  6812. local tra = Instance.new('ParticleEmitter')
  6813. tra.Parent = Hair7
  6814. tra.LightEmission = 1
  6815. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6816. tra.Texture = "rbxassetid://1177925800"
  6817. tra.Rate = 15
  6818. tra.Rotation = NumberRange.new(-5, 5)
  6819. tra.Lifetime = NumberRange.new(1.5, 2)
  6820. tra.Size = NumberSequence.new(0.098,0)
  6821. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6822. tra.Speed = NumberRange.new(0.5)
  6823. tra.VelocitySpread = 360
  6824. tra.VelocityInheritance = 0.5
  6825. tra.ZOffset = 2
  6826. tra.LockedToPart = true
  6827. tra.EmissionDirection = Enum.NormalId.Top
  6828.  
  6829. hed.face.Texture = "rbxassetid://967842214"
  6830.  
  6831. wait(3)
  6832.  
  6833. chatfunc("I won't hold back...")
  6834.  
  6835. wait(0.1)
  6836.  
  6837. GroundWave1()
  6838.  
  6839. --wait(0.9)
  6840.  
  6841. --GroundShake = true
  6842. --GroundShake2 = true
  6843.  
  6844. --wait(1)
  6845.  
  6846. --GroundShake2 = false
  6847. --GroundShake = false
  6848.  
  6849. hum.WalkSpeed = 0
  6850. hum.JumpPower = 0
  6851.  
  6852. wait(2.05)
  6853.  
  6854. --GroundShake2 = true
  6855. --GroundShake = true
  6856.  
  6857. for i = 1,6 do
  6858. for _,player in pairs(game.Players:GetPlayers()) do
  6859. hum.CameraOffset = Vector3.new(math.random(-0.8,0.8),math.random(-0.9,0.9),math.random(-0.8,0.8))
  6860.  
  6861. wait()
  6862.  
  6863. --GroundShake2 = true
  6864. --GroundShake = true
  6865.  
  6866. hum.CameraOffset = Vector3.new(0,0,0)
  6867. end
  6868.  
  6869. end
  6870.  
  6871. Hair7:Destroy()
  6872. Hair7 = Instance.new("Part")
  6873. Hair7.Parent = char
  6874. Hair7.Name = "Hair"
  6875. Hair7.CanCollide = false
  6876. Hair7.Locked = true
  6877. Hair7.TopSurface = "Smooth"
  6878. Hair7.BottomSurface = "Smooth"
  6879. Hair7.formFactor = "Symmetric"
  6880. Hair7.Material = "Neon"
  6881. Hair7.BrickColor = BrickColor.new("Lily white")
  6882. Hair7.CFrame = char.Torso.CFrame
  6883. Hair7.Size = Vector3.new(1, 1, 1)
  6884. Hair7.Transparency = 0
  6885.  
  6886.  
  6887. Weld1 = Instance.new("Weld")
  6888. Weld1.Parent = char.Head
  6889. Weld1.Part0 = char.Head
  6890. Weld1.Part1 = Hair7
  6891. Weld1.C0 = CFrame.new(0, 1.1, -0.16) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  6892.  
  6893. Mesh = Instance.new("SpecialMesh")
  6894. Mesh.Offset = Vector3.new(0,-0.2,-0.14)
  6895. Mesh.Parent = Hair7
  6896. Mesh.Scale = Vector3.new(6.3,4.8,6.2)
  6897. Mesh.MeshType = "FileMesh"
  6898. Mesh.MeshId = "http://www.roblox.com/asset/?id=1125231485"
  6899. Mesh.TextureId = ""
  6900.  
  6901. local tra = Instance.new('ParticleEmitter')
  6902. tra.Parent = Hair7
  6903. tra.LightEmission = 1
  6904. tra.Color = ColorSequence.new(BrickColor.new("White").Color)
  6905. tra.Texture = "rbxassetid://1177925800"
  6906. tra.Rate = 15
  6907. tra.Rotation = NumberRange.new(-5, 5)
  6908. tra.Lifetime = NumberRange.new(1.5, 2)
  6909. tra.Size = NumberSequence.new(0.098,0)
  6910. tra.Transparency = NumberSequence.new(0.474,0.893,0.952,0.991)
  6911. tra.Speed = NumberRange.new(0.5)
  6912. tra.VelocitySpread = 360
  6913. tra.VelocityInheritance = 0.5
  6914. tra.ZOffset = 2
  6915. tra.EmissionDirection = Enum.NormalId.Top
  6916. tra.LockedToPart = true
  6917.  
  6918. hed.face.Texture = "rbxassetid://1498326077"
  6919. shirt.ShirtTemplate = "rbxassetid://1518066616"
  6920. pants.PantsTemplate = "rbxassetid://1448562896"
  6921.  
  6922.  
  6923. local list = {NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.371,0.525,0),NumberSequenceKeypoint.new(0.775,0.579,0),NumberSequenceKeypoint.new(1,0.985,0)}
  6924.  
  6925. local color1 = Color3.fromRGB(0,115,255)
  6926. local color2 = Color3.fromRGB(180,125,255)
  6927. local color3 = Color3.fromRGB(255,255,255)
  6928.  
  6929. local list4 = {ColorSequenceKeypoint.new(0,color1),ColorSequenceKeypoint.new(0.7,color2),ColorSequenceKeypoint.new(1,color3)}
  6930.  
  6931. local list5 = {NumberSequenceKeypoint.new(0,0.425,0),NumberSequenceKeypoint.new(0.29,0.899,0),NumberSequenceKeypoint.new(0.59,0.955,0),NumberSequenceKeypoint.new(1,0.579,0)}
  6932.  
  6933. local list6 = {NumberSequenceKeypoint.new(0,0.429,0),NumberSequenceKeypoint.new(0.29,0.9,0),NumberSequenceKeypoint.new(0.59,0.959,0),NumberSequenceKeypoint.new(1,0.589,0)}
  6934.  
  6935. local Part2 = Instance.new("Part")
  6936. Part2.Parent = char
  6937. Part2.Name = "Part9"
  6938. Part2.CanCollide = false
  6939. Part2.Locked = true
  6940. Part2.TopSurface = "Smooth"
  6941. Part2.BottomSurface = "Smooth"
  6942. Part2.formFactor = "Symmetric"
  6943. Part2.Material = "Neon"
  6944. Part2.BrickColor = BrickColor.new("Really black")
  6945. Part2.CFrame = p.Character.Torso.CFrame
  6946. Part2.Size = Vector3.new(2,2,2)
  6947. Part2.Transparency = 1
  6948.  
  6949. local Mesh3 = Instance.new("SpecialMesh")
  6950. Mesh3.Offset = Vector3.new(0.2, -0.2, 0.2)
  6951. Mesh3.Parent = Part2
  6952. Mesh3.Scale = Vector3.new(1, 1, 1)
  6953. Mesh3.MeshType = "FileMesh"
  6954. Mesh3.MeshId = "http://www.roblox.com/asset/?id=476757756"
  6955. Mesh3.TextureId = ""
  6956.  
  6957.  
  6958. local Weld5 = Instance.new("Weld")
  6959. Weld5.Parent = p.Character.Head
  6960. Weld5.Part0 = p.Character.Head
  6961. Weld5.Part1 = Part2
  6962.  
  6963. Part2.Color = Color3.fromRGB(5,5,5)
  6964. Hair7.Color = Color3.fromRGB(225,225,225)
  6965. Mesh3.MeshId = "rbxassetid://430344159"
  6966. Mesh3.Scale = Vector3.new(3.8,3.8,3.8)
  6967. Weld5.C0 = CFrame.new(-.25,1.2,.34)
  6968.  
  6969. local Part = Instance.new("Part")
  6970. Part.Parent = char
  6971. Part.Name = "Part8"
  6972. Part.CanCollide = false
  6973. Part.Locked = true
  6974. Part.TopSurface = "Smooth"
  6975. Part.BottomSurface = "Smooth"
  6976. Part.formFactor = "Symmetric"
  6977. Part.Material = "Neon"
  6978. Part.BrickColor = BrickColor.new("Really black")
  6979. Part.CFrame = p.Character.Torso.CFrame
  6980. Part.Size = Vector3.new(1.75,1.75,1.75)
  6981. Part.Transparency = 1
  6982.  
  6983. local Weld = Instance.new("Weld")
  6984. Weld.Parent = p.Character.Head
  6985. Weld.Part0 = p.Character.Head
  6986. Weld.Part1 = Part
  6987. Weld.C0 = CFrame.new(0, 1, 0)
  6988.  
  6989. local ssjgaurax = Instance.new("ParticleEmitter",Part)
  6990. ssjgaurax.Name = "aura"
  6991. ssjgaurax.Texture = "rbxassetid://1095778764"
  6992. ssjgaurax.Color = ColorSequence.new(list4)
  6993. ssjgaurax.Transparency = NumberSequence.new(list)
  6994. ssjgaurax.LightEmission = 1
  6995. ssjgaurax.Speed = NumberRange.new(0)
  6996. ssjgaurax.SpreadAngle = Vector2.new(0,0)
  6997. ssjgaurax.RotSpeed = NumberRange.new(0)
  6998. ssjgaurax.Rotation = NumberRange.new(0)
  6999. ssjgaurax.LightInfluence = 0
  7000. ssjgaurax.Size = NumberSequence.new(list6)
  7001. ssjgaurax.Lifetime = NumberRange.new(2)
  7002. ssjgaurax.Rate = 9
  7003. ssjgaurax.ZOffset = 0
  7004. ssjgaurax.Acceleration = Vector3.new(0,0.05,0)
  7005. ssjgaurax.LockedToPart = true
  7006. ssjgaurax.Enabled = true
  7007.  
  7008. local ssjgaurak = Instance.new("ParticleEmitter",Part2)
  7009. ssjgaurak.Name = "aura"
  7010. ssjgaurak.Texture = "rbxassetid://1095778764"
  7011. ssjgaurak.Color = ColorSequence.new(list4)
  7012. ssjgaurak.Transparency = NumberSequence.new(list)
  7013. ssjgaurak.LightEmission = 1
  7014. ssjgaurak.Speed = NumberRange.new(0)
  7015. ssjgaurak.SpreadAngle = Vector2.new(0,0)
  7016. ssjgaurak.RotSpeed = NumberRange.new(0)
  7017. ssjgaurak.Rotation = NumberRange.new(0)
  7018. ssjgaurak.LightInfluence = 0
  7019. ssjgaurak.Size = NumberSequence.new(list6)
  7020. ssjgaurak.Lifetime = NumberRange.new(2)
  7021. ssjgaurak.Rate = 9
  7022. ssjgaurak.ZOffset = 0
  7023. ssjgaurak.Acceleration = Vector3.new(0,0.05,0)
  7024. ssjgaurak.LockedToPart = true
  7025. ssjgaurak.Enabled = true
  7026.  
  7027. local ssjgaura = Instance.new("ParticleEmitter",hed)
  7028. ssjgaura.Name = "aura"
  7029. ssjgaura.Texture = "rbxassetid://1095778764"
  7030. ssjgaura.Color = ColorSequence.new(list4)
  7031. ssjgaura.Transparency = NumberSequence.new(list)
  7032. ssjgaura.LightEmission = 1
  7033. ssjgaura.Speed = NumberRange.new(0)
  7034. ssjgaura.SpreadAngle = Vector2.new(0,0)
  7035. ssjgaura.RotSpeed = NumberRange.new(0)
  7036. ssjgaura.Rotation = NumberRange.new(0)
  7037. ssjgaura.LightInfluence = 0
  7038. ssjgaura.Size = NumberSequence.new(list6)
  7039. ssjgaura.Lifetime = NumberRange.new(3)
  7040. ssjgaura.Rate = 20
  7041. ssjgaura.ZOffset = 0
  7042. ssjgaura.Acceleration = Vector3.new(0,0.05,0)
  7043. ssjgaura.LockedToPart = true
  7044. ssjgaura.Enabled = true
  7045.  
  7046. local ssjgaura3 = Instance.new("ParticleEmitter",arm1)
  7047. ssjgaura3.Name = "aura"
  7048. ssjgaura3.Texture = "rbxassetid://1095778764"
  7049. ssjgaura3.Color = ColorSequence.new(list4)
  7050. ssjgaura3.Transparency = NumberSequence.new(list)
  7051. ssjgaura3.LightEmission = 1
  7052. ssjgaura3.LightInfluence = 0
  7053. ssjgaura3.Speed = NumberRange.new(0)
  7054. ssjgaura3.SpreadAngle = Vector2.new(0,0)
  7055. ssjgaura3.RotSpeed = NumberRange.new(0)
  7056. ssjgaura3.Rotation = NumberRange.new(0)
  7057. ssjgaura3.Size = NumberSequence.new(list5)
  7058. ssjgaura3.Lifetime = NumberRange.new(5)
  7059. ssjgaura3.Rate = 15
  7060. ssjgaura3.ZOffset = 0
  7061. ssjgaura3.Acceleration = Vector3.new(0,0.09,0)
  7062. ssjgaura3.LockedToPart = true
  7063.  
  7064. local ssjgaura4 = Instance.new("ParticleEmitter",arm2)
  7065. ssjgaura4.Name = "aura"
  7066. ssjgaura4.Texture = "rbxassetid://1095778764"
  7067. ssjgaura4.Color = ColorSequence.new(list4)
  7068. ssjgaura4.Transparency = NumberSequence.new(list)
  7069. ssjgaura4.LightEmission = 1
  7070. ssjgaura4.LightInfluence = 0
  7071. ssjgaura4.Speed = NumberRange.new(0)
  7072. ssjgaura4.SpreadAngle = Vector2.new(0,0)
  7073. ssjgaura4.RotSpeed = NumberRange.new(0)
  7074. ssjgaura4.Rotation = NumberRange.new(0)
  7075. ssjgaura4.Size = NumberSequence.new(list5)
  7076. ssjgaura4.Lifetime = NumberRange.new(5)
  7077. ssjgaura4.Rate = 15
  7078. ssjgaura4.ZOffset = 0
  7079. ssjgaura4.Acceleration = Vector3.new(0,0.09,0)
  7080. ssjgaura4.LockedToPart = true
  7081.  
  7082. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  7083. ssjgaurag.Name = "aura2"
  7084. ssjgaurag.Texture = "rbxassetid://1095778764"
  7085. ssjgaurag.Color = ColorSequence.new(list4)
  7086. ssjgaurag.Transparency = NumberSequence.new(list)
  7087. ssjgaurag.LightEmission = 1
  7088. ssjgaurag.LightInfluence = 1
  7089. ssjgaurag.Speed = NumberRange.new(0)
  7090. ssjgaurag.SpreadAngle = Vector2.new(0,0)
  7091. ssjgaurag.RotSpeed = NumberRange.new(0)
  7092. ssjgaurag.Rotation = NumberRange.new(0)
  7093. ssjgaurag.Size = NumberSequence.new(list5)
  7094. ssjgaurag.Lifetime = NumberRange.new(5)
  7095. ssjgaurag.Rate = 15
  7096. ssjgaurag.ZOffset = 0
  7097. ssjgaurag.Acceleration = Vector3.new(0,0.09,0)
  7098. ssjgaurag.LockedToPart = true
  7099.  
  7100. local ssjgaura1 = Instance.new("ParticleEmitter",leg1)
  7101. ssjgaura1.Name = "aura"
  7102. ssjgaura1.Texture = "rbxassetid://1095778764"
  7103. ssjgaura1.Color = ColorSequence.new(list4)
  7104. ssjgaura1.Transparency = NumberSequence.new(list)
  7105. ssjgaura1.LightEmission = 1
  7106. ssjgaura1.LightInfluence = 0
  7107. ssjgaura1.Speed = NumberRange.new(0)
  7108. ssjgaura1.SpreadAngle = Vector2.new(0,0)
  7109. ssjgaura1.RotSpeed = NumberRange.new(0)
  7110. ssjgaura1.Rotation = NumberRange.new(0)
  7111. ssjgaura1.Size = NumberSequence.new(list5)
  7112. ssjgaura1.Lifetime = NumberRange.new(5)
  7113. ssjgaura1.Rate = 15
  7114. ssjgaura1.ZOffset = 0
  7115. ssjgaura1.Acceleration = Vector3.new(0,0.09,0)
  7116. ssjgaura1.LockedToPart = true
  7117.  
  7118. local ssjgaura2 = Instance.new("ParticleEmitter",leg2)
  7119. ssjgaura2.Name = "aura"
  7120. ssjgaura2.Texture = "rbxassetid://1095778764"
  7121. ssjgaura2.Color = ColorSequence.new(list4)
  7122. ssjgaura2.Transparency = NumberSequence.new(list)
  7123. ssjgaura2.LightEmission = 1
  7124. ssjgaura2.LightInfluence = 0
  7125. ssjgaura2.Speed = NumberRange.new(0)
  7126. ssjgaura2.SpreadAngle = Vector2.new(0,0)
  7127. ssjgaura2.RotSpeed = NumberRange.new(0)
  7128. ssjgaura2.Rotation = NumberRange.new(0)
  7129. ssjgaura2.Size = NumberSequence.new(list5)
  7130. ssjgaura2.Lifetime = NumberRange.new(5)
  7131. ssjgaura2.Rate = 15
  7132. ssjgaura2.ZOffset = 0
  7133. ssjgaura2.Acceleration = Vector3.new(0,0.09,0)
  7134. ssjgaura2.LockedToPart = true
  7135.  
  7136. local part = Instance.new("Part",char)
  7137. part.Transparency = 1
  7138. part.Size = Vector3.new(1,1,1)
  7139. local pw = Instance.new("Weld",part)
  7140. pw.Part0 = tor
  7141. pw.Part1 = part
  7142. pw.C1 = CFrame.new(0,2.3,0)
  7143.  
  7144. local fla11 = Instance.new("ParticleEmitter",part)
  7145. fla11.Name = "Flame"
  7146. fla11.Color = ColorSequence.new(Color3.fromRGB(255,255,255),Color3.fromRGB(255,255,255))
  7147. fla11.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  7148. fla11.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,15,0)})
  7149. fla11.LightEmission = 2.5
  7150. fla11.Rate = 2500
  7151. fla11.Lifetime = NumberRange.new(50)
  7152. fla11.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,0,0)})
  7153. fla11.Speed = NumberRange.new(125)
  7154. fla11.SpreadAngle = Vector2.new(89,89)
  7155.  
  7156. local fla12 = Instance.new("ParticleEmitter",part)
  7157. fla12.Name = "Flame"
  7158. fla12.Color = ColorSequence.new(Color3.fromRGB(255,255,255),Color3.fromRGB(255,255,255))
  7159. fla12.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  7160. fla12.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,10,0)})
  7161. fla12.LightEmission = 5
  7162. fla12.Rate = 550
  7163. fla12.Lifetime = NumberRange.new(50)
  7164. fla12.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,0,0)})
  7165. fla12.Speed = NumberRange.new(150)
  7166. fla12.SpreadAngle = Vector2.new(80,80)
  7167.  
  7168. local num = 0
  7169. local a21e = Instance.new("Part",char)
  7170. a21e.Name = "Beam"..num
  7171. a21e.Locked = true
  7172. a21e.Size = Vector3.new(2,2,2)
  7173. a21e.CanCollide = false
  7174. a21e.Position = hrp.Position
  7175. a21e.BrickColor = BrickColor.new("Institutional white")
  7176. a21e.Material = "Neon"
  7177. a21e.Transparency = 0
  7178. local aa21e = Instance.new("SpecialMesh",a21e)
  7179. a21e.Anchored = true
  7180. a21e.Position = hrp.Position
  7181. aa21e.MeshType = "Sphere"
  7182. aa21e.Scale = Vector3.new(2,2,2)
  7183.  
  7184. GroundShake2 = false
  7185.  
  7186. --local cc = Instance.new("ColorCorrectionEffect",game.Lighting)
  7187. --cc.Name = "effect"
  7188.  
  7189. --[[local Mus2 = Instance.new("Sound",char)
  7190. Mus2.SoundId = "rbxassetid://301184111"
  7191. Mus2.Volume = 4
  7192. Mus2.Looped = false
  7193. Mus2:Play()--]]
  7194. Mus1:Play()
  7195.  
  7196. for i = 1,12 do
  7197. for _,player in pairs(game.Players:GetPlayers()) do
  7198. hum.CameraOffset = Vector3.new(math.random(-0.8,0.8),math.random(-0.9,0.9),math.random(-0.8,0.8))
  7199. wait()
  7200. hum.CameraOffset = Vector3.new(0,0,0)
  7201. --cc.Brightness = cc.Brightness + 0.1
  7202. aa21e.Scale = aa21e.Scale + Vector3.new(1.99,1.99,1.99)
  7203. a21e.Transparency = a21e.Transparency + 0.01
  7204.  
  7205. end
  7206. end
  7207.  
  7208. --GroundShake = false
  7209.  
  7210. wait(5)
  7211.  
  7212. a21e:Remove()
  7213.  
  7214. part:Remove()
  7215.  
  7216. wait()
  7217.  
  7218. normal = false
  7219. automoviment = true
  7220. dodge = true
  7221.  
  7222. ultrainstinct = true
  7223.  
  7224. hum.WalkSpeed = 499.999999999999999999999999999999999999999999
  7225. hum.JumpPower = 250.250000000000000000000000000000000000000000
  7226.  
  7227. being = false
  7228.  
  7229.  
  7230. end
  7231. end
  7232. end
  7233.  
  7234. end
  7235.  
  7236. end
  7237.  
  7238.  
  7239. function ssb2()
  7240.  
  7241. if normal == true then
  7242. if ssjg == false and ssj1 == false and ssjb == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false then
  7243. if being == false then
  7244. being = true
  7245. normal = false
  7246.  
  7247. chatfunc("Full Power, Super Saiyan Blue!")
  7248.  
  7249. Mus.Pitch = 1
  7250.  
  7251. hum.WalkSpeed = 0
  7252. hum.JumpPower = 0
  7253.  
  7254. Mus.SoundId = "rbxassetid://916695124"
  7255. Mus:Play()
  7256.  
  7257. Mus1:Play()
  7258.  
  7259. Hair7.Color = Color3.fromRGB(21,221,239)
  7260. ape51.Color = Color3.fromRGB(21,221,239)
  7261. Mesh.MeshId = "rbxassetid://430344159"
  7262. Mesh.Scale = Vector3.new(6.3,6.3,6.3)
  7263. Weld1.C0 = CFrame.new(-.25,1.2,.34)
  7264.  
  7265. hed.face.Texture = "rbxassetid://670772635"
  7266.  
  7267. local num = 0
  7268. local a21e = Instance.new("Part",char)
  7269. a21e.Name = "Beam"..num
  7270. a21e.Locked = true
  7271. a21e.Size = Vector3.new(1,1,1)
  7272. a21e.CanCollide = false
  7273. a21e.Position = Vector3.new(999,999,999)
  7274. a21e.BrickColor = BrickColor.new("Bright bluish green")
  7275. a21e.Material = "Neon"
  7276. a21e.Transparency = 0
  7277. local aa21e = Instance.new("SpecialMesh",a21e)
  7278. a21e.Anchored = true
  7279. a21e.Position = hrp.Position
  7280. aa21e.MeshType = "Sphere"
  7281. aa21e.Scale = Vector3.new(1,1,1)
  7282.  
  7283. local ssjgaura = Instance.new("ParticleEmitter",tor)
  7284. ssjgaura.Name = "SSJBaura"
  7285. ssjgaura.Color = ColorSequence.new(Color3.fromRGB(125,255,255))
  7286. ssjgaura.LightEmission = 1
  7287. ssjgaura.Size = NumberSequence.new(9)
  7288. ssjgaura.Lifetime = NumberRange.new(0.9)
  7289. ssjgaura.Rate = 19
  7290. ssjgaura.ZOffset = -2.9
  7291. ssjgaura.Speed = NumberRange.new(5)
  7292. ssjgaura.LockedToPart = true
  7293.  
  7294. local ssjgaurag = Instance.new("ParticleEmitter",tor)
  7295. ssjgaurag.Name = "SSBaura2"
  7296. ssjgaurag.Color = ColorSequence.new(Color3.fromRGB(0,255,255))
  7297. ssjgaurag.LightEmission = 0.75
  7298. ssjgaurag.Size = NumberSequence.new(9)
  7299. ssjgaurag.Lifetime = NumberRange.new(0.99)
  7300. ssjgaurag.Rate = 19
  7301. ssjgaurag.ZOffset = -2.9
  7302. ssjgaurag.Speed = NumberRange.new(5.999)
  7303. ssjgaurag.SpreadAngle = Vector2.new(0.9,0.99)
  7304. ssjgaurag.LockedToPart = true
  7305.  
  7306. ssjgaura.Texture = "rbxassetid://1072541924"
  7307. ssjgaurag.Texture = "rbxassetid://1072541924"
  7308.  
  7309. tor.SSJBaura.Transparency = NumberSequence.new(0.997)
  7310. tor.SSBaura2.Transparency = NumberSequence.new(0.997)
  7311.  
  7312. for i = 1,25 do
  7313. wait()
  7314. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  7315. a21e.Transparency = a21e.Transparency + 0.04
  7316. end
  7317.  
  7318. wait(.1)
  7319.  
  7320. a21e:Remove()
  7321.  
  7322. wait()
  7323.  
  7324. hum.WalkSpeed = 110.999
  7325. hum.JumpPower = 110.999
  7326.  
  7327. being = false
  7328.  
  7329. end
  7330. end
  7331. end
  7332.  
  7333. ssjbfullpower = true
  7334.  
  7335. end
  7336.  
  7337. --
  7338.  
  7339. --
  7340.  
  7341. mouse.KeyDown:connect(function(key)
  7342. if key == "r" then
  7343. if ssj1 == true or fullpowerssj == true and being == false and ssj2 == false and assj2 == false and normal == false and ssjb == false and ssjg == false and kaioken == false and ssjwhite == false and ssjbfullpower == false and kaioken == false then
  7344. ss2()
  7345. end
  7346. end
  7347. end)
  7348.  
  7349. mouse.KeyDown:connect(function(key)
  7350. if key == "r" then
  7351. if ssj1 == true and being == false and ssj2 == true and kaioken == false and ssj3 == false and assj2 == false and ssjb == false and ssjwhite == false and ssjbfullpower == false and ultrainstinct == false then
  7352. ass2()
  7353. end
  7354. end
  7355. end)
  7356.  
  7357. mouse.KeyDown:connect(function(key)
  7358. if key == "y" then
  7359. if ssj1 == true and being == false and ssj2 == true and kaioken == false and ssj3 == false and assj2 == false and ssjb == false and ssjwhite == false and ssjbfullpower == false and ultrainstinct == false then
  7360. ssj4()
  7361. end
  7362. end
  7363. end)
  7364.  
  7365. mouse.KeyDown:connect(function(key)
  7366. if key == "q" then
  7367. if ssj1 == true and being == false and ssj2 == true and assj2 == false and ssj3 == false and ssjg == false and ssjb == false and ssjwhite == false and kaioken == false and ssjbfullpower == false and kaioken == false then
  7368. ss3()
  7369. end
  7370. end
  7371. end)
  7372.  
  7373. mouse.KeyDown:connect(function(key)
  7374. if key == "u" then
  7375. if ssj1 == true and being == false and ssj2 == true and assj2 == false and ssj3 == false and ssjg == false and ssjb == false and ssjwhite == false and kaioken == false and ssjbfullpower == false and kaioken == false then
  7376. sss3()
  7377. end
  7378. end
  7379. end)
  7380.  
  7381. mouse.KeyDown:connect(function(key)
  7382. if key == "u" then
  7383. if ssj1 == false and being == false and ssj2 == false and assj2 == false and ssj3 == false and ssjg == false and ssjb == false and ssjwhite == false and kaioken == false and ultrainstinct == false and ssjbfullpower == false and kaioken == false then
  7384. superior()
  7385. end
  7386. end
  7387. end)
  7388.  
  7389. mouse.KeyDown:connect(function(key)
  7390. if key == "k" then
  7391. if ssj1 == false and being == false and ssj2 == false and assj2 == false and ssj3 == false and ssjg == false and ssjb == false and ssjwhite == false and kaioken == false and ultrainstinct == false and ssjbfullpower == false and kaioken == false then
  7392. ssjr()
  7393. end
  7394. end
  7395. end)
  7396.  
  7397. mouse.KeyDown:connect(function(key)
  7398. if key == "p" then
  7399. if ssj1 == false and being == false and ssj2 == false and assj2 == false and ssj3 == false and ssjg == false and ssjb == false and ssjwhite == false and kaioken == false and ultrainstinct == false and ssjbfullpower == false and kaioken == false then
  7400. mui()
  7401. end
  7402. end
  7403. end)
  7404.  
  7405. mouse.KeyDown:connect(function(key)
  7406. if key == "y" then
  7407. if ssj1 == false and being == false and ssj2 == false and assj2 == false and ssj3 == false and ssjb == false and ssjwhite == false and kaioken == false and ultrainstinct == false and ssjbfullpower == false and kaioken == false then
  7408. if hum.Health <= 10001 then
  7409. if ssjg == true or ultrainstinct == true then
  7410. normalform()
  7411. end
  7412. limitbreak()
  7413. end
  7414. end;end
  7415. end)
  7416.  
  7417. function kaio()
  7418.  
  7419. if normal == true then
  7420. if being == false then
  7421. if kaioken == false then
  7422. if kaioken2 == false then
  7423. if kaioken4 == false then
  7424. if kaioken5 == false then
  7425. if kaioken10 == false then
  7426. if kaioken20 == false then
  7427.  
  7428. being = true
  7429.  
  7430. rock4 = true
  7431.  
  7432. hum.WalkSpeed = 0
  7433. hum.JumpPower = 0
  7434.  
  7435. wait(.55)
  7436. rock = true
  7437. rock3 = true
  7438. wait(.25)
  7439. rock = false
  7440.  
  7441. chatfunc("Kaioken!")
  7442.  
  7443. local Mus1 = Instance.new("Sound",char)
  7444. Mus1.Name = "kaiokenaudio"
  7445. Mus1.SoundId = "rbxassetid://301184111"
  7446. Mus1.Pitch = 0.7
  7447. Mus1.Volume = 5
  7448. Mus1.Looped = false
  7449. Mus1:Play()
  7450.  
  7451. hum.WalkSpeed = 40
  7452. hum.JumpPower = 69
  7453.  
  7454. rock4 = false
  7455. rock = true
  7456. rock3 = true
  7457. wait(.1)
  7458. rock = false
  7459.  
  7460. local ssj2aura = Instance.new("ParticleEmitter",tor)
  7461. ssj2aura.Name = "kaiokenaura"
  7462. ssj2aura.Texture = "rbxassetid://241992237"
  7463. ssj2aura.Transparency = NumberSequence.new(0.675)
  7464. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,29,20))
  7465. ssj2aura.LightEmission = 1
  7466. ssj2aura.Size = NumberSequence.new(6)
  7467. ssj2aura.Lifetime = NumberRange.new(0.5)
  7468. ssj2aura.Rate = 15
  7469. ssj2aura.ZOffset = -1
  7470. ssj2aura.Speed = NumberRange.new(10)
  7471. ssj2aura.LockedToPart = true
  7472.  
  7473. local ssj2aura2 = Instance.new("ParticleEmitter",tor)
  7474. ssj2aura2.Name = "kaioaura"
  7475. ssj2aura2.Texture = "rbxassetid://1072507908"
  7476. ssj2aura2.Transparency = NumberSequence.new(0.259)
  7477. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,39,30))
  7478. ssj2aura2.LightEmission = 0.75
  7479. ssj2aura2.Size = NumberSequence.new(6)
  7480. ssj2aura2.Lifetime = NumberRange.new(0.5)
  7481. ssj2aura2.Rate = 20
  7482. ssj2aura2.ZOffset = -1
  7483. ssj2aura2.Speed = NumberRange.new(10)
  7484. ssj2aura2.LockedToPart = true
  7485.  
  7486. wait(1.9)
  7487.  
  7488. chatfunc("Let's get started!")
  7489.  
  7490. char.kaiokenaudio:Stop()
  7491. char.kaiokenaudio:Remove()
  7492.  
  7493. being = false
  7494.  
  7495. normal = false
  7496.  
  7497. kaioken = true
  7498. kaioken2 = true
  7499.  
  7500. end
  7501. end
  7502. end
  7503. end
  7504. end
  7505. end
  7506. end
  7507. end
  7508. ---
  7509.  
  7510. mouse.KeyDown:connect(function(key)
  7511.  
  7512. if key == "v" then
  7513.  
  7514. if normal == false then
  7515. if being == false then
  7516. if kaioken == true then
  7517. if kaioken2 == true then
  7518. if kaioken4 == false then
  7519. if kaioken5 == false then
  7520. if kaioken10 == false then
  7521. if kaioken20 == false then
  7522. being = true
  7523.  
  7524. rock4 = true
  7525.  
  7526. hum.WalkSpeed = 0
  7527. hum.JumpPower = 0
  7528.  
  7529. wait(.55)
  7530. rock = true
  7531. rock3 = true
  7532. wait(.25)
  7533. rock = false
  7534.  
  7535. chatfunc("Kaioken, TIMES FOUR!!")
  7536.  
  7537. local Mus1 = Instance.new("Sound",char)
  7538. Mus1.Name = "kaiokenaudio"
  7539. Mus1.SoundId = "rbxassetid://301184111"
  7540. Mus1.Pitch = 0.7
  7541. Mus1.Volume = 5
  7542. Mus1.Looped = false
  7543. Mus1:Play()
  7544.  
  7545. hum.WalkSpeed = 50
  7546. hum.JumpPower = 70
  7547.  
  7548. rock4 = false
  7549. rock = true
  7550. rock3 = true
  7551. wait(.1)
  7552. rock = false
  7553.  
  7554. local ssj2aura = Instance.new("ParticleEmitter",tor)
  7555. ssj2aura.Name = "kaiokenaura"
  7556. ssj2aura.Texture = "rbxassetid://241992237"
  7557. ssj2aura.Transparency = NumberSequence.new(0.25)
  7558. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,19,10))
  7559. ssj2aura.LightEmission = 1
  7560. ssj2aura.Size = NumberSequence.new(6)
  7561. ssj2aura.Lifetime = NumberRange.new(0.5)
  7562. ssj2aura.Rate = 15
  7563. ssj2aura.ZOffset = -1
  7564. ssj2aura.Speed = NumberRange.new(10)
  7565. ssj2aura.LockedToPart = true
  7566.  
  7567. local ssj2aura2 = Instance.new("ParticleEmitter",tor)
  7568. ssj2aura2.Name = "kaioaura"
  7569. ssj2aura2.Texture = "rbxassetid://1072507908"
  7570. ssj2aura2.Transparency = NumberSequence.new(0.059)
  7571. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,19,10))
  7572. ssj2aura2.LightEmission = 0.75
  7573. ssj2aura2.Size = NumberSequence.new(6)
  7574. ssj2aura2.Lifetime = NumberRange.new(0.5)
  7575. ssj2aura2.Rate = 20
  7576. ssj2aura2.ZOffset = -1
  7577. ssj2aura2.Speed = NumberRange.new(10)
  7578. ssj2aura2.LockedToPart = true
  7579.  
  7580. wait(1.9)
  7581.  
  7582. chatfunc("Here We Go!")
  7583.  
  7584. char.kaiokenaudio:Stop()
  7585. char.kaiokenaudio:Remove()
  7586.  
  7587. being = false
  7588.  
  7589. kaioken4 = true
  7590.  
  7591. end
  7592. end
  7593. end
  7594. end
  7595. end
  7596. end
  7597. end
  7598. end
  7599. end
  7600. end)
  7601. ---
  7602. end
  7603.  
  7604. function superkaio()
  7605.  
  7606. if ssj1 == true and ssj2 == false and assj2 == false and ssj3 == false then
  7607. if being == false then
  7608. if kaioken == false then
  7609. if kaioken2 == false then
  7610. if kaioken4 == false then
  7611. if kaioken5 == false then
  7612. if kaioken10 == false then
  7613. if kaioken20 == false then
  7614. being = true
  7615.  
  7616. rock4 = true
  7617.  
  7618. hum.WalkSpeed = 0
  7619. hum.JumpPower = 0
  7620.  
  7621. wait(.55)
  7622. rock = true
  7623. rock3 = true
  7624. wait(.25)
  7625. rock = false
  7626.  
  7627. chatfunc("Let's start by times three.")
  7628.  
  7629. wait(1.9)
  7630.  
  7631. chatfunc("Super... KAIOKEN!")
  7632.  
  7633. local Mus1 = Instance.new("Sound",char)
  7634. Mus1.Name = "kaiokenaudio"
  7635. Mus1.SoundId = "rbxassetid://301184111"
  7636. Mus1.Pitch = 0.7
  7637. Mus1.Volume = 5
  7638. Mus1.Looped = false
  7639. Mus1:Play()
  7640.  
  7641. hum.WalkSpeed = 69
  7642. hum.JumpPower = 85
  7643.  
  7644. rock4 = false
  7645. rock = true
  7646. rock3 = true
  7647. wait(.1)
  7648. rock = false
  7649.  
  7650. local ssj2aura = Instance.new("ParticleEmitter",tor)
  7651. ssj2aura.Name = "kaiokenaura"
  7652. ssj2aura.Texture = "rbxassetid://241992237"
  7653. ssj2aura.Transparency = NumberSequence.new(0.4)
  7654. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  7655. ssj2aura.LightEmission = 1
  7656. ssj2aura.Size = NumberSequence.new(6)
  7657. ssj2aura.Lifetime = NumberRange.new(0.5)
  7658. ssj2aura.Rate = 19
  7659. ssj2aura.ZOffset = -1.25
  7660. ssj2aura.Speed = NumberRange.new(10)
  7661. ssj2aura.LockedToPart = true
  7662.  
  7663. local ssj2aura2 = Instance.new("ParticleEmitter",tor)
  7664. ssj2aura2.Name = "kaioaura"
  7665. ssj2aura2.Texture = "rbxassetid://1072507908"
  7666. ssj2aura2.Transparency = NumberSequence.new(0.2)
  7667. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,9,9))
  7668. ssj2aura2.LightEmission = 0.75
  7669. ssj2aura2.Size = NumberSequence.new(6)
  7670. ssj2aura2.Lifetime = NumberRange.new(0.5)
  7671. ssj2aura2.Rate = 22
  7672. ssj2aura2.ZOffset = -2.5
  7673. ssj2aura2.Speed = NumberRange.new(10)
  7674. ssj2aura2.LockedToPart = true
  7675.  
  7676. wait(3.9)
  7677.  
  7678. chatfunc("Times Five!!")
  7679.  
  7680. local ssj2aura2 = Instance.new("ParticleEmitter",tor)
  7681. ssj2aura2.Name = "kaioaura"
  7682. ssj2aura2.Texture = "rbxassetid://1072507908"
  7683. ssj2aura2.Transparency = NumberSequence.new(0)
  7684. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(300,0,0))
  7685. ssj2aura2.LightEmission = 0.6
  7686. ssj2aura2.Size = NumberSequence.new(6)
  7687. ssj2aura2.Lifetime = NumberRange.new(0.5)
  7688. ssj2aura2.Rate = 22
  7689. ssj2aura2.ZOffset = -2.5
  7690. ssj2aura2.Speed = NumberRange.new(10)
  7691. ssj2aura2.LockedToPart = true
  7692.  
  7693. char.kaiokenaudio:Stop()
  7694. char.kaiokenaudio:Remove()
  7695.  
  7696. being = false
  7697. GroundShake = false
  7698.  
  7699. normal = false
  7700.  
  7701. kaioken = true
  7702. kaioken5 = true
  7703.  
  7704. wait(2.9)
  7705.  
  7706. chatfunc("Now its five.")
  7707.  
  7708. end
  7709. end
  7710. end
  7711. end
  7712. end
  7713. end
  7714. end
  7715. end
  7716.  
  7717. end
  7718.  
  7719. function ssbk()
  7720.  
  7721. if ssjb == true and ssjbk == false then
  7722. if being == false then
  7723. if kaioken == false then
  7724. if kaioken2 == false then
  7725. if kaioken4 == false then
  7726. if kaioken5 == false then
  7727. if kaioken10 == false then
  7728. if kaioken20 == false then
  7729. being = true
  7730.  
  7731. rock6 = true
  7732. rock5 = true
  7733. rock4 = true
  7734.  
  7735. hum.WalkSpeed = 0
  7736. hum.JumpPower = 0
  7737.  
  7738. auracan3 = false
  7739.  
  7740. tor.SSJBaura.Texture = "rbxassetid://1072541924"
  7741.  
  7742. local list2 = {NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,0.8,0)}
  7743. tor.SSBaura2.Transparency = NumberSequence.new(list2)
  7744.  
  7745. wait(.55)
  7746. rock = true
  7747. rock3 = true
  7748. wait(.25)
  7749. rock = false
  7750.  
  7751. chatfunc("KAIOKEN, TIMES TEN!!!")
  7752.  
  7753. local Mus1 = Instance.new("Sound",char)
  7754. Mus1.Name = "kaiokenaudio"
  7755. Mus1.SoundId = "rbxassetid://301184111"
  7756. Mus1.Pitch = 0.7
  7757. Mus1.Volume = 5
  7758. Mus1.Looped = false
  7759. Mus1:Play()
  7760.  
  7761. hum.WalkSpeed = 115.999
  7762. hum.JumpPower = 115.999
  7763.  
  7764. rock4 = false
  7765. rock5 = false
  7766. rock6 = false
  7767. rock = true
  7768. rock3 = true
  7769. wait(.1)
  7770. rock = false
  7771.  
  7772. local ssj2aura = Instance.new("ParticleEmitter",tor)
  7773. ssj2aura.Name = "kaiokenaura"
  7774. ssj2aura.Texture = "rbxassetid://241992237"
  7775. ssj2aura.Transparency = NumberSequence.new(0.3)
  7776. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(0,255,255))
  7777. ssj2aura.LightEmission = 0.8
  7778. ssj2aura.Size = NumberSequence.new(3.55)
  7779. ssj2aura.Lifetime = NumberRange.new(0.5)
  7780. ssj2aura.Rate = 15
  7781. ssj2aura.ZOffset = -1
  7782. ssj2aura.Speed = NumberRange.new(10)
  7783. ssj2aura.LockedToPart = true
  7784.  
  7785. tor.SSJBaura.ZOffset = -1
  7786. tor.SSBaura2.ZOffset = -1
  7787.  
  7788. tor.SSJBaura.Rate = 14
  7789. tor.SSBaura2.Rate = 14
  7790.  
  7791. tor.SSJBaura.LightEmission = 0.8
  7792. tor.SSBaura2.LightEmission = 0.8
  7793.  
  7794. tor.SSJBaura.Size = NumberSequence.new(3.55)
  7795. tor.SSBaura2.Size = NumberSequence.new(3.55)
  7796.  
  7797. local ssj2aura2 = Instance.new("ParticleEmitter",tor)
  7798. ssj2aura2.Name = "kaioaura"
  7799. ssj2aura2.Texture = "rbxassetid://1072507908"
  7800. ssj2aura2.Transparency = NumberSequence.new(0.1)
  7801. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(255,0,0))
  7802. ssj2aura2.LightEmission = 0.75
  7803. ssj2aura2.Size = NumberSequence.new(6)
  7804. ssj2aura2.Lifetime = NumberRange.new(0.5)
  7805. ssj2aura2.Rate = 30.99
  7806. ssj2aura2.ZOffset = -3
  7807. ssj2aura2.Speed = NumberRange.new(11)
  7808. ssj2aura2.LockedToPart = true
  7809.  
  7810. wait(1.9)
  7811.  
  7812. char.kaiokenaudio:Stop()
  7813. char.kaiokenaudio:Remove()
  7814.  
  7815. being = false
  7816. GroundShake = false
  7817.  
  7818. normal = false
  7819.  
  7820. kaioken = true
  7821. kaioken10 = true
  7822. ssjbk = true
  7823.  
  7824. end
  7825. end
  7826. end
  7827. end
  7828. end
  7829. end
  7830. end
  7831. end
  7832.  
  7833. mouse.KeyDown:connect(function(key)
  7834.  
  7835. if key == "v" then
  7836.  
  7837. if normal == false then
  7838. if being == false then
  7839. if kaioken == true then
  7840. if kaioken2 == false then
  7841. if kaioken4 == false then
  7842. if kaioken5 == false then
  7843. if kaioken10 == true then
  7844. if kaioken20 == false then
  7845.  
  7846. GroundShake2 = true
  7847.  
  7848. GroundShake = false
  7849.  
  7850. being = true
  7851.  
  7852. rock4 = true
  7853.  
  7854. hum.WalkSpeed = 0
  7855. hum.JumpPower = 0
  7856.  
  7857. wait(.55)
  7858. rock = true
  7859. rock3 = true
  7860. wait(.25)
  7861.  
  7862. GroundShake2 = false
  7863. rock = false
  7864.  
  7865. chatfunc("TIMES TWENTY!!!!")
  7866.  
  7867. wait(1.59)
  7868.  
  7869. Mus1:Play()
  7870.  
  7871. Hair7.Color = Color3.fromRGB(200, 200, 255)
  7872.  
  7873. local larm1 = Instance.new("Part",char)
  7874. larm1.Name = "arm1"
  7875. larm1.Material = Enum.Material.Neon
  7876. larm1.Transparency = 0.75
  7877. larm1.Color = Color3.fromRGB(255,19,70)
  7878. larm1.Size = Vector3.new(1.1,2.1,1.1)
  7879. larm1.Position = Vector3.new(999,999,999)
  7880. local larmhold = Instance.new("Weld",char)
  7881. larmhold.Part0 = arm1
  7882. larmhold.Part1 = larm1
  7883. larmhold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  7884. local rarm1 = Instance.new("Part",char)
  7885. rarm1.Name = "arm2"
  7886. rarm1.Material = Enum.Material.Neon
  7887. rarm1.Transparency = 0.75
  7888. rarm1.Color = Color3.fromRGB(255,19,70)
  7889. rarm1.Size = Vector3.new(1.1,2.1,1.1)
  7890. rarm1.Position = Vector3.new(999,999,999)
  7891. local rarmhold = Instance.new("Weld",char)
  7892. rarmhold.Part0 = arm2
  7893. rarmhold.Part1 = rarm1
  7894. rarmhold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  7895. local torso1 = Instance.new("Part",char)
  7896. torso1.Material = Enum.Material.Neon
  7897. torso1.Transparency = 0.75
  7898. torso1.Color = Color3.fromRGB(255,19,70)
  7899. torso1.Name = "tors"
  7900. torso1.Size = Vector3.new(2.1,2.1,1.1)
  7901. torso1.Position = Vector3.new(999,999,999)
  7902. local torsohold = Instance.new("Weld",char)
  7903. torsohold.Part0 = tor
  7904. torsohold.Part1 = torso1
  7905. torsohold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  7906. local lleg1 = Instance.new("Part",char)
  7907. lleg1.Name = "leg1"
  7908. lleg1.Material = Enum.Material.Neon
  7909. lleg1.Transparency = 0.75
  7910. lleg1.Color = Color3.fromRGB(255,19,70)
  7911. lleg1.Size = Vector3.new(1.1,2.1,1.1)
  7912. lleg1.Position = Vector3.new(999,999,999)
  7913. local lleghold = Instance.new("Weld",char)
  7914. lleghold.Part0 = leg1
  7915. lleghold.Part1 = lleg1
  7916. lleghold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  7917. local rleg1 = Instance.new("Part",char)
  7918. rleg1.Name = "leg2"
  7919. rleg1.Material = Enum.Material.Neon
  7920. rleg1.Transparency = 0.75
  7921. rleg1.Color = Color3.fromRGB(255,19,70)
  7922. rleg1.Size = Vector3.new(1.1,2.1,1.1)
  7923. rleg1.Position = Vector3.new(999,999,999)
  7924. local rleghold = Instance.new("Weld",char)
  7925. rleghold.Part0 = leg2
  7926. rleghold.Part1 = rleg1
  7927. rleghold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  7928. local rhed1 = Instance.new("Part",char)
  7929. rhed1.Name = "hed"
  7930. rhed1.Material = Enum.Material.Neon
  7931. rhed1.Transparency = 0.59
  7932. rhed1.Color = Color3.fromRGB(255,19,70)
  7933. rhed1.Size = Vector3.new(2.3,1.3,1.3)
  7934. rhed1.Position = Vector3.new(999,999,999)
  7935. local rhedhold = Instance.new("Weld",char)
  7936. rhedhold.Part0 = hed
  7937. rhedhold.Part1 = rhed1
  7938. rhedhold.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  7939. local rhedmesh1 = Instance.new("SpecialMesh",rhed1)
  7940. rhedmesh1.MeshId = "rbxassetid://539723444"
  7941. rhedmesh1.TextureId = "rbxassetid://43200547"
  7942. rhedmesh1.Scale = Vector3.new(1,1,1)
  7943.  
  7944.  
  7945. --local cce = Instance.new("ColorCorrectionEffect",game.Lighting)
  7946.  
  7947. local num = 0
  7948. local a21e = Instance.new("Part",char)
  7949. a21e.Name = "Beam"..num
  7950. a21e.Locked = true
  7951. a21e.Size = Vector3.new(1,1,1)
  7952. a21e.CanCollide = false
  7953. a21e.Position = Vector3.new(999,999,999)
  7954. a21e.BrickColor = BrickColor.new("Bright red")
  7955. a21e.Material = "Neon"
  7956. a21e.Transparency = 0
  7957. local aa21e = Instance.new("SpecialMesh",a21e)
  7958. a21e.Anchored = true
  7959. a21e.Position = hrp.Position
  7960. aa21e.MeshType = "Sphere"
  7961. aa21e.Scale = Vector3.new(1,1,1)
  7962.  
  7963. --cce.Name = "KaiokenRed"
  7964.  
  7965. local be = Instance.new("BlurEffect",game.Lighting)
  7966.  
  7967. be.Name = "KaiokenBlur"
  7968.  
  7969. be.Size = 24
  7970.  
  7971. --cce.TintColor = Color3.fromRGB(255,19,70)
  7972.  
  7973. --cce.Brightness = 0.29
  7974.  
  7975. --cce.Contrast = 2
  7976.  
  7977. --cce.Saturation = -1
  7978.  
  7979. rock4 = false
  7980. rock = true
  7981. rock3 = true
  7982. wait(.1)
  7983. rock = false
  7984.  
  7985. tor.kaioaura.Enabled = false
  7986. wait(.1)
  7987. tor.kaioaura:Remove()
  7988.  
  7989. tor.kaiokenaura.Size = NumberSequence.new(4)
  7990. tor.kaiokenaura.Color = ColorSequence.new(Color3.fromRGB(300,0,0),Color3.fromRGB(325,0,0))
  7991. tor.kaiokenaura.ZOffset = -3
  7992.  
  7993. tor.SSJBaura.Transparency = NumberSequence.new(0.8)
  7994. tor.SSBaura2.Transparency = NumberSequence.new(0.9)
  7995.  
  7996. tor.SSJBaura.ZOffset = -1
  7997. tor.SSBaura2.ZOffset = -1
  7998.  
  7999. tor.SSJBaura.Rate = 15
  8000. tor.SSBaura2.Rate = 15
  8001.  
  8002. tor.SSJBaura.LightEmission = 0.75
  8003. tor.SSBaura2.LightEmission = 0.75
  8004.  
  8005. tor.SSJBaura.Size = NumberSequence.new(2.9)
  8006. tor.SSJBaura.Color = ColorSequence.new(Color3.fromRGB(300,300,429),Color3.fromRGB(350,350,595))
  8007. tor.SSBaura2.Size = NumberSequence.new(2.9)
  8008. tor.SSBaura2.Color = ColorSequence.new(Color3.fromRGB(300,300,429),Color3.fromRGB(350,350,595))
  8009.  
  8010. local ssj2aura = Instance.new("ParticleEmitter",tor)
  8011. ssj2aura.Name = "kaiokenaura2"
  8012. ssj2aura.Texture = "rbxassetid://1072507908"
  8013. ssj2aura.Transparency = NumberSequence.new(0.75)
  8014. ssj2aura.Color = ColorSequence.new(Color3.fromRGB(350,0,0))
  8015. ssj2aura.LightEmission = 1.55
  8016. ssj2aura.Size = NumberSequence.new(8)
  8017. ssj2aura.Lifetime = NumberRange.new(0.5)
  8018. ssj2aura.Rate = 15
  8019. ssj2aura.ZOffset = -4
  8020. ssj2aura.Speed = NumberRange.new(10)
  8021. ssj2aura.LockedToPart = true
  8022.  
  8023. local ssj2aura2 = Instance.new("ParticleEmitter",tor)
  8024. ssj2aura2.Name = "kaioaura"
  8025. ssj2aura2.Texture = "rbxassetid://1072507908"
  8026. ssj2aura2.Transparency = NumberSequence.new(0.89)
  8027. ssj2aura2.Color = ColorSequence.new(Color3.fromRGB(350,0,0))
  8028. ssj2aura2.LightEmission = 0.79
  8029. ssj2aura2.Size = NumberSequence.new(9)
  8030. ssj2aura2.Lifetime = NumberRange.new(0.5)
  8031. ssj2aura2.Rate = 20
  8032. ssj2aura2.ZOffset = -4
  8033. ssj2aura2.Speed = NumberRange.new(10)
  8034. ssj2aura2.LockedToPart = true
  8035.  
  8036. for i = 1,69 do
  8037. wait()
  8038. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  8039. a21e.Transparency = a21e.Transparency + 0.02
  8040. end
  8041.  
  8042. Mesh.MeshId = "rbxassetid://430344159"
  8043.  
  8044. Weld1.C0 = CFrame.new(-.25,1.2,.34)
  8045.  
  8046. wait(.1)
  8047.  
  8048. a21e:Remove()
  8049.  
  8050. local num = 0
  8051. local a21e = Instance.new("Part",char)
  8052. a21e.Name = "Beam"..num
  8053. a21e.Locked = true
  8054. a21e.Size = Vector3.new(1,1,1)
  8055. a21e.CanCollide = false
  8056. a21e.Position = Vector3.new(999,999,999)
  8057. a21e.BrickColor = BrickColor.new("Bright red")
  8058. a21e.Material = "Neon"
  8059. a21e.Transparency = 0
  8060. local aa21e = Instance.new("SpecialMesh",a21e)
  8061. a21e.Anchored = true
  8062. a21e.Position = hrp.Position
  8063. aa21e.MeshType = "Sphere"
  8064. aa21e.Scale = Vector3.new(1,1,1)
  8065.  
  8066. wait(0.729)
  8067.  
  8068. local Mus1 = Instance.new("Sound",char)
  8069. Mus1.Name = "kaiokenaudio"
  8070. Mus1.SoundId = "rbxassetid://301184111"
  8071. Mus1.Pitch = 0.7
  8072. Mus1.Volume = 5
  8073. Mus1.Looped = false
  8074. Mus1:Play()
  8075.  
  8076. for i = 1,69 do
  8077. wait()
  8078. be.Size = be.Size - 1
  8079. aa21e.Scale = aa21e.Scale + Vector3.new(5,5,5)
  8080. a21e.Transparency = a21e.Transparency + 0.02
  8081. end
  8082.  
  8083. wait(0.925)
  8084.  
  8085. a21e:Remove()
  8086.  
  8087. wait(0.9)
  8088.  
  8089. local num = 0
  8090. local a21e = Instance.new("Part",char)
  8091. a21e.Name = "Beam"..num
  8092. a21e.Locked = true
  8093. a21e.Size = Vector3.new(1,1,1)
  8094. a21e.CanCollide = false
  8095. a21e.Position = Vector3.new(999,999,999)
  8096. a21e.BrickColor = BrickColor.new("Bright bluish green")
  8097. a21e.Material = "Neon"
  8098. a21e.Transparency = 0
  8099. local aa21e = Instance.new("SpecialMesh",a21e)
  8100. a21e.Anchored = true
  8101. a21e.Position = hrp.Position
  8102. aa21e.MeshType = "Sphere"
  8103. aa21e.Scale = Vector3.new(1,1,1)
  8104.  
  8105. GroundShake = false
  8106.  
  8107. wait(0.859)
  8108.  
  8109. Hair7.Color = Color3.fromRGB(0,225,245)
  8110.  
  8111. --cce.Enabled = false
  8112.  
  8113. be.Enabled = false
  8114.  
  8115. for i = 1,70 do
  8116. wait()
  8117. be.Size = be.Size - 1
  8118. aa21e.Scale = aa21e.Scale + Vector3.new(6,6,6)
  8119. a21e.Transparency = a21e.Transparency + 0.02
  8120. end
  8121.  
  8122. be:Remove()
  8123.  
  8124. --cce:Remove()
  8125.  
  8126. chatfunc("LET'S START IT AGAIN!!!!!")
  8127.  
  8128. a21e:Remove()
  8129.  
  8130. hum.WalkSpeed = 150.999
  8131. hum.JumpPower = 129.999
  8132.  
  8133. char.kaiokenaudio:Stop()
  8134. char.kaiokenaudio:Remove()
  8135.  
  8136. being = false
  8137.  
  8138. kaioken20 = true
  8139.  
  8140. end
  8141. end
  8142. end
  8143. end
  8144. end
  8145. end
  8146. end
  8147. end
  8148. end
  8149. end)
  8150. ---
  8151.  
  8152. end
  8153.  
  8154. GroundWave9 = function()
  8155. local HandCF = CFrame.new(hrp.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  8156. Colors = {"Bright red", "Bright red"}
  8157. local wave = Instance.new("Part", tor)
  8158. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  8159. wave.Anchored = true
  8160. wave.CanCollide = false
  8161. wave.Locked = true
  8162. wave.Size = Vector3.new(1, 1, 1)
  8163. wave.TopSurface = "Smooth"
  8164. wave.BottomSurface = "Smooth"
  8165. wave.Transparency = 0.35
  8166. wave.CFrame = HandCF
  8167. wm = Instance.new("SpecialMesh", wave)
  8168. wm.MeshId = "rbxassetid://3270017"
  8169. coroutine.wrap(function()
  8170. for i = 1, 30, 1 do
  8171. wm.Scale = Vector3.new(3 + i*3.2, 3 + i*3.2, 3)
  8172. wave.Size = wm.Scale
  8173. wave.CFrame = HandCF
  8174. wave.Transparency = i/30
  8175. wait()
  8176. end
  8177. wait()
  8178. wave:Destroy()
  8179. end)()
  8180. end
  8181.  
  8182. GroundWaveR = function()
  8183. local HandCF = CFrame.new(hrp.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  8184. Colors = {"Pink", "Pink"}
  8185. local wave = Instance.new("Part", tor)
  8186. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  8187. wave.Anchored = true
  8188. wave.CanCollide = false
  8189. wave.Locked = true
  8190. wave.Size = Vector3.new(1, 1, 1)
  8191. wave.TopSurface = "Smooth"
  8192. wave.BottomSurface = "Smooth"
  8193. wave.Transparency = 0.35
  8194. wave.CFrame = HandCF
  8195. wm = Instance.new("SpecialMesh", wave)
  8196. wm.MeshId = "rbxassetid://3270017"
  8197. coroutine.wrap(function()
  8198. for i = 1, 30, 1 do
  8199. wm.Scale = Vector3.new(3 + i*3.2, 3 + i*3.2, 3)
  8200. wave.Size = wm.Scale
  8201. wave.CFrame = HandCF
  8202. wave.Transparency = i/30
  8203. wait()
  8204. end
  8205. wait()
  8206. wave:Destroy()
  8207. end)()
  8208. end
  8209.  
  8210. GroundWave1 = function()
  8211. local HandCF = CFrame.new(hrp.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  8212. Colors = {"Medium blue", "Medium blue"}
  8213. local wave = Instance.new("Part", tor)
  8214. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  8215. wave.Anchored = true
  8216. wave.CanCollide = false
  8217. wave.Locked = true
  8218. wave.Size = Vector3.new(1, 1, 1)
  8219. wave.TopSurface = "Smooth"
  8220. wave.BottomSurface = "Smooth"
  8221. wave.Transparency = 0.35
  8222. wave.CFrame = HandCF
  8223. wm = Instance.new("SpecialMesh", wave)
  8224. wm.MeshId = "rbxassetid://3270017"
  8225. coroutine.wrap(function()
  8226. for i = 1, 30, 1 do
  8227. wm.Scale = Vector3.new(3 + i*3.2, 3 + i*3.2, 3)
  8228. wave.Size = wm.Scale
  8229. wave.CFrame = HandCF
  8230. wave.Transparency = i/30
  8231. wait()
  8232. end
  8233. wait()
  8234. wave:Destroy()
  8235. end)()
  8236. end
  8237.  
  8238. GroundWave0 = function()
  8239.  
  8240. local HandCF = CFrame.new(hrp.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  8241. Colors = {"White", "White"}
  8242. local wave = Instance.new("Part", hrp)
  8243. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  8244. wave.Anchored = true
  8245. wave.CanCollide = false
  8246. wave.Locked = true
  8247. wave.Size = Vector3.new(1, 1, 1)
  8248. wave.TopSurface = "Smooth"
  8249. wave.BottomSurface = "Smooth"
  8250. wave.Transparency = 0.35
  8251. wave.CFrame = HandCF
  8252. wm = Instance.new("SpecialMesh", wave)
  8253. wm.MeshId = "rbxassetid://3270017"
  8254. coroutine.wrap(function()
  8255. for i = 1, 30, 1 do
  8256. wm.Scale = Vector3.new(8 + i*8.2, 3 + i*8.2, 8)
  8257. wave.Size = wm.Scale
  8258. wave.CFrame = HandCF
  8259. wave.Transparency = i/30
  8260. wait()
  8261. end
  8262. wait()
  8263. wave:Destroy()
  8264. end)()
  8265. end
  8266.  
  8267. mouse.KeyDown:connect(function(key)
  8268. if key == "q" then
  8269. if normal == true and limitbreaker == false and ssj1 == false and being == false and ssjg == false and ssjb == false and kaioken == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false then
  8270. ssj()
  8271. end
  8272. end
  8273. end)
  8274.  
  8275. mouse.KeyDown:connect(function(key)
  8276. if key == "q" then
  8277. if normal == true and limitbreaker == false and fullpowerssj == false and being == false and ssjg == false and ssjb == false and kaioken == false and ssj2 == false and assj2 == false and ssj3 == false and ssjwhite == false and ultrainstinct == false and ssjbfullpower == false then
  8278. angry()
  8279. end
  8280. end
  8281. end)
  8282.  
  8283. mouse.KeyDown:connect(function(key)
  8284. if key == "r" then
  8285. if normal == true and fullpowerssj == false and ssjg == false and being == false and ssj1 == false and ssj2 == false and ssj3 == false and assj2 == false and ssjwhite == false and kaioken == false and ultrainstinct == false and ssjbfullpower == false and limitbreaker == false or ssjb == true then
  8286. ssg()
  8287. end
  8288. end
  8289. end)
  8290.  
  8291. mouse.KeyDown:connect(function(key)
  8292. if key == "f" then
  8293. if normal == true and fullpowerssj == false and being == false and ssj1 == false and ssj2 == false and ssj3 == false and assj2 == false and ssjwhite == false and ssjb == false and kaioken == false and ultrainstinct == false and ssjbfullpower == false and kaioken == false and limitbreaker == false or ssjg == true or ssj4 == true then
  8294. ssb()
  8295. end
  8296. if normal == false and fullpowerssj == false and being == false and ssj1 == false and ssj2 == false and ssj3 == false and assj2 == false and ssjwhite == false and ssjb == false and kaioken == false and ultrainstinct == false and kaioken == false or ssjg == true and limitbreaker == false or ssjbfullpower == true then
  8297. normalform()
  8298. chatfunc("Back to normal.")
  8299. wait(0.9)
  8300. ssb()
  8301. end
  8302. end
  8303. end)
  8304.  
  8305. mouse.KeyDown:connect(function(key)
  8306. if key == "g" then
  8307. if normal == false and fullpowerssj == false and ssjg == false and being == false and ssj1 == false and ssj2 == false and ssj3 == false and assj2 == false and ssjwhite == false and kaioken == false and ultrainstinct == false and ssjbfullpower == false and kaioken == false and limitbreaker == false or ssjb == true then
  8308. normalform()
  8309. chatfunc("Bring it on!")
  8310. wait(0.9)
  8311. ssb2()
  8312. end
  8313. if normal == true and fullpowerssj == false and ssjg == false and being == false and ssj1 == false and ssj2 == false and ssj3 == false and assj2 == false and ssjwhite == false and kaioken == false and ultrainstinct == false and ssjbfullpower == false and kaioken == false and ssjb == false and limitbreaker == false then
  8314. ssb2()
  8315. end
  8316. end
  8317. end)
  8318.  
  8319. mouse.KeyDown:connect(function(key)
  8320. if key == "c" then
  8321. if ssj1 == true or ssj2 == true or ssj3 == true or sss3 == true or ssjg == true or ssjb == true or kaioken == true or ssjwhite == true and being == false or normal == false or ultrainstinct == true or ssjbfullpower == true or limitbreaker == false then
  8322. rock3 = true
  8323. rock = false
  8324. normalform()
  8325. end
  8326. end
  8327. end)
  8328.  
  8329. local kiblastdone = true
  8330. local kiblast1 = false
  8331. local kiblast2 = false
  8332. local kiblast3 = false
  8333. local kiblast4 = false
  8334.  
  8335. local kigo = 15
  8336.  
  8337. canattack = true
  8338. canjump = true
  8339. idle = true
  8340. walk = true
  8341.  
  8342. kamehit = Instance.new("Sound",char)
  8343. kamehit.Volume = 39
  8344. kamehit.Name = "kamehit"
  8345. kamehit.Looped = false
  8346. kamehit.SoundId = "rbxassetid://908484148"
  8347.  
  8348. kamehit2 = Instance.new("Sound",char)
  8349. kamehit2.Volume = 39
  8350. kamehit2.Name = "kamehit"
  8351. kamehit2.Looped = false
  8352. kamehit2.SoundId = "rbxassetid://1187771640"
  8353.  
  8354. kiblastsound = Instance.new("Sound",char)
  8355. kiblastsound.Volume = 20000
  8356. kiblastsound.Name = "kiblastsound"
  8357. kiblastsound.Looped = false
  8358. kiblastsound.SoundId = "http://www.roblox.com/asset/?id=586187912"
  8359.  
  8360. screaming = Instance.new("Sound",char)
  8361. screaming.Volume = 10
  8362. screaming.Name = "screaming"
  8363. screaming.Looped = false
  8364. screaming.SoundId = "rbxassetid://527276541"
  8365.  
  8366. screaming1 = Instance.new("Sound",char)
  8367. screaming1.Volume = 10
  8368. screaming1.Name = "screaming1"
  8369. screaming1.Looped = false
  8370. screaming1.SoundId = "rbxassetid://527276541"
  8371.  
  8372. mouse.KeyDown:connect(function(key)
  8373. if key == "t" then
  8374. if canattack == true and kiblastdone == false then
  8375. if attacking == false then
  8376. local c = char
  8377.  
  8378. local omg = c.Torso["Right Shoulder"].C0
  8379.  
  8380. idle = false
  8381. walk = false
  8382. kiblastdone = true
  8383. canattack = false
  8384. attacking = true
  8385. canjump = false
  8386. kiblast1 = true
  8387. wait(0.2)
  8388. kiblast1 = false
  8389. kiblast2 = true
  8390. kiblastsound:Play()
  8391. ay = Instance.new("Part",char)
  8392.  
  8393. c.Torso["Right Shoulder"].C0 = c.Torso["Right Shoulder"].C0 * CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(90))
  8394.  
  8395. ay.Name = "NewPart"
  8396. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false then
  8397. ay.Size = Vector3.new(1,1,1)
  8398. end
  8399. if ssj1 == true or ssj2 == true or ssj3 == true or assj2 == true or assj3 == true then
  8400. ay.Size = Vector3.new(1.9,1.9,1.9)
  8401. end
  8402. if limitbreaker == true or ultrainstinct == true then
  8403. ay.Size = Vector3.new(1.95,1.95,1.95)
  8404. end
  8405. ay.CanCollide = false
  8406. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false then
  8407. ay.BrickColor = BrickColor.new("Medium blue")
  8408. end
  8409. if kaioken == true and ssj1 == false then
  8410. ay.BrickColor = BrickColor.new("Persimmon")
  8411. end
  8412. if ultrainstinct == true then
  8413. ay.BrickColor = BrickColor.new("Steel blue")
  8414. end
  8415. if limitbreaker == true then
  8416. ay.Color = Color3.fromRGB(255,19,70)
  8417. end
  8418. if ssj1 == true or ssj2 == true or assj2 == true then
  8419. local particle = Instance.new("ParticleEmitter",ay)
  8420. particle.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  8421. particle.LightEmission = 0.5
  8422. particle.LightInfluence = 0
  8423. particle.Transparency = NumberSequence.new(0)
  8424. particle.Acceleration = Vector3.new(0,0.04,0)
  8425. particle.Size = NumberSequence.new(2.9)
  8426. particle.Texture = "rbxassetid://1045690145"
  8427. particle.ZOffset = -1
  8428. particle.LockedToPart = false
  8429. particle.Enabled = true
  8430. particle.Lifetime = NumberRange.new(0.2)
  8431. particle.Rate = 20
  8432. particle.Rotation = NumberRange.new(-360,360)
  8433. particle.Speed = NumberRange.new(1.9)
  8434. particle.SpreadAngle = Vector2.new(9999,9999)
  8435. particle.Color = ColorSequence.new(Color3.fromRGB(255,229,100))
  8436. particle.EmissionDirection = Enum.NormalId.Back
  8437. particle.Name = "electricity"
  8438. if ssj3 == true or assj3 == true or fullpowerssj == true then
  8439. particle.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  8440. particle.LightEmission = 1
  8441. end
  8442. ay.BrickColor = BrickColor.new("Daisy orange")
  8443. end
  8444. if ssj3 == true or assj3 == true or fullpowerssj == true then
  8445. ay.BrickColor = BrickColor.new("Cool yellow")
  8446. local particle = Instance.new("ParticleEmitter",ay)
  8447. particle.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  8448. particle.LightEmission = 1
  8449. particle.LightInfluence = 0
  8450. particle.Transparency = NumberSequence.new(0)
  8451. particle.Acceleration = Vector3.new(0,0.04,0)
  8452. particle.Size = NumberSequence.new(2.9)
  8453. particle.Texture = "rbxassetid://1045690145"
  8454. particle.ZOffset = -1
  8455. particle.LockedToPart = false
  8456. particle.Enabled = true
  8457. particle.Lifetime = NumberRange.new(0.09)
  8458. particle.Rate = 15
  8459. particle.Rotation = NumberRange.new(-360,360)
  8460. particle.Speed = NumberRange.new(1.7)
  8461. particle.SpreadAngle = Vector2.new(999,999)
  8462. particle.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  8463. particle.EmissionDirection = Enum.NormalId.Back
  8464. particle.Name = "electricity"
  8465. end
  8466. ay.Material = "Neon"
  8467. ay.Transparency = 0
  8468. aay = Instance.new("SpecialMesh",ay)
  8469. aay.MeshType = "Sphere"
  8470. aay.Scale = Vector3.new(1.09,1.09,1.09)
  8471. ay.Position = Vector3.new(999,999,999)
  8472. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false then
  8473. ay.CFrame = hrp.CFrame + hrp.CFrame.lookVector * 3
  8474. end
  8475. if ssj1 == true or ssj2 == true or ssj3 == true or assj2 == true or assj3 == true then
  8476. ay.CFrame = hrp.CFrame + hrp.CFrame.lookVector * 9
  8477. end
  8478. ys = Instance.new("BodyVelocity",ay)
  8479.  
  8480. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  8481.  
  8482. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false then
  8483. ys.Velocity = hrp.CFrame.lookVector * 75
  8484. end
  8485. if ssj1 == true or ssj2 == true or ssj3 == true or assj2 == true or assj3 == true or fullpowerssj == true then
  8486. ys.Velocity = hrp.CFrame.lookVector * 199
  8487. end
  8488. if ultrainstinct == true then
  8489. ys.Velocity = hrp.CFrame.lookVector * 799
  8490. end
  8491. if limitbreaker == true then
  8492. ys.Velocity = hrp.CFrame.lookVector * 999
  8493. end
  8494. if ssjg == true or ssjb == true or ssjbfullpower == true then
  8495. ys.Velocity = hrp.CFrame.lookVector * 259
  8496. end
  8497. ay.Touched:connect(function(hit)
  8498. if hit then
  8499.  
  8500. if hit.Parent.Name ~= c.Name then
  8501.  
  8502.  
  8503.  
  8504.  
  8505. kamehit:Play()
  8506. for i = 1,10 do
  8507. wait()
  8508. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false or ultrainstinct == false then
  8509. aay.Scale = aay.Scale + Vector3.new(1.09,1.09,1.09)
  8510. ay.Transparency = ay.Transparency + 0.1
  8511. end
  8512. if ssj1 == true or ssj2 == true or ssj3 == true or assj2 == true or assj3 == true or ultrainstinct == true then
  8513. aay.Scale = aay.Scale + Vector3.new(1.19,1.19,1.19)
  8514. ay.Transparency = ay.Transparency + 0.09
  8515. end
  8516. end
  8517. ay:Destroy()
  8518.  
  8519. end
  8520. if hit.Parent:FindFirstChild("Head") ~= nil or hit.Parent.Parent:FindFirstChild("Head") ~= nil then
  8521. for i,v in pairs(hit.Parent:GetChildren()) do
  8522. if hit.Parent.Name ~= c.Name then
  8523.  
  8524. if v:IsA("Humanoid") and v.Parent.Name ~= c.Name then
  8525. v.Health = v.Health - 100
  8526. if v.Health > 100 then
  8527. v.Health = 100
  8528. v.MaxHealth = 100
  8529. v.Health = v.Health - 100
  8530. end
  8531. end
  8532. end
  8533. end
  8534. end
  8535. end
  8536. end)
  8537.  
  8538. game.Debris:AddItem(ay,3)
  8539. wait(0.2)
  8540. c.Torso["Right Shoulder"].C0 = omg
  8541. kiblast2= false
  8542. idle = true
  8543. walk = true
  8544. canjump = true
  8545. canattack = true
  8546. attacking = false
  8547.  
  8548. end
  8549. end
  8550. end
  8551. end)
  8552.  
  8553. mouse.KeyDown:connect(function(key)
  8554. if key == "t" then
  8555. if canattack == true and kiblastdone == true then
  8556. if attacking == false then
  8557. local c = char
  8558. local omg = c.Torso["Left Shoulder"].C0
  8559.  
  8560. idle = false
  8561. walk = false
  8562. kiblastdone = false
  8563. canattack = false
  8564. canjump = false
  8565. attacking = true
  8566. kiblast3 = true
  8567. wait(0.2)
  8568. kiblast3 = false
  8569. kiblast4 = true
  8570. kiblastsound:Play()
  8571. ay = Instance.new("Part",char)
  8572.  
  8573. c.Torso["Left Shoulder"].C0 = c.Torso["Left Shoulder"].C0 * CFrame.new(-0,0,0) * CFrame.Angles(0,0,math.rad(-90))
  8574.  
  8575. ay.Name = "NewPart"
  8576. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false then
  8577. ay.Size = Vector3.new(1,1,1)
  8578. end
  8579. if ssj1 == true or ssj2 == true or ssj3 == true or assj2 == true or assj3 == true then
  8580. ay.Size = Vector3.new(1.9,1.9,1.9)
  8581. end
  8582. if limitbreaker == true or ultrainstinct == true then
  8583. ay.Size = Vector3.new(1.95,1.95,1.95)
  8584. end
  8585. ay.CanCollide = false
  8586. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false then
  8587. ay.BrickColor = BrickColor.new("Medium blue")
  8588. end
  8589. if ultrainstinct == true then
  8590. ay.BrickColor = BrickColor.new("Steel blue")
  8591. end
  8592. if limitbreaker == true then
  8593. ay.Color = Color3.fromRGB(255,19,70)
  8594. end
  8595. if kaioken == true and ssj1 == false then
  8596. ay.BrickColor = BrickColor.new("Persimmon")
  8597. end
  8598. if ssj1 == true or ssj2 == true or assj2 == true then
  8599. local particle = Instance.new("ParticleEmitter",ay)
  8600. particle.Color = ColorSequence.new(Color3.fromRGB(255,255,0))
  8601. particle.LightEmission = 0.5
  8602. particle.LightInfluence = 0
  8603. particle.Transparency = NumberSequence.new(0)
  8604. particle.Acceleration = Vector3.new(0,0.04,0)
  8605. particle.Size = NumberSequence.new(2.9)
  8606. particle.Texture = "rbxassetid://1045690145"
  8607. particle.ZOffset = -1
  8608. particle.LockedToPart = false
  8609. particle.Enabled = true
  8610. particle.Lifetime = NumberRange.new(0.2)
  8611. particle.Rate = 20
  8612. particle.Rotation = NumberRange.new(-360,360)
  8613. particle.Speed = NumberRange.new(1.9)
  8614. particle.SpreadAngle = Vector2.new(9999,9999)
  8615. particle.Color = ColorSequence.new(Color3.fromRGB(255,229,100))
  8616. particle.EmissionDirection = Enum.NormalId.Back
  8617. particle.Name = "electricity"
  8618. if ssj3 == true or assj3 == true or fullpowerssj == true then
  8619. particle.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  8620. particle.LightEmission = 1
  8621. end
  8622. ay.BrickColor = BrickColor.new("Daisy orange")
  8623. end
  8624. if ssj3 == true or assj3 == true or fullpowerssj == true then
  8625. ay.BrickColor = BrickColor.new("Cool yellow")
  8626. local particle = Instance.new("ParticleEmitter",ay)
  8627. particle.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  8628. particle.LightEmission = 1
  8629. particle.LightInfluence = 0
  8630. particle.Transparency = NumberSequence.new(0)
  8631. particle.Acceleration = Vector3.new(0,0.04,0)
  8632. particle.Size = NumberSequence.new(2.9)
  8633. particle.Texture = "rbxassetid://1045690145"
  8634. particle.ZOffset = -1
  8635. particle.LockedToPart = false
  8636. particle.Enabled = true
  8637. particle.Lifetime = NumberRange.new(0.09)
  8638. particle.Rate = 15
  8639. particle.Rotation = NumberRange.new(-360,360)
  8640. particle.Speed = NumberRange.new(1.7)
  8641. particle.SpreadAngle = Vector2.new(999,999)
  8642. particle.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  8643. particle.EmissionDirection = Enum.NormalId.Back
  8644. particle.Name = "electricity"
  8645. end
  8646. ay.Material = "Neon"
  8647. ay.Transparency = 0
  8648. aay = Instance.new("SpecialMesh",ay)
  8649. aay.MeshType = "Sphere"
  8650. aay.Scale = Vector3.new(1.09,1.09,1.09)
  8651. ay.Position = Vector3.new(999,999,999)
  8652. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false then
  8653. ay.CFrame = hrp.CFrame + hrp.CFrame.lookVector * 3
  8654. end
  8655. if ssj1 == true or ssj2 == true or ssj3 == true or assj2 == true or assj3 == true then
  8656. ay.CFrame = hrp.CFrame + hrp.CFrame.lookVector * 9
  8657. end
  8658. ys = Instance.new("BodyVelocity",ay)
  8659.  
  8660. ys.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  8661.  
  8662. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false then
  8663. ys.Velocity = hrp.CFrame.lookVector * 75
  8664. end
  8665. if ssj1 == true or ssj2 == true or ssj3 == true or assj2 == true or assj3 == true or fullpowerssj == true then
  8666. ys.Velocity = hrp.CFrame.lookVector * 199
  8667. end
  8668. if ultrainstinct == true then
  8669. ys.Velocity = hrp.CFrame.lookVector * 799
  8670. end
  8671. if limitbreaker == true then
  8672. ys.Velocity = hrp.CFrame.lookVector * 999
  8673. end
  8674. if ssjg == true or ssjb == true or ssjbfullpower == true then
  8675. ys.Velocity = hrp.CFrame.lookVector * 259
  8676. end
  8677. ay.Touched:connect(function(hit)
  8678. if hit then
  8679.  
  8680.  
  8681. if hit.Parent.Name ~= c.Name then
  8682.  
  8683.  
  8684.  
  8685. kamehit:Play()
  8686. for i = 1,10 do
  8687. wait()
  8688. if ssj1 == false or ssj2 == false or ssj3 == false or assj2 == false or assj3 == false or ultrainstinct == false then
  8689. aay.Scale = aay.Scale + Vector3.new(1.09,1.09,1.09)
  8690. ay.Transparency = ay.Transparency + 0.1
  8691. end
  8692. if ssj1 == true or ssj2 == true or ssj3 == true or assj2 == true or assj3 == true or ultrainstinct == true then
  8693. aay.Scale = aay.Scale + Vector3.new(1.19,1.19,1.19)
  8694. ay.Transparency = ay.Transparency + 0.09
  8695. end
  8696. end
  8697. ay:Destroy()
  8698.  
  8699. end
  8700. if hit.Parent:FindFirstChild("Head") ~= nil or hit.Parent.Parent:FindFirstChild("Head") ~= nil then
  8701. for i,v in pairs(hit.Parent:GetChildren()) do
  8702. if hit.Parent.Name ~= c.Name then
  8703.  
  8704. if v:IsA("Humanoid") and v.Parent.Name ~= c.Name then
  8705. v.Health = v.Health - 100
  8706. if v.Health > 100 then
  8707. v.Health = 100
  8708. v.MaxHealth = 100
  8709. v.Health = v.Health - 100
  8710. end
  8711. end
  8712. end
  8713. end
  8714. end
  8715. end
  8716. end)
  8717.  
  8718. game.Debris:AddItem(ay,3)
  8719. wait(0.2)
  8720. c.Torso["Left Shoulder"].C0 = omg
  8721. kiblast4= false
  8722. idle = true
  8723. walk = true
  8724. canjump = true
  8725. canattack = true
  8726. attacking = false
  8727.  
  8728. end
  8729. end
  8730. end
  8731. end)
  8732.  
  8733. mouse.KeyDown:connect(function(key)
  8734. if key == "v" then
  8735. if normal == true or ssj1 == false or ssjb == false or kaioken == false or ssjwhite == false and being == false or ultrainstinct == false then
  8736.  
  8737. rock = true
  8738.  
  8739. wait(.25)
  8740.  
  8741. rock3 = true
  8742. rock = false
  8743.  
  8744. kaio()
  8745.  
  8746. if ssj1 == true and ssj2 == false and assj2 == false and ssj3 == false and kaioken == false and kaioken2 == false and kaioken4 == false and being == false then
  8747.  
  8748. superkaio()
  8749.  
  8750. end
  8751.  
  8752. if ssjb == true and kaioken == false and kaioken2 == false and kaioken4 == false and being == false and ssjbk == false then
  8753.  
  8754. ssbk()
  8755.  
  8756. end
  8757.  
  8758. end
  8759. end
  8760. end)
  8761.  
  8762. local ff = Instance.new("ForceField",game.Workspace)
  8763. ff.Parent = char
  8764. ff.Visible = false
  8765. ff.Name = "Goku"
  8766.  
  8767. local effect = Instance.new("Sound",hed)
  8768. effect.Volume = 5
  8769. effect.Pitch = 1
  8770. effect.SoundId = 'rbxassetid://153613030'
  8771.  
  8772. teleport = function(cx,cy,cz)
  8773. local Debounce = true
  8774. tor.Anchored = true
  8775.  
  8776. tor.Anchored = false
  8777. tor.CFrame = CFrame.new(cx,cy,cz) * CFrame.new(0,3,0)
  8778. tor.Anchored = true
  8779. tor.Anchored = false
  8780. Debounce = false
  8781. end;
  8782.  
  8783. function leport()
  8784. teleport(mouse.Hit.X,mouse.Hit.Y,mouse.Hit.Z)
  8785. end
  8786.  
  8787. d = {}
  8788.  
  8789. function iteffect()
  8790.  
  8791. coroutine.resume(coroutine.create(function()
  8792.  
  8793. for i = 1, 10 do
  8794. local effect = Instance.new("Part", workspace)
  8795. effect.Anchored = true
  8796. effect.CanCollide = false
  8797. effect.Size = Vector3.new(0.2, 3, 0.2)
  8798. effect.CFrame = hrp.CFrame * CFrame.new(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  8799. effect.Transparency = 0
  8800. effect.Material = "Plastic"
  8801. effect.BrickColor = BrickColor.new("Really black")
  8802. table.insert(d, effect)
  8803. game:GetService("Debris"):AddItem(effect, 0.3)
  8804. end
  8805.  
  8806. coroutine.resume(coroutine.create(function()
  8807. for i = 1, 10 do
  8808. for i,e in pairs(d) do
  8809. e.CFrame = e.CFrame * CFrame.new(0, math.random(0, 10)/10, 0)
  8810. e.Transparency = e.Transparency + 0.030
  8811. end
  8812. wait(0.01)
  8813. end
  8814.  
  8815. end))
  8816. end))
  8817.  
  8818.  
  8819. end
  8820.  
  8821. mouse.KeyDown:connect(function(key)
  8822. if key == "x" then
  8823. effect:Play()
  8824. iteffect()
  8825. leport()
  8826. --iteffect()
  8827. end
  8828. end)
  8829.  
  8830. warn("--")
  8831. print("Now, credits...")
  8832. warn("S'k'ript made by The_Greed")
  8833. warn("Director/Editor Eminic112")
  8834. warn("Credits to Pedrorb03 by the particle/aura textures")
  8835. warn("Also thanks to @VenturianSonic for LB and UI Hair Meshes, and for the Instant Transmission 'line' effects")
  8836. print("Have fun!")
  8837. warn("--")
  8838.  
  8839. --
  8840.  
  8841. local Figure = script.Parent
  8842. local Torso = Figure:WaitForChild("Torso")
  8843. local RightShoulder = Torso:WaitForChild("Right Shoulder")
  8844. local LeftShoulder = Torso:WaitForChild("Left Shoulder")
  8845. local RightHip = Torso:WaitForChild("Right Hip")
  8846. local LeftHip = Torso:WaitForChild("Left Hip")
  8847. local Neck = Torso:WaitForChild("Neck")
  8848. local Humanoid = Figure:WaitForChild("DragonBallSuperHumanoid")
  8849. local pose = "Standing"
  8850.  
  8851. local currentAnim = ""
  8852. local currentAnimInstance = nil
  8853. local currentAnimTrack = nil
  8854. local currentAnimKeyframeHandler = nil
  8855. local currentAnimSpeed = 1.0
  8856. local animTable = {}
  8857. local animNames = {
  8858. idle = {
  8859. { id = "http://www.roblox.com/asset/?id=180435571", weight = 9 },
  8860. { id = "http://www.roblox.com/asset/?id=180435792", weight = 1 }
  8861. },
  8862. walk = {
  8863. { id = "http://www.roblox.com/asset/?id=180426354", weight = 10 }
  8864. },
  8865. run = {
  8866. { id = "run.xml", weight = 10 }
  8867. },
  8868. jump = {
  8869. { id = "http://www.roblox.com/asset/?id=125750702", weight = 10 }
  8870. },
  8871. fall = {
  8872. { id = "http://www.roblox.com/asset/?id=180436148", weight = 10 }
  8873. },
  8874. climb = {
  8875. { id = "http://www.roblox.com/asset/?id=180436334", weight = 10 }
  8876. },
  8877. sit = {
  8878. { id = "http://www.roblox.com/asset/?id=178130996", weight = 10 }
  8879. },
  8880. toolnone = {
  8881. { id = "http://www.roblox.com/asset/?id=182393478", weight = 10 }
  8882. },
  8883. toolslash = {
  8884. { id = "http://www.roblox.com/asset/?id=129967390", weight = 10 }
  8885. -- { id = "slash.xml", weight = 10 }
  8886. },
  8887. toollunge = {
  8888. { id = "http://www.roblox.com/asset/?id=129967478", weight = 10 }
  8889. },
  8890. wave = {
  8891. { id = "http://www.roblox.com/asset/?id=128777973", weight = 10 }
  8892. },
  8893. point = {
  8894. { id = "http://www.roblox.com/asset/?id=128853357", weight = 10 }
  8895. },
  8896. dance1 = {
  8897. { id = "http://www.roblox.com/asset/?id=182435998", weight = 10 },
  8898. { id = "http://www.roblox.com/asset/?id=182491037", weight = 10 },
  8899. { id = "http://www.roblox.com/asset/?id=182491065", weight = 10 }
  8900. },
  8901. dance2 = {
  8902. { id = "http://www.roblox.com/asset/?id=182436842", weight = 10 },
  8903. { id = "http://www.roblox.com/asset/?id=182491248", weight = 10 },
  8904. { id = "http://www.roblox.com/asset/?id=182491277", weight = 10 }
  8905. },
  8906. dance3 = {
  8907. { id = "http://www.roblox.com/asset/?id=182436935", weight = 10 },
  8908. { id = "http://www.roblox.com/asset/?id=182491368", weight = 10 },
  8909. { id = "http://www.roblox.com/asset/?id=182491423", weight = 10 }
  8910. },
  8911. laugh = {
  8912. { id = "http://www.roblox.com/asset/?id=129423131", weight = 10 }
  8913. },
  8914. cheer = {
  8915. { id = "http://www.roblox.com/asset/?id=129423030", weight = 10 }
  8916. },
  8917. }
  8918. local dances = {"dance1", "dance2", "dance3"}
  8919.  
  8920. -- Existance in this list signifies that it is an emote, the value indicates if it is a looping emote
  8921. local emoteNames = { wave = false, point = false, dance1 = true, dance2 = true, dance3 = true, laugh = false, cheer = false}
  8922.  
  8923. function configureAnimationSet(name, fileList)
  8924. if (animTable[name] ~= nil) then
  8925. for _, connection in pairs(animTable[name].connections) do
  8926. connection:disconnect()
  8927. end
  8928. end
  8929. animTable[name] = {}
  8930. animTable[name].count = 0
  8931. animTable[name].totalWeight = 0
  8932. animTable[name].connections = {}
  8933.  
  8934. -- check for config values
  8935. local config = script:FindFirstChild(name)
  8936. if (config ~= nil) then
  8937. -- print("Loading anims " .. name)
  8938. table.insert(animTable[name].connections, config.ChildAdded:connect(function(child) configureAnimationSet(name, fileList) end))
  8939. table.insert(animTable[name].connections, config.ChildRemoved:connect(function(child) configureAnimationSet(name, fileList) end))
  8940. local idx = 1
  8941. for _, childPart in pairs(config:GetChildren()) do
  8942. if (childPart:IsA("Animation")) then
  8943. table.insert(animTable[name].connections, childPart.Changed:connect(function(property) configureAnimationSet(name, fileList) end))
  8944. animTable[name][idx] = {}
  8945. animTable[name][idx].anim = childPart
  8946. local weightObject = childPart:FindFirstChild("Weight")
  8947. if (weightObject == nil) then
  8948. animTable[name][idx].weight = 1
  8949. else
  8950. animTable[name][idx].weight = weightObject.Value
  8951. end
  8952. animTable[name].count = animTable[name].count + 1
  8953. animTable[name].totalWeight = animTable[name].totalWeight + animTable[name][idx].weight
  8954. -- print(name .. " [" .. idx .. "] " .. animTable[name][idx].anim.AnimationId .. " (" .. animTable[name][idx].weight .. ")")
  8955. idx = idx + 1
  8956. end
  8957. end
  8958. end
  8959.  
  8960. -- fallback to defaults
  8961. if (animTable[name].count <= 0) then
  8962. for idx, anim in pairs(fileList) do
  8963. animTable[name][idx] = {}
  8964. animTable[name][idx].anim = Instance.new("Animation")
  8965. animTable[name][idx].anim.Name = name
  8966. animTable[name][idx].anim.AnimationId = anim.id
  8967. animTable[name][idx].weight = anim.weight
  8968. animTable[name].count = animTable[name].count + 1
  8969. animTable[name].totalWeight = animTable[name].totalWeight + anim.weight
  8970. -- print(name .. " [" .. idx .. "] " .. anim.id .. " (" .. anim.weight .. ")")
  8971. end
  8972. end
  8973. end
  8974.  
  8975. -- Setup animation objects
  8976. function scriptChildModified(child)
  8977. local fileList = animNames[child.Name]
  8978. if (fileList ~= nil) then
  8979. configureAnimationSet(child.Name, fileList)
  8980. end
  8981. end
  8982.  
  8983. script.ChildAdded:connect(scriptChildModified)
  8984. script.ChildRemoved:connect(scriptChildModified)
  8985.  
  8986.  
  8987. for name, fileList in pairs(animNames) do
  8988. configureAnimationSet(name, fileList)
  8989. end
  8990.  
  8991. -- ANIMATION
  8992.  
  8993. -- declarations
  8994. local toolAnim = "None"
  8995. local toolAnimTime = 0
  8996.  
  8997. local jumpAnimTime = 0
  8998. local jumpAnimDuration = 0.3
  8999.  
  9000. local toolTransitionTime = 0.1
  9001. local fallTransitionTime = 0.3
  9002. local jumpMaxLimbVelocity = 0.75
  9003.  
  9004. -- functions
  9005.  
  9006. function stopAllAnimations()
  9007. local oldAnim = currentAnim
  9008.  
  9009. -- return to idle if finishing an emote
  9010. if (emoteNames[oldAnim] ~= nil and emoteNames[oldAnim] == false) then
  9011. oldAnim = "idle"
  9012. end
  9013.  
  9014. currentAnim = ""
  9015. currentAnimInstance = nil
  9016. if (currentAnimKeyframeHandler ~= nil) then
  9017. currentAnimKeyframeHandler:disconnect()
  9018. end
  9019.  
  9020. if (currentAnimTrack ~= nil) then
  9021. currentAnimTrack:Stop()
  9022. currentAnimTrack:Destroy()
  9023. currentAnimTrack = nil
  9024. end
  9025. return oldAnim
  9026. end
  9027.  
  9028. function setAnimationSpeed(speed)
  9029. if speed ~= currentAnimSpeed then
  9030. currentAnimSpeed = speed
  9031. currentAnimTrack:AdjustSpeed(currentAnimSpeed)
  9032. end
  9033. end
  9034.  
  9035. function keyFrameReachedFunc(frameName)
  9036. if (frameName == "End") then
  9037.  
  9038. local repeatAnim = currentAnim
  9039. -- return to idle if finishing an emote
  9040. if (emoteNames[repeatAnim] ~= nil and emoteNames[repeatAnim] == false) then
  9041. repeatAnim = "idle"
  9042. end
  9043.  
  9044. local animSpeed = currentAnimSpeed
  9045. playAnimation(repeatAnim, 0.0, Humanoid)
  9046. setAnimationSpeed(animSpeed)
  9047. end
  9048. end
  9049.  
  9050. -- Preload animations
  9051. function playAnimation(animName, transitionTime, humanoid)
  9052.  
  9053. local roll = math.random(1, animTable[animName].totalWeight)
  9054. local origRoll = roll
  9055. local idx = 1
  9056. while (roll > animTable[animName][idx].weight) do
  9057. roll = roll - animTable[animName][idx].weight
  9058. idx = idx + 1
  9059. end
  9060. -- print(animName .. " " .. idx .. " [" .. origRoll .. "]")
  9061. local anim = animTable[animName][idx].anim
  9062.  
  9063. -- switch animation
  9064. if (anim ~= currentAnimInstance) then
  9065.  
  9066. if (currentAnimTrack ~= nil) then
  9067. currentAnimTrack:Stop(transitionTime)
  9068. currentAnimTrack:Destroy()
  9069. end
  9070.  
  9071. currentAnimSpeed = 1.0
  9072.  
  9073. -- load it to the humanoid; get AnimationTrack
  9074. currentAnimTrack = humanoid:LoadAnimation(anim)
  9075. currentAnimTrack.Priority = Enum.AnimationPriority.Core
  9076.  
  9077. -- play the animation
  9078. currentAnimTrack:Play(transitionTime)
  9079. currentAnim = animName
  9080. currentAnimInstance = anim
  9081.  
  9082. -- set up keyframe name triggers
  9083. if (currentAnimKeyframeHandler ~= nil) then
  9084. currentAnimKeyframeHandler:disconnect()
  9085. end
  9086. currentAnimKeyframeHandler = currentAnimTrack.KeyframeReached:connect(keyFrameReachedFunc)
  9087.  
  9088. end
  9089.  
  9090. end
  9091.  
  9092. -------------------------------------------------------------------------------------------
  9093. -------------------------------------------------------------------------------------------
  9094.  
  9095. local toolAnimName = ""
  9096. local toolAnimTrack = nil
  9097. local toolAnimInstance = nil
  9098. local currentToolAnimKeyframeHandler = nil
  9099.  
  9100. function toolKeyFrameReachedFunc(frameName)
  9101. if (frameName == "End") then
  9102. -- print("Keyframe : ".. frameName)
  9103. playToolAnimation(toolAnimName, 0.0, Humanoid)
  9104. end
  9105. end
  9106.  
  9107.  
  9108. function playToolAnimation(animName, transitionTime, humanoid, priority)
  9109.  
  9110. local roll = math.random(1, animTable[animName].totalWeight)
  9111. local origRoll = roll
  9112. local idx = 1
  9113. while (roll > animTable[animName][idx].weight) do
  9114. roll = roll - animTable[animName][idx].weight
  9115. idx = idx + 1
  9116. end
  9117. -- print(animName .. " * " .. idx .. " [" .. origRoll .. "]")
  9118. local anim = animTable[animName][idx].anim
  9119.  
  9120. if (toolAnimInstance ~= anim) then
  9121.  
  9122. if (toolAnimTrack ~= nil) then
  9123. toolAnimTrack:Stop()
  9124. toolAnimTrack:Destroy()
  9125. transitionTime = 0
  9126. end
  9127.  
  9128. -- load it to the humanoid; get AnimationTrack
  9129. toolAnimTrack = humanoid:LoadAnimation(anim)
  9130. if priority then
  9131. toolAnimTrack.Priority = priority
  9132. end
  9133.  
  9134. -- play the animation
  9135. toolAnimTrack:Play(transitionTime)
  9136. toolAnimName = animName
  9137. toolAnimInstance = anim
  9138.  
  9139. currentToolAnimKeyframeHandler = toolAnimTrack.KeyframeReached:connect(toolKeyFrameReachedFunc)
  9140. end
  9141. end
  9142.  
  9143. function stopToolAnimations()
  9144. local oldAnim = toolAnimName
  9145.  
  9146. if (currentToolAnimKeyframeHandler ~= nil) then
  9147. currentToolAnimKeyframeHandler:disconnect()
  9148. end
  9149.  
  9150. toolAnimName = ""
  9151. toolAnimInstance = nil
  9152. if (toolAnimTrack ~= nil) then
  9153. toolAnimTrack:Stop()
  9154. toolAnimTrack:Destroy()
  9155. toolAnimTrack = nil
  9156. end
  9157.  
  9158.  
  9159. return oldAnim
  9160. end
  9161.  
  9162. -------------------------------------------------------------------------------------------
  9163. -------------------------------------------------------------------------------------------
  9164.  
  9165.  
  9166. function onRunning(speed)
  9167. if speed > 0.01 then
  9168. playAnimation("walk", 0.1, Humanoid)
  9169. if currentAnimInstance and currentAnimInstance.AnimationId == "http://www.roblox.com/asset/?id=180426354" then
  9170. setAnimationSpeed(speed / 14.5)
  9171. end
  9172. pose = "Running"
  9173. else
  9174. if emoteNames[currentAnim] == nil then
  9175. playAnimation("idle", 0.1, Humanoid)
  9176. pose = "Standing"
  9177. end
  9178. end
  9179. end
  9180.  
  9181. function onDied()
  9182. pose = "Dead"
  9183. end
  9184.  
  9185. function onJumping()
  9186. playAnimation("jump", 0.1, Humanoid)
  9187. jumpAnimTime = jumpAnimDuration
  9188. pose = "Jumping"
  9189. end
  9190.  
  9191. function onClimbing(speed)
  9192. playAnimation("climb", 0.1, Humanoid)
  9193. setAnimationSpeed(speed / 12.0)
  9194. pose = "Climbing"
  9195. end
  9196.  
  9197. function onGettingUp()
  9198. pose = "GettingUp"
  9199. end
  9200.  
  9201. function onFreeFall()
  9202. if (jumpAnimTime <= 0) then
  9203. playAnimation("fall", fallTransitionTime, Humanoid)
  9204. end
  9205. pose = "FreeFall"
  9206. end
  9207.  
  9208. function onFallingDown()
  9209. pose = "FallingDown"
  9210. end
  9211.  
  9212. function onSeated()
  9213. pose = "Seated"
  9214. end
  9215.  
  9216. function onPlatformStanding()
  9217. pose = "PlatformStanding"
  9218. end
  9219.  
  9220. function onSwimming(speed)
  9221. if speed > 0 then
  9222. pose = "Running"
  9223. else
  9224. pose = "Standing"
  9225. end
  9226. end
  9227.  
  9228. function getTool()
  9229. for _, kid in ipairs(Figure:GetChildren()) do
  9230. if kid.className == "Tool" then return kid end
  9231. end
  9232. return nil
  9233. end
  9234.  
  9235. function getToolAnim(tool)
  9236. for _, c in ipairs(tool:GetChildren()) do
  9237. if c.Name == "toolanim" and c.className == "StringValue" then
  9238. return c
  9239. end
  9240. end
  9241. return nil
  9242. end
  9243.  
  9244. function animateTool()
  9245.  
  9246. if (toolAnim == "None") then
  9247. playToolAnimation("toolnone", toolTransitionTime, Humanoid, Enum.AnimationPriority.Idle)
  9248. return
  9249. end
  9250.  
  9251. if (toolAnim == "Slash") then
  9252. playToolAnimation("toolslash", 0, Humanoid, Enum.AnimationPriority.Action)
  9253. return
  9254. end
  9255.  
  9256. if (toolAnim == "Lunge") then
  9257. playToolAnimation("toollunge", 0, Humanoid, Enum.AnimationPriority.Action)
  9258. return
  9259. end
  9260. end
  9261.  
  9262. function moveSit()
  9263. RightShoulder.MaxVelocity = 0.15
  9264. LeftShoulder.MaxVelocity = 0.15
  9265. RightShoulder:SetDesiredAngle(3.14 /2)
  9266. LeftShoulder:SetDesiredAngle(-3.14 /2)
  9267. RightHip:SetDesiredAngle(3.14 /2)
  9268. LeftHip:SetDesiredAngle(-3.14 /2)
  9269. end
  9270.  
  9271. local lastTick = 0
  9272.  
  9273. function move(time)
  9274. local amplitude = 1
  9275. local frequency = 1
  9276. local deltaTime = time - lastTick
  9277. lastTick = time
  9278.  
  9279. local climbFudge = 0
  9280. local setAngles = false
  9281.  
  9282. if (jumpAnimTime > 0) then
  9283. jumpAnimTime = jumpAnimTime - deltaTime
  9284. end
  9285.  
  9286. if (pose == "FreeFall" and jumpAnimTime <= 0) then
  9287. playAnimation("fall", fallTransitionTime, Humanoid)
  9288. elseif (pose == "Seated") then
  9289. playAnimation("sit", 0.5, Humanoid)
  9290. return
  9291. elseif (pose == "Running") then
  9292. playAnimation("walk", 0.1, Humanoid)
  9293. elseif (pose == "Dead" or pose == "GettingUp" or pose == "FallingDown" or pose == "Seated" or pose == "PlatformStanding") then
  9294. -- print("Wha " .. pose)
  9295. stopAllAnimations()
  9296. amplitude = 0.1
  9297. frequency = 1
  9298. setAngles = true
  9299. end
  9300.  
  9301. if (setAngles) then
  9302. local desiredAngle = amplitude * math.sin(time * frequency)
  9303.  
  9304. RightShoulder:SetDesiredAngle(desiredAngle + climbFudge)
  9305. LeftShoulder:SetDesiredAngle(desiredAngle - climbFudge)
  9306. RightHip:SetDesiredAngle(-desiredAngle)
  9307. LeftHip:SetDesiredAngle(-desiredAngle)
  9308. end
  9309.  
  9310. -- Tool Animation handling
  9311. local tool = getTool()
  9312. if tool and tool:FindFirstChild("Handle") then
  9313.  
  9314. local animStringValueObject = getToolAnim(tool)
  9315.  
  9316. if animStringValueObject then
  9317. toolAnim = animStringValueObject.Value
  9318. -- message recieved, delete StringValue
  9319. animStringValueObject.Parent = nil
  9320. toolAnimTime = time + .3
  9321. end
  9322.  
  9323. if time > toolAnimTime then
  9324. toolAnimTime = 0
  9325. toolAnim = "None"
  9326. end
  9327.  
  9328. animateTool()
  9329. else
  9330. stopToolAnimations()
  9331. toolAnim = "None"
  9332. toolAnimInstance = nil
  9333. toolAnimTime = 0
  9334. end
  9335. end
  9336.  
  9337. -- connect events
  9338. Humanoid.Died:connect(onDied)
  9339. Humanoid.Running:connect(onRunning)
  9340. Humanoid.Jumping:connect(onJumping)
  9341. Humanoid.Climbing:connect(onClimbing)
  9342. Humanoid.GettingUp:connect(onGettingUp)
  9343. Humanoid.FreeFalling:connect(onFreeFall)
  9344. Humanoid.FallingDown:connect(onFallingDown)
  9345. Humanoid.Seated:connect(onSeated)
  9346. Humanoid.PlatformStanding:connect(onPlatformStanding)
  9347. Humanoid.Swimming:connect(onSwimming)
  9348.  
  9349. -- setup emote chat hook
  9350. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  9351. local emote = ""
  9352. if msg == "/e dance" then
  9353. emote = dances[math.random(1, #dances)]
  9354. elseif (string.sub(msg, 1, 3) == "/e ") then
  9355. emote = string.sub(msg, 4)
  9356. elseif (string.sub(msg, 1, 7) == "/emote ") then
  9357. emote = string.sub(msg, 8)
  9358. end
  9359.  
  9360. if (pose == "Standing" and emoteNames[emote] ~= nil) then
  9361. playAnimation(emote, 0.1, Humanoid)
  9362. end
  9363.  
  9364. end)
  9365.  
  9366.  
  9367. -- main program
  9368.  
  9369. -- initialize to idle
  9370. playAnimation("idle", 0.1, Humanoid)
  9371. pose = "Standing"
  9372.  
  9373. while Figure.Parent ~= nil do
  9374. local _, time = wait(0.1)
  9375. move(time)
  9376. end
  9377.  
  9378. script.Name = "GokuNonCannon"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement