Advertisement
nobiclol

Untitled

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