Advertisement
Animescapetower

Neb

Mar 28th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.33 KB | None | 0 0
  1. --This basicly uses damege or touch to damege a npc
  2. --[[I like using the nebula zorua character usually by my means is that, i usually like changing the character of whos is using the
  3. script lol, so good luck, also why am i always deleting this]]
  4. c = game.Players.LocalPlayer.Character:GetChildren()
  5. hit_ = true
  6. for i = 1, #c do
  7. if (c[i].className == "Accessory") then--adds the accesorys to your character
  8. c[i]:Destroy()
  9. end
  10. end
  11.  
  12. c = game.Players.LocalPlayer.Character:GetChildren()
  13.  
  14. for i = 1, #c do
  15. if (c[i].className == "Shirt") then--adds the accesorys to your character
  16. c[i]:Destroy()
  17. end
  18. end
  19. c = game.Players.LocalPlayer.Character:GetChildren()
  20.  
  21. for i = 1, #c do
  22. if (c[i].className == "BodyColors") then--adds the accesorys to your character
  23. c[i]:Destroy()
  24. end
  25. end
  26. c = game.Players.LocalPlayer.Character:GetChildren()
  27.  
  28. for i = 1, #c do
  29. if (c[i].className == "Pants") then--adds the accesorys to your character
  30. c[i]:Destroy()
  31. end
  32. end
  33.  
  34. mas = game.Players.LocalPlayer.Character
  35. BodyColors0 = Instance.new("BodyColors")
  36. Pants1 = Instance.new("Pants")
  37. Shirt2 = Instance.new("Shirt")
  38. Accessory3 = Instance.new("Accessory")
  39. Part4 = Instance.new("Part")
  40. SpecialMesh5 = Instance.new("SpecialMesh")
  41. Attachment6 = Instance.new("Attachment")
  42. Vector3Value7 = Instance.new("Vector3Value")
  43. BodyColors0.Parent = mas
  44. BodyColors0.HeadColor = BrickColor.new("Dark stone grey")
  45. BodyColors0.LeftArmColor = BrickColor.new("Dark stone grey")
  46. BodyColors0.LeftLegColor = BrickColor.new("Dark stone grey")
  47. BodyColors0.RightArmColor = BrickColor.new("Dark stone grey")
  48. BodyColors0.RightLegColor = BrickColor.new("Dark stone grey")
  49. BodyColors0.TorsoColor = BrickColor.new("Dark stone grey")
  50. Pants1.Name = "Pants"
  51. Pants1.Parent = mas
  52. Pants1.PantsTemplate = "http://www.roblox.com/asset/?id=1201270926"
  53. Shirt2.Name = "Shirt"
  54. Shirt2.Parent = mas
  55. Shirt2.ShirtTemplate = "http://www.roblox.com/asset/?id=1201269945"
  56. Accessory3.Name = "NeonPurpleAnimalHood"
  57. Accessory3.Parent = mas
  58. Accessory3.AttachmentPos = Vector3.new(0, -0.0299999993, 0.0500000007)
  59. Part4.Name = "Handle"
  60. Part4.Parent = Accessory3
  61. Part4.CanCollide = false
  62. Part4.FormFactor = Enum.FormFactor.Custom
  63. Part4.Size = Vector3.new(2.6000278, 2.20000005, 1.79999816)
  64. Part4.CFrame = CFrame.new(-8.10648615e-09, 5.02999926, -0.0497277565, 1, -7.87137555e-09, 0, 7.87137555e-09, 1, 4.1444221e-16, -3.26223034e-24, -4.1444221e-16, 1)
  65. Part4.BottomSurface = Enum.SurfaceType.Smooth
  66. Part4.TopSurface = Enum.SurfaceType.Smooth
  67. Part4.Position = Vector3.new(-8.10648615e-09, 5.02999926, -0.0497277565)
  68. SpecialMesh5.Parent = Part4
  69. SpecialMesh5.MeshId = "http://www.roblox.com/asset/?id=135446047 "
  70. SpecialMesh5.Scale = Vector3.new(1, 1.10000002, 1)
  71. SpecialMesh5.TextureId = "http://www.roblox.com/asset/?id=182773008 "
  72. SpecialMesh5.MeshType = Enum.MeshType.FileMesh
  73. SpecialMesh5.Scale = Vector3.new(1, 1.10000002, 1)
  74. Attachment6.Name = "HatAttachment"
  75. Attachment6.Parent = Part4
  76. Attachment6.Rotation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  77. Attachment6.CFrame = CFrame.new(8.65748007e-09, 0.0699996948, 0.0497277565, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  78. Attachment6.Position = Vector3.new(8.65748007e-09, 0.0699996948, 0.0497277565)
  79. Attachment6.Axis = Vector3.new(1, -7.87137555e-09, 0)
  80. Attachment6.Orientation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  81. Vector3Value7.Name = "OriginalSize"
  82. Vector3Value7.Parent = Part4
  83. Vector3Value7.Value = Vector3.new(2.6000278, 2.20000005, 1.79999816)
  84. FACE = mas.Head.face
  85. FACE.Texture = "rbxassetid://18151722"
  86. s2 = game.Players.LocalPlayer
  87.  
  88. local humanoid = s2.Character.Humanoid
  89. local mouse = s2:GetMouse()
  90. local ff = Instance.new("ForceField")
  91. ff.Parent = s2.Character
  92. ff.Visible = false
  93.  
  94. sick = Instance.new("Sound")
  95. sick.SoundId = "rbxassetid://502085625"
  96. sick.Volume = 1
  97. sick.Parent = s2.Character
  98. sick.Looped = true
  99. sick.Pitch = 1
  100. sick:Play()
  101.  
  102. Torso = game.Players.LocalPlayer.Character.Torso
  103. Sound0 = Instance.new("Sound")
  104. Sound1 = Instance.new("Sound")
  105. Sound2 = Instance.new("Sound")
  106. Sound3 = Instance.new("Sound")
  107. Sound4 = Instance.new("Sound")
  108. Sound5 = Instance.new("Sound")
  109. Sound6 = Instance.new("Sound")
  110. Sound7 = Instance.new("Sound")
  111. Sound8 = Instance.new("Sound")
  112. Sound9 = Instance.new("Sound")
  113. Sound10 = Instance.new("Sound")
  114.  
  115.  
  116. Part20 = Instance.new("Part")
  117. BillboardGui21 = Instance.new("BillboardGui")
  118. ImageLabel22 = Instance.new("ImageLabel")
  119. Sound0.Name = "DMG"
  120. Sound0.Parent = Torso
  121. Sound0.Pitch = 1.25
  122. Sound0.SoundId = "rbxassetid://138087186"
  123. Sound0.Volume = 1
  124. Sound1.Name = "DMG2"
  125. Sound1.Parent = Torso
  126. Sound1.SoundId = "rbxassetid://131237241"
  127. Sound1.Volume = 1
  128. Sound2.Name = "FinalFlash"
  129. Sound2.Parent = Torso
  130. Sound2.Pitch = 1.5
  131. Sound2.SoundId = "rbxassetid://161251144"
  132. Sound2.Volume = 1
  133. Sound3.Name = "Miss"
  134. Sound3.Parent = Torso
  135. Sound3.SoundId = "rbxassetid://174413237"
  136. Sound4.Name = "SaiyanEnergy"
  137. Sound4.Parent = Torso
  138. Sound4.Pitch = 6
  139. Sound4.SoundId = "rbxassetid://98333808"
  140. Sound4.Volume = 1
  141. Sound5.Name = "SaiyanEnergy2"
  142. Sound5.Parent = Torso
  143. Sound5.SoundId = "rbxassetid://491515754"
  144. Sound5.Volume = 1
  145. Sound5.Looped = true
  146. Sound6.Name = "Teleport"
  147. Sound6.Parent = Torso
  148. Sound6.Pitch = 2
  149. Sound6.SoundId = "rbxassetid://216782105"
  150. Sound6.Volume = 1
  151. Sound7.Name = "Voice1"
  152. Sound7.Parent = Torso
  153. Sound7.Pitch = 1.2000000476837
  154. Sound7.SoundId = "rbxassetid://159490394"
  155. Sound7.Volume = 1
  156. Sound8.Name = "Voice2"
  157. Sound8.Parent = Torso
  158. Sound8.Pitch = 0.30000001192093
  159. Sound8.SoundId = "rbxassetid://132236830"
  160. Sound8.Volume = 1
  161. Sound9.Name = "Voice3"
  162. Sound9.Parent = Torso
  163. Sound9.Pitch = 1.2000000476837
  164. Sound9.SoundId = "rbxassetid://190995007"
  165. Sound9.Volume = 1
  166. Sound10.Name = "Voice4"
  167. Sound10.Parent = Torso
  168. Sound10.Pitch = 6
  169. Sound10.SoundId = "rbxassetid://149576324"
  170. Sound10.Volume = 1
  171.  
  172.  
  173.  
  174.  
  175. s = game.Players.LocalPlayer.Character
  176.  
  177.  
  178. if s.Humanoid.Health > 0 then
  179. bd = s.HumanoidRootPart.RootJoint
  180. a1 = s.Torso:FindFirstChild("Left Shoulder")
  181. a2 = s.Torso:FindFirstChild("Right Shoulder")
  182. l1 = s.Torso:FindFirstChild("Left Hip")
  183. l2 = s.Torso:FindFirstChild("Right Hip")
  184. combo = false
  185. Tele = false
  186. transformed = false
  187. hits = 0
  188. end
  189.  
  190. --[[Basic Stats]]
  191. attack = 12 --[[Combo Damage]]
  192. force = 340 --[[Energy Damage]]
  193. needed = 321988 --[[Hits for Special]]
  194.  
  195. function HalfReset()
  196. if s.Humanoid.Health > 0 then
  197. bd.C0 = bd.C1 * CFrame.new(0,0,0)
  198. a1.C0 = a1.C1 * CFrame.new(0,0,1.5)
  199. a2.C0 = a2.C1 * CFrame.new(0,0,1.5)
  200. l1.C0 = l1.C1 * CFrame.new(0,-2,0.5)
  201. l2.C0 = l2.C1 * CFrame.new(0,-2,0.5)
  202. end
  203. end
  204.  
  205. function FullReset()
  206. if s.Humanoid.Health > 0 then
  207. HalfReset()
  208. combo = false
  209. end
  210. end
  211.  
  212. function Attack()
  213. if combo == false and s.Humanoid.Health > 0 then
  214. combo = true
  215. local audio = math.random(1,2) --[[Random Play]]
  216. if audio == 1 then s.Torso.Voice2:Play() s.Torso.Miss:Play() else s.Torso.Voice3:Play() s.Torso.Miss:Play() end
  217. for i = 1,5 do wait()
  218. a1.C0 = a1.C0 * CFrame.Angles(0,0,-0.32)
  219. a2.C0 = a2.C0 * CFrame.Angles(0,0,0.32)
  220. end
  221. for i = 1,5 do wait()
  222. bd.C0 = bd.C0 * CFrame.Angles(0,0,0.1)
  223. a2.C0 = a2.C0 * CFrame.Angles(0.2,0,0)
  224. end
  225. local audio = math.random(1,2) --[[Random Play]]
  226. if audio == 1 then s.Torso.Voice3:Play() s.Torso.Miss:Play() else s.Torso.Voice2:Play() s.Torso.Miss:Play() end
  227. for i = 1,5 do wait()
  228. bd.C0 = bd.C0 * CFrame.Angles(0,0,-0.2)
  229. a2.C0 = a2.C0 * CFrame.Angles(-0.3,0,0)
  230. end
  231. for i = 1,5 do wait()
  232. bd.C0 = bd.C0 * CFrame.Angles(0,0,0.2)
  233. a1.C0 = a1.C0 * CFrame.Angles(0.2,0,0)
  234. end
  235. for i = 1,5 do wait()
  236. bd.C0 = bd.C0 * CFrame.Angles(0,0,0.1)
  237. a1.C0 = a1.C0 * CFrame.Angles(-0.3,0,0)
  238. end
  239. local audio = math.random(1,2) --[[Random Play]]
  240. if audio == 1 then s.Torso.Miss:Play() else s.Torso.Miss:Play() end
  241. FullReset()
  242. end
  243. end
  244.  
  245. function teleport()
  246. if Tele == false then
  247. Tele = true
  248. wait(0.05)
  249. s.Torso.Teleport:Play()
  250. local effect = game.ReplicatedStorage.TeleportEffect:clone()
  251. effect.Parent = s
  252. effect.CFrame = s.Torso.CFrame * CFrame.Angles(0,5,0)
  253. s.Torso.CFrame = s.Torso.CFrame * CFrame.new(0,0,-10)
  254. wait(0.6)
  255. effect:Destroy()
  256. Tele = false
  257. end
  258. end
  259.  
  260. function Kamehameha()
  261. if s.Humanoid.Health > 0 then
  262. game:GetService("Chat"):Chat(s.Head,"Dark Flash!!",Enum.ChatColor.Red)
  263. s.Torso.Voice4:Play()
  264. local ball = Instance.new("Part")
  265. ball.BrickColor = BrickColor.new("Magenta")
  266. ball.Material = "Neon"
  267. ball.TopSurface = "Smooth"
  268. ball.BottomSurface = "Smooth"
  269. ball.FormFactor = "Custom"
  270. ball.Size = Vector3.new(10,10,10)
  271. ball.Transparency = 0
  272. ball.Anchored = true
  273. ball.CanCollide = false
  274. ball.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  275. ball2 = Instance.new("Part")
  276. ball2.BrickColor = BrickColor.new("Royal purple")
  277. ball2.Material = "Neon"
  278. ball2.TopSurface = "Smooth"
  279. ball2.BottomSurface = "Smooth"
  280. ball2.FormFactor = "Custom"
  281. ball2.Size = Vector3.new(15,15,15)
  282. ball2.Transparency = 0.5
  283. ball2.Anchored = true
  284. ball2.CanCollide = false
  285. ball2.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  286. local mesh = Instance.new("SpecialMesh")
  287. mesh.MeshType = "Sphere"
  288. mesh.Parent = ball
  289. local mesh2 = Instance.new("SpecialMesh")
  290. mesh2.MeshType = "Sphere"
  291. mesh2.Parent = ball2
  292. ball.Parent = game.Workspace
  293. ball2.Parent = game.Workspace
  294. a1.C0 = a1.C0 * CFrame.Angles(0,0,-1.6)
  295. a2.C0 = a2.C0 * CFrame.Angles(0,0,1.6)
  296. a1.C0 = a1.C0 * CFrame.Angles(1,0,0)
  297. a2.C0 = a2.C0 * CFrame.Angles(1,0,0)
  298. ball.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  299. ball2.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  300. s.Torso.FinalFlash:Play()
  301. local beam = Instance.new("Part")
  302. beam.BrickColor = BrickColor.new("Royal purple")
  303. beam.Material = "Neon"
  304. beam.TopSurface = "Smooth"
  305. beam.BottomSurface = "Smooth"
  306. beam.FormFactor = "Custom"
  307. beam.Size = Vector3.new(10,100,10)
  308. beam.Transparency = 0
  309. beam.Anchored = true
  310. beam.CanCollide = false
  311. beam.CFrame = s.Torso.CFrame * CFrame.new(0,1,-8)
  312. beam.CFrame = beam.CFrame * CFrame.Angles(1.6,0,0)
  313. beam2 = Instance.new("Part")
  314. beam2.BrickColor = BrickColor.new("Royal purple")
  315. beam2.Material = "Neon"
  316. beam2.TopSurface = "Smooth"
  317. beam2.BottomSurface = "Smooth"
  318. beam2.FormFactor = "Custom"
  319. beam2.Size = Vector3.new(15,100,15)
  320. beam2.Transparency = 0.5
  321. beam2.Anchored = true
  322. beam2.CanCollide = false
  323. beam2.CFrame = s.Torso.CFrame * CFrame.new(0,1,-8)
  324. beam2.CFrame = beam2.CFrame * CFrame.Angles(1.6,0,0)
  325. local mesh = Instance.new("SpecialMesh")
  326. mesh.MeshType = Enum.MeshType.Sphere
  327. mesh.Scale = Vector3.new(0.75,0.1,0.75)
  328. mesh.Parent = beam
  329. local mesh2 = Instance.new("SpecialMesh")
  330. mesh2.MeshType = Enum.MeshType.Sphere
  331. mesh2.Scale = Vector3.new(0.75,0.1,0.75)
  332. mesh2.Parent = beam2
  333. beam.Parent = game.Workspace
  334. beam2.Parent = game.Workspace
  335.  
  336. function onTouched(hit)
  337. local h = hit.Parent:FindFirstChild("Humanoid")
  338. if h ~= nil then
  339. if hits < needed and s.Humanoid.Health > 0 then
  340. local audio = math.random(1,2) --[[Random Play]]
  341. if audio == 1 then s.Torso.DMG:Play() else s.Torso.DMG2:Play() end
  342. h.Health = h.Health - attack
  343. hits = hits + 1
  344. Attack()
  345. else
  346. hits = 0
  347.  
  348. end
  349. end
  350.  
  351. end
  352.  
  353.  
  354. ball.Touched:connect(onTouched)
  355. ball2.Touched:connect(onTouched)
  356. beam.Touched:connect(onTouched)
  357. beam2.Touched:connect(onTouched)
  358. for i = 1,40 do wait()
  359. s.Humanoid.WalkSpeed = 0
  360. beam.CFrame = beam.CFrame * CFrame.new(0,-5,0)
  361. beam2.CFrame = beam2.CFrame * CFrame.new(0,-5,0)
  362. mesh.Scale = mesh.Scale + Vector3.new(0,0.1,0)
  363. mesh2.Scale = mesh2.Scale + Vector3.new(0,0.1,0)
  364. ball.Transparency = ball2.Transparency + 0.025
  365. ball2.Transparency = ball2.Transparency + 0.0125
  366. beam.Transparency = beam.Transparency + 0.025
  367. beam2.Transparency = beam2.Transparency + 0.0125
  368. end
  369. s.Humanoid.WalkSpeed = 16
  370. ball:Destroy()
  371. ball2:Destroy()
  372. beam:Destroy()
  373. beam2:Destroy()
  374. FullReset()
  375. end
  376. end
  377.  
  378. function Kamehameha2()
  379. if s.Humanoid.Health > 0 then
  380. game:GetService("Chat"):Chat(s.Head,"Dark Flash!!",Enum.ChatColor.Red)
  381. s.Torso.Voice4:Play()
  382. local ball3 = Instance.new("Part")
  383. ball3.BrickColor = BrickColor.new("Magenta")
  384. ball3.Material = "Plastic"
  385. ball3.TopSurface = "Smooth"
  386. ball3.BottomSurface = "Smooth"
  387. ball3.FormFactor = "Custom"
  388. ball3.Size = Vector3.new(10,10,10)
  389. ball3.Transparency = 0
  390. ball3.Anchored = true
  391. ball3.CanCollide = false
  392. ball3.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  393. ball23 = Instance.new("Part")
  394. ball23.BrickColor = BrickColor.new("Royal purple")
  395. ball23.Material = "Plastic"
  396. ball23.TopSurface = "Smooth"
  397. ball23.BottomSurface = "Smooth"
  398. ball23.FormFactor = "Custom"
  399. ball23.Size = Vector3.new(15,15,15)
  400. ball23.Transparency = 0
  401. ball23.Anchored = true
  402. ball23.CanCollide = false
  403. ball23.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  404. local mesh3 = Instance.new("SpecialMesh")
  405. mesh3.MeshType = "Sphere"
  406. mesh3.Parent = ball3
  407. local mesh23 = Instance.new("SpecialMesh")
  408. mesh23.MeshType = "Sphere"
  409. mesh23.Parent = ball2
  410. ball3.Parent = game.Workspace
  411. ball2.Parent = game.Workspace
  412. a1.C0 = a1.C0 * CFrame.Angles(0,0,-1.6)
  413. a2.C0 = a2.C0 * CFrame.Angles(0,0,1.6)
  414. a1.C0 = a1.C0 * CFrame.Angles(1,0,0)
  415. a2.C0 = a2.C0 * CFrame.Angles(1,0,0)
  416. ball3.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  417. ball2.CFrame = s.Torso.CFrame * CFrame.new(0,0.7,-2.5)
  418. s.Torso.FinalFlash:Play()
  419. local beam3 = Instance.new("Part")
  420. beam3.BrickColor = BrickColor.new("Really red")
  421. beam3.Material = "Plastic"
  422. beam3.TopSurface = "Smooth"
  423. beam3.BottomSurface = "Smooth"
  424. beam3.FormFactor = "Custom"
  425. beam3.Size = Vector3.new(10,100,10)
  426. beam3.Transparency = 0
  427. beam3.Anchored = true
  428. beam3.CanCollide = false
  429. beam3.CFrame = s.Torso.CFrame * CFrame.new(0,1,-8)
  430. beam3.CFrame = beam.CFrame * CFrame.Angles(1.6,0,0)
  431. beam23 = Instance.new("Part")
  432. beam23.BrickColor = BrickColor.new("Really blue")
  433. beam23.Material = "Neon"
  434. beam23.TopSurface = "Smooth"
  435. beam23.BottomSurface = "Smooth"
  436. beam23.FormFactor = "Custom"
  437. beam23.Size = Vector3.new(15,100,15)
  438. beam23.Transparency = 0
  439. beam23.Anchored = true
  440. beam23.CanCollide = false
  441. beam23.CFrame = s.Torso.CFrame * CFrame.new(0,1,-8)
  442. beam23.CFrame = beam2.CFrame * CFrame.Angles(1.6,0,0)
  443. local mesh3 = Instance.new("SpecialMesh")
  444. mesh3.Scale = Vector3.new(2.75,2.1,2.75)
  445. mesh3.Parent = beam3
  446. local mesh23 = Instance.new("SpecialMesh")
  447. mesh23.Scale = Vector3.new(1.85,0.3,1.85)
  448. mesh23.Parent = beam2
  449. beam3.Parent = game.Workspace
  450. beam23.Parent = game.Workspace
  451. beam2.Touched:connect(function(hit)
  452. local h = hit.Parent:FindFirstChild("Humanoid")
  453. if h ~= nil then
  454. local hax = h.Parent:FindFirstChild("ForceField")
  455. if hax == nil then
  456. h.Health = h.Health - 5
  457. h.Torso.CFrame = h.Torso.CFrame * CFrame.new(0,0,-2)
  458. wait()
  459. end
  460. end
  461. end)
  462. for i = 1,40 do wait()
  463. beam3.CFrame = beam3.CFrame * CFrame.new(0,-5,0)
  464. beam23.CFrame = beam2.CFrame * CFrame.new(0,-5,0)
  465. mesh3.Scale = mesh3.Scale - Vector3.new(0,0.1,0)
  466. mesh23.Scale = mesh23.Scale - Vector3.new(0,0.1,0)
  467. ball3.Transparency = ball3.Transparency - 0.925
  468. ball23.Transparency = ball23.Transparency - 0.00125
  469. beam3.Transparency = beam3.Transparency - 0.045
  470. beam23.Transparency = beam23.Transparency - 0.0925
  471. end
  472. ball3:Destroy()
  473. ball23:Destroy()
  474. beam3:Destroy()
  475. beam23:Destroy()
  476. FullReset()
  477. end
  478. end
  479.  
  480. s.Humanoid.HealthChanged:connect(function()
  481. if s.Humanoid.Health < 70000 then
  482. attack = attack + 10
  483. force = force + 10
  484. s.Humanoid.Health = s.Humanoid.Health + 100
  485. end
  486. if transformed == false and s.Humanoid.Health <= 40000 then
  487. transformed = true
  488. game:GetService("Chat"):Chat(s.Head,"Im Dark Aura Anime",Enum.ChatColor.Red)
  489.  
  490. s.Torso.Voice2:Play()
  491. s.Humanoid.Health = s.Humanoid.Health + 50000
  492.  
  493. s.Torso.SaiyanEnergy:Play()
  494. FullReset()
  495. attack = attack + 13
  496. force = force + 20
  497. end
  498. if transformed == true and s.Humanoid.Health <= 20000 then
  499. game:GetService("Chat"):Chat(s.Head,"You have no chance againts me No foolin around!!",Enum.ChatColor.Red)
  500. s.Torso.Voice1:Play()
  501.  
  502. s.Humanoid.Health = s.Humanoid.Health + 10000
  503. s.Humanoid.WalkSpeed = s.Humanoid.WalkSpeed * 2
  504.  
  505.  
  506.  
  507. s.Torso.SaiyanEnergy:Play()
  508. s.Torso.SaiyanEnergy2:Play()
  509. ball2.BrickColor = BrickColor.new("Toothpaste")
  510. beam2.BrickColor = BrickColor.new("Toothpaste")
  511. FullReset()
  512. attack = attack + 10
  513. force = force + 10
  514. end
  515. end)
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525. mouse.KeyDown:connect(function(key)
  526. if key == "q" then
  527. Attack()
  528. s.Torso.Touched:connect(function(hit)
  529. if hit_ == true then
  530. hit_ = false
  531. local h = hit.Parent:FindFirstChild("Humanoid")
  532. if h ~= nil then
  533. if hits < needed and s.Humanoid.Health > 0 then
  534. local audio = math.random(1,2) --[[Random Play]]
  535. if audio == 1 then s.Torso.DMG:Play() else s.Torso.DMG2:Play() end
  536. h.Health = h.Health - attack
  537. hits = hits + 1
  538. Attack()
  539. hit_ = false
  540. else
  541. hits = 0
  542. hit_ = false
  543. end
  544. end
  545. end
  546. end)
  547.  
  548. end
  549. end)
  550.  
  551. --After both> Pick random moves
  552. mouse.KeyDown:connect(function(key)
  553. if key == "z" then
  554. Kamehameha()
  555. Kamehameha()
  556. Kamehameha()
  557. end
  558. end)
  559.  
  560. mouse.KeyDown:connect(function(key)
  561. if key == "v" then
  562. Kamehameha()
  563. teleport()
  564. end
  565. end)
  566.  
  567. mouse.KeyDown:connect(function(key)
  568. if key == "k" then
  569. Kamehameha()
  570.  
  571. end
  572. end)
  573.  
  574. mouse.KeyDown:connect(function(key)
  575. if key == "t" then
  576. teleport()
  577. end
  578. end)
  579.  
  580.  
  581.  
  582.  
  583. mouse.KeyDown:connect(function(key)
  584. if key == "b" then
  585. Kamehameha2()
  586. end
  587. end)
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596. Part20.Name = "TeleportEffect"
  597. Part20.Parent = Torso
  598. Part20.Material = Enum.Material.SmoothPlastic
  599. Part20.BrickColor = BrickColor.new("Institutional white")
  600. Part20.Transparency = 1
  601. Part20.Rotation = Vector3.new(0, -90, 0)
  602. Part20.Anchored = true
  603. Part20.CanCollide = false
  604. Part20.FormFactor = Enum.FormFactor.Custom
  605. Part20.Size = Vector3.new(2, 2, 1)
  606. 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)
  607. Part20.BottomSurface = Enum.SurfaceType.Smooth
  608. Part20.TopSurface = Enum.SurfaceType.Smooth
  609. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  610. Part20.Position = Vector3.new(-5.07995605, 6.19000816, -8.41711426)
  611. Part20.Orientation = Vector3.new(0, -90, 0)
  612. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  613. BillboardGui21.Name = "Gui"
  614. BillboardGui21.Parent = Part20
  615. BillboardGui21.Size = UDim2.new(5, 0, 5, 0)
  616. BillboardGui21.Active = true
  617. ImageLabel22.Name = "Image"
  618. ImageLabel22.Parent = BillboardGui21
  619. ImageLabel22.Transparency = 1
  620. ImageLabel22.Size = UDim2.new(2.5, 0, 2.5, 0)
  621. ImageLabel22.Position = UDim2.new(0, -40, 0, -40)
  622. ImageLabel22.Active = true
  623. ImageLabel22.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
  624. ImageLabel22.BackgroundTransparency = 1
  625. ImageLabel22.Image = "rbxassetid://507458850"
  626. --[[ This may take time, use this script in your own scripts just to add a ragdoll whenever you die, works for only r6 people
  627.  
  628. ]]
  629. HUMANOID = game.Players.LocalPlayer.Character.Humanoid
  630. wait()
  631. if HUMANOID.RigType ~= Enum.HumanoidRigType.R6 then
  632. game.Debris:AddItem(script,1)
  633. else
  634. wait()
  635. function getAttachment0(attachmentName)
  636. for _,child in next,script.Parent:GetChildren() do
  637. local attachment = child:FindFirstChild(attachmentName)
  638. if attachment then
  639. return attachment
  640. end
  641. end
  642. end
  643. HUMANOID.Died:Connect(function(var)
  644. mODEL = Instance.new("Model")
  645. mODEL.Parent = workspace
  646. local removeHRP = true
  647. local head = HUMANOID.Parent.Head
  648. local leftarm = HUMANOID.Parent["Left Arm"]
  649. local leftleg = HUMANOID.Parent["Left Leg"]
  650. local rightleg = HUMANOID.Parent["Right Leg"]
  651. local rightarm = HUMANOID.Parent["Right Arm"]
  652. local torso = HUMANOID.Parent.Torso
  653. local root =HUMANOID.Parent.HumanoidRootPart
  654. head:Clone().Parent = mODEL
  655. rightarm:Clone().Parent = mODEL
  656. rightleg:Clone().Parent = mODEL
  657. leftarm:Clone().Parent = mODEL
  658. leftleg:Clone().Parent = mODEL
  659.  
  660. if removeHRP == true then
  661. root:Destroy()
  662. end
  663. local rootA =Instance.new("Attachment")
  664. local HeadA = Instance.new("Attachment")
  665. local LeftArmA = Instance.new("Attachment")
  666. local LeftLegA = Instance.new("Attachment")
  667. local RightArmA = Instance.new("Attachment")
  668. local RightLegA = Instance.new("Attachment")
  669. local TorsoA = Instance.new("Attachment")
  670. local TorsoA1 = Instance.new("Attachment")
  671. local TorsoA2 = Instance.new("Attachment")
  672. local TorsoA3 = Instance.new("Attachment")
  673. local TorsoA4 = Instance.new("Attachment")
  674. local TorsoA5 = Instance.new("Attachment")
  675. function set1()
  676. HeadA.Name = "HeadA"
  677. HeadA.Parent = mODEL.head
  678. HeadA.Position = Vector3.new(0, -0.5, 0)
  679. HeadA.Rotation = Vector3.new(0, 0, 0)
  680. HeadA.Axis = Vector3.new(1, 0, 0)
  681. HeadA.SecondaryAxis = Vector3.new(0, 1, 0)
  682. LeftArmA.Name = "LeftArmA"
  683. LeftArmA.Parent = mODEL.leftarm
  684. LeftArmA.Position = Vector3.new(0.5, 1, 0)
  685. LeftArmA.Rotation = Vector3.new(0, 0, 0)
  686. LeftArmA.Axis = Vector3.new(1, 0, 0)
  687. LeftArmA.SecondaryAxis = Vector3.new(0, 1, 0)
  688. LeftLegA.Name = "LeftLegA"
  689. LeftLegA.Parent = mODEL.leftleg
  690. LeftLegA.Position = Vector3.new(0, 1, 0)
  691. LeftLegA.Rotation = Vector3.new(0, 0, 0)
  692. LeftLegA.Axis = Vector3.new(1, 0, 0)
  693. LeftLegA.SecondaryAxis = Vector3.new(0, 1, 0)
  694. RightArmA.Name = "RightArmA"
  695. RightArmA.Parent = mODEL.rightarm
  696. RightArmA.Position = Vector3.new(-0.5, 1, 0)
  697. RightArmA.Rotation = Vector3.new(0, 0, 0)
  698. RightArmA.Axis = Vector3.new(1, 0, 0)
  699. RightArmA.SecondaryAxis = Vector3.new(0, 1, 0)
  700. RightLegA.Name = "RightLegA"
  701. RightLegA.Parent = mODEL.rightleg
  702. RightLegA.Position = Vector3.new(0, 1, 0)
  703. RightLegA.Rotation = Vector3.new(0, 0, 0)
  704. RightLegA.Axis = Vector3.new(1, 0, 0)
  705. RightLegA.SecondaryAxis = Vector3.new(0, 1, 0)
  706. rootA.Name= "rootA"
  707. rootA.Parent = root
  708. rootA.Position = Vector3.new(0, 0, 0)
  709. rootA.Rotation = Vector3.new(0, 90, 0)
  710. rootA.Axis = Vector3.new(0, 0, -1)
  711. rootA.SecondaryAxis = Vector3.new(0, 1, 0)
  712.  
  713. end
  714. function set2()
  715. TorsoA.Name = "TorsoA"
  716. TorsoA.Parent = mODEL.torso
  717. TorsoA.Position = Vector3.new(0.5, -1, 0)
  718. TorsoA.Rotation = Vector3.new(0, 0, 0)
  719. TorsoA.Axis = Vector3.new(1, 0, 0)
  720. TorsoA.SecondaryAxis = Vector3.new(0, 1, 0)
  721. TorsoA1.Name = "TorsoA1"
  722. TorsoA1.Parent = mODEL.torso
  723. TorsoA1.Position = Vector3.new(-0.5, -1, 0)
  724. TorsoA1.Rotation = Vector3.new(0, 0, 0)
  725. TorsoA1.Axis = Vector3.new(1, 0, 0)
  726. TorsoA1.SecondaryAxis = Vector3.new(0, 1, 0)
  727. TorsoA2.Name = "TorsoA2"
  728. TorsoA2.Parent = mODEL.torso
  729. TorsoA2.Position = Vector3.new(-1, 1, 0)
  730. TorsoA2.Rotation = Vector3.new(0, 0, 0)
  731. TorsoA2.Axis = Vector3.new(1, 0, 0)
  732. TorsoA2.SecondaryAxis = Vector3.new(0, 1, 0)
  733. TorsoA3.Name = "TorsoA3"
  734. TorsoA3.Parent = mODEL.torso
  735. TorsoA3.Position = Vector3.new(1, 1, 0)
  736. TorsoA3.Rotation = Vector3.new(0, 0, 0)
  737. TorsoA3.Axis = Vector3.new(1, 0, 0)
  738. TorsoA3.SecondaryAxis = Vector3.new(0, 1, 0)
  739. TorsoA4.Name = "TorsoA4"
  740. TorsoA4.Parent = mODEL.torso
  741. TorsoA4.Position = Vector3.new(0, 1, 0)
  742. TorsoA4.Rotation = Vector3.new(0, 0, 0)
  743. TorsoA4.Axis = Vector3.new(1, 0, 0)
  744. TorsoA4.SecondaryAxis = Vector3.new(0, 1, 0)
  745. TorsoA5.Name = "TorsoA5"
  746. TorsoA5.Parent = mODEL.torso
  747. TorsoA5.Position = Vector3.new(0, 0, 0)
  748. TorsoA5.Rotation = Vector3.new(0, 90, 0)
  749. TorsoA5.Axis = Vector3.new(0, 0, -1)
  750. TorsoA5.SecondaryAxis = Vector3.new(0, 1, 0)
  751.  
  752. end
  753. function set3()
  754. end
  755. spawn(set1);
  756. spawn(set2);
  757. local HA = Instance.new("HingeConstraint")
  758. HA.Parent = head
  759. HA.Attachment0 = HeadA
  760. HA.Attachment1 = TorsoA4
  761. HA.Enabled = true
  762. HA.LimitsEnabled=true
  763. HA.LowerAngle=0
  764. HA.UpperAngle=0
  765. local LAT = Instance.new("BallSocketConstraint")
  766. LAT.Parent = leftarm
  767. LAT.Attachment0 = LeftArmA
  768. LAT.Attachment1 = TorsoA2
  769. LAT.Enabled = true
  770. LAT.LimitsEnabled=true
  771. LAT.UpperAngle=90
  772. local RAT = Instance.new("BallSocketConstraint")
  773. RAT.Parent = rightarm
  774. RAT.Attachment0 = RightArmA
  775. RAT.Attachment1 = TorsoA3
  776. RAT.Enabled = true
  777. RAT.LimitsEnabled=true
  778. RAT.UpperAngle=90
  779. local HA = Instance.new("BallSocketConstraint")
  780. HA.Parent = head
  781. HA.Attachment0 = HeadA
  782. HA.Attachment1 = TorsoA4
  783. HA.Enabled = true
  784. local TLL = Instance.new("BallSocketConstraint")
  785. TLL.Parent = torso
  786. TLL.Attachment0 = TorsoA1
  787. TLL.Attachment1 = LeftLegA
  788. TLL.Enabled = true
  789. TLL.LimitsEnabled=true
  790. TLL.UpperAngle=90
  791. local TRL = Instance.new("BallSocketConstraint")
  792. TRL.Parent = torso
  793. TRL.Attachment0 = TorsoA
  794. TRL.Attachment1 = RightLegA
  795. TRL.Enabled = true
  796. TRL.LimitsEnabled=true
  797. TRL.UpperAngle=90
  798. local RTA = Instance.new("BallSocketConstraint")
  799. RTA.Parent = root
  800. RTA.Attachment0 = rootA
  801. RTA.Attachment1 = TorsoA5
  802. RTA.Enabled = true
  803. RTA.LimitsEnabled=true
  804. RTA.UpperAngle=0
  805. head.Velocity = head.CFrame.lookVector*30
  806. local player = game:GetService("Players").LocalPlayer
  807. player:LoadCharacter()
  808. for _,child in next,script.Parent:GetChildren() do
  809. if child:IsA("Accoutrement") then
  810. for _,part in next,child:GetChildren() do
  811. if part:IsA("BasePart") then
  812. part.Parent = script.Parent
  813. child:remove()
  814. local attachment1 = part:FindFirstChildOfClass("Attachment")
  815. local attachment0 = getAttachment0(attachment1.Name)
  816. if attachment0 and attachment1 then
  817. local constraint = Instance.new("HingeConstraint")
  818. constraint.Attachment0 = attachment0
  819. constraint.Attachment1 = attachment1
  820. constraint.LimitsEnabled = true
  821. constraint.UpperAngle = 0
  822. constraint.LowerAngle = 0
  823. constraint.Parent = script.Parent
  824.  
  825.  
  826.  
  827. end
  828. end
  829. end
  830. end
  831. end
  832. end)
  833. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement