Advertisement
Hugo1234cool

Untitled

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