Advertisement
WinslowMau

Untitled

Apr 26th, 2017
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.66 KB | None | 0 0
  1. -- is that?
  2. wait(0.5)
  3. Player = game:GetService("Players")
  4. me = Player.WinslowMau
  5. char = me.Character
  6. Modelname = "SwordV10"
  7. local HIT = false
  8. local DMG = 200
  9. local AIM = false
  10. local Trans = false
  11. Busy = false
  12. Onfire = false
  13. torso = char.Torso
  14. neck = torso.Neck
  15. hum = char.Humanoid
  16. rightarm = char["Right Arm"]
  17. leftarm = char["Left Arm"]
  18. rightleg = char["Right Leg"]
  19. leftleg = char["Left Leg"]
  20. RShoulder = torso["Right Shoulder"]
  21. LShoulder = torso["Left Shoulder"]
  22. RHip = torso["Right Hip"]
  23. LHip = torso["Left Hip"]
  24. head = char.Head
  25. function FindHumanoid(source)
  26. local object = source
  27. repeat
  28. if object.Parent ~= workspace then
  29. object = object.Parent
  30. else
  31. return true
  32. end
  33. until true
  34. if object:findFirstChild("Humanoid") ~= nil then
  35. Damage(object.Humanoid)
  36. end
  37. end
  38. function Slash(target)
  39. if target.Name ~= "Weapon" and target.Name ~= "Handle" then
  40. FindHumanoid(target)
  41. end
  42. end
  43. function Tag(h)
  44. if h:findFirstChild("Tag") ~= nil then
  45. h.Tag:Destroy()
  46. end
  47. local t = Instance.new("ObjectValue",h)
  48. t.Name = "Tag"
  49. t.Value = player
  50. game.Debris:AddItem(t,6)
  51. end
  52. function Damage(huma)
  53. if huma.Parent.Name ~= char.Name and HIT == false and AIM == true then
  54. Tag(huma)
  55. huma.Health = huma.Health - DMG
  56. Model = Instance.new("Model")
  57. game.Debris:AddItem(Model, 2)
  58. Model.Parent = huma.Parent
  59. p = Instance.new("Part")
  60. p.Parent = Model
  61. p.BrickColor = BrickColor.new("Bright red")
  62. p.CFrame = huma.Parent.Head.CFrame * CFrame.new(0, 5, 0)
  63. p.CanCollide = false
  64. y = Instance.new("BodyVelocity")
  65. y.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  66. y.Parent = p
  67. y.velocity = torso.CFrame.lookVector*0 + Vector3.new(0, 10, 0)
  68. m = Instance.new("SpecialMesh")
  69. m.MeshType = "Brick"
  70. m.Scale = Vector3.new(0.25, 0.1, 0.25)
  71. m.Parent = p
  72. gui = Instance.new("BillboardGui")
  73. gui.Parent = p
  74. gui.Adornee = p
  75. gui.Size = UDim2.new(4,0,2,0)
  76. gui.StudsOffset = Vector3.new(0,4,0)
  77. texta=Instance.new("TextBox")
  78. texta.Size = UDim2.new(1,0,1,0)
  79. texta.BackgroundTransparency = 1
  80. texta.Text = ("~20~")
  81. texta.Parent = gui
  82. if Energy < 100 then
  83. Energy = Energy + 5
  84. end
  85. HIT = true
  86. wait(0.35)
  87. HIT = false
  88. end
  89. end
  90. A = Instance.new("ScreenGui")
  91. A.Parent = me.PlayerGui
  92. A.Name = "CharacterStats"
  93. B = Instance.new("Frame")
  94. B.BackgroundTransparency = 1
  95. B.Name = "Frame"
  96. B.Position = UDim2.new(0.25, 0, 0, 0)
  97. B.Size = UDim2.new(0.25, 0, 0.25, 0)
  98. B.Parent = A
  99. C = Instance.new("TextButton")
  100. C.Active = true
  101. C.AutoButtonColor = true
  102. C.Name = "HPRedBar"
  103. C.BackgroundColor3 = Color3.new(1, 0, 0)
  104. C.Position = UDim2.new(0, 0, 0.15, 0)
  105. C.Size = UDim2.new(1, 0, 0.1, 0)
  106. C.Selected = true
  107. C.Text = ""
  108. C.Parent = B
  109. D = Instance.new("TextButton")
  110. D.Active = true
  111. D.AutoButtonColor = true
  112. D.Name = "MPRedBar"
  113. D.BackgroundColor3 = Color3.new(1, 0, 0)
  114. D.Size = UDim2.new(1, 0, 0.1, 0)
  115. D.Position = UDim2.new(0, 0, 0.25, 0)
  116. D.Selected = true
  117. D.Text = ""
  118. D.Parent = B
  119. E = Instance.new("TextButton")
  120. E.Active = true
  121. E.AutoButtonColor = true
  122. E.Name = "HPGreenBar"
  123. E.BackgroundColor3 = Color3.new(0, 1, 0)
  124. E.Position = UDim2.new(0, 0, 0.15, 0)
  125. E.Size = UDim2.new(1, 0, 0.1, 0)
  126. E.Selected = true
  127. E.Text = ""
  128. E.Parent = B
  129. F = Instance.new("TextButton")
  130. F.Active = true
  131. F.AutoButtonColor = true
  132. F.Name = "MPBlueBar"
  133. F.BackgroundColor3 = Color3.new(0, 0, 1)
  134. F.Size = UDim2.new(1, 0, 0.1, 0)
  135. F.Position = UDim2.new(0, 0, 0.25, 0)
  136. F.Selected = true
  137. F.Text = ""
  138. F.Parent = B
  139. G = Instance.new("TextButton")
  140. G.Active = true
  141. G.AutoButtonColor = true
  142. G.BackgroundTransparency = 1
  143. G.Name = "HPLabel"
  144. G.BackgroundColor3 = Color3.new(0, 1, 0)
  145. G.Position = UDim2.new(0, 0, 0.15, 0)
  146. G.Size = UDim2.new(1, 0, 0.1, 0)
  147. G.Selected = true
  148. G.Text = "Health:100"
  149. G.Parent = B
  150. H = Instance.new("TextButton")
  151. H.Active = true
  152. H.AutoButtonColor = true
  153. H.BackgroundTransparency = 1
  154. H.Name = "MPRedBar"
  155. H.BackgroundColor3 = Color3.new(0, 1, 0)
  156. H.Size = UDim2.new(1, 0, 0.1, 0)
  157. H.Position = UDim2.new(0, 0, 0.25, 0)
  158. H.Selected = true
  159. H.Text = "Energy:100"
  160. H.Parent = B
  161. Name = Instance.new("TextButton")
  162. Name.Active = true
  163. Name.AutoButtonColor = true
  164. Name.Name = "NameLabel"
  165. Name.BackgroundTransparency = 1
  166. Name.BackgroundColor3 = Color3.new(1, 0, 0)
  167. Name.Size = UDim2.new(2, 0, 1, 0)
  168. Name.Position = UDim2.new(-0.5, 0, 0.0625, 0)
  169. Name.Selected = true
  170. Name.Text = ""..me.Name..""
  171. Name.TextScaled = true
  172. Name.Parent = B
  173. Energy = 100
  174. local Sword1 = Instance.new("Part")
  175. Sword1.Parent = char
  176. Sword1.Name = "SSword1"
  177. Sword1.CanCollide = false
  178. Sword1.Locked = true
  179. Sword1.TopSurface = "Smooth"
  180. Sword1.BottomSurface = "Smooth"
  181. Sword1.formFactor = "Symmetric"
  182. Sword1.BrickColor = BrickColor.new("Really black")
  183. Sword1.CFrame = char.Torso.CFrame
  184. Sword1.Transparency = 0
  185. Sword1.Reflectance = 0.1
  186. Sword1.Size = Vector3.new(1, 1, 1)
  187. b1Weld = Instance.new("Weld")
  188. b1Weld.Parent = char.Torso
  189. b1Weld.Part0 = char.Torso
  190. b1Weld.Part1 = Sword1
  191. b1Weld.Name = "TorsoWeld1"
  192. b1Weld.C0 = CFrame.new(1, -1.5, 1.5) * CFrame.Angles(0.2, 0, 1.57)
  193. Sword1Mesh = Instance.new("SpecialMesh")
  194. Sword1Mesh.MeshType = "FileMesh"
  195. Sword1Mesh.Parent = Sword1
  196. Sword1Mesh.MeshId = "http://www.roblox.com/asset/?id=12771349"
  197. Sword1Mesh.TextureId = "http://www.roblox.com/asset/?id=12771330"
  198. Sword1Mesh.Scale = Vector3.new(1.5, 1.5, 1.5)
  199. -------------------------Sword Above is Put Away----------------
  200. function PutAway()
  201. local Sword1 = Instance.new("Part")
  202. Sword1.Parent = char
  203. Sword1.Name = "SSword1"
  204. Sword1.CanCollide = false
  205. Sword1.Locked = true
  206. Sword1.TopSurface = "Smooth"
  207. Sword1.BottomSurface = "Smooth"
  208. Sword1.formFactor = "Symmetric"
  209. Sword1.BrickColor = BrickColor.new("Really black")
  210. Sword1.CFrame = char.Torso.CFrame
  211. Sword1.Transparency = 0
  212. Sword1.Reflectance = 0.1
  213. Sword1.Size = Vector3.new(1, 1, 1)
  214. b1Weld = Instance.new("Weld")
  215. b1Weld.Parent = char.Torso
  216. b1Weld.Part0 = char.Torso
  217. b1Weld.Part1 = Sword1
  218. b1Weld.Name = "TorsoWeld1"
  219. b1Weld.C0 = CFrame.new(1, -1.5, 1.5) * CFrame.Angles(0.2, 0, 1.57)
  220. Sword1Mesh = Instance.new("SpecialMesh")
  221. Sword1Mesh.MeshType = "FileMesh"
  222. Sword1Mesh.Parent = Sword1
  223. Sword1Mesh.MeshId = "http://www.roblox.com/asset/?id=12771349"
  224. Sword1Mesh.TextureId = "http://www.roblox.com/asset/?id=12771330"
  225. Sword1Mesh.Scale = Vector3.new(1.5, 1.5, 1.5)
  226. end
  227. function DrawSwords()
  228. Model1 = Instance.new("Model")
  229. Model1.Parent = char
  230. Model1.Name = "SHold1"
  231. local Sword1 = Instance.new("Part")
  232. Sword1.Parent = Model1
  233. Sword1.Name = "DSword1"
  234. Sword1.CanCollide = false
  235. Sword1.Locked = true
  236. Sword1.TopSurface = "Smooth"
  237. Sword1.BottomSurface = "Smooth"
  238. Sword1.formFactor = "Symmetric"
  239. Sword1.BrickColor = BrickColor.new("Really black")
  240. Sword1.CFrame = char.Torso.CFrame
  241. Sword1.Transparency = 0
  242. Sword1.Reflectance = 0.1
  243. Sword1.Size = Vector3.new(1, 1, 8)
  244. b1Weld = Instance.new("Weld")
  245. b1Weld.Parent = char["Left Arm"]
  246. b1Weld.Part0 = char["Left Arm"]
  247. b1Weld.Part1 = Sword1
  248. b1Weld.Name = "RightSwordWeld"
  249. b1Weld.C0 = CFrame.new(0, -1, -3.25) * CFrame.Angles(0, 3.14, 1.57)
  250. Sword1Mesh = Instance.new("SpecialMesh")
  251. Sword1Mesh.MeshType = "FileMesh"
  252. Sword1Mesh.Parent = Sword1
  253. Sword1Mesh.MeshId = "http://www.roblox.com/asset/?id=12771349"
  254. Sword1Mesh.TextureId = "http://www.roblox.com/asset/?id=12771330"
  255. Sword1Mesh.Scale = Vector3.new(1.5, 1.5, 1.5)
  256. end
  257. neckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  258. neckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  259. LShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  260. LShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  261. RShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  262. RShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  263. LHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  264. LHipC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  265. RHipC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  266. RHipC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  267. function NilLimbs()
  268. neck.C0 = neckC0
  269. neck.C1 = neckC1
  270. RShoulder.C0 = RShoulderC0
  271. RShoulder.C1 = RShoulderC1
  272. LShoulder.C0 = LShoulderC0
  273. LShoulder.C1 = LShoulderC1
  274. RHip.C0 = RHipC0
  275. RHip.C1 = RHipC1
  276. LHip.C0 = LHipC0
  277. LHip.C1 = LHipC1
  278. end
  279. function select(mouse)
  280. for i = 1, 10 do
  281. neck.C0 = neckC0 * CFrame.Angles(0+(0.037*i), 0, 0-(0.037*i))
  282. LShoulder.C0 = LShoulderC0 * CFrame.new(0-(0.05*i), 0, 0-(0.1*i)) * CFrame.Angles(0, (0-(i*0.1)), (0-(i*0.05)))
  283. wait()
  284. end
  285. if char:findFirstChild("SSword1") ~= nil then
  286. char.SSword1:Remove()
  287. end
  288. continue1 = neck.C0
  289. continue2 = LShoulder.C0
  290. DrawSwords()
  291. for i = 1, 10 do
  292. neck.C0 = continue1 * CFrame.Angles(0-(0.037*i), 0, 0+(0.037*i))
  293. LShoulder.C0 = continue2 * CFrame.new(0+(0.05*i), 0, 0+(0.1*i)) * CFrame.Angles(0, (0+(i*0.1)), (0+(i*0.05)))
  294. wait()
  295. end
  296. for i = 1, 10 do
  297. neck.C0 = neckC0 * CFrame.Angles(0-(0.075*i), 0, 0)
  298. LShoulder.C0 = LShoulderC0 * CFrame.Angles(0, 0, 0-(0.314*i))
  299. wait()
  300. end
  301. wait(1)
  302. NilLimbs()
  303. mouse.Button1Down:connect(function()
  304. if not Busy then
  305. AIM = true
  306. Busy = true
  307. char.SHold1.DSword1.Touched:connect(function(hit)
  308. Slash(hit)
  309. end)
  310. omg = math.random(1, 4)
  311. if omg == 1 then
  312. slash = Instance.new("Animation")
  313. slash.Parent = script.Parent
  314. slash.AnimationId = "http://www.roblox.com/Asset?ID=74897796"
  315. slash.Name = "PowerSlash"
  316. game.Debris:AddItem(slash, 6)
  317. slash = hum:LoadAnimation(slash)
  318. wait()
  319. slash:Play()
  320. wait(0.45)
  321. slash:Remove()
  322. end
  323. if omg == 2 then
  324. for i = 1 , 2 do
  325. LShoulder.C0 = LShoulder.C0 * CFrame.new(0.4, 0, 0) * CFrame.Angles(0, -0.6, 0)
  326. wait()
  327. end
  328. for i = 1 , 4 do
  329. LShoulder.C0 = LShoulder.C0 * CFrame.new(0, -0.2, 0.2) * CFrame.Angles(-0.44, 0, -0.2)
  330. wait(0.03)
  331. end
  332. wait(0.1)
  333. for i = 1 , 4 do
  334. LShoulder.C0 = LShoulder.C0 * CFrame.new(0, 0.2, -0.2) * CFrame.Angles(0.44, 0, 0.2)
  335. wait(0.03)
  336. end
  337. for i = 1 , 2 do
  338. LShoulder.C0 = LShoulder.C0 * CFrame.new(-0.4, 0, 0) * CFrame.Angles(0, 0.6, 0)
  339. wait(0.02)
  340. end
  341. end
  342. NilLimbs()
  343. AIM = false
  344. Busy = false
  345. end
  346. end)
  347. mouse.KeyDown:connect(function(key)
  348. key = key:lower()
  349. if not Busy then
  350. if key == "q" and Busy == false and Energy >= 15 and Trans == false then
  351. Busy = true
  352. local pos = mouse.Hit.p
  353. pos1 = torso.Position
  354. if (torso.Position-pos).magnitude <= 500 then
  355. if torso:findFirstChild("Darkness") == nil then
  356. f = Instance.new("Fire")
  357. f.Parent = torso
  358. f.Name = "Darkness"
  359. f.Heat = 5
  360. f.Size = 5
  361. f.Color = Color3.new(0, 0, 0)
  362. f.SecondaryColor = Color3.new(0, 0, 0)
  363. end
  364. if head:findFirstChild("Darkness") == nil then
  365. f = Instance.new("Fire")
  366. f.Parent = head
  367. f.Name = "Darkness"
  368. f.Heat = 5
  369. f.Size = 5
  370. f.Color = Color3.new(0, 0, 0)
  371. f.SecondaryColor = Color3.new(0, 0, 0)
  372. end
  373. if rightarm:findFirstChild("Darkness") == nil then
  374. f = Instance.new("Fire")
  375. f.Parent = rightarm
  376. f.Name = "Darkness"
  377. f.Heat = 5
  378. f.Size = 5
  379. f.Color = Color3.new(0, 0, 0)
  380. f.SecondaryColor = Color3.new(0, 0, 0)
  381. end
  382. if leftarm:findFirstChild("Darkness") == nil then
  383. f = Instance.new("Fire")
  384. f.Parent = leftarm
  385. f.Name = "Darkness"
  386. f.Heat = 5
  387. f.Size = 5
  388. f.Color = Color3.new(0, 0, 0)
  389. f.SecondaryColor = Color3.new(0, 0, 0)
  390. end
  391. if leftleg:findFirstChild("Darkness") == nil then
  392. f = Instance.new("Fire")
  393. f.Parent = leftleg
  394. f.Name = "Darkness"
  395. f.Heat = 5
  396. f.Size = 5
  397. f.Color = Color3.new(0, 0, 0)
  398. f.SecondaryColor = Color3.new(0, 0, 0)
  399. end
  400. if rightleg:findFirstChild("Darkness") == nil then
  401. f = Instance.new("Fire")
  402. f.Parent = rightleg
  403. f.Name = "Darkness"
  404. f.Heat = 5
  405. f.Size = 5
  406. f.Color = Color3.new(0, 0, 0)
  407. f.SecondaryColor = Color3.new(0, 0, 0)
  408. end
  409. Energy = Energy - 15
  410. RShoulder.C0 = RShoulderC0 * CFrame.Angles(0, 0, 1.5)
  411. Model = Instance.new("Model")
  412. Model.Parent = char
  413. local Arrow = Instance.new("Part")
  414. Arrow.Locked = true
  415. Arrow.CanCollide = false
  416. Arrow.BackSurface = 0
  417. Arrow.BottomSurface = 0
  418. Arrow.FrontSurface = 0
  419. Arrow.LeftSurface = 0
  420. Arrow.RightSurface = 0
  421. Arrow.Name = "Blast"
  422. Arrow.TopSurface = 0
  423. Arrow.formFactor = "Symmetric"
  424. Arrow.Shape = "Block"
  425. Arrow.Size = Vector3.new(5, 20, 5)
  426. Arrow.BrickColor = BrickColor.new("Really black")
  427. Arrow.CFrame = torso.CFrame * CFrame.Angles(1.57, 0, 0)
  428. Arrow.Anchored = true
  429. m = Instance.new("CylinderMesh")
  430. m.Parent = Arrow
  431. m.Scale = Vector3.new(4, 1, 4)
  432. Arrow.Parent = Model
  433. Arrow.Touched:connect(function(shiz)
  434. if shiz.Parent ~= nil then
  435. if shiz.Parent.Name ~= char.Name then
  436. if shiz.Parent:FindFirstChild("Humanoid") ~= nil then
  437.  
  438. if shiz.Parent:findFirstChild("Humanoid") ~= nil then
  439. shiz.Parent.Humanoid.Health = shiz.Parent.Humanoid.Health - 15
  440. shiz.Parent.Torso.Velocity = torso.CFrame.lookVector * 100 + Vector3.new(0, 0, 0)
  441. Nodel = Instance.new("Model")
  442. game.Debris:AddItem(Model, 2)
  443. Nodel.Parent = shiz.Parent
  444. p = Instance.new("Part")
  445. p.Parent = Nodel
  446. p.BrickColor = BrickColor.new("Bright yellow")
  447. p.CFrame = shiz.Parent.Head.CFrame * CFrame.new(0, 5, 0)
  448. p.CanCollide = false
  449. p.Transparency = 1
  450. y = Instance.new("BodyVelocity")
  451. y.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  452. y.Parent = p
  453. y.velocity = torso.CFrame.lookVector*0 + Vector3.new(0, 5, 0)
  454. m = Instance.new("SpecialMesh")
  455. m.MeshType = "Brick"
  456. m.Scale = Vector3.new(-0.35, 0.1, -0.35)
  457. m.Parent = p
  458. gui = Instance.new("BillboardGui")
  459. gui.Parent = p
  460. gui.Adornee = p
  461. gui.Size = UDim2.new(4,0,2,0)
  462. gui.StudsOffset = Vector3.new(0,4,0)
  463. texta=Instance.new("TextBox")
  464. texta.Size = UDim2.new(1,0,1,0)
  465. texta.BackgroundTransparency = 1
  466. texta.Text = ("~15~")
  467. texta.TextStrokeColor3 = Color3.new(1, 0, 0)
  468. texta.TextStrokeTransparency = 0
  469. texta.Parent = gui
  470. wait(0.15)
  471. end
  472. end
  473. end
  474. end
  475. end)
  476. torso.CFrame = CFrame.new(torso.Position, pos)
  477. torso.Anchored = true
  478. hum.PlatformStand = true
  479. for i = 1,(pos1-pos).magnitude/4 do
  480. torso.CFrame = CFrame.new(torso.Position, pos)
  481. Arrow.Size = Vector3.new(0, i*5, 0)
  482. Arrow.CFrame = torso.CFrame * CFrame.new(1.75, 0, 0-i*2.5) * CFrame.Angles(1.57, 0, 0)
  483. wait(.001)
  484. end
  485. continue1 = Arrow.CFrame
  486. pos2 = (pos1-pos).magnitude
  487. torso.Anchored = true
  488. for i = 1, 10 do
  489. Arrow.Transparency = Arrow.Transparency + 0.1
  490. m.Scale = m.Scale - Vector3.new(0.35, 0, 0.35)
  491. Arrow.CFrame = continue1 * CFrame.new(0, 0, 0)
  492. wait()
  493. end
  494. Model:Remove()
  495. hum.PlatformStand = false
  496. torso.Anchored = false
  497. NilLimbs()
  498. if torso:findFirstChild("Darkness") ~= nil then
  499. torso.Darkness:Remove()
  500. end
  501. if head:findFirstChild("Darkness") ~= nil then
  502. head.Darkness:Remove()
  503. end
  504. if rightarm:findFirstChild("Darkness") ~= nil then
  505. rightarm.Darkness:Remove()
  506. end
  507. if leftarm:findFirstChild("Darkness") ~= nil then
  508. leftarm.Darkness:Remove()
  509. end
  510. if leftleg:findFirstChild("Darkness") ~= nil then
  511. leftleg.Darkness:Remove()
  512. end
  513. if rightleg:findFirstChild("Darkness") ~= nil then
  514. rightleg.Darkness:Remove()
  515. end
  516. end
  517. Busy = false
  518. end
  519. if key == "e" and Busy == false and Energy >= 50 and Trans == false then
  520. for i, v in pairs(workspace:GetChildren()) do
  521. if v.Name ~= me.Name then
  522. zTorso = v:findFirstChild("Torso")
  523. zHead = v:findFirstChild("Head")
  524. zHumanoid = v:findFirstChild("Humanoid")
  525. if zTorso ~= nil and zHumanoid ~= nil then
  526. if (torso.Position-zTorso.Position).magnitude <= 7.5 then
  527. Busy = true
  528. Energy = Energy - 50
  529. Gyro = Instance.new("BodyGyro")
  530. Gyro.Parent = torso
  531. Gyro.D = 50
  532. Gyro.maxTorque = Vector3.new(0, 0, 0)
  533. hum.PlatformStand = true
  534. if char:findFirstChild("Humanoid") ~= nil then
  535. char.Humanoid.Name = "Immortal"
  536. end
  537. datcframe = torso.CFrame
  538. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  539. Gyro.cframe = CFrame.new(0, 0, 0) * CFrame.Angles(1.4, 0.785, 0)
  540. RShoulder.C0 = RShoulderC0 * CFrame.Angles(0, 0, 3.14)
  541. LShoulder.C0 = LShoulderC0 * CFrame.Angles(0, 1.5, -1.57)
  542. RHip.C0 = RHipC0 * CFrame.Angles(-0.75, 0, 0)
  543. LHip.C0 = LHipC0 * CFrame.Angles(0, 0, 0)
  544. for i = 1, 20 do
  545. zTorso.Velocity = zTorso.CFrame.lookVector * 0 + Vector3.new(0, 75, 0)
  546. wait()
  547. end
  548. pcframe = zTorso.CFrame
  549. Gyro.cframe = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  550. zTorso.Anchored = true
  551. NilLimbs()
  552. torso.Anchored = false
  553. torso.CFrame = datcframe
  554. LShoulder.C0 = LShoulder.C0 * CFrame.Angles(0.5, 0, 0.75)
  555. RShoulder.C0 = RShoulder.C0 * CFrame.Angles(0.5, 0, -0.75)
  556. LHip.C0 = LHip.C0 * CFrame.Angles(0, 0, 0)
  557. RHip.C0 = RHip.C0 * CFrame.Angles(0, 0, -1.57)
  558. torso.CFrame = torso.CFrame * CFrame.new(0, -3, 0)
  559. torso.Anchored = true
  560. d = Instance.new("Fire")
  561. d.Parent = torso
  562. d.Name = "Spread"
  563. d.Heat = 0
  564. d.Size = 0
  565. d.Color = Color3.new(0, 0, 0)
  566. d.SecondaryColor = Color3.new(0, 0, 0)
  567. for i = 1, 10 do
  568. neck.C0 = neckC0 * CFrame.Angles(0+(0.038*i), 0, 0)
  569. d.Size = d.Size + 3
  570. wait()
  571. end
  572. NilLimbs()
  573. zTorso.Anchored = true
  574. torso.CFrame = zTorso.CFrame * CFrame.new(0, 0.75, -20) * CFrame.Angles(0, 3.14, 0)
  575. l = Instance.new("BodyVelocity")
  576. l.Parent = zTorso
  577. l.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  578. x = Instance.new("BodyVelocity")
  579. x.Parent = torso
  580. x.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  581. zTorso.CFrame = pcframe
  582. for i = 1, 5 do
  583. zTorso.CFrame = pcframe
  584. RShoulder.C0 = RShoulderC0 * CFrame.Angles(0, 0, 1.5)
  585. LShoulder.C0 = LShoulderC0 * CFrame.Angles(0, 0, 1.5)
  586. d.Size = d.Size - 1.5
  587. d.Heat = d.Heat - 1.25
  588. p = Instance.new("Part")
  589. p.Parent = Workspace
  590. p.Anchored = true
  591. p.CanCollide = false
  592. p.Transparency = 0.4
  593. p.formFactor = "Symmetric"
  594. p.Size = Vector3.new(1, 1, 1)
  595. p.TopSurface = "Smooth"
  596. p.BottomSurface = "Smooth"
  597. p.Name = "DarkBall"
  598. p.Shape = "Ball"
  599. p.CFrame = torso.CFrame
  600. p.BrickColor = BrickColor.new(26)
  601. game.Debris:AddItem(p, 3)
  602. AirCFrame = torso.CFrame * CFrame.new(0, 0, -1) * CFrame.Angles(0, 3.14, 0)
  603. for i = 1 , 5 do
  604. AirCFrame = AirCFrame * CFrame.new(0, 0, 5)
  605. p.CFrame = AirCFrame
  606. for u, v in pairs(workspace:GetChildren()) do
  607. if v.Name ~= me.Name then
  608. etorso = v:findFirstChild("Torso")
  609. ehumanoid = v:findFirstChild("Humanoid")
  610. if etorso ~= nil and ehumanoid ~= nil then
  611. if (AirCFrame.p-etorso.Position).magnitude <= 10 then
  612. ehumanoid:TakeDamage(100)
  613. etorso.Velocity = AirCFrame.lookVector * -100 + Vector3.new(0, 10, 0)
  614. end
  615. end
  616. end
  617. end
  618. wait()
  619. end
  620.  
  621. p:Remove()
  622. wait()
  623. zTorso.CFrame = pcframe
  624. LShoulder.C0 = LShoulderC0 * CFrame.Angles(0, 0, -1.5)
  625. RShoulder.C0 = RShoulderC0 * CFrame.Angles(0, 0, -1.5)
  626. d.Size = d.Size - 1.5
  627. d.Heat = d.Heat - 1.25
  628. p = Instance.new("Part")
  629. p.Parent = Workspace
  630. p.Anchored = true
  631. p.CanCollide = false
  632. p.Transparency = 0.4
  633. p.formFactor = "Symmetric"
  634. p.Size = Vector3.new(1, 1, 1)
  635. p.TopSurface = "Smooth"
  636. p.BottomSurface = "Smooth"
  637. p.Name = "DarkBall"
  638. p.Shape = "Ball"
  639. p.CFrame = torso.CFrame
  640. p.BrickColor = BrickColor.new(26)
  641. game.Debris:AddItem(p, 3)
  642. AirCFrame = torso.CFrame * CFrame.new(0, 0, -1) * CFrame.Angles(0, 3.14, 0)
  643. for i = 1 , 5 do
  644. AirCFrame = AirCFrame * CFrame.new(0, 0, 5)
  645. p.CFrame = AirCFrame
  646. for u, v in pairs(workspace:GetChildren()) do
  647. if v.Name ~= me.Name then
  648. etorso = v:findFirstChild("Torso")
  649. ehumanoid = v:findFirstChild("Humanoid")
  650. if etorso ~= nil and ehumanoid ~= nil then
  651. if (AirCFrame.p-etorso.Position).magnitude <= 10 then
  652. ehumanoid:TakeDamage(100)
  653. etorso.Velocity = AirCFrame.lookVector * -100 + Vector3.new(0, 10, 0)
  654. end
  655. end
  656. end
  657. end
  658. wait()
  659. end
  660.  
  661. p:Remove()
  662. wait()
  663. end
  664. NilLimbs()
  665. torso.CFrame = zTorso.CFrame * CFrame.new(0, 0.75, -20) * CFrame.Angles(0, 3.14, 0)
  666. wait()
  667. torso.CFrame = zTorso.CFrame * CFrame.new(0, 0.75, -15) * CFrame.Angles(0, 3.14, 0)
  668. wait()
  669. torso.CFrame = zTorso.CFrame * CFrame.new(0, 0.75, -10) * CFrame.Angles(0, 3.14, 0)
  670. wait()
  671. torso.CFrame = zTorso.CFrame * CFrame.new(0, 0.75, -5) * CFrame.Angles(0, 3.14, 0)
  672. wait()
  673. torso.CFrame = zTorso.CFrame * CFrame.new(0, 0.75, -2) * CFrame.Angles(0, 3.14, 0)
  674. wait()
  675. for i = 1, 10 do
  676. zTorso.CFrame = pcframe
  677. zHumanoid.Health = zHumanoid.Health - 1
  678. RHip.C0 = RHipC0 * CFrame.Angles(0, 0, 1.5)
  679. LHip.C0 = LHipC0 * CFrame.Angles(0, 0, 1.5)
  680. wait()
  681. zTorso.CFrame = pcframe
  682. RHip.C0 = RHipC0 * CFrame.Angles(0, 0, -1.5)
  683. LHip.C0 = LHipC0 * CFrame.Angles(0, 0, -1.5)
  684. wait()
  685. end
  686. NilLimbs()
  687. torso.Anchored = false
  688. RHip.C0 = RHipC0 * CFrame.new(0, 1, 0) * CFrame.Angles(-1.57, 0, 0)
  689. LHip.C0 = LHipC0 * CFrame.new(0, 1, 0) * CFrame.Angles(-1.57, 0, 0)
  690. torso.CFrame = torso.CFrame * CFrame.new(0, 0.1, 0) * CFrame.Angles(3.14, 0, 0)
  691. local Ball2 = Instance.new("Part")
  692. Ball2.Parent = char
  693. Ball2.Name = "Ball2"
  694. Ball2.CanCollide = false
  695. Ball2.Locked = true
  696. Ball2.TopSurface = "Smooth"
  697. Ball2.BottomSurface = "Smooth"
  698. Ball2.formFactor = "Symmetric"
  699. Ball2.BrickColor = BrickColor.new("Really black")
  700. Ball2.CFrame = torso.CFrame
  701. Ball2.Transparency = 0
  702. Ball2.Reflectance = 0.1
  703. Ball2.Size = Vector3.new(1, 1, 1)
  704. b2Weld = Instance.new("Weld")
  705. b2Weld.Parent = torso
  706. b2Weld.Part0 = torso
  707. b2Weld.Part1 = Ball2
  708. b2Weld.C0 = CFrame.new(0, 0, 0)
  709. b2Weld.Name = "TorsoWeld2"
  710. Ball2Mesh = Instance.new("SpecialMesh")
  711. Ball2Mesh.MeshType = "FileMesh"
  712. Ball2Mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  713. Ball2Mesh.Parent = Ball2
  714. Ball2Mesh.Scale = Vector3.new(1.5, 3, 1.5)
  715. RShoulder.C0 = RShoulderC0 * CFrame.Angles(0, 0, 3.14)
  716. LShoulder.C0 = LShoulderC0 * CFrame.Angles(0, 0, -3.14)
  717. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  718. Gyro.cframe = torso.CFrame
  719. for i = 1, 50 do
  720. Ball2Mesh.Scale = Ball2Mesh.Scale + Vector3.new(0.5, 0, 0.5)
  721. torso.Velocity = torso.CFrame.lookVector * 0 + Vector3.new(0, 4.5, 0)
  722. Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 0.7, 0)
  723. zHumanoid.Health = zHumanoid.Health - 0.25
  724. wait()
  725. end
  726. Ball2:Remove()
  727. torso.Anchored = true
  728. NilLimbs()
  729. RShoulder.C0 = RShoulderC0 * CFrame.Angles(0, 0, 3.14)
  730. LShoulder.C0 = LShoulderC0 * CFrame.Angles(0, 0, -3.14)
  731. torso.CFrame = zTorso.CFrame * CFrame.new(0, 5, 0)
  732. wait()
  733. torso.CFrame = zTorso.CFrame * CFrame.new(0, 10, 0)
  734. wait()
  735. torso.CFrame = zTorso.CFrame * CFrame.new(0, 15, 0) * CFrame.Angles(3.14, 0, 0)
  736. torso.Anchored = true
  737. local Ball2 = Instance.new("Part")
  738. Ball2.Parent = char
  739. Ball2.Name = "Ball2"
  740. Ball2.CanCollide = false
  741. Ball2.Locked = true
  742. Ball2.TopSurface = "Smooth"
  743. Ball2.BottomSurface = "Smooth"
  744. Ball2.formFactor = "Symmetric"
  745. Ball2.BrickColor = BrickColor.new("Really black")
  746. Ball2.CFrame = torso.CFrame
  747. Ball2.Transparency = 0
  748. Ball2.Reflectance = 0.1
  749. Ball2.Size = Vector3.new(1, 1, 1)
  750. b2Weld = Instance.new("Weld")
  751. b2Weld.Parent = torso
  752. b2Weld.Part0 = torso
  753. b2Weld.Part1 = Ball2
  754. b2Weld.C0 = CFrame.new(0, 0, 0)
  755. b2Weld.Name = "TorsoWeld2"
  756. Ball2Mesh = Instance.new("SpecialMesh")
  757. Ball2Mesh.MeshType = "Sphere"
  758. Ball2Mesh.Parent = Ball2
  759. Ball2Mesh.Scale = Vector3.new(1.5, 1.5, 1.5)
  760. for i = 1, 10 do
  761. zTorso.CFrame = pcframe
  762. Ball2.CFrame = Ball2.CFrame * CFrame.new(0, 0.5*i, 0)
  763. Ball2Mesh.Scale = Ball2Mesh.Scale + Vector3.new(1.5, 1.5, 1.5)
  764. wait()
  765. end
  766. xp = Instance.new("Explosion")
  767. xp.Parent = game.Workspace
  768. xp.BlastPressure = 0
  769. xp.Position = Ball2.Position
  770. wait(1)
  771. zTorso.Anchored = false
  772. zTorso.Velocity = zTorso.CFrame.lookVector * -250 + Vector3.new(0, 75, 0)
  773. zHumanoid.Health = zHumanoid.Health - 45
  774. Model = Instance.new("Model")
  775. game.Debris:AddItem(Model, 2)
  776. Model.Parent = zTorso.Parent
  777. p = Instance.new("Part")
  778. p.Parent = Model
  779. p.BrickColor = BrickColor.new("Bright red")
  780. p.CFrame = zTorso.Parent.Head.CFrame * CFrame.new(0, 5, 0)
  781. p.CanCollide = false
  782. y = Instance.new("BodyVelocity")
  783. y.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  784. y.Parent = p
  785. y.velocity = torso.CFrame.lookVector*0 + Vector3.new(0, 10, 0)
  786. m = Instance.new("SpecialMesh")
  787. m.MeshType = "Brick"
  788. m.Scale = Vector3.new(0.25, 0.1, 0.25)
  789. m.Parent = p
  790. gui = Instance.new("BillboardGui")
  791. gui.Parent = p
  792. gui.Adornee = p
  793. gui.Size = UDim2.new(4,0,2,0)
  794. gui.StudsOffset = Vector3.new(0,4,0)
  795. texta=Instance.new("TextBox")
  796. texta.Size = UDim2.new(1,0,1,0)
  797. texta.BackgroundTransparency = 1
  798. texta.Text = ("~75~")
  799. texta.Parent = gui
  800. torso.Anchored = false
  801. l:Remove()
  802. x:Remove()
  803. Gyro:Remove()
  804. Ball2:Remove()
  805. d:Remove()
  806. if char:findFirstChild("Immortal") ~= nil then
  807. char.Immortal.Name = "Humanoid"
  808. end
  809. hum.PlatformStand = false
  810. Busy = false
  811. NilLimbs()
  812. end
  813. end
  814. end
  815. end
  816. end
  817. end
  818. end)
  819. function onKeyDown(press)
  820. press = press:lower()
  821. if press == "b" and Busy == false and Energy > 5 and OnFire == false and Trans == false then
  822. Busy = true
  823. OnFire = true
  824. if torso:findFirstChild("Darkness") == nil then
  825. f = Instance.new("Fire")
  826. f.Parent = torso
  827. f.Name = "Darkness"
  828. f.Heat = 5
  829. f.Size = 5
  830. f.Color = Color3.new(0, 0, 0)
  831. f.SecondaryColor = Color3.new(0, 0, 0)
  832. end
  833. if head:findFirstChild("Darkness") == nil then
  834. f = Instance.new("Fire")
  835. f.Parent = head
  836. f.Name = "Darkness"
  837. f.Heat = 5
  838. f.Size = 5
  839. f.Color = Color3.new(0, 0, 0)
  840. f.SecondaryColor = Color3.new(0, 0, 0)
  841. end
  842. if rightarm:findFirstChild("Darkness") == nil then
  843. f = Instance.new("Fire")
  844. f.Parent = rightarm
  845. f.Name = "Darkness"
  846. f.Heat = 5
  847. f.Size = 5
  848. f.Color = Color3.new(0, 0, 0)
  849. f.SecondaryColor = Color3.new(0, 0, 0)
  850. end
  851. if leftarm:findFirstChild("Darkness") == nil then
  852. f = Instance.new("Fire")
  853. f.Parent = leftarm
  854. f.Name = "Darkness"
  855. f.Heat = 5
  856. f.Size = 5
  857. f.Color = Color3.new(0, 0, 0)
  858. f.SecondaryColor = Color3.new(0, 0, 0)
  859. end
  860. if leftleg:findFirstChild("Darkness") == nil then
  861. f = Instance.new("Fire")
  862. f.Parent = leftleg
  863. f.Name = "Darkness"
  864. f.Heat = 5
  865. f.Size = 5
  866. f.Color = Color3.new(0, 0, 0)
  867. f.SecondaryColor = Color3.new(0, 0, 0)
  868. end
  869. if rightleg:findFirstChild("Darkness") == nil then
  870. f = Instance.new("Fire")
  871. f.Parent = rightleg
  872. f.Name = "Darkness"
  873. f.Heat = 5
  874. f.Size = 5
  875. f.Color = Color3.new(0, 0, 0)
  876. f.SecondaryColor = Color3.new(0, 0, 0)
  877. end
  878. hum.WalkSpeed = 100
  879. end
  880. end
  881. function onKeyUp(release)
  882. release:lower()
  883. if release == "b" and Trans == false then
  884. Busy = false
  885. OnFire = false
  886. if torso:findFirstChild("Darkness") ~= nil then
  887. torso.Darkness:Remove()
  888. end
  889. if head:findFirstChild("Darkness") ~= nil then
  890. head.Darkness:Remove()
  891. end
  892. if rightarm:findFirstChild("Darkness") ~= nil then
  893. rightarm.Darkness:Remove()
  894. end
  895. if leftarm:findFirstChild("Darkness") ~= nil then
  896. leftarm.Darkness:Remove()
  897. end
  898. if leftleg:findFirstChild("Darkness") ~= nil then
  899. leftleg.Darkness:Remove()
  900. end
  901. if rightleg:findFirstChild("Darkness") ~= nil then
  902. rightleg.Darkness:Remove()
  903. end
  904. hum.WalkSpeed = 16
  905. end
  906. end
  907. mouse.KeyDown:connect(onKeyDown)
  908. mouse.KeyUp:connect(onKeyUp)
  909. end
  910. function deselect(mouse)
  911. for i = 1, 10 do
  912. neck.C0 = neckC0 * CFrame.Angles(0+(0.037*i), 0, 0-(0.037*i))
  913. LShoulder.C0 = LShoulderC0 * CFrame.new(0-(0.05*i), 0, 0-(0.1*i)) * CFrame.Angles(0, (0-(i*0.1)), (0-(i*0.05)))
  914. wait()
  915. end
  916. if char:findFirstChild("SHold1") ~= nil then
  917. char.SHold1:Remove()
  918. end
  919. wait(0.25)
  920. PutAway()
  921. wait(0.25)
  922. NilLimbs()
  923. end
  924. if script.Parent.className ~= "HopperBin" then
  925. h = Instance.new("HopperBin")
  926. h.Name = "Mirisanaji"
  927. script.Parent = h
  928. h.Parent = me.Backpack
  929. end
  930. bin = script.Parent
  931. bin.Selected:connect(select)
  932. bin.Deselected:connect(deselect)
  933. while true do
  934. if char:findFirstChild("Humanoid") ~= nil then
  935. E.Size = UDim2.new(me.Character.Humanoid.Health * 0.01, 0, 0.1, 0)
  936. end
  937. F.Size = UDim2.new(Energy * 0.01, 0, 0.1, 0)
  938. if char:findFirstChild("Humanoid") ~= nil then
  939. G.Text = "Health:"..me.Character.Humanoid.Health..""
  940. end
  941. H.Text = "Energy:"..Energy..""
  942. if Energy < 100 and OnFire == false and Busy == false then
  943. Energy = Energy + 0.1
  944. end
  945. if Energy > 100 then
  946. Energy = 100
  947. end
  948. if OnFire == true and Energy > 0.5 then
  949. Energy = Energy - 0.5
  950. end
  951. if OnFire == true and Energy <= 0.5 then
  952. Busy = false
  953. OnFire = false
  954. if torso:findFirstChild("Darkness") ~= nil then
  955. torso.Darkness:Remove()
  956. end
  957. if head:findFirstChild("Darkness") ~= nil then
  958. head.Darkness:Remove()
  959. end
  960. if rightarm:findFirstChild("Darkness") ~= nil then
  961. rightarm.Darkness:Remove()
  962. end
  963. if leftarm:findFirstChild("Darkness") ~= nil then
  964. leftarm.Darkness:Remove()
  965. end
  966. if leftleg:findFirstChild("Darkness") ~= nil then
  967. leftleg.Darkness:Remove()
  968. end
  969. if rightleg:findFirstChild("Darkness") ~= nil then
  970. rightleg.Darkness:Remove()
  971. end
  972. hum.WalkSpeed = 16
  973. end
  974. ---------------------------------------------------------------------------------------------------------
  975. wait()
  976. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement