Advertisement
RobloxainPlayer

Gods

Sep 29th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.26 KB | None | 0 0
  1. repeat
  2. wait(0.5)
  3. until game:service("Players").LocalPlayer.Character ~= nil
  4. local Player = game:service("Players").LocalPlayer
  5. local PGui = Player:WaitForChild("PlayerGui")
  6. local ch = Player.Character
  7. local occ = Instance.new("BoolValue", ch)
  8. occ.Name = "Occupied"
  9. local swi = Instance.new("StringValue", ch)
  10. swi.Name = "switch"
  11. local trans = Instance.new("BoolValue", ch)
  12. trans.Name = "trans"
  13. repeat wait() until ch.Humanoid ~= nil
  14. ch.Humanoid.Died:connect(function()
  15. Player.CharacterAdded:connect(function(chz)
  16. local occ = Instance.new("BoolValue", chz)
  17. occ.Name = "Occupied"
  18. local swi = Instance.new("StringValue", chz)
  19. swi.Name = "switch"
  20. local trans = Instance.new("BoolValue", chz)
  21. trans.Name = "trans"
  22. end
  23. )
  24. end)
  25. local Character = Player.Character
  26. --repeat
  27. -- wait()
  28. --until Character:FindFirstChild("Hair")
  29. local Humanoid = Character:WaitForChild("Humanoid")
  30. local Head = Character:WaitForChild("Head")
  31. local Torso = Character:WaitForChild("Torso")
  32. local HRP = Character:WaitForChild("HumanoidRootPart")
  33. local RArm = Character:WaitForChild("Right Arm")
  34. local LArm = Character:WaitForChild("Left Arm")
  35. local RLeg = Character:WaitForChild("Right Leg")
  36. local LLeg = Character:WaitForChild("Left Leg")
  37. Character.Archivable = true
  38. _Character = Character:Clone()
  39. msgz = Instance.new("Message", PGui)
  40. msgz.Text = "Chat \'God power\' to go god power, and \'off\' to turn it off!"
  41. game.Debris:AddItem(msgz, 6.5)
  42. local Joints = {Head = Torso.Neck, Torso = HRP.RootJoint, RArm = Torso["Right Shoulder"], LArm = Torso["Left Shoulder"], RLeg = Torso["Right Hip"], LLeg = Torso["Left Hip"]}
  43. local Refresh = function()
  44. Joints.Head.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  45. Joints.Torso.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  46. Joints.RArm.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  47. Joints.LArm.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  48. Joints.RLeg.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  49. Joints.LLeg.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  50. Joints.Head.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  51. Joints.Torso.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  52. Joints.RArm.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  53. Joints.LArm.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  54. Joints.RLeg.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  55. Joints.LLeg.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  56. end
  57.  
  58. local Transformed, Occupied = false, nil
  59. local Create = assert(LoadLibrary("RbxUtility")).Create
  60. local Part = Create("Part")({TopSurface = 0, BottomSurface = 0, formFactor = "Custom", Size = Vector3.new(1, 1, 1), Anchored = true, CanCollide = false})
  61. local Flash = function(Par, Col, Duration, Delay, Async)
  62. pcall(function()
  63. Par = Par or PGui
  64. if not Col then
  65. Col = BrickColor:White().Color
  66. Duration = Duration or 10
  67. if not Delay then
  68. Delay = 1 / Duration
  69. local G = Create("ScreenGui")({Parent = Par})
  70. if not Col then
  71. local F = Create("Frame")({Parent = G, BorderSizePixel = 0, Size = UDim2.new(1.2, 0, 1.2, 0), Position = UDim2.new(), ZIndex = 10, BackgroundColor3 = Color3.new(1, 1, 1), Transparency = 0})
  72. local f = function()
  73. for i = 0, Duration, Delay do
  74. wait(0.016666666666667)
  75. F.Transparency = i / Duration
  76. end
  77. pcall(game.Destroy, G)
  78. end
  79.  
  80. if Async then
  81. f = coroutine.wrap(f)
  82. end
  83. return f()
  84. end
  85. end
  86. end
  87. end
  88. )
  89. end
  90.  
  91. local Shake = function(Duration, Delay, Distance, Async)
  92. pcall(function()
  93. local Cam = workspace.CurrentCamera
  94. Duration = Duration or 10
  95. if not Delay then
  96. Delay = 1 / Duration
  97. Distance = Distance or 15
  98. local f = function()
  99. for i = 0, Duration, Delay do
  100. wait(0.016666666666667)
  101. local R = Cam.CoordinateFrame - Cam.CoordinateFrame.p
  102. local Scroll = Cam.CoordinateFrame.p - Cam.Focus.p.magnitude
  103. local NewF = CFrame.new(Cam.Focus.p) * R * CFrame.new(math.random(-Distance, Distance) / (Distance / 0.25), math.random(-Distance, Distance) / (Distance / 0.25), math.random(-Distance, Distance) / (Distance / 0.25))
  104. Cam.CoordinateFrame = NewF * CFrame.new(0, 0, Scroll)
  105. end
  106. end
  107.  
  108. if Async then
  109. f = coroutine.wrap(f)
  110. end
  111. return f()
  112. end
  113. end
  114. )
  115. end
  116.  
  117. local Sound = function(Prnt, Id, Pit, Vol)
  118. pcall(function()
  119. local cp = game:service("ContentProvider")
  120. if type(Id) == "number" then
  121. cp:Preload("rbxassetid://" .. Id)
  122. Id = "rbxassetid://" .. Id
  123. else
  124. if type(Id) == "string" then
  125. cp:Preload(Id)
  126. Id = Id
  127. end
  128. end
  129. local S = Create("Sound")({Parent = Prnt or workspace, SoundId = Id, Volume = Vol or 1, Pitch = Pit or 1})
  130. S:Play()
  131. S:Stop()
  132. S:Play()
  133. game:service("Debris"):AddItem(S, 0.9)
  134. end
  135. )
  136. end
  137.  
  138. local Chat = function(Par, Msg, Col)
  139. if Msg then
  140. if not Par then
  141. Par = Head
  142. end
  143. if not Col then
  144. Col = math.random(0, 2)
  145. end
  146. game:service("Chat"):Chat(Par, Msg, Col)
  147. end
  148. end
  149.  
  150. Transform = function(active)
  151. if active and not Transformed and not Occupied then
  152. Occupied = true
  153. Humanoid.WalkSpeed = 0
  154. local Characters = {
  155. {"rbxassetid://152699782", "rbxassetid://152699782", "god"}
  156. ,
  157. {"rbxassetid://143096857", "rbxassetid://143096857", "mysterious god"}
  158. ,
  159. {"rbxassetid://106326489", "rbxassetid://106326489", "haku uchiha"}
  160.  
  161.  
  162.  
  163.  
  164. ,
  165. {"rbxassetid://86623883", "rbxassetid://86623883", "saiyan"}
  166. ,
  167. {"rbxassetid://5414629", "rbxassetid://5414629", "Saiyen"}
  168. }
  169. do
  170. local Count = 0
  171. local Saiyans = {}
  172. local Saiyan = function(par, cf, char)
  173. if not par then
  174. par = Torso
  175. end
  176. if not cf then
  177. cf = CFrame.new()
  178. end
  179. local C = _Character:clone()
  180. local S = Instance.new("Skin", C)
  181. S.SkinColor = BrickColor.new("Light red")
  182. for _,v in pairs(_Character:GetChildren()) do
  183. if (v.ClassName ~= "Part" and v.ClassName ~= "Humanoid") or v.Name == "Hair" then
  184. v:Destroy()
  185. end
  186. end
  187. local cp = game:service("ContentProvider")
  188. local Hair = {}
  189. local mp = Part:clone()
  190. mp.Parent = C.Head
  191. mp.CFrame = C.Head.CFrame
  192. mp.Name = "Main"
  193. mp.Transparency = 1
  194. mp.Anchored = false
  195. local w = Create("Weld")({Parent = mp, Part0 = mp, Part1 = C.Head, C0 = CFrame.new()})
  196. cp:Preload("rbxassetid://105701321", "rbxassetid://9982590", "rbxassetid://3270017", "rbxassetid://13425802", "rbxassetid://98444143", "rbxassetid://98444243")
  197. for i = 1, 6 do
  198. local h = Part:clone()
  199. h.CFrame = Head.CFrame
  200. h.Parent = mp
  201. h.Transparency = 0
  202. h.Size = Vector3.new(0.2, 0.2, 0.2)
  203. h.Anchored = false
  204. h:BreakJoints()
  205. local w = Create("Weld")({Parent = h, Part0 = h, Part1 = mp, C0 = CFrame.new()})
  206. local m = Create("SpecialMesh")({Parent = h, MeshType = "FileMesh", MeshId = "rbxassetid://13425802", TextureId = "rbxassetid://98444243", Scale = Vector3.new(0.25, 0.15, 0.25)})
  207. if i > 1 then
  208. m.Scale = Vector3.new(1, 1.15, 1)
  209. m.MeshId = "rbxassetid://98444143"
  210. end
  211. table.insert(Hair, h)
  212. end
  213. Hair[1].Weld.C0 = CFrame.new(0.7, -0.3, -0.35) * CFrame.Angles(0, math.rad(90), 0.6)
  214. Hair[2].Weld.C0 = CFrame.new(0, -0.7, -0.2) * CFrame.Angles(0.2, 0, 0)
  215. Hair[3].Weld.C0 = CFrame.new(0, -0.6, -0.2) * CFrame.Angles(1.25, math.rad(180), 0)
  216. Hair[4].Weld.C0 = CFrame.new(0.1, -0.6, -0.4) * CFrame.Angles(0.35, -0.2, -0.5)
  217. Hair[5].Weld.C0 = CFrame.new(-0.1, -0.6, -0.4) * CFrame.Angles(0.35, 0.2, 0.5)
  218. Hair[4].Mesh.Scale = Vector3.new(0.7, 0.95, 1)
  219. Hair[6].Weld.C0 = CFrame.new(0, -1, -0.4)
  220. Hair[5].Mesh.Scale = Hair[4].Mesh.Scale
  221. Hair[6].Mesh.Scale = Hair[4].Mesh.Scale
  222. local ssf = Instance.new("Fire", C.Torso)
  223. ssf.Color = Color3.new(1, 1, 0)
  224. ssf.SecondaryColor = Color3.new(0.43529411764706, 0.29019607843137, 0)
  225. ssf.Size = 7
  226. ssf.Heat = 10
  227. C.Head.face.Texture = "rbxassetid://105701321"
  228. local k = char
  229. s = Instance.new("Shirt", C)
  230. s.Name = "Shirt"
  231. s.ShirtTemplate = k[1]
  232. s = Instance.new("Pants", C)
  233. s.Name = "Pants"
  234. s.PantsTemplate = k[2]
  235. C.Name = k[3]
  236. C.Parent = par
  237. C.Torso.CFrame = cf
  238. C.Humanoid.Name = k[3]
  239. local bp = Instance.new("BodyPosition")
  240. bp.maxForce = Vector3.new(1, 1, 1) / 0
  241. bp.position = C.Torso.Position
  242. bp.Parent = C.Torso
  243. table.insert(Saiyans, C)
  244. return C
  245. end
  246.  
  247. for _i = 1, 360, 360 / #Characters do
  248. Count = Count + 1
  249. Saiyan(nil, Torso.CFrame * CFrame.Angles(0, math.rad(_i), 0) * CFrame.new(0, 0, #Characters), Characters[Count])
  250. end
  251. Chat(Head, "TRUE POWER!", "Red")
  252. local bg = Instance.new("BodyGyro")
  253. bg.maxTorque = Vector3.new(1, 1, 1) / 0
  254. bg.cframe = Torso.CFrame
  255. bg.Parent = Torso
  256. local bp = Instance.new("BodyPosition")
  257. bp.maxForce = Vector3.new(1, 1, 1) / 0
  258. bp.position = Torso.Position
  259. bp.Parent = Torso
  260. wait(1.5)
  261. for _,v in ipairs(Saiyans) do
  262. local idk = {"You already are a god!", "You\'ve got this!", "TRUE POWER!", "Prove them all wrong!", "You were born a god!", "You\'re destined to save us all!"}
  263. Chat(v.Head, idk[math.random(1, #idk)], nil)
  264. end
  265. do
  266. for i = 0, 10, 0.25 do
  267. wait(0.016666666666667)
  268. for _,v in ipairs(Saiyans) do
  269. if v:FindFirstChild("Torso").Neck then
  270. v.Torso.Neck.C0 = v.Torso.Neck.C0 * CFrame.Angles(-0.01, 0, 0)
  271. end
  272. if v:FindFirstChild("HumanoidRootPart") then
  273. v.HumanoidRootPart.RootJoint.C0 = v.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.002, 0, 0)
  274. end
  275. if v:FindFirstChild("Torso")["Right Shoulder"] then
  276. v.Torso["Right Shoulder"].C0 = v.Torso["Right Shoulder"].C0 * CFrame.Angles(-0.05, 0, 0.015)
  277. end
  278. if v:FindFirstChild("Torso")["Left Shoulder"] then
  279. v.Torso["Left Shoulder"].C0 = v.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.05, 0, -0.015)
  280. end
  281. if v:FindFirstChild("Torso")["Right Hip"] then
  282. v.Torso["Right Hip"].C0 = v.Torso["Right Hip"].C0 * CFrame.Angles(-0.01, -0.01, -0.005)
  283. end
  284. if v:FindFirstChild("Torso")["Left Hip"] then
  285. v.Torso["Left Hip"].C0 = v.Torso["Left Hip"].C0 * CFrame.Angles(-0.01, 0.01, 0.005)
  286. end
  287. end
  288. end
  289. end
  290. for _,v in pairs(Saiyans) do
  291. if v:FindFirstChild("Torso").Fire then
  292. v.Torso.Fire.Color = Color3.new(0.33333333333333, 1, 1)
  293. v.Torso.Fire.SecondaryColor = Color3.new(0.33333333333333, 0, 1)
  294. v.Torso.Fire.Size = 8
  295. end
  296. end
  297. Refresh()
  298. Chat(Head, "My power..", "Blue")
  299. ssf = Instance.new("Fire", Torso)
  300. ssf.Color = Color3.new(0.33333333333333, 1, 1)
  301. ssf.SecondaryColor = Color3.new(0.33333333333333, 0, 1)
  302. ssf.Size = 7
  303. ssf.Heat = 10
  304. ssf.Size = 10
  305. bp.position = bp.position + Vector3.new(0, 15, 0)
  306. local p = Part:clone()
  307. p.Parent = Character
  308. p.CFrame = HRP.CFrame
  309. p.Anchored = false
  310. p.CanCollide = false
  311. p.BrickColor = BrickColor.new("Red")
  312. p.Transparency = 1
  313. p.Material = "Neon"
  314. w = Instance.new("Weld", p)
  315. w.Part0 = p
  316. w.Part1 = HRP
  317. local m = Instance.new("SpecialMesh", p)
  318. m.MeshId = "rbxassetid://9982590"
  319. m.Scale = Vector3.new(1, 1, 1)
  320. local angle = 0
  321. local growing = false
  322. coroutine.resume(coroutine.create(function()
  323. while wait() do
  324. angle = angle % 100 + 0.2
  325. if growing then
  326. m.Scale = Vector3.new(5 + math.sin(angle), 5 + math.sin(angle), 5 + math.sin(angle))
  327. end
  328. end
  329. end
  330. ))
  331.  
  332.  
  333. Shake(5, 0.1, 55, true)
  334. for i = 1, 5, 0.05 do
  335. wait(0.016666666666667)
  336. if math.random(1, 5) == 1 then
  337. Sound(Head, 12222124, 0.2, 0.8)
  338. end
  339. p.Transparency = 0.1 + 0.04 * i
  340. m.Scale = Vector3.new(i + math.sin(angle), i + math.sin(angle), i + math.sin(angle))
  341. end
  342. growing = true
  343. Chat(Head, "...IS A GOD TRUE POWER!!", "Red")
  344. coroutine.resume(coroutine.create(function()
  345. for i = 1, 6 do
  346. wait(0.9)
  347. Sound(Head, 2248511, 0.4, 0.6)
  348. Sound(Head, 2691586, 0.35, 0.65)
  349. Sound(Head, 13775494.45, 0.8)
  350. Flash(nil, BrickColor.new("Red").Color, 3.5, 0.05, true)
  351. Shake(5, 0.1, 20, true)
  352. --Player.Character.Torso.Anchored = true
  353. coroutine.resume(coroutine.create(function()
  354. local p = Part:Clone()
  355. p.Parent = Torso
  356. p.Anchored = false
  357. p.CanCollide = false
  358. p.CFrame = Torso.CFrame
  359. p.BrickColor = BrickColor.new("BLUe")
  360. p.Material = "Neon"
  361. local w = Instance.new("Weld", p)
  362. w.Part0 = p
  363. w.Part1 = Torso
  364. w.C0 = w.C0 * CFrame.Angles(0, math.rad(90), 0)
  365. local m = Instance.new("SpecialMesh", p)
  366. m.MeshId = "rbxassetid://3270017"
  367. m.Scale = Vector3.new(10, 10, 5)
  368. coroutine.resume(coroutine.create(function()
  369. for i = 1, 25 do
  370. wait(0.071428571428571)
  371. w.C0 = w.C0 * CFrame.Angles(-0.05, 0.05 * math.random(), 0.05 * math.random())
  372. m.Scale = m.Scale + Vector3.new(3, 3, 1.5)
  373. p.Transparency = i / 25
  374. end
  375. pcall(game.Destroy, p)
  376. end
  377. ))
  378. end
  379. ))
  380. local p = Part:Clone()
  381. do
  382. p.Parent = Torso
  383. p.Anchored = false
  384. p.CFrame = Torso.CFrame
  385. p.CanCollide = false
  386. p.BrickColor = BrickColor.new("Red")
  387. p.Material = "Neon"
  388. local w = Instance.new("Weld", p)
  389. w.Part0 = p
  390. w.Part1 = Torso
  391. local m = Instance.new("SpecialMesh", p)
  392. m.MeshId = "rbxassetid://3270017"
  393. m.Scale = Vector3.new(10, 10, 5)
  394. coroutine.resume(coroutine.create(function()
  395. for i = 1, 25 do
  396. wait(0.071428571428571)
  397. w.C0 = w.C0 * CFrame.Angles(0.05 * math.random(), -0.05 * math.random(), -0.05 * math.random())
  398. m.Scale = m.Scale + Vector3.new(3, 3, 1.5)
  399. p.Transparency = i / 25
  400. end
  401. pcall(game.Destroy, p)
  402. end
  403. ))
  404. end
  405. end
  406. end
  407. ))
  408. for i = 1, 6 do
  409. wait(0.9)
  410. for i = 1, math.random(4, 6) do
  411. local p = Part:Clone()
  412. p.Parent = Torso
  413. p.Anchored = false
  414. p.CFrame = Torso.CFrame
  415. p.CanCollide = false
  416. p.BrickColor = BrickColor.new("Red")
  417. p.Material = "Neon"
  418. local w = Instance.new("Weld", p)
  419. w.Part0 = p
  420. w.Part1 = Torso
  421. w.C0 = w.C0 * CFrame.Angles(math.random() * 6.28, math.random() * 6.28, math.random() * 6.28)
  422. local m = Instance.new("CylinderMesh", p)
  423. m.Scale = Vector3.new(math.random() * 3, 320, math.random() * 3)
  424. coroutine.resume(coroutine.create(function()
  425. for i = 1, 25 do
  426. wait(0.071428571428571)
  427. w.C0 = w.C0 * CFrame.Angles(0.05, 0.05, 0.05)
  428. p.Transparency = i / 25
  429. end
  430. pcall(game.Destroy, p)
  431. end
  432. ))
  433. end
  434. end
  435. growing = false
  436. Chat(Head, "I\'m your lord..!", nil)
  437. Sound(Head, 2785493, 0.75, 0.8)
  438. Sound(Head, 2101137, 0.5, 0.9)
  439. for i = 5, 1, -0.05 do
  440. wait(0.016666666666667)
  441. if math.random(1, 5) == 1 then
  442. Sound(Head, 2785493, 0.75, 0.8)
  443. end
  444. p.Transparency = i / 5
  445. m.Scale = Vector3.new(i, i, i)
  446. end
  447. Chat(Head, "I\'M YOUR SAVIOUR..!", nil)
  448. BC = nil
  449. Hair = {}
  450. for _,v in pairs(Characters) do
  451. if v.Name == "Hair" and v.ClassName == "Part" then
  452. BC = v.BrickColor
  453. table.insert(Hair, v)
  454. end
  455. end
  456. for _,v in pairs(Characters) do
  457. if v.Name == "Hair" then
  458. local n = v:clone()
  459. n.Parent = Character
  460. n.Name = "Overlay"
  461. n.BrickColor = BrickColor.new("Really red")
  462. p.Material = "Neon"
  463. n.Transparency = 1
  464. if n:FindFirstChild("Mesh") then
  465. n.Mesh.Scale = n.Mesh.Scale + Vector3.new(0.17, 0.24, 0.17)
  466. end
  467. table.insert(Hair, n)
  468. end
  469. end
  470. for _,v in pairs(Characters) do
  471. if v.Name == "Hair" then
  472. v.BrickColor = BrickColor.new("Bright red")
  473. end
  474. end
  475. for i = 1, 0.5, -0.01 do
  476. wait(0.016666666666667)
  477. for _,v in pairs(Characters) do
  478. if v.Name == "Overlay" then
  479. if v:FindFirstChild("Weld") then
  480. v.Weld.C0 = v.Weld.C0 * CFrame.new(0, -0.001, 0)
  481. end
  482. v.Transparency = i
  483. end
  484. end
  485. end
  486. Chat(Head, "THIS IS THE POWER OF ALL THE GODS IN THE UNIVERSE", "Red")
  487. for i,v in pairs(Saiyans) do
  488. if v.Name == "mystery?" or v.Name == "haku Uchiha" or v.Name == "sasuke" or v.Name == "naruro" or v.Name == "boruto" then
  489. v:Remove()
  490. end
  491. end
  492. Player.Character.Torso.Anchored = false
  493. Sound(Head, 3264793, 0.9, 0.8)
  494. Sound(Head, 2691586, 0.35, 0.85)
  495. Flash(nil, BrickColor.new("New Yeller").Color, 10, 0.1, true)
  496. Flash(nil, BrickColor.new("Red").Color, 10, 0.1, true)
  497. Shake(10, 0.1, 20, true)
  498. coroutine.resume(coroutine.create(function()
  499. local p = Part:clone()
  500. p.Parent = Character
  501. p.CFrame = HRP.CFrame
  502. p.Anchored = false
  503. p.CanCollide = false
  504. p.BrickColor = BrickColor.new("Blue")
  505. p.Material = "Neon"
  506. p.Transparency = 1
  507. w = Instance.new("Weld", p)
  508. w.Part0 = p
  509. w.Part1 = HRP
  510. w.C0 = CFrame.Angles(math.rad(90), math.rad(45), 0)
  511. local m = Instance.new("SpecialMesh", p)
  512. m.MeshId = "rbxassetid://3270017"
  513. m.Scale = Vector3.new(3, 3, 1.5)
  514. coroutine.resume(coroutine.create(function(ex)
  515. local x = Instance.new("Explosion", HRP)
  516. x.BlastPressure = 0
  517. x.Position = HRP.Position
  518. end
  519. ), x)
  520. for i = 1, 100, 2.5 do
  521. wait(0.016666666666667)
  522. w.C0 = w.C0 * CFrame.Angles(-0.1, 0.15, -0.1)
  523. p.Transparency = i / 50
  524. m.Scale = Vector3.new(i + math.cos(angle), i + math.cos(angle), i / 1.5 + math.cos(angle))
  525. end
  526. pcall(game.Destroy, p)
  527. end
  528. ))
  529. coroutine.resume(coroutine.create(function()
  530. local p = Part:clone()
  531. p.Parent = Character
  532. p.CFrame = HRP.CFrame
  533. p.Anchored = false
  534. p.CanCollide = false
  535. p.BrickColor = BrickColor.new("BLUE")
  536. p.Material = "Neon"
  537. p.Transparency = 1
  538. w = Instance.new("Weld", p)
  539. w.Part0 = p
  540. w.Part1 = HRP
  541. w.C0 = CFrame.Angles(math.rad(90), math.rad(-45), 0)
  542. local m = Instance.new("SpecialMesh", p)
  543. m.MeshId = "rbxassetid://3270017"
  544. m.Scale = Vector3.new(3, 3, 1.5)
  545. coroutine.resume(coroutine.create(function(ex)
  546. local x = Instance.new("Explosion", HRP)
  547. x.BlastPressure = 0
  548. x.Position = HRP.Position
  549. end
  550. ), x)
  551. for i = 1, 100, 2.5 do
  552. wait(0.016666666666667)
  553. w.C0 = w.C0 * CFrame.Angles(-0.1, 0.15, -0.1)
  554. p.Transparency = i / 50
  555. m.Scale = Vector3.new(i + math.cos(angle), i + math.cos(angle), i / 1.5 + math.cos(angle))
  556. end
  557. pcall(game.Destroy, p)
  558. end
  559. ))
  560. for i = 1, 100, 2.5 do
  561. wait(0.016666666666667)
  562. if math.random(1, 5) == 1 then
  563. Sound(Head, 3264793, 0.75, 0.8)
  564. end
  565. w.C0 = w.C0 * CFrame.Angles(0.1, -0.15, -0.1)
  566. p.Transparency = i / 100
  567. m.Scale = Vector3.new(i + math.cos(angle), i + math.cos(angle), i + math.cos(angle))
  568. end
  569. pcall(game.Destroy, p)
  570. bp.position = bp.position - Vector3.new(0, 14, 0)
  571. wait(0.4)
  572. cxz = Instance.new("PointLight", Torso)
  573. cxz.Color = Color3.new(1, 0, 0)
  574. cxz.Range = 10
  575. cxz.Brightness = 5
  576. pcall(game.Destroy, bp)
  577. pcall(game.Destroy, bg)
  578. ssf.Color = Color3.new(1, 0, 0)
  579. ssf.SecondaryColor = Color3.new(1, 1, 0)
  580. for i = 0, 1, 0.01 do
  581. wait(0.016666666666667)
  582. for _,v in pairs(Characters) do
  583. for _,v1 in pairs(Saiyans) do
  584. if v1.ClassName == "Part" and v.Name ~= "HumanoidRootPart" then
  585. v1.Transparency = i
  586. end
  587. end
  588. for _,v2 in pairs(Saiyans) do
  589. if v2.ClassName == "Part" then
  590. v2.Transparency = i
  591. end
  592. end
  593. end
  594. end
  595. for _,v in pairs(Saiyans) do
  596. pcall(game.Destroy, v)
  597. end
  598. Refresh()
  599. Humanoid.WalkSpeed = 16
  600. Transformed = true
  601. Occupied = false
  602. end
  603. else
  604. do
  605. if not active and Transformed and not Occupied then
  606. Occupied = true
  607. Humanoid.WalkSpeed = 0
  608. Flash(nil, BrickColor.new("New Yeller").Color, 7, 0.1, true)
  609. Flash(nil, BrickColor.new("White").Color, 10, 0.7, true)
  610. Sound(Head, 3264923, 1, 0.9)
  611. Sound(Head, 2800815, 0.9, 0.7)
  612. Shake(7, 0.1, 20, true)
  613. for _,v in pairs(Character:GetChildren()) do
  614. if v.Name == "Hair" then
  615. v.BrickColor = BC
  616. end
  617. if v.Name == "Overlay" then
  618. pcall(game.Destroy, v)
  619. end
  620. end
  621. Hair = {}
  622. pcall(game.Destroy, cxz)
  623. pcall(game.Destroy, ssf)
  624. wait(2.5)
  625. Sound(Head, 2800815, 0.95, 0.9)
  626. Humanoid.WalkSpeed = 16
  627. Transformed = false
  628. Occupied = false
  629. end
  630. end
  631. end
  632. end
  633.  
  634. Player.Chatted:connect(function(Msg)
  635. if Character.trans.Value == false and Character.Occupied.Value == false then
  636. if Msg:lower() == "true god" and Character.switch.Value == "" then
  637. Character.switch.Value = "gods"
  638. Character.trans.Value = true
  639. Transform(true)
  640. Humanoid.MaxHealth = math.huge
  641. wait(1)
  642. Humanoid.Health = math.huge
  643. Character.trans.Value = false
  644. else
  645. if Msg == "off" and Character.switch.Value == "gods" then
  646. Character.trans.Value = true
  647. Transform(false)
  648. Humanoid.Health = math.huge
  649. wait(1)
  650. Humanoid.MaxHealth = math.huge
  651. Character.trans.Value = false
  652. Character.switch.Value = ""
  653. end
  654. end
  655. end
  656. end
  657. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement