Advertisement
Animescapetower

Player[Roblox VOID SB]

Mar 27th, 2018
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. --[[Like the goku script this usually has stuff in it, and also the auras are bad, this has no auras so good luck, no aura script. Made by animescapetower]]
  2.  
  3. s2 = game.Players.LocalPlayer
  4.  
  5. local humanoid = s2.Character.Humanoid
  6. local mouse = s2:GetMouse()
  7. local ff = Instance.new("ForceField")
  8. ff.Parent = s2.Character
  9. ff.Visible = false
  10.  
  11. sick = Instance.new("Sound")
  12. sick.SoundId = "rbxassetid://248410585"
  13. sick.Volume = 1
  14. sick.Parent = s2.Character
  15. sick.Looped = true
  16. sick.Pitch = 1.1
  17. sick:Play()
  18.  
  19. Torso = game.Players.LocalPlayer.Character.Torso
  20. Sound0 = Instance.new("Sound")
  21. Sound1 = Instance.new("Sound")
  22. Sound2 = Instance.new("Sound")
  23. Sound3 = Instance.new("Sound")
  24. Sound4 = Instance.new("Sound")
  25. Sound5 = Instance.new("Sound")
  26. Sound6 = Instance.new("Sound")
  27. Sound7 = Instance.new("Sound")
  28. Sound8 = Instance.new("Sound")
  29. Sound9 = Instance.new("Sound")
  30. Sound10 = Instance.new("Sound")
  31.  
  32.  
  33. Part20 = Instance.new("Part")
  34. BillboardGui21 = Instance.new("BillboardGui")
  35. ImageLabel22 = Instance.new("ImageLabel")
  36. Sound0.Name = "DMG"
  37. Sound0.Parent = Torso
  38. Sound0.Pitch = 1.25
  39. Sound0.SoundId = "rbxassetid://138087186"
  40. Sound0.Volume = 1
  41. Sound1.Name = "DMG2"
  42. Sound1.Parent = Torso
  43. Sound1.SoundId = "rbxassetid://131237241"
  44. Sound1.Volume = 1
  45. Sound2.Name = "FinalFlash"
  46. Sound2.Parent = Torso
  47. Sound2.Pitch = 1.5
  48. Sound2.SoundId = "rbxassetid://161251144"
  49. Sound2.Volume = 1
  50. Sound3.Name = "Miss"
  51. Sound3.Parent = Torso
  52. Sound3.SoundId = "rbxassetid://174413237"
  53. Sound4.Name = "SaiyanEnergy"
  54. Sound4.Parent = Torso
  55. Sound4.Pitch = 6
  56. Sound4.SoundId = "rbxassetid://98333808"
  57. Sound4.Volume = 1
  58. Sound5.Name = "SaiyanEnergy2"
  59. Sound5.Parent = Torso
  60. Sound5.SoundId = "rbxassetid://491515754"
  61. Sound5.Volume = 1
  62. Sound5.Looped = true
  63. Sound6.Name = "Teleport"
  64. Sound6.Parent = Torso
  65. Sound6.Pitch = 2
  66. Sound6.SoundId = "rbxassetid://216782105"
  67. Sound6.Volume = 1
  68. Sound7.Name = "Voice1"
  69. Sound7.Parent = Torso
  70. Sound7.Pitch = 1.2000000476837
  71. Sound7.SoundId = "rbxassetid://159490394"
  72. Sound7.Volume = 1
  73. Sound8.Name = "Voice2"
  74. Sound8.Parent = Torso
  75. Sound8.Pitch = 0.30000001192093
  76. Sound8.SoundId = "rbxassetid://132236830"
  77. Sound8.Volume = 1
  78. Sound9.Name = "Voice3"
  79. Sound9.Parent = Torso
  80. Sound9.Pitch = 1.2000000476837
  81. Sound9.SoundId = "rbxassetid://190995007"
  82. Sound9.Volume = 1
  83. Sound10.Name = "Voice4"
  84. Sound10.Parent = Torso
  85. Sound10.Pitch = 6
  86. Sound10.SoundId = "rbxassetid://149576324"
  87. Sound10.Volume = 1
  88.  
  89.  
  90.  
  91.  
  92. s = game.Players.LocalPlayer.Character
  93.  
  94.  
  95. if s.Humanoid.Health > 0 then
  96. bd = s.HumanoidRootPart.RootJoint
  97. a1 = s.Torso:FindFirstChild("Left Shoulder")
  98. a2 = s.Torso:FindFirstChild("Right Shoulder")
  99. l1 = s.Torso:FindFirstChild("Left Hip")
  100. l2 = s.Torso:FindFirstChild("Right Hip")
  101. combo = false
  102. Tele = false
  103. transformed = false
  104. hits = 0
  105. end
  106.  
  107. --[[Basic Stats]]
  108. attack = 12 --[[Combo Damage]]
  109. force = 340 --[[Energy Damage]]
  110. needed = 321988 --[[Hits for Special]]
  111.  
  112. function HalfReset()
  113. if s.Humanoid.Health > 0 then
  114. bd.C0 = bd.C1 * CFrame.new(0,0,0)
  115. a1.C0 = a1.C1 * CFrame.new(0,0,1.5)
  116. a2.C0 = a2.C1 * CFrame.new(0,0,1.5)
  117. l1.C0 = l1.C1 * CFrame.new(0,-2,0.5)
  118. l2.C0 = l2.C1 * CFrame.new(0,-2,0.5)
  119. end
  120. end
  121.  
  122. function FullReset()
  123. if s.Humanoid.Health > 0 then
  124. HalfReset()
  125. combo = false
  126. end
  127. end
  128.  
  129. function Attack()
  130. if combo == false and s.Humanoid.Health > 0 then
  131. combo = true
  132. local audio = math.random(1,2) --[[Random Play]]
  133. if audio == 1 then s.Torso.Voice2:Play() s.Torso.Miss:Play() else s.Torso.Voice3:Play() s.Torso.Miss:Play() end
  134. for i = 1,5 do wait()
  135. a1.C0 = a1.C0 * CFrame.Angles(0,0,-0.32)
  136. a2.C0 = a2.C0 * CFrame.Angles(0,0,0.32)
  137. end
  138. for i = 1,5 do wait()
  139. bd.C0 = bd.C0 * CFrame.Angles(0,0,0.1)
  140. a2.C0 = a2.C0 * CFrame.Angles(0.2,0,0)
  141. end
  142. local audio = math.random(1,2) --[[Random Play]]
  143. if audio == 1 then s.Torso.Voice3:Play() s.Torso.Miss:Play() else s.Torso.Voice2:Play() s.Torso.Miss:Play() end
  144. for i = 1,5 do wait()
  145. bd.C0 = bd.C0 * CFrame.Angles(0,0,-0.2)
  146. a2.C0 = a2.C0 * CFrame.Angles(-0.3,0,0)
  147. end
  148. for i = 1,5 do wait()
  149. bd.C0 = bd.C0 * CFrame.Angles(0,0,0.2)
  150. a1.C0 = a1.C0 * CFrame.Angles(0.2,0,0)
  151. end
  152. for i = 1,5 do wait()
  153. bd.C0 = bd.C0 * CFrame.Angles(0,0,0.1)
  154. a1.C0 = a1.C0 * CFrame.Angles(-0.3,0,0)
  155. end
  156. local audio = math.random(1,2) --[[Random Play]]
  157. if audio == 1 then s.Torso.Miss:Play() else s.Torso.Miss:Play() end
  158. FullReset()
  159. end
  160. end
  161.  
  162. function teleport()
  163. if Tele == false then
  164. Tele = true
  165. wait(0.05)
  166. s.Torso.Teleport:Play()
  167. local effect = game.ReplicatedStorage.TeleportEffect:clone()
  168. effect.Parent = s
  169. effect.CFrame = s.Torso.CFrame * CFrame.Angles(0,5,0)
  170. s.Torso.CFrame = s.Torso.CFrame * CFrame.new(0,0,-10)
  171. wait(0.6)
  172. effect:Destroy()
  173. Tele = false
  174. end
  175. end
  176.  
  177. function Kamehameha()
  178. if s.Humanoid.Health > 0 then
  179. game:GetService("Chat"):Chat(s.Head,"Dark Flash!!",Enum.ChatColor.Red)
  180. s.Torso.Voice4:Play()
  181. local ball = Instance.new("Part")
  182. ball.BrickColor = BrickColor.new("Cyan")
  183. ball.Material = "Neon"
  184. ball.TopSurface = "Smooth"
  185. ball.BottomSurface = "Smooth"
  186. ball.FormFactor = "Custom"
  187. ball.Size = Vector3.new(10,10,10)
  188. ball.Transparency = 0
  189. ball.Anchored = true
  190. ball.CanCollide = false
  191. ball.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  192. ball2 = Instance.new("Part")
  193. ball2.BrickColor = BrickColor.new("Toothpaste")
  194. ball2.Material = "Neon"
  195. ball2.TopSurface = "Smooth"
  196. ball2.BottomSurface = "Smooth"
  197. ball2.FormFactor = "Custom"
  198. ball2.Size = Vector3.new(15,15,15)
  199. ball2.Transparency = 0.5
  200. ball2.Anchored = true
  201. ball2.CanCollide = false
  202. ball2.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  203. local mesh = Instance.new("SpecialMesh")
  204. mesh.MeshType = "Sphere"
  205. mesh.Parent = ball
  206. local mesh2 = Instance.new("SpecialMesh")
  207. mesh2.MeshType = "Sphere"
  208. mesh2.Parent = ball2
  209. ball.Parent = game.Workspace
  210. ball2.Parent = game.Workspace
  211. a1.C0 = a1.C0 * CFrame.Angles(0,0,-1.6)
  212. a2.C0 = a2.C0 * CFrame.Angles(0,0,1.6)
  213. a1.C0 = a1.C0 * CFrame.Angles(1,0,0)
  214. a2.C0 = a2.C0 * CFrame.Angles(1,0,0)
  215. ball.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  216. ball2.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  217. s.Torso.FinalFlash:Play()
  218. local beam = Instance.new("Part")
  219. beam.BrickColor = BrickColor.new("Dark blue")
  220. beam.Material = "Neon"
  221. beam.TopSurface = "Smooth"
  222. beam.BottomSurface = "Smooth"
  223. beam.FormFactor = "Custom"
  224. beam.Size = Vector3.new(10,100,10)
  225. beam.Transparency = 0
  226. beam.Anchored = true
  227. beam.CanCollide = false
  228. beam.CFrame = s.Torso.CFrame * CFrame.new(0,1,-8)
  229. beam.CFrame = beam.CFrame * CFrame.Angles(1.6,0,0)
  230. beam2 = Instance.new("Part")
  231. beam2.BrickColor = BrickColor.new("Lime Green")
  232. beam2.Material = "Neon"
  233. beam2.TopSurface = "Smooth"
  234. beam2.BottomSurface = "Smooth"
  235. beam2.FormFactor = "Custom"
  236. beam2.Size = Vector3.new(15,100,15)
  237. beam2.Transparency = 0.5
  238. beam2.Anchored = true
  239. beam2.CanCollide = false
  240. beam2.CFrame = s.Torso.CFrame * CFrame.new(0,1,-8)
  241. beam2.CFrame = beam2.CFrame * CFrame.Angles(1.6,0,0)
  242. local mesh = Instance.new("SpecialMesh")
  243. mesh.MeshType = Enum.MeshType.Sphere
  244. mesh.Scale = Vector3.new(0.75,0.1,0.75)
  245. mesh.Parent = beam
  246. local mesh2 = Instance.new("SpecialMesh")
  247. mesh2.MeshType = Enum.MeshType.Sphere
  248. mesh2.Scale = Vector3.new(0.75,0.1,0.75)
  249. mesh2.Parent = beam2
  250. beam.Parent = game.Workspace
  251. beam2.Parent = game.Workspace
  252. beam.Touched:connect(function(hit)
  253. local h = hit.Parent:FindFirstChild("Humanoid")
  254. if h ~= nil then
  255. local hax = h.Parent:FindFirstChild("ForceField")
  256. if hax == nil then
  257. h.Parent.Head.BrickColor = mas.Head.BrickColor
  258. h.Health = h.Health - 1000
  259. wait(0.4)
  260. hit:Destroy()
  261.  
  262. wait()
  263. end
  264.  
  265.  
  266. end
  267. end)
  268. for i = 1,40 do wait()
  269. s.Humanoid.WalkSpeed = 0
  270. beam.CFrame = beam.CFrame * CFrame.new(0,-5,0)
  271. beam2.CFrame = beam2.CFrame * CFrame.new(0,-5,0)
  272. mesh.Scale = mesh.Scale + Vector3.new(0,0.1,0)
  273. mesh2.Scale = mesh2.Scale + Vector3.new(0,0.1,0)
  274. ball.Transparency = ball2.Transparency + 0.025
  275. ball2.Transparency = ball2.Transparency + 0.0125
  276. beam.Transparency = beam.Transparency + 0.025
  277. beam2.Transparency = beam2.Transparency + 0.0125
  278. end
  279. s.Humanoid.WalkSpeed = 16
  280. ball:Destroy()
  281. ball2:Destroy()
  282. beam:Destroy()
  283. beam2:Destroy()
  284. FullReset()
  285. end
  286. end
  287.  
  288. function Kamehameha2()
  289. if s.Humanoid.Health > 0 then
  290. game:GetService("Chat"):Chat(s.Head,"Dark Flash!!",Enum.ChatColor.Red)
  291. s.Torso.Voice4:Play()
  292. local ball3 = Instance.new("Part")
  293. ball3.BrickColor = BrickColor.new("Really Red")
  294. ball3.Material = "Plastic"
  295. ball3.TopSurface = "Smooth"
  296. ball3.BottomSurface = "Smooth"
  297. ball3.FormFactor = "Custom"
  298. ball3.Size = Vector3.new(10,10,10)
  299. ball3.Transparency = 0
  300. ball3.Anchored = true
  301. ball3.CanCollide = false
  302. ball3.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  303. ball23 = Instance.new("Part")
  304. ball23.BrickColor = BrickColor.new("Really red")
  305. ball23.Material = "Plastic"
  306. ball23.TopSurface = "Smooth"
  307. ball23.BottomSurface = "Smooth"
  308. ball23.FormFactor = "Custom"
  309. ball23.Size = Vector3.new(15,15,15)
  310. ball23.Transparency = 0
  311. ball23.Anchored = true
  312. ball23.CanCollide = false
  313. ball23.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  314. local mesh3 = Instance.new("SpecialMesh")
  315. mesh3.MeshType = "Sphere"
  316. mesh3.Parent = ball3
  317. local mesh23 = Instance.new("SpecialMesh")
  318. mesh23.MeshType = "Sphere"
  319. mesh23.Parent = ball2
  320. ball3.Parent = game.Workspace
  321. ball2.Parent = game.Workspace
  322. a1.C0 = a1.C0 * CFrame.Angles(0,0,-1.6)
  323. a2.C0 = a2.C0 * CFrame.Angles(0,0,1.6)
  324. a1.C0 = a1.C0 * CFrame.Angles(1,0,0)
  325. a2.C0 = a2.C0 * CFrame.Angles(1,0,0)
  326. ball3.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  327. ball2.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  328. s.Torso.FinalFlash:Play()
  329. local beam3 = Instance.new("Part")
  330. beam3.BrickColor = BrickColor.new("Really red")
  331. beam3.Material = "Plastic"
  332. beam3.TopSurface = "Smooth"
  333. beam3.BottomSurface = "Smooth"
  334. beam3.FormFactor = "Custom"
  335. beam3.Size = Vector3.new(10,100,10)
  336. beam3.Transparency = 0
  337. beam3.Anchored = true
  338. beam3.CanCollide = false
  339. beam3.CFrame = s.Torso.CFrame * CFrame.new(0,1,-8)
  340. beam3.CFrame = beam.CFrame * CFrame.Angles(1.6,0,0)
  341. beam23 = Instance.new("Part")
  342. beam23.BrickColor = BrickColor.new("Really blue")
  343. beam23.Material = "Neon"
  344. beam23.TopSurface = "Smooth"
  345. beam23.BottomSurface = "Smooth"
  346. beam23.FormFactor = "Custom"
  347. beam23.Size = Vector3.new(15,100,15)
  348. beam23.Transparency = 0
  349. beam23.Anchored = true
  350. beam23.CanCollide = false
  351. beam23.CFrame = s.Torso.CFrame * CFrame.new(0,1,-8)
  352. beam23.CFrame = beam2.CFrame * CFrame.Angles(1.6,0,0)
  353. local mesh3 = Instance.new("SpecialMesh")
  354. mesh3.Scale = Vector3.new(2.75,2.1,2.75)
  355. mesh3.Parent = beam3
  356. local mesh23 = Instance.new("SpecialMesh")
  357. mesh23.Scale = Vector3.new(1.85,0.3,1.85)
  358. mesh23.Parent = beam2
  359. beam3.Parent = game.Workspace
  360. beam23.Parent = game.Workspace
  361. beam2.Touched:connect(function(hit)
  362. local h = hit.Parent:FindFirstChild("Humanoid")
  363. if h ~= nil then
  364. local hax = h.Parent:FindFirstChild("ForceField")
  365. if hax == nil then
  366. h.Health = h.Health - 5
  367. h.Torso.CFrame = h.Torso.CFrame * CFrame.new(0,0,-2)
  368. wait()
  369. end
  370. end
  371. end)
  372. for i = 1,40 do wait()
  373. beam3.CFrame = beam3.CFrame * CFrame.new(0,-5,0)
  374. beam23.CFrame = beam2.CFrame * CFrame.new(0,-5,0)
  375. mesh3.Scale = mesh3.Scale - Vector3.new(0,0.1,0)
  376. mesh23.Scale = mesh23.Scale - Vector3.new(0,0.1,0)
  377. ball3.Transparency = ball3.Transparency - 0.925
  378. ball23.Transparency = ball23.Transparency - 0.00125
  379. beam3.Transparency = beam3.Transparency - 0.045
  380. beam23.Transparency = beam23.Transparency - 0.0925
  381. end
  382. ball3:Destroy()
  383. ball23:Destroy()
  384. beam3:Destroy()
  385. beam23:Destroy()
  386. FullReset()
  387. end
  388. end
  389.  
  390. s.Humanoid.HealthChanged:connect(function()
  391. if s.Humanoid.Health == s.Humanoid.Health - 500000 then
  392. attack = attack + 10
  393. force = force + 10
  394. s.Humanoid.Health = s.Humanoid.Health + 100
  395. end
  396. if transformed == false and s.Humanoid.Health <= 40000 then
  397. transformed = true
  398. game:GetService("Chat"):Chat(s.Head,"Im Dark Aura Anime",Enum.ChatColor.Red)
  399. ex2 = Instance.new("Explosion")
  400. ex2.Position = s.Torso.Position
  401. ex2.BlastPressure = 0
  402. ex2.Parent = workspace
  403. s.Torso.Voice2:Play()
  404. s.Humanoid.Health = s.Humanoid.Health + 50000
  405.  
  406. s.Torso.SaiyanEnergy:Play()
  407. FullReset()
  408. attack = attack + 13
  409. force = force + 20
  410. end
  411. if transformed == true and s.Humanoid.Health <= 20000 then
  412. game:GetService("Chat"):Chat(s.Head,"You have no chance againts me No foolin around!!",Enum.ChatColor.Red)
  413. s.Torso.Voice1:Play()
  414. ex2 = Instance.new("Explosion")
  415. ex2.Position = s.Torso.Position
  416. ex2.BlastPressure = 0
  417. ex2.Parent = workspace
  418. s.Humanoid.Health = s.Humanoid.Health + 10000
  419. s.Humanoid.WalkSpeed = s.Humanoid.WalkSpeed * 2
  420.  
  421.  
  422.  
  423. s.Torso.SaiyanEnergy:Play()
  424. s.Torso.SaiyanEnergy2:Play()
  425. ball2.BrickColor = BrickColor.new("Toothpaste")
  426. beam2.BrickColor = BrickColor.new("Toothpaste")
  427. FullReset()
  428. attack = attack + 10
  429. force = force + 10
  430. end
  431. end)
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441. mouse.KeyDown:connect(function(key)
  442. if key == "q" then
  443. Attack()
  444. s.Torso.Touched:connect(function(hit)
  445. local h = hit.Parent:FindFirstChild("Humanoid")
  446. if h ~= nil then
  447. if hits < needed and s.Humanoid.Health > 0 then
  448. local audio = math.random(1,2) --[[Random Play]]
  449. if audio == 1 then s.Torso.DMG:Play() else s.Torso.DMG2:Play() end
  450. h.Health = h.Health - attack
  451. hits = hits + 1
  452. Attack()
  453. else
  454. hits = 0
  455. local ay = math.random(1,2)
  456. if ay == 1 then
  457. Kamehameha()
  458. else
  459. teleport()
  460. end
  461. end
  462. end
  463. end)
  464.  
  465. end
  466. end)
  467.  
  468. --After both> Pick random moves
  469. mouse.KeyDown:connect(function(key)
  470. if key == "z" then
  471. Kamehameha()
  472. Kamehameha()
  473. Kamehameha()
  474. end
  475. end)
  476.  
  477. mouse.KeyDown:connect(function(key)
  478. if key == "v" then
  479. Kamehameha()
  480. teleport()
  481. end
  482. end)
  483.  
  484. mouse.KeyDown:connect(function(key)
  485. if key == "k" then
  486. Kamehameha()
  487.  
  488. end
  489. end)
  490.  
  491. mouse.KeyDown:connect(function(key)
  492. if key == "t" then
  493. teleport()
  494. end
  495. end)
  496.  
  497.  
  498.  
  499.  
  500. mouse.KeyDown:connect(function(key)
  501. if key == "b" then
  502. Kamehameha2()
  503. end
  504. end)
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. Part20.Name = "TeleportEffect"
  514. Part20.Parent = Torso
  515. Part20.Material = Enum.Material.SmoothPlastic
  516. Part20.BrickColor = BrickColor.new("Institutional white")
  517. Part20.Transparency = 1
  518. Part20.Rotation = Vector3.new(0, -90, 0)
  519. Part20.Anchored = true
  520. Part20.CanCollide = false
  521. Part20.FormFactor = Enum.FormFactor.Custom
  522. Part20.Size = Vector3.new(2, 2, 1)
  523. Part20.CFrame = CFrame.new(-5.07995605, 6.19000816, -8.41711426, 4.64180347e-22, 7.54698154e-22, -1, -5.23691863e-22, 1, 7.54698154e-22, 1, 5.23691863e-22, 4.64180347e-22)
  524. Part20.BottomSurface = Enum.SurfaceType.Smooth
  525. Part20.TopSurface = Enum.SurfaceType.Smooth
  526. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  527. Part20.Position = Vector3.new(-5.07995605, 6.19000816, -8.41711426)
  528. Part20.Orientation = Vector3.new(0, -90, 0)
  529. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  530. BillboardGui21.Name = "Gui"
  531. BillboardGui21.Parent = Part20
  532. BillboardGui21.Size = UDim2.new(5, 0, 5, 0)
  533. BillboardGui21.Active = true
  534. ImageLabel22.Name = "Image"
  535. ImageLabel22.Parent = BillboardGui21
  536. ImageLabel22.Transparency = 1
  537. ImageLabel22.Size = UDim2.new(2.5, 0, 2.5, 0)
  538. ImageLabel22.Position = UDim2.new(0, -40, 0, -40)
  539. ImageLabel22.Active = true
  540. ImageLabel22.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
  541. ImageLabel22.BackgroundTransparency = 1
  542. ImageLabel22.Image = "rbxassetid://507458850"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement