Advertisement
Eminic

newr6g

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