Advertisement
lestoes

Untitled

Jul 25th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 253.46 KB | None | 0 0
  1.  
  2.  
  3. local p = game.Players.LocalPlayer
  4. local char = p.Character
  5. local mouse = p:GetMouse()
  6. local larm = char["Left Arm"]
  7. local rarm = char["Right Arm"]
  8. local lleg = char["Left Leg"]
  9. local rleg = char["Right Leg"]
  10. local hed = char.Head
  11. local torso = char.Torso
  12. local hum = char.Humanoid
  13. local cam = game.Workspace.CurrentCamera
  14. local root = char.HumanoidRootPart
  15. local deb = false
  16. local shot = 0
  17. local debris=game:service"Debris"
  18. local l = game:GetService("Lighting")
  19. local rs = game:GetService("RunService").RenderStepped
  20. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  21. for i,v in pairs (hed:GetChildren()) do
  22. if v:IsA("Sound") then
  23. v:Destroy()
  24. end
  25. end
  26. for i,v in pairs (char:GetChildren()) do
  27. if v:IsA("Accessory") or v.ClassName == "Accessory" then
  28. v:Destroy()
  29. end
  30. end
  31. --------------------------------------------------------------------
  32.  
  33.  
  34. hed.face.Texture = "http://www.roblox.com/asset/?id=635120692"
  35. ----------------------------------------------------
  36. Debounces = {
  37. CanAttack = true;
  38. NoIdl = false;
  39. Slashing = false;
  40. Slashed = false;
  41. RPunch = false;
  42. RPunched = false;
  43. LPunch = false;
  44. LPunched = false;
  45. }
  46. local Touche = {char.Name, }
  47. ----------------------------------------------------
  48. char["Body Colors"].HeadColor = BrickColor.new("White")
  49. char["Body Colors"].TorsoColor = BrickColor.new("Mulberry")
  50. char["Body Colors"].LeftArmColor = BrickColor.new("White")
  51. char["Body Colors"].RightArmColor = BrickColor.new("White")
  52. ----------------------------------------------------
  53. ----------------------------------------------------------------
  54.  
  55. ---------------------------- SHIRT AND PANTS --
  56. --------------------------------
  57. for i,v in pairs(char:children()) do
  58. if v:IsA("Shirt") and v:IsA("Pants") and v:IsA("Hat") and v:IsA("Accessory") then
  59. v:Remove()
  60. end
  61. end
  62. shirt = Instance.new("Shirt", char)
  63. shirt.Name = "Shirt"
  64. pants = Instance.new("Pants", char)
  65. pants.Name = "Pants"
  66. char.Shirt.ShirtTemplate = "rbxassetid://716858027"
  67. char.Pants.PantsTemplate = "rbxassetid://687438377"
  68.  
  69. ---------------------------------------------------------
  70.  
  71. --------------
  72. purple = Color3.new(1, 1, 1)
  73. local player = "LocalPlayer"
  74. local Character = game.Players[player].Character
  75. it = Instance.new
  76. vt = Vector3.new
  77. bc = BrickColor.new
  78. cf = CFrame.new
  79. local hed = Character.Head
  80. local ultcooldown = 99999
  81.  
  82. paly = game.Players.LocalPlayer
  83. p = game.Players.LocalPlayer
  84. char = paly.Character
  85. torso = char.Torso
  86. neck = char.Torso.Neck
  87. hum = char.Humanoid
  88. Player = game:GetService("Players").LocalPlayer
  89. local mouse = Player:GetMouse()
  90. Character = Player.Character
  91. tors = Character.Torso
  92. lleg = Character["Left Leg"]
  93. root = Character.HumanoidRootPart
  94. hed = Character.Head
  95. rleg = Character["Right Leg"]
  96. rarm = Character["Right Arm"]
  97. larm = Character["Left Arm"]
  98. local Effects = {}
  99.  
  100.  
  101. function ExplodeMass(rad,par)
  102. local expart = Instance.new("Part",script.Parent)
  103. local expart2 = Instance.new("Part",script.Parent)
  104. local partMesh = Instance.new("SpecialMesh",expart)
  105. partMesh.MeshType = "Sphere"
  106. local partMesh2 = Instance.new("SpecialMesh",expart2)
  107. partMesh2.MeshType = "Sphere"
  108. local expld = Instance.new("Explosion", script.Parent)
  109. local plode = Instance.new("Sound",workspace)
  110. plode.SoundId = "rbxassetid://579687077"
  111. plode.Volume = 1
  112. plode.Pitch = 0.85
  113. plode.Looped = false
  114. plode:Play()
  115. local plodez = Instance.new("Sound",workspace)
  116. plodez.SoundId = "rbxassetid://288641686"
  117. plodez.Volume = 1
  118. plodez.Pitch = 0.75
  119. plodez.Looped = false
  120. plodez:Play()
  121. local plodeza = Instance.new("Sound",workspace)
  122. plodeza.SoundId = "rbxassetid://197161452"
  123. plodeza.Volume = 0.85
  124. plodeza.Pitch = 0.65
  125. plodeza.Looped = false
  126. plodeza:Play()
  127. local plodezar = Instance.new("Sound",workspace)
  128. plodezar.SoundId = "rbxassetid://197161452"
  129. plodezar.Volume = 0.85
  130. plodezar.Pitch = 0.25
  131. plodezar.Looped = false
  132. plodezar:Play()
  133. local s3 = Instance.new("Sound",workspace)
  134. s3.SoundId = "rbxassetid://268931189"
  135. s3.Pitch = 1
  136. s3.Volume = 1
  137. s3.Looped = false
  138. s3:Play()
  139. expld.BlastRadius = rad
  140. expld.Position = par.Position
  141. partMesh.Scale = vt(rad,rad,rad)
  142. expart.Size = vt(1,1,1)*1.5
  143. expart.Transparency = 0
  144. expart.Anchored = true
  145. expart.Material = "Neon"
  146. expart.BrickColor = bc("White")
  147. expart.CFrame = par.CFrame
  148. partMesh2.Scale = vt(rad,rad,rad)
  149. expart2.Size = vt(1.15,1.15,1.15)*1.5
  150. expart2.Transparency = 0.5
  151. expart2.Anchored = true
  152. expart2.Material = "Neon"
  153. expart2.BrickColor = Character.Torso.BrickColor
  154. expart2.CFrame = par.CFrame
  155. local value = 1*rad/10
  156. par:Destroy()
  157. for i = 0, 300 do
  158. partMesh.Scale = partMesh.Scale + vt(value,value,value)
  159. expart.CFrame = expart.CFrame
  160. partMesh2.Scale = partMesh2.Scale + vt(value,value,value)
  161. expart2.CFrame = expart.CFrame
  162. value = value - 0.0175*rad/10
  163. if value <= 0 then
  164. expart.Transparency = expart.Transparency + 0.0125
  165. expart2.Transparency = expart2.Transparency + 0.0125
  166. value = 0.25
  167. end
  168. wait()
  169. end
  170. plode.Parent = nil
  171. expart.Parent = nil
  172. expart2.Parent = nil
  173. expld.Parent = nil
  174. end
  175.  
  176. function ExplodeMass2(rad,par)
  177. local expart = Instance.new("Part",script.Parent)
  178. local expart2 = Instance.new("Part",script.Parent)
  179. local partMesh = Instance.new("SpecialMesh",expart)
  180. partMesh.MeshType = "Sphere"
  181. local partMesh2 = Instance.new("SpecialMesh",expart2)
  182. partMesh2.MeshType = "Sphere"
  183. local expld = Instance.new("Explosion", script.Parent)
  184. local plode = Instance.new("Sound",workspace)
  185. plode.SoundId = "rbxassetid://579687077"
  186. plode.Volume = 1
  187. plode.Pitch = 0.8
  188. plode.Looped = false
  189. plode:Play()
  190. local plodez = Instance.new("Sound",workspace)
  191. plodez.SoundId = "rbxassetid://288641686"
  192. plodez.Volume = 1
  193. plodez.Pitch = 0.7
  194. plodez.Looped = false
  195. plodez:Play()
  196. local plodeza = Instance.new("Sound",workspace)
  197. plodeza.SoundId = "rbxassetid://197161452"
  198. plodeza.Volume = 0.85
  199. plodeza.Pitch = 0.6
  200. plodeza.Looped = false
  201. plodeza:Play()
  202. local plodezar = Instance.new("Sound",workspace)
  203. plodezar.SoundId = "rbxassetid://197161452"
  204. plodezar.Volume = 0.85
  205. plodezar.Pitch = 0.2
  206. plodezar.Looped = false
  207. plodezar:Play()
  208. local s3 = Instance.new("Sound",workspace)
  209. s3.SoundId = "rbxassetid://268931189"
  210. s3.Pitch = 0.85
  211. s3.Volume = 1
  212. s3.Looped = false
  213. s3:Play()
  214. xay = Instance.new("Sound",workspace)
  215. xay.SoundId = "rbxassetid://419447292"
  216. xay.Pitch = 1
  217. xay.Volume = 3.5
  218. xay:Play()
  219. expld.BlastRadius = rad
  220. expld.Position = par.Position
  221. partMesh.Scale = vt(rad,rad,rad)
  222. expart.Size = vt(1,1,1)*1.5
  223. expart.Transparency = 0
  224. expart.Anchored = true
  225. expart.Material = "Neon"
  226. expart.BrickColor = bc("Really black")
  227. expart.CFrame = par.CFrame
  228. partMesh2.Scale = vt(rad,rad,rad)
  229. expart2.Size = vt(1.15,1.15,1.15)*1.5
  230. expart2.Transparency = 0.5
  231. expart2.Anchored = true
  232. expart2.Material = "Neon"
  233. expart2.BrickColor = Character.Torso.BrickColor
  234. expart2.CFrame = par.CFrame
  235. local value = 1*rad/10
  236. par:Destroy()
  237. for i = 0, 300 do
  238. partMesh.Scale = partMesh.Scale + vt(value,value,value)
  239. expart.CFrame = expart.CFrame
  240. partMesh2.Scale = partMesh2.Scale + vt(value,value,value)
  241. expart2.CFrame = expart.CFrame
  242. value = value - 0.0175*rad/10
  243. if value <= 0 then
  244. expart.Transparency = expart.Transparency + 0.0125
  245. expart2.Transparency = expart2.Transparency + 0.0125
  246. value = 0.25
  247. end
  248. wait()
  249. end
  250. plode.Parent = nil
  251. expart.Parent = nil
  252. expart2.Parent = nil
  253. expld.Parent = nil
  254. end
  255.  
  256. function Blaze2()
  257. if ultcooldown >= 30 then
  258. ultcooldown = ultcooldown - 30
  259. wit = Character.Torso.BrickColor.Color
  260. local sloc = Instance.new("Part",workspace)
  261. local msh = Instance.new("SpecialMesh",sloc)
  262. msh.MeshType = "Sphere"
  263. sloc.Size = vt(1,1,1)
  264. sloc.Transparency = 1
  265. sloc.BrickColor = Character.Torso.BrickColor
  266. sloc.Position = hed.Position + vt(0,0,0)
  267. sloc.CanCollide = false
  268. sloc.Shape = "Ball"
  269. sloc.Anchored = true
  270. sloc.Material = "Neon"
  271. local forcefield = Instance.new("ForceField",Character)
  272. local kolor = Instance.new("ColorCorrectionEffect",game.Lighting)
  273. kolor.TintColor = Character.Torso.BrickColor.Color
  274. local glowz = Instance.new("ParticleEmitter")
  275. glowz.LightEmission = 0
  276. glowz.Parent = sloc
  277. glowz.Texture = "rbxassetid://284205403"
  278. glowz.Color = ColorSequence.new(wit)
  279. glowz.Size = NumberSequence.new(15)
  280. glowz.Speed = NumberRange.new(100,250)
  281. glowz.LockedToPart = false
  282. glowz.Transparency = NumberSequence.new(0.75)
  283. glowz.RotSpeed = NumberRange.new(-2000,2000)
  284. glowz.Lifetime = NumberRange.new(1)
  285. glowz.Rate = 50
  286. glowz.VelocitySpread = 9001
  287. local s = Instance.new("Sound",workspace)
  288. s.SoundId = "rbxassetid://331888777"
  289. s.Pitch = 0.45
  290. s.Volume = 1.5
  291. s.Looped = false
  292. s:Play()
  293. local s2 = Instance.new("Sound",workspace)
  294. s2.SoundId = "rbxassetid://331888777"
  295. s2.Pitch = 0.5
  296. s2.Volume = 1.5
  297. s2.Looped = false
  298. s2:Play()
  299. local val = 1*5
  300. for i = 0 , 20 do
  301. sloc.Transparency = sloc.Transparency - 0.055
  302. msh.Scale = msh.Scale + vt(val,val,val)
  303. val = val - 0.05*5
  304. kolor.Brightness = kolor.Brightness - 0.1
  305. kolor.Contrast = kolor.Contrast + 0.1
  306. wait()
  307. end
  308. for i = 0 , 5 do
  309. msh.Scale = msh.Scale + vt(val,val,val)
  310. val = val + 0.05*5
  311. kolor.Brightness = kolor.Brightness + 0.5
  312. kolor.Contrast = kolor.Contrast - 0.5
  313. wait()
  314. end
  315. for i = 0 , 5 do
  316. msh.Scale = msh.Scale + vt(val,val,val)
  317. val = val - 0.05*5
  318. kolor.Brightness = kolor.Brightness - 0.5
  319. kolor.Contrast = kolor.Contrast + 0.5
  320. wait()
  321. end
  322. for i = 0 , 5 do
  323. msh.Scale = msh.Scale + vt(val,val,val)
  324. val = val + 0.05*10
  325. kolor.Brightness = kolor.Brightness + 0.5
  326. kolor.Contrast = kolor.Contrast - 0.5
  327. wait()
  328. end
  329. for i = 0 , 5 do
  330. msh.Scale = msh.Scale + vt(val,val,val)
  331. val = val - 0.05*10
  332. kolor.Brightness = kolor.Brightness - 0.5
  333. kolor.Contrast = kolor.Contrast + 0.5
  334. wait()
  335. end
  336. for i = 0 , 5 do
  337. msh.Scale = msh.Scale + vt(val,val,val)
  338. val = val + 0.05*20
  339. kolor.Brightness = kolor.Brightness + 0.5
  340. kolor.Contrast = kolor.Contrast - 0.5
  341. wait()
  342. end
  343. for i = 0 , 5 do
  344. msh.Scale = msh.Scale + vt(val,val,val)
  345. val = val - 0.05*20
  346. kolor.Brightness = kolor.Brightness - 0.5
  347. kolor.Contrast = kolor.Contrast + 0.5
  348. wait()
  349. end
  350. for i = 0 , 5 do
  351. msh.Scale = msh.Scale + vt(val,val,val)
  352. val = val + 0.05*40
  353. kolor.Brightness = kolor.Brightness + 0.5
  354. kolor.Contrast = kolor.Contrast - 0.5
  355. wait()
  356. end
  357. for i = 0 , 5 do
  358. msh.Scale = msh.Scale + vt(val,val,val)
  359. val = val - 0.05*40
  360. kolor.Brightness = kolor.Brightness - 0.5
  361. kolor.Contrast = kolor.Contrast + 0.5
  362. wait()
  363. end
  364. for i = 0 , 5 do
  365. msh.Scale = msh.Scale + vt(val,val,val)
  366. val = val + 0.05*45
  367. kolor.Brightness = kolor.Brightness + 0.5
  368. kolor.Contrast = kolor.Contrast - 0.5
  369. wait()
  370. end
  371. for i = 0 , 5 do
  372. msh.Scale = msh.Scale + vt(val,val,val)
  373. val = val - 0.05*45
  374. kolor.Brightness = kolor.Brightness - 0.5
  375. kolor.Contrast = kolor.Contrast + 0.5
  376. wait()
  377. end
  378. for i = 0 , 5 do
  379. msh.Scale = msh.Scale + vt(val,val,val)
  380. val = val + 0.05*50
  381. kolor.Brightness = kolor.Brightness + 0.5
  382. kolor.Contrast = kolor.Contrast - 0.5
  383. wait()
  384. end
  385. for i = 0 , 20 do
  386. sloc.Transparency = sloc.Transparency + 0.055
  387. msh.Scale = msh.Scale + vt(val,val,val)
  388. val = val - 0.05*50
  389. wait()
  390. end
  391. kolor:Destroy()
  392. ExplodeMass2(125,sloc)
  393. sloc:Destroy()
  394. forcefield:Destroy()
  395. end
  396. if ultcooldown < 1 then
  397. for i = 0, 29 do
  398. ultcooldown = ultcooldown + 1
  399. wait(1)
  400. end
  401. end
  402. end
  403.  
  404. function Blaze()
  405. if ultcooldown >= 30 then
  406. local kolor = Instance.new("ColorCorrectionEffect",game.Lighting)
  407. local see = Instance.new("Sound",workspace)
  408. see.SoundId = "rbxassetid://21420962"
  409. see.Pitch = 1
  410. see.Volume = 2.75
  411. see.Looped = false
  412. see:Play()
  413. kolor.Brightness = -1
  414. kolor.Contrast = -1
  415. kolor.TintColor = Character.Torso.BrickColor.Color
  416. wait(0.1)
  417. for i = 0, 9 do
  418. kolor.Brightness = kolor.Brightness + 0.35
  419. kolor.Contrast = kolor.Contrast + 0.35
  420. wait(0.05)
  421. end
  422. for i = 0, 9 do
  423. kolor.Brightness = kolor.Brightness - 0.35
  424. kolor.Contrast = kolor.Contrast - 0.35
  425. wait(0.05)
  426. end
  427. kolor:Destroy()
  428. local sloc = Instance.new("Part",workspace)
  429. local msh = Instance.new("SpecialMesh",sloc)
  430. msh.MeshType = "Sphere"
  431. sloc.Size = vt(1,1,1)
  432. sloc.Transparency = 1
  433. sloc.BrickColor = Character.Torso.BrickColor
  434. sloc.Position = hed.Position + vt(0,5,0)
  435. sloc.CanCollide = false
  436. sloc.Shape = "Ball"
  437. sloc.Anchored = true
  438. sloc.Material = "Neon"
  439. local s = Instance.new("Sound",workspace)
  440. s.SoundId = "rbxassetid://342793847"
  441. s.Pitch = 1
  442. s.Volume = 1
  443. s.Looped = false
  444. s:Play()
  445. local s2 = Instance.new("Sound",workspace)
  446. s2.SoundId = "rbxassetid://137463716"
  447. s2.Pitch = 0.25
  448. s2.Volume = 1
  449. s2.Looped = false
  450. s2:Play()
  451. local val = 0.65*5
  452. for i = 0 , 75 do
  453. sloc.Transparency = sloc.Transparency - 0.035
  454. msh.Scale = msh.Scale + vt(val,val,val)
  455. sloc.Position = sloc.Position + vt(0,val,0)
  456. val = val - 0.0075*5
  457. wait()
  458. end
  459. msh.Scale = msh.Scale - vt(1,1,1)
  460. sloc.Transparency = sloc.Transparency + 0.015
  461. local spart = Instance.new("Part",workspace)
  462. local msh2 = Instance.new("SpecialMesh",spart)
  463. msh2.MeshType = "Sphere"
  464. spart.Size = vt(2,2,2)
  465. spart.Shape = "Ball"
  466. spart.BrickColor = Character.Torso.BrickColor
  467. spart.Material = "Neon"
  468. spart.Transparency = 0
  469. spart.Anchored = false
  470. msh2.Scale = msh.Scale/2
  471. spart.Rotation = hed.Rotation
  472. spart.CanCollide = false
  473. spart.Position = sloc.Position + vt(math.random(-0,0),math.random(-0,0),math.random(-0,0))
  474. local bv = Instance.new("BodyVelocity")
  475. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  476. bv.velocity = spart.CFrame.lookVector*75
  477. bv.Parent = spart
  478. local tick = Instance.new("Sound",workspace)
  479. tick.SoundId = "rbxassetid://203691467"
  480. tick.Volume = 2
  481. tick.Pitch = 0.75
  482. tick:Play()
  483. sloc:Destroy()
  484. wait(0.00001)
  485. pewdiepie=spart.Touched:connect(function(hit)
  486. ExplodeMass(100,spart)
  487. end)
  488. sloc:Destroy()
  489. end
  490. if ultcooldown < 1 then
  491. for i = 0, 29 do
  492. ultcooldown = ultcooldown + 1
  493. wait(1)
  494. end
  495. end
  496. end
  497.  
  498. euler = CFrame.fromEulerAnglesXYZ
  499. angles = CFrame.Angles
  500. mr = math.rad
  501. local Weapon = {}
  502. local p = game.Players.LocalPlayer
  503. local char = p.Character
  504. local mouse = p:GetMouse()
  505. local larm = char["Left Arm"]
  506. local rarm = char["Right Arm"]
  507. local lleg = char["Left Leg"]
  508. local rleg = char["Right Leg"]
  509. local hed = char.Head
  510. local torso = char.Torso
  511. local hum = char.Humanoid
  512. local cam = game.Workspace.CurrentCamera
  513. local root = char.HumanoidRootPart
  514. local deb = false
  515. local shot = 0
  516. local debris=game:service"Debris"
  517. local l = game:GetService("Lighting")
  518. local rs = game:GetService("RunService").RenderStepped
  519. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  520. math.randomseed(os.time())
  521. for i,v in pairs (hed:GetChildren()) do
  522. if v:IsA("Sound") then
  523. v:Destroy()
  524. end
  525. end
  526.  
  527. wait(0.016666666666667)
  528. script.Archivable = false
  529. Effects = {}
  530. local Player = game.Players.localPlayer
  531. local Character = Player.Character
  532. local Humanoid = Character.Humanoid
  533. local mouse = Player:GetMouse()
  534. local m = Instance.new("Model", Character)
  535. m.Name = "WeaponModel"
  536. local effect = Instance.new("Model", Character)
  537. effect.Name = "effecsfsafzx"
  538. local demon = Instance.new("Model", Character)
  539. demon.Name = "demdemd"
  540. local LeftArm = Character["Left Arm"]
  541. local RightArm = Character["Right Arm"]
  542. local LeftLeg = Character["Left Leg"]
  543. local RightLeg = Character["Right Leg"]
  544. local do2target = nil
  545. local Head = Character.Head
  546. local Torso = Character.Torso
  547. TorsoColor = Torso.BrickColor
  548. z = Instance.new("Sound", Torso)
  549. z.SoundId = "rbxassetid://0" -- Put Music ID Here.
  550. z.Looped = true
  551. z.Pitch = 0
  552. z.Volume = 0
  553. wait(.1)
  554. z:Play()
  555. local cam = game.Workspace.CurrentCamera
  556. local RootPart = Character.HumanoidRootPart
  557. local RootJoint = RootPart.RootJoint
  558. local equipped = false
  559. local attack = false
  560. local Anim = "Idle"
  561. local idle = 0
  562. local attacktype = 1
  563. local Torsovelocity = RootPart.Velocity * Vector3.new(1, 0, 1).magnitude
  564. local velocity = RootPart.Velocity.y
  565. local sine = 0
  566. local change = 1
  567. local mana = 0
  568. local it = Instance.new
  569. vt = Vector3.new
  570. local grabbed = false
  571. local cf = CFrame.new
  572. local mr = math.rad
  573. local angles = CFrame.Angles
  574. local ud = UDim2.new
  575. local c3 = Color3.new
  576. local NeckCF = cf(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  577. Humanoid.Animator:Destroy()
  578. Character.Animate:Destroy()
  579. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  580. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  581. local LHCF = (CFrame.fromEulerAnglesXYZ(0, -1.6, 0))
  582. RSH = nil
  583. RW = Instance.new("Weld")
  584. LW = Instance.new("Weld")
  585. RH = Torso["Right Hip"]
  586. LH = Torso["Left Hip"]
  587. RSH = Torso["Right Shoulder"]
  588. LSH = Torso["Left Shoulder"]
  589. RSH.Parent = nil
  590. LSH.Parent = nil
  591. RW.Name = "RW"
  592. RW.Part0 = Torso
  593. RW.C0 = cf(1.5, 0.5, 0)
  594. RW.C1 = cf(0, 0.5, 0)
  595. RW.Part1 = RightArm
  596. RW.Parent = Torso
  597. LW.Name = "LW"
  598. LW.Part0 = Torso
  599. LW.C0 = cf(-1.5, 0.5, 0)
  600. LW.C1 = cf(0, 0.5, 0)
  601. LW.Part1 = LeftArm
  602. LW.Parent = Torso
  603. clerp = function(a, b, t)
  604.  
  605. return a:lerp(b, t)
  606. end
  607.  
  608. local RbxUtility = LoadLibrary("RbxUtility")
  609. local Create = RbxUtility.Create
  610. RemoveOutlines = function(part)
  611.  
  612. part.TopSurface = 10
  613. end
  614.  
  615. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  616.  
  617. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  618. RemoveOutlines(Part)
  619. return Part
  620. end
  621.  
  622. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  623.  
  624. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  625. if Mesh == "SpecialMesh" then
  626. Msh.MeshType = MeshType
  627. Msh.MeshId = MeshId
  628. end
  629. return Msh
  630. end
  631.  
  632. local co1 = 3
  633. local co2 = 10
  634. local co3 = 15
  635. local co4 = 30
  636. local cooldown1 = 0
  637. local cooldown2 = 0
  638. local cooldown3 = 0
  639. local cooldown4 = 0
  640. local maxEnergy = 100
  641. local Energy = 0
  642. local skill1stam = 1000
  643. local skill2stam = 1000
  644. local skill3stam = 1000
  645. local skill4stam = 1000
  646. local recovermana = 5
  647. local skillcolorscheme = BrickColor.new("White").Color
  648. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  649. makeframe = function(par, trans, pos, size, color)
  650.  
  651. local frame = Instance.new("Frame", par)
  652. frame.BackgroundTransparency = trans
  653. frame.BorderSizePixel = 0
  654. frame.Position = pos
  655. frame.Size = size
  656. frame.BackgroundColor3 = color
  657. return frame
  658. end
  659.  
  660. makelabel = function(par, text)
  661.  
  662. local label = Instance.new("TextLabel", par)
  663. label.BackgroundTransparency = 1
  664. label.Size = UDim2.new(1, 0, 1, 0)
  665. label.Position = UDim2.new(0, 0, 0, 0)
  666. label.TextColor3 = Color3.new(255, 255, 255)
  667. label.TextStrokeTransparency = 0
  668. label.FontSize = Enum.FontSize.Size32
  669. label.Font = Enum.Font.SourceSansLight
  670. label.BorderSizePixel = 0
  671. label.TextScaled = true
  672. label.Text = text
  673. end
  674.  
  675. ArtificialHB = Instance.new("BindableEvent", script)
  676. ArtificialHB.Name = "Heartbeat"
  677. script:WaitForChild("Heartbeat")
  678. frame = 0.033333333333333
  679. tf = 0
  680. allowframeloss = false
  681. tossremainder = false
  682. lastframe = tick()
  683. script.Heartbeat:Fire()
  684. game:GetService("RunService").Heartbeat:connect(function(s, p)
  685.  
  686. tf = tf + s
  687. if frame <= tf then
  688. if allowframeloss then
  689. script.Heartbeat:Fire()
  690. lastframe = tick()
  691. else
  692. for i = 1, math.floor(tf / frame) do
  693. script.Heartbeat:Fire()
  694. end
  695. lastframe = tick()
  696. end
  697. if tossremainder then
  698. tf = 0
  699. else
  700. tf = tf - frame * math.floor(tf / frame)
  701. end
  702. end
  703. end
  704. )
  705. swait = function(num)
  706.  
  707. if num == 0 or num == nil then
  708. ArtificialHB.Event:wait()
  709. else
  710. for i = 0, num do
  711. ArtificialHB.Event:wait()
  712. end
  713. end
  714. end
  715.  
  716. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  717.  
  718. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  719. return Weld
  720. end
  721.  
  722. rayCast = function(Position, Direction, Range, Ignore)
  723.  
  724. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  725. end
  726.  
  727. CreateSound = function(id, par, vol, pit)
  728.  
  729. coroutine.resume(coroutine.create(function()
  730.  
  731. local sou = Instance.new("Sound", par or workspace)
  732. sou.Volume = vol
  733. sou.Pitch = pit or 1
  734. sou.SoundId = id
  735. swait()
  736. sou:play()
  737. game:GetService("Debris"):AddItem(sou, 6)
  738. end
  739. ))
  740. end
  741.  
  742. local getclosest = function(obj, distance)
  743.  
  744. local last, lastx = distance + 1, nil
  745. for i,v in pairs(workspace:GetChildren()) do
  746. if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  747. local t = v.Torso
  748. local dist = t.Position - obj.Position.magnitude
  749. if dist <= distance and dist < last then
  750. last = dist
  751. lastx = v
  752. end
  753. end
  754. end
  755. return lastx
  756. end
  757.  
  758. CreatePart2 = function(Parent, Material, Reflectance, Transparency, PartType, BColor, Name, Size)
  759.  
  760. if PartType == "Part" then
  761. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  762. RemoveOutlines(Part)
  763. return Part
  764. else
  765. do
  766. if PartType == "WedgePart" then
  767. local Part = Create("WedgePart")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  768. RemoveOutlines(Part)
  769. return Part
  770. end
  771. end
  772. end
  773. end
  774.  
  775. for _,c in pairs(m:children()) do
  776. if c.className == "Weld" then
  777. table.insert(CBladeWelds, R67_PC6072)
  778. print(R66_PC6093)
  779. end
  780. end
  781. -- NIGH-OMNI FATAL ERROR at PC6105: Re-wrote register: R67 in 'AssignReg'
  782.  
  783. -- NIGH-OMNI FATAL ERROR at PC6106: Re-wrote register: R67 in 'AssignReg'
  784.  
  785. --Hit = CreatePart(demon, Enum.Material.Neon, 0, 0, "Really black", R66_PC6093, R67_PC6072(5, 0.200000003, 5))
  786. -- NIGH-OMNI FATAL ERROR at PC6120: Re-wrote register: R66 in 'AssignReg'
  787.  
  788. -- NIGH-OMNI FATAL ERROR at PC6134: Re-wrote register: R66 in 'AssignReg'
  789.  
  790. HitWeld = CreateWeld(demon, Character.HumanoidRootPart, Hit, CFrame.new(0, R66_PC6093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(R66_PC6093, -3.50004387, 0.0299530029, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  791. CreateMesh("SpecialMesh", Hit, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(3, 4, 3))
  792. FakeMotor = CreatePart(demon, Enum.Material.Neon, 0, 1, "Really black", "FakeMotor", Vector3.new(2.01999998, 0.2016, 2.36000013))
  793. FakeMotorWeld = CreateWeld(demon, Hit, FakeMotor, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0199999809, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  794. Part = CreatePart(demon, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(2.25000024, 0.200000003, 2.55000019))
  795. PartWeld = CreateWeld(demon, FakeMotor, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, -5.06998634, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  796. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(2.5, 10, 2.5))
  797. Part = CreatePart(demon, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(2.25000024, 0.200000003, 2.55000019))
  798. PartWeld = CreateWeld(demon, FakeMotor, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, -7.1599884, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  799. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(1, 10, 1))
  800. TornadoHat = CreatePart(demon, Enum.Material.Neon, 0.20000000298023, 0.5, "Really black", "TornadoHat", Vector3.new(3, 0.400000006, 3))
  801. TornadoHatWeld = CreateWeld(demon, FakeMotor, TornadoHat, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00997924805, -1.65001106, -0.0699994564, 0, 0, -1, 0, -1, 0, -1, 0, 0))
  802. CreateMesh("SpecialMesh", TornadoHat, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1051557", Vector3.new(0, 0, 0), Vector3.new(5, 5, 5))
  803. local DBlade = {}
  804. local DBladeWelds = {}
  805. for _,c in pairs(demon:children()) do
  806. if c.className == "Part" then
  807. table.insert(DBlade, c)
  808. end
  809. end
  810. for _,c in pairs(demon:children()) do
  811. if c.className == "Weld" then
  812. table.insert(DBladeWelds, c)
  813. print(c)
  814. end
  815. end
  816. demon.Parent = nil
  817.  
  818. Debounces = {
  819. CanAttack = true;
  820. NoIdl = false;
  821. Slashing = false;
  822. Slashed = false;
  823. RPunch = false;
  824. RPunched = false;
  825. LPunch = false;
  826. LPunched = false;
  827. }
  828. local Touche = {char.Name, }
  829. ----------------------------------------------------
  830. function lerp(a, b, t) -- Linear interpolation
  831. return a + (b - a)*t
  832. end
  833.  
  834. function slerp(a, b, t) --Spherical interpolation
  835. dot = a:Dot(b)
  836. if dot > 0.99999 or dot < -0.99999 then
  837. return t <= 0.5 and a or b
  838. else
  839. r = math.acos(dot)
  840. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  841. end
  842. end
  843.  
  844. function matrixInterpolate(a, b, t)
  845. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  846. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  847. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  848. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  849. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  850. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  851. local t = v1:Dot(v2)
  852. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  853. return CFrame.new()
  854. end
  855. return CFrame.new(
  856. v0.x, v0.y, v0.z,
  857. v1.x, v1.y, v1.z,
  858. v2.x, v2.y, v2.z,
  859. v3.x, v3.y, v3.z)
  860. end
  861. ----------------------------------------------------
  862. function genWeld(a,b)
  863. local w = Instance.new("Weld",a)
  864. w.Part0 = a
  865. w.Part1 = b
  866. return w
  867. end
  868. function weld(a, b)
  869. local weld = Instance.new("Weld")
  870. weld.Name = "W"
  871. weld.Part0 = a
  872. weld.Part1 = b
  873. weld.C0 = a.CFrame:inverse() * b.CFrame
  874. weld.Parent = a
  875. return weld;
  876. end
  877. ----------------------------------------------------
  878. function Lerp(c1,c2,al)
  879. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  880. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  881. for i,v in pairs(com1) do
  882. com1[i] = v+(com2[i]-v)*al
  883. end
  884. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  885. end
  886. ----------------------------------------------------
  887. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  888. local wld = Instance.new("Weld", wp1)
  889. wld.Part0 = wp0
  890. wld.Part1 = wp1
  891. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  892. end
  893. ----------------------------------------------------
  894. function Tween(a,b,c)
  895. return a+(b-a)*c
  896. end
  897. ----------------------------------------------------
  898. function FindNearestTorso(Position,Distance,SinglePlayer)
  899. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  900. local List = {}
  901. for i,v in pairs(workspace:GetChildren())do
  902. if v:IsA("Model")then
  903. if v:findFirstChild("Torso")then
  904. if v ~= char then
  905. if(v.Torso.Position -Position).magnitude <= Distance then
  906. table.insert(List,v)
  907. end
  908. end
  909. end
  910. end
  911. end
  912. return List
  913. end
  914.  
  915. mod3 = Instance.new("Model",rleg)
  916.  
  917. function Stomp()
  918. part=Instance.new('Part',mod3)
  919. part.Anchored=true
  920. part.CanCollide=false
  921. part.FormFactor='Custom'
  922. part.Size=Vector3.new(.2,.2,.2)
  923. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  924. part.Transparency=.7
  925. part.BrickColor=BrickColor.new('Bright green')
  926. mesh=Instance.new('SpecialMesh',part)
  927. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  928. mesh.Scale=Vector3.new(25,25,25)
  929. part2=part:clone()
  930. part2.Parent=mod3
  931. part2.BrickColor=BrickColor.new('Bright green')
  932. mesh2=mesh:clone()
  933. mesh2.Parent=part2
  934. mesh2.Scale=Vector3.new(15,15,15)
  935. part3=part:clone()
  936. part3.Parent=mod3
  937. part3.TopSurface=0
  938. part3.BottomSurface=0
  939. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  940. mesh3=Instance.new('SpecialMesh',part3)
  941. mesh3.MeshType = 3
  942. mesh3.Scale=Vector3.new(12,12,12)
  943. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  944. if v:FindFirstChild('Humanoid') then
  945. v.Humanoid:TakeDamage(math.random(20,60))
  946. v.Humanoid.PlatformStand = true
  947. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  948. end
  949. end
  950. coroutine.resume(coroutine.create(function()
  951. for i=0,3.8,0.05 do
  952. wait()
  953. part.CFrame=part.CFrame
  954. part.Transparency=i
  955. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  956. part2.CFrame=part2.CFrame
  957. part2.Transparency=i
  958. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  959. part3.CFrame=part3.CFrame
  960. part3.Transparency=i
  961. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  962. end
  963. end))
  964. end
  965. ----------------------------------------------------
  966. function nwPrt(prnt,siz,cf,col)
  967. local prt=Instance.new("Part")
  968. prt.Parent=prnt
  969. prt.FormFactor=3
  970. prt.Name="Part"
  971. prt.Size=siz
  972. prt.CanCollide=false
  973. prt.Anchored=true
  974. prt.Locked=true
  975. prt.TopSurface=10
  976. prt.BottomSurface=10
  977. prt.FrontSurface=10
  978. prt.BackSurface=10
  979. prt.LeftSurface=10
  980. prt.RightSurface=10
  981. prt:BreakJoints()
  982. prt.CFrame=cf or CFrame.new(30,10,30)
  983. prt.Material="Neon"
  984. prt.BrickColor=TorsoColor
  985. m=Instance.new("SpecialMesh",prt)
  986. m.MeshType=6
  987. return prt
  988. end
  989. ----------------------------------------------------
  990. function nwSnd(prnt,pch,vol,id)
  991. local s=Instance.new("Sound",prnt)
  992. s.Pitch=pch
  993. s.Volume=vol
  994. s.SoundId="rbxassetid://"..id
  995. s.PlayOnRemove=true
  996. return s
  997. end
  998. ----------------------------------------------------
  999. function newRay(start,face,range,wat)
  1000. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  1001. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  1002. return rey,hit,pos
  1003. end
  1004. ----------------------------------------------------
  1005. function Lerp(c1,c2,al)
  1006. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  1007. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  1008. for i,v in pairs(com1) do
  1009. com1[i] = v+(com2[i]-v)*al
  1010. end
  1011. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  1012. end
  1013. ----------------------------------------------------
  1014. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  1015. local wld = Instance.new("Weld", wp1)
  1016. wld.Part0 = wp0
  1017. wld.Part1 = wp1
  1018. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  1019. end
  1020. ----------------------------------------------------
  1021. function weld5(part0, part1, c0, c1)
  1022. weeld=Instance.new("Weld", part0)
  1023. weeld.Part0=part0
  1024. weeld.Part1=part1
  1025. weeld.C0=c0
  1026. weeld.C1=c1
  1027. return weeld
  1028. end
  1029. ----------------------------------------------------
  1030. function HasntTouched(plrname)
  1031. local ret = true
  1032. for _, v in pairs(Touche) do
  1033. if v == plrname then
  1034. ret = false
  1035. end
  1036. end
  1037. return ret
  1038. end
  1039. ----------------------------------------------------
  1040. newWeld(torso, larm, -1.5, 0.5, 0)
  1041. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1042. newWeld(torso, rarm, 1.5, 0.5, 0)
  1043. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1044. newWeld(torso, hed, 0, 1.5, 0)
  1045. newWeld(torso, lleg, -0.5, -1, 0)
  1046. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  1047. newWeld(torso, rleg, 0.5, -1, 0)
  1048. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  1049. newWeld(root, torso, 0, -1, 0)
  1050. torso.Weld.C1 = CFrame.new(0, -1, 0)
  1051. ----------------------------------------------------
  1052. z = Instance.new("Sound", char)
  1053. z.SoundId = "rbxassetid://667646366"--303570180
  1054. z.Looped = true
  1055. z.Pitch = 1
  1056. z.Volume = 10
  1057. Spawn(function()
  1058. wait(1)
  1059. z:Play()
  1060. end)
  1061. ----------------------------------------------------
  1062. local Transforming = true
  1063. hum.WalkSpeed = 0
  1064. nsk = NumberSequenceKeypoint.new
  1065. local fx = Instance.new("Part",torso)
  1066. wit = torso.BrickColor.Color
  1067. wit2 = Color3.new(0,0,0)
  1068. local glowz = Instance.new("ParticleEmitter",fx)
  1069. glowz.LightEmission = 1
  1070. glowz.Texture = "rbxassetid://284205403"
  1071. glowz.Color = ColorSequence.new(wit)
  1072. glowz.Size = NumberSequence.new({nsk(0,1),nsk(1,10)})
  1073. glowz.Speed = NumberRange.new(25,50)
  1074. glowz.LockedToPart = false
  1075. glowz.Transparency = NumberSequence.new({nsk(0,0),nsk(1,1)})
  1076. glowz.RotSpeed = NumberRange.new(-2000,2000)
  1077. glowz.Lifetime = NumberRange.new(1)
  1078. glowz.Rate = 50000
  1079. glowz.VelocitySpread = 9001
  1080. local glowz2 = Instance.new("ParticleEmitter",fx)
  1081. glowz2.LightEmission = 0.5
  1082. glowz2.Texture = "rbxassetid://284205403"
  1083. glowz2.Color = ColorSequence.new(wit2)
  1084. glowz2.Size = NumberSequence.new({nsk(0,1),nsk(0.65,10),nsk(1,30)})
  1085. glowz2.Speed = NumberRange.new(0)
  1086. glowz2.LockedToPart = false
  1087. glowz2.Transparency = NumberSequence.new({nsk(0,0),nsk(1,1)})
  1088. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  1089. glowz2.Lifetime = NumberRange.new(1)
  1090. glowz2.Rate = 50000
  1091. glowz2.VelocitySpread = 9001
  1092. fx.Anchored = true
  1093. fx.Material = "Neon"
  1094. fx.CanCollide = false
  1095. fx.Locked = true
  1096. fx.Transparency = 1
  1097. fx.Material = "Neon"
  1098. fx.Size = Vector3.new(1,1,1)
  1099. fx.TopSurface = "SmoothNoOutlines"
  1100. fx.BottomSurface = "SmoothNoOutlines"
  1101. fx.BrickColor = BrickColor.new("Really black")
  1102. fxm = Instance.new("SpecialMesh",fx)
  1103. fxm.MeshType = "Sphere"
  1104. local sa2 = Instance.new("Sound",char)
  1105. sa2.SoundId = "rbxassetid://93724183"
  1106. sa2.Pitch = 0.5
  1107. sa2.Volume = 20
  1108. sa2.Looped = false
  1109. sa2:Play()
  1110. local value = 1
  1111. fxm.Scale = Vector3.new(1,1,1)
  1112. for i = 1, 20 do rs:wait()
  1113. value = value - 0.05
  1114. fx.Transparency = fx.Transparency - (1/20)
  1115. fx.CFrame = torso.CFrame
  1116. fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
  1117. rs:wait()
  1118. end
  1119. ----------------------------------------------------
  1120. GroundWave1 = function()
  1121. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1122. local Colors = {"White", "Really black"}
  1123. local wave = Instance.new("Part", torso)
  1124. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1125. wave.Anchored = true
  1126. wave.CanCollide = false
  1127. wave.Locked = true
  1128. wave.Size = Vector3.new(1, 1, 1)
  1129. wave.TopSurface = "Smooth"
  1130. wave.BottomSurface = "Smooth"
  1131. wave.Transparency = 0.35
  1132. wave.CFrame = HandCF
  1133. wm = Instance.new("SpecialMesh", wave)
  1134. wm.MeshId = "rbxassetid://3270017"
  1135. coroutine.wrap(function()
  1136. for i = 1, 30, 1 do
  1137. wm.Scale = Vector3.new(50, 50, 1 + i*50)
  1138. wave.Size = wm.Scale
  1139. wave.CFrame = HandCF
  1140. wave.Transparency = i/30
  1141. wait()
  1142. end
  1143. wait()
  1144. wave:Destroy()
  1145. end)()
  1146. end
  1147. ----------------------------------------------------
  1148. GroundWave = function()
  1149. if Transforming == true then
  1150. local value = 5
  1151. local value2 = 10
  1152. local value3 = 20
  1153. local sa2 = Instance.new("Sound",char)
  1154. sa2.SoundId = "rbxassetid://233091195"
  1155. sa2.Pitch = 0.75
  1156. sa2.Volume = 30
  1157. sa2.Looped = false
  1158. sa2:Play()
  1159. local glowz2 = Instance.new("ParticleEmitter",fx)
  1160. glowz2.LightEmission = 0.5
  1161. glowz2.Texture = "rbxassetid://284205403"
  1162. glowz2.Color = ColorSequence.new(wit2)
  1163. glowz2.Size = NumberSequence.new({nsk(0,30),nsk(0.5,60),nsk(1,10)})
  1164. glowz2.Speed = NumberRange.new(0)
  1165. glowz2.LockedToPart = false
  1166. glowz2.Transparency = NumberSequence.new({nsk(0,0),nsk(1,1)})
  1167. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  1168. glowz2.Lifetime = NumberRange.new(1)
  1169. glowz2.Rate = 50000
  1170. glowz2.VelocitySpread = 9001
  1171. wave=Instance.new('Part',torso)
  1172. wave.BrickColor = TorsoColor
  1173. wave.Anchored = true
  1174. wave.CanCollide = false
  1175. wave.Locked = true
  1176. wave.Size = Vector3.new(1, 1, 1)
  1177. wave.TopSurface = "Smooth"
  1178. wave.BottomSurface = "Smooth"
  1179. wave.Transparency = 0.35
  1180. wave.CFrame = fx.CFrame
  1181. wave.Material = "Neon"
  1182. wm = Instance.new("SpecialMesh", wave)
  1183. wm.MeshType = "Sphere"
  1184. wm.Scale = Vector3.new(1,1,1)
  1185. local wave2 = Instance.new("Part", torso)
  1186. wave2.BrickColor = TorsoColor
  1187. wave2.Anchored = true
  1188. wave2.CanCollide = false
  1189. wave2.Locked = true
  1190. wave2.Size = Vector3.new(1, 1, 1)
  1191. wave2.TopSurface = "Smooth"
  1192. wave2.BottomSurface = "Smooth"
  1193. wave2.Transparency = 0.35
  1194. wave2.CFrame = fx.CFrame
  1195. wave2.Material = "Neon"
  1196. wm2 = Instance.new("SpecialMesh", wave2)
  1197. wm2.MeshType = "FileMesh"
  1198. wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1199. wm2.Scale = Vector3.new(1,1,1)
  1200. local wave3 = Instance.new("Part", torso)
  1201. wave3.BrickColor = BrickColor.new("Really black")
  1202. wave3.Anchored = true
  1203. wave3.CanCollide = false
  1204. wave3.Locked = true
  1205. wave3.Size = Vector3.new(1, 1, 1)
  1206. wave3.TopSurface = "Smooth"
  1207. wave3.BottomSurface = "Smooth"
  1208. wave3.Transparency = 0.35
  1209. wave3.CFrame = fx.CFrame
  1210. wave3.Material = "Neon"
  1211. wm3 = Instance.new("SpecialMesh", wave3)
  1212. wm3.MeshType = "FileMesh"
  1213. wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1214. wm3.Scale = Vector3.new(1,1,1)
  1215. coroutine.wrap(function()
  1216. for i = 1, 18, 1 do
  1217. value = value - 0.5
  1218. value2 = value2 - 0.75*1.5
  1219. value3 = value3 - 0.475*1.5
  1220. wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
  1221. wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
  1222. wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
  1223. --wave.Size = wm.Scale
  1224. wave.CFrame = fx.CFrame
  1225. wave.Transparency = i/14
  1226. --wave2.Size = wm2.Scale
  1227. wave2.CFrame = fx.CFrame
  1228. wave2.Rotation = Vector3.new(90, 0, 0)
  1229. wave2.Transparency = i/14
  1230. --wave3.Size = wm3.Scale
  1231. wave3.CFrame = fx.CFrame
  1232. wave3.Rotation = Vector3.new(90, 0, 0)
  1233. wave3.Transparency = i/14
  1234. wait()
  1235. glowz2.Rate = 0
  1236. end
  1237. wait()
  1238. wave:Destroy()
  1239. wave2:Destroy()
  1240. wave3:Destroy()
  1241. end)()
  1242. elseif Transforming == false then
  1243. wait()
  1244. end
  1245. end
  1246.  
  1247. for i = 1, 100 do rs:wait()
  1248. fx.CFrame = torso.CFrame
  1249. end
  1250.  
  1251. Spawn(function()
  1252. while wait(1) do
  1253. GroundWave()
  1254. end
  1255. end)
  1256.  
  1257. wait(4)
  1258.  
  1259. Transforming = false
  1260.  
  1261. local value2 = 1
  1262. for i = 1, 20 do rs:wait()
  1263. value2 = value2 - 0.05
  1264. glowz.Rate = 0
  1265. glowz2.Rate = 0
  1266. fx.Transparency = fx.Transparency + (1/20)
  1267. fx.CFrame = torso.CFrame
  1268. fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
  1269. rs:wait()
  1270. end
  1271. glowz:Destroy()
  1272. glowz2:Destroy()
  1273.  
  1274. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1275. local valuer = 5
  1276. local valuer2 = 10
  1277. local valuer3 = 15
  1278. local sa2 = Instance.new("Sound",char)
  1279. sa2.SoundId = "rbxassetid://233856115"
  1280. sa2.Pitch = 0.45
  1281. sa2.Volume = 30
  1282. sa2.Looped = false
  1283. sa2:Play()
  1284. local sar2 = Instance.new("Sound",char)
  1285. sar2.SoundId = "rbxassetid://231917784"
  1286. sar2.Pitch = 1.5
  1287. sar2.Volume = 31
  1288. sar2.Looped = false
  1289. sar2:Play()
  1290. local sar3 = Instance.new("Sound",char)
  1291. sar3.SoundId = "rbxassetid://231917934"
  1292. sar3.Pitch = 0.38
  1293. sar3.Volume = 30
  1294. sar3.Looped = false
  1295. sar3:Play()
  1296. local glowz3 = Instance.new("ParticleEmitter",torso)
  1297. glowz3.LightEmission = 1
  1298. glowz3.Texture = "rbxassetid://284205403"
  1299. glowz3.Color = ColorSequence.new(wit)
  1300. glowz3.Size = NumberSequence.new({nsk(0,10),nsk(1,50)})
  1301. glowz3.Speed = NumberRange.new(25,50)
  1302. glowz3.LockedToPart = false
  1303. glowz3.Transparency = NumberSequence.new({nsk(0,0),nsk(1,1)})
  1304. glowz3.RotSpeed = NumberRange.new(-2000,2000)
  1305. glowz3.Lifetime = NumberRange.new(1)
  1306. glowz3.Rate = 50000
  1307. glowz3.VelocitySpread = 9001
  1308. local wave = Instance.new("Part", torso)
  1309. wave.BrickColor = TorsoColor
  1310. wave.Anchored = true
  1311. wave.CanCollide = false
  1312. wave.Locked = true
  1313. wave.Size = Vector3.new(1, 1, 1)
  1314. wave.TopSurface = "Smooth"
  1315. wave.BottomSurface = "Smooth"
  1316. wave.Transparency = 0.35
  1317. wave.CFrame = HandCF
  1318. wm = Instance.new("SpecialMesh", wave)
  1319. wm.MeshId = "rbxassetid://3270017"
  1320. local wave2 = Instance.new("Part", torso)
  1321. wave2.BrickColor = BrickColor.new("Really black")
  1322. wave2.Anchored = true
  1323. wave2.CanCollide = false
  1324. wave2.Locked = true
  1325. wave2.Size = Vector3.new(1, 1, 1)
  1326. wave2.TopSurface = "Smooth"
  1327. wave2.BottomSurface = "Smooth"
  1328. wave2.Transparency = 0.35
  1329. wave2.CFrame = HandCF
  1330. wm2 = Instance.new("SpecialMesh", wave2)
  1331. wm2.MeshId = "rbxassetid://3270017"
  1332. local wave3 = Instance.new("Part", torso)
  1333. wave3.BrickColor = TorsoColor
  1334. wave3.Anchored = true
  1335. wave3.CanCollide = false
  1336. wave3.Locked = true
  1337. wave3.Size = Vector3.new(1, 1, 1)
  1338. wave3.TopSurface = "Smooth"
  1339. wave3.BottomSurface = "Smooth"
  1340. wave3.Transparency = 0.35
  1341. wave3.CFrame = HandCF
  1342. wm3 = Instance.new("SpecialMesh", wave3)
  1343. wm3.MeshId = "rbxassetid://3270017"
  1344. scale = 200
  1345. scale2 = 10
  1346. coroutine.wrap(function()
  1347. for i = 1, 14, 1 do
  1348. valuer = valuer - 0.35
  1349. valuer2 = valuer - 0.45
  1350. valuer3 = valuer3 - 0.475
  1351. scale = scale - 1
  1352. scale2 = scale2 - 0.35
  1353. wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5,1 + i*200)
  1354. wave.Size = wm.Scale
  1355. wave.CFrame = HandCF
  1356. wave.Transparency = i/14
  1357. wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5,1 + i*20)
  1358. wave2.Size = wm2.Scale
  1359. wave2.CFrame = HandCF
  1360. wave2.Transparency = i/14
  1361. wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
  1362. wave3.Size = wm2.Scale
  1363. wave3.CFrame = HandCF
  1364. wave3.Transparency = i/14
  1365. wait()
  1366. end
  1367. wait()
  1368. wave:Destroy()
  1369. wave2:Destroy()
  1370. end)()
  1371. hum.WalkSpeed = 16
  1372. Spawn(function()
  1373. wait(2)
  1374. glowz3.Rate=0
  1375. end)
  1376. ----------------------------------------------------
  1377. local cor = Instance.new("Part", char)
  1378. cor.Name = "Thingy"
  1379. cor.Locked = true
  1380. cor.BottomSurface = 0
  1381. cor.CanCollide = false
  1382. cor.Size = Vector3.new(1, 13, 1)
  1383. cor.Transparency = 1
  1384. cor.TopSurface = 0
  1385. corw = Instance.new("Weld", cor)
  1386. corw.Part0 = rarm
  1387. corw.Part1 = cor
  1388. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1389. corw.C1 = CFrame.new(0, 0, 0)
  1390. weld1 = Instance.new("Weld", char)
  1391. weld1.Part0 = cor
  1392. weld1.Part1 = p6
  1393. weld1.C0 = CFrame.new(0, 0, 0)
  1394. ----------------------------------------------------
  1395. Blast = function()
  1396. local Colors = {"Really black", "Really black"}
  1397. local wave = Instance.new("Part", torso)
  1398. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1399. wave.Anchored = true
  1400. wave.CanCollide = false
  1401. wave.Locked = true
  1402. wave.Size = Vector3.new(1, 1, 1)
  1403. wave.TopSurface = "Smooth"
  1404. wave.BottomSurface = "Smooth"
  1405. wave.Transparency = 0.35
  1406. wave.CFrame = rarm.CFrame
  1407. wm = Instance.new("SpecialMesh", wave)
  1408. wm.MeshType = "Sphere"
  1409. wm.Scale = Vector3.new(1,1,1)
  1410. z = Instance.new("Sound",wave)
  1411. z.SoundId = "rbxassetid://237035051"
  1412. z.Volume = 1
  1413. z.Pitch = .9
  1414. z:Play()
  1415. coroutine.wrap(function()
  1416. for i = 1, 30, 1 do
  1417. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  1418. --wave.Size = wm.Scale
  1419. wave.CFrame = rarm.CFrame
  1420. wave.Transparency = (1/14)
  1421. rs:wait()
  1422. end
  1423. rs:wait()
  1424. wave:Destroy()
  1425. z:Destroy()
  1426. end)()
  1427. end
  1428. ----------------------------------------------------
  1429. rarm.Touched:connect(function(ht)
  1430. hit = ht.Parent
  1431. if ht and hit:IsA("Model") then
  1432. if hit:FindFirstChild("Humanoid") then
  1433. if hit.Name ~= p.Name then
  1434. if Debounces.RPunch == true and Debounces.RPunched == false then
  1435. Debounces.RPunched = true
  1436. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1437. if Debounces.ks==true then
  1438. z = Instance.new("Sound",hed)
  1439. z.SoundId = "rbxassetid://169380525"
  1440. z.Pitch = ptz[math.random(1,#ptz)]
  1441. z.Volume = 1
  1442. z:Play()
  1443. end
  1444. wait(.2)
  1445. Debounces.RPunched = false
  1446. end
  1447. end
  1448. end
  1449. elseif ht and hit:IsA("Hat") then
  1450. if hit.Parent.Name ~= p.Name then
  1451. if hit.Parent:FindFirstChild("Humanoid") then
  1452. if Debounces.RPunch == true and Debounces.RPunched == false then
  1453. Debounces.RPunched = true
  1454. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1455. if Debounces.ks==true then
  1456. z = Instance.new("Sound",hed)
  1457. z.SoundId = "rbxassetid://169380525"
  1458. z.Pitch = ptz[math.random(1,#ptz)]
  1459. z.Volume = 1
  1460. z:Play()
  1461. end
  1462. wait(.2)
  1463. Debounces.RPunched = false
  1464. end
  1465. end
  1466. end
  1467. end
  1468. end)
  1469. larm.Touched:connect(function(ht)
  1470. hit = ht.Parent
  1471. if ht and hit:IsA("Model") then
  1472. if hit:FindFirstChild("Humanoid") then
  1473. if hit.Name ~= p.Name then
  1474. if Debounces.LPunch == true and Debounces.LPunched == false then
  1475. Debounces.LPunched = true
  1476. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1477. if Debounces.ks2==true then
  1478. z = Instance.new("Sound",hed)
  1479. z.SoundId = "rbxassetid://169380525"
  1480. z.Pitch = ptz[math.random(1,#ptz)]
  1481. z.Volume = 1
  1482. z:Play()
  1483. end
  1484. wait(.2)
  1485. Debounces.LPunched = false
  1486. end
  1487. end
  1488. end
  1489. elseif ht and hit:IsA("Hat") then
  1490. if hit.Parent.Name ~= p.Name then
  1491. if hit.Parent:FindFirstChild("Humanoid") then
  1492. if Debounces.LPunch == true and Debounces.LPunched == false then
  1493. Debounces.LPunched = true
  1494. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1495. if Debounces.ks2==true then
  1496. z = Instance.new("Sound",hed)
  1497. z.SoundId = "rbxassetid://169380525"
  1498. z.Pitch = ptz[math.random(1,#ptz)]
  1499. z.Volume = 1
  1500. z:Play()
  1501. end
  1502. wait(.2)
  1503. Debounces.LPunched = false
  1504. end
  1505. end
  1506. end
  1507. end
  1508. end)
  1509. ----------------------------------------------------
  1510. mod4 = Instance.new("Model",char)
  1511.  
  1512. ptez = {0.7, 0.8, 0.9, 1}
  1513.  
  1514. function FindNearestTorso(Position,Distance,SinglePlayer)
  1515. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1516. local List = {}
  1517. for i,v in pairs(workspace:GetChildren())do
  1518. if v:IsA("Model")then
  1519. if v:findFirstChild("Torso")then
  1520. if v ~= char then
  1521. if(v.Torso.Position -Position).magnitude <= Distance then
  1522. table.insert(List,v)
  1523. end
  1524. end
  1525. end
  1526. end
  1527. end
  1528. return List
  1529. end
  1530.  
  1531. function Punch()
  1532. part=Instance.new('Part',mod4)
  1533. part.Anchored=true
  1534. part.CanCollide=false
  1535. part.FormFactor='Custom'
  1536. part.Size=Vector3.new(.2,.2,.2)
  1537. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  1538. part.Transparency=.7
  1539. part.BrickColor=BrickColor.new('Really black')
  1540. mesh=Instance.new('SpecialMesh',part)
  1541. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1542. mesh.Scale=Vector3.new(3,3,3)
  1543. part2=Instance.new('Part',mod4)
  1544. part2.Anchored=true
  1545. part2.CanCollide=false
  1546. part2.FormFactor='Custom'
  1547. part2.Size=Vector3.new(.2,.2,.2)
  1548. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1549. part2.Transparency=.7
  1550. part2.BrickColor=BrickColor.new('Really black')
  1551. mesh2=Instance.new('SpecialMesh',part2)
  1552. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  1553. mesh2.Scale=Vector3.new(3,1.5,3)
  1554. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  1555. if v:FindFirstChild('Humanoid') then
  1556. v.Humanoid:TakeDamage(math.random(2,6))
  1557. end
  1558. end
  1559. coroutine.resume(coroutine.create(function()
  1560. for i=0,0.62,0.4 do
  1561. wait()
  1562. part.CFrame=part.CFrame
  1563. part.Transparency=i
  1564. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1565. part2.CFrame=part2.CFrame
  1566. part2.Transparency=i
  1567. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1568. end
  1569. part.Parent=nil
  1570. part2.Parent=nil
  1571. end))
  1572. end
  1573. ----------------------------------------------------
  1574. rarm.Touched:connect(function(ht)
  1575. hit = ht.Parent
  1576. if ht and hit:IsA("Model") then
  1577. if hit:FindFirstChild("Humanoid") then
  1578. if hit.Name ~= p.Name then
  1579. if Debounces.RPunch == true and Debounces.RPunched == false then
  1580. Debounces.RPunched = true
  1581. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1582. if Debounces.ks==true then
  1583. z = Instance.new("Sound",hed)
  1584. z.SoundId = "rbxassetid://169380525"
  1585. z.Pitch = ptz[math.random(1,#ptz)]
  1586. z.Volume = 1
  1587. z:Play()
  1588. end
  1589. wait(.2)
  1590. Debounces.RPunched = false
  1591. end
  1592. end
  1593. end
  1594. elseif ht and hit:IsA("Hat") then
  1595. if hit.Parent.Name ~= p.Name then
  1596. if hit.Parent:FindFirstChild("Humanoid") then
  1597. if Debounces.RPunch == true and Debounces.RPunched == false then
  1598. Debounces.RPunched = true
  1599. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1600. if Debounces.ks==true then
  1601. z = Instance.new("Sound",hed)
  1602. z.SoundId = "rbxassetid://169380525"
  1603. z.Pitch = ptz[math.random(1,#ptz)]
  1604. z.Volume = 1
  1605. z:Play()
  1606. end
  1607. wait(.2)
  1608. Debounces.RPunched = false
  1609. end
  1610. end
  1611. end
  1612. end
  1613. end)
  1614. larm.Touched:connect(function(ht)
  1615. hit = ht.Parent
  1616. if ht and hit:IsA("Model") then
  1617. if hit:FindFirstChild("Humanoid") then
  1618. if hit.Name ~= p.Name then
  1619. if Debounces.LPunch == true and Debounces.LPunched == false then
  1620. Debounces.LPunched = true
  1621. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1622. if Debounces.ks2==true then
  1623. z = Instance.new("Sound",hed)
  1624. z.SoundId = "rbxassetid://169380525"
  1625. z.Pitch = ptz[math.random(1,#ptz)]
  1626. z.Volume = 1
  1627. z:Play()
  1628. end
  1629. wait(.2)
  1630. Debounces.LPunched = false
  1631. end
  1632. end
  1633. end
  1634. elseif ht and hit:IsA("Hat") then
  1635. if hit.Parent.Name ~= p.Name then
  1636. if hit.Parent:FindFirstChild("Humanoid") then
  1637. if Debounces.LPunch == true and Debounces.LPunched == false then
  1638. Debounces.LPunched = true
  1639. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1640. if Debounces.ks2==true then
  1641. z = Instance.new("Sound",hed)
  1642. z.SoundId = "rbxassetid://169380525"
  1643. z.Pitch = ptz[math.random(1,#ptz)]
  1644. z.Volume = 1
  1645. z:Play()
  1646. end
  1647. wait(.2)
  1648. Debounces.LPunched = false
  1649. end
  1650. end
  1651. end
  1652. end
  1653. end)
  1654. ----------------------------------------------------
  1655. local player = game.Players.LocalPlayer
  1656. local pchar = player.Character
  1657. local mouse = player:GetMouse()
  1658. local cam = workspace.CurrentCamera
  1659.  
  1660. local rad = math.rad
  1661.  
  1662. local keysDown = {}
  1663. local flySpeed = 0
  1664. local MAX_FLY_SPEED = 3000
  1665.  
  1666. local canFly = false
  1667. local flyToggled = false
  1668.  
  1669. local forward, side = 0, 0
  1670. local lastForward, lastSide = 0, 0
  1671.  
  1672. local floatBP = Instance.new("BodyPosition")
  1673. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  1674. local flyBV = Instance.new("BodyVelocity")
  1675. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1676. local turnBG = Instance.new("BodyGyro")
  1677. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1678.  
  1679. mouse.KeyDown:connect(function(key)
  1680. keysDown[key] = true
  1681.  
  1682. if key == "f" then
  1683. flyToggled = not flyToggled
  1684.  
  1685. if not flyToggled then
  1686. stanceToggle = "Normal"
  1687. floatBP.Parent = nil
  1688. flyBV.Parent = nil
  1689. turnBG.Parent = nil
  1690. root.Velocity = Vector3.new()
  1691. pchar.Humanoid.PlatformStand = false
  1692. end
  1693. end
  1694.  
  1695. end)
  1696. mouse.KeyUp:connect(function(key)
  1697. keysDown[key] = nil
  1698. end)
  1699.  
  1700. local function updateFly()
  1701.  
  1702. if not flyToggled then return end
  1703.  
  1704. lastForward = forward
  1705. lastSide = side
  1706.  
  1707. forward = 0
  1708. side = 0
  1709.  
  1710. if keysDown.w then
  1711. forward = forward + 1
  1712. end
  1713. if keysDown.s then
  1714. forward = forward - 1
  1715. end
  1716. if keysDown.a then
  1717. side = side - 1
  1718. end
  1719. if keysDown.d then
  1720. side = side + 1
  1721. end
  1722.  
  1723. canFly = (forward ~= 0 or side ~= 0)
  1724.  
  1725. if canFly then
  1726. stanceToggle = "Floating"
  1727. turnBG.Parent = root
  1728. floatBP.Parent = nil
  1729. flyBV.Parent = root
  1730.  
  1731. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  1732. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  1733. else
  1734. floatBP.position = root.Position
  1735. floatBP.Parent = root
  1736.  
  1737. flySpeed = flySpeed - 1
  1738. if flySpeed < 0 then flySpeed = 0 end
  1739. end
  1740.  
  1741. local camCF = cam.CoordinateFrame
  1742. local in_forward = canFly and forward or lastForward
  1743. local in_side = canFly and side or lastSide
  1744.  
  1745. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  1746. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  1747.  
  1748. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  1749. 0)
  1750. end
  1751.  
  1752. game:service'RunService'.RenderStepped:connect(function()
  1753. if flyToggled then
  1754. pchar.Humanoid.PlatformStand = true
  1755. end
  1756. updateFly()
  1757. end)
  1758. -------------------------------
  1759. mouse.KeyDown:connect(function(key)
  1760. if key == "q" then
  1761. if Debounces.CanAttack == true then
  1762. Debounces.CanAttack = false
  1763. Debounces.NoIdl = true
  1764. Debounces.on = true
  1765. function FindNearestTorso(Position,Distance,SinglePlayer)
  1766. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1767. local List = {}
  1768. for i,v in pairs(workspace:GetChildren())do
  1769. if v:IsA("Model")then
  1770. if v:findFirstChild("Torso")then
  1771. if v ~= char then
  1772. if(v.Torso.Position -Position).magnitude <= Distance then
  1773. table.insert(List,v)
  1774. end
  1775. end
  1776. end
  1777. end
  1778. end
  1779. return List
  1780. end
  1781. z = Instance.new("Sound",workspace)
  1782. z.SoundId = "rbxassetid://232213955"
  1783. z.Pitch = 0.75
  1784. z.Volume = 5
  1785. wait(0.2)
  1786. z:Play()
  1787. sp = Instance.new("Part",rarm)
  1788. sp.Anchored = true
  1789. sp.CanCollide = false
  1790. sp.Locked = true
  1791. sp.Transparency = 0
  1792. sp.Material = "Neon"
  1793. sp.Size = Vector3.new(2,2,2)
  1794. sp.TopSurface = "SmoothNoOutlines"
  1795. sp.BottomSurface = "SmoothNoOutlines"
  1796. sp.BrickColor = TorsoColor
  1797. spm = Instance.new("SpecialMesh",sp)
  1798. spm.MeshType = "Sphere"
  1799. spm.Scale = Vector3.new(42,42,42)
  1800. sp2 = Instance.new("Part", rarm)
  1801. sp2.Name = "Energy"
  1802. sp2.BrickColor = TorsoColor
  1803. sp2.Size = Vector3.new(1, 1, 1)
  1804. sp2.Shape = "Ball"
  1805. sp2.CanCollide = false
  1806. sp2.Anchored = true
  1807. sp2.Locked = true
  1808. sp2.TopSurface = 0
  1809. sp2.BottomSurface = 0
  1810. sp2.Transparency = 1
  1811. spm2 = Instance.new("SpecialMesh",sp2)
  1812. spm2.MeshId = "rbxassetid://9982590"
  1813. spm2.Scale = Vector3.new(4,4,4)
  1814. sp3 = Instance.new("Part", rarm)
  1815. sp3.Name = "Energy"
  1816. sp3.BrickColor = TorsoColor
  1817. sp3.Size = Vector3.new(1, 1, 1)
  1818. sp3.Shape = "Ball"
  1819. sp3.CanCollide = false
  1820. sp3.Anchored = true
  1821. sp3.Locked = true
  1822. sp3.TopSurface = 0
  1823. sp3.BottomSurface = 0
  1824. sp3.Transparency = 1
  1825. spm3 = Instance.new("SpecialMesh",sp2)
  1826. spm3.MeshId = "rbxassetid://9982590"
  1827. spm3.Scale = Vector3.new(8,8,8)
  1828. for i = 1, 20 do
  1829. spm.Scale = spm.Scale - Vector3.new(2,2,2)
  1830. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1831. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8)), 0.4)
  1832. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4)
  1833. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  1834. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  1835. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1836. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1837. if Debounces.on == false then break end
  1838. rs:wait()
  1839. end
  1840. for i = 1, 100, 20 do rs:wait()
  1841. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1842. end
  1843. for i = 1, 20 do
  1844. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1845. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  1846. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.4)
  1847. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  1848. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  1849. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1850. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1851. if Debounces.on == false then break end
  1852. rs:wait()
  1853. end
  1854. sp.Transparency = 1
  1855. for i = 1, 20 do
  1856. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  1857. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.62,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)
  1858. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  1859. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  1860. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1861. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1862. if Debounces.on == false then break end
  1863. rs:wait()
  1864. end
  1865. wait(1)
  1866. sp.Transparency = 0
  1867. sp2.Transparency = 0.84
  1868. for i = 1, 20 do
  1869. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  1870. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  1871. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  1872. sp3.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  1873. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(110),math.rad(-6),math.rad(140)), 0.4)
  1874. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(80),math.rad(6),math.rad(-40)), 0.2)
  1875. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  1876. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.3)
  1877. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  1878. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  1879. if Debounces.on == false then break end
  1880. rs:wait()
  1881. end
  1882. for i = 1, 2880, 50 do
  1883. rs:wait()
  1884. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  1885. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  1886. sp3.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/-10), math.rad(-i/-10), math.rad(i/-10))
  1887. rs:wait()
  1888. end
  1889. sp:Destroy()
  1890. sp2:Destroy()
  1891. sp3:Destroy()
  1892. local X = Instance.new("Part",char)
  1893. local O = Instance.new("ObjectValue",X)
  1894. O.Name = "creator"
  1895. X.Locked = true
  1896. X.Name = "Shell"
  1897. X.Anchored = false
  1898. X.CanCollide = false
  1899. X.Transparency = 0
  1900. X.Reflectance = 0
  1901. X.BottomSurface = 0
  1902. X.TopSurface = 0
  1903. X.Shape = 0
  1904. local V = Instance.new("ObjectValue",X)
  1905. V.Value = char
  1906. V.Name = "creator"
  1907. X.BrickColor = TorsoColor
  1908. X.Size = Vector3.new(2,2,2)
  1909. X.Material = "Neon"
  1910. local Z = Instance.new("SpecialMesh",X)
  1911. Z.MeshType = "Sphere"
  1912. Z.Scale = Vector3.new(0.5,0.5,1)
  1913. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  1914. local bv = Instance.new("BodyVelocity",X)
  1915. bv.maxForce = Vector3.new(99999,99999,99999)
  1916. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  1917. bv.velocity = X.CFrame.lookVector*75
  1918.  
  1919. Explode = X.Touched:connect(function(hit)
  1920. if hit ~= char and hit.Name ~= "Shell" then
  1921. local cf = X.CFrame
  1922. bv:Destroy()
  1923. X.Anchored = true
  1924. Z:Remove()
  1925. Explode:disconnect()
  1926. X.Size = Vector3.new(6,6,6)
  1927. X.Touched:connect(function(hit) end)
  1928. X.CanCollide = false
  1929. local part3 = Instance.new("Part", rarm)
  1930. part3.Anchored=true
  1931. part3.CanCollide=false
  1932. part3.Locked = true
  1933. part3.TopSurface = "SmoothNoOutlines"
  1934. part3.BottomSurface = "SmoothNoOutlines"
  1935. part3.FormFactor='Custom'
  1936. part3.Size=Vector3.new(2,2, 2)
  1937. part3.CFrame=X.CFrame
  1938. part3.Transparency=0
  1939. part3.BrickColor=TorsoColor
  1940. local mesh3 = Instance.new("SpecialMesh",part3)
  1941. mesh3.MeshType = "Sphere"
  1942. mesh3.Scale = Vector3.new(2,2,2)
  1943. --debris:AddItem(X,8)
  1944. local part4 = Instance.new("Part", rarm)
  1945. part4.Material = "Neon"
  1946. part4.Anchored=true
  1947. part4.CanCollide=false
  1948. part4.Locked = true
  1949. part4.TopSurface = "SmoothNoOutlines"
  1950. part4.BottomSurface = "SmoothNoOutlines"
  1951. part4.FormFactor='Custom'
  1952. part4.Size=Vector3.new(2,2, 2)
  1953. part4.CFrame=X.CFrame
  1954. part4.Transparency=0
  1955. part4.BrickColor=BrickColor.new("Black")
  1956. local mesh4 = Instance.new("SpecialMesh",part4)
  1957. mesh4.MeshType = "Sphere"
  1958. mesh4.Scale = Vector3.new(1,1,1)
  1959. local part7 = Instance.new("Part", rarm)
  1960. part7.Material = "Neon"
  1961. part7.Anchored=true
  1962. part7.CanCollide=false
  1963. part7.Locked = true
  1964. part7.TopSurface = "SmoothNoOutlines"
  1965. part7.BottomSurface = "SmoothNoOutlines"
  1966. part7.FormFactor='Custom'
  1967. part7.Size=Vector3.new(2,2, 2)
  1968. part7.CFrame=X.CFrame
  1969. part7.Transparency=0
  1970. part7.BrickColor=BrickColor.new("Really black")
  1971. local mesh7 = Instance.new("SpecialMesh",part7)
  1972. mesh7.MeshType = "Sphere"
  1973. mesh7.Scale = Vector3.new(0.2, 0.2, 0.2)
  1974. --[[X.Touched:connect(function(ht)
  1975. hit = ht.Parent
  1976. if ht and hit:IsA("Model") then
  1977. if hit:FindFirstChild("Humanoid") then
  1978. if hit.Name ~= p.Name then
  1979. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1980. wait(.3)
  1981. end
  1982. end
  1983. elseif ht and hit:IsA("Hat") then
  1984. if hit.Parent.Name ~= p.Name then
  1985. if hit.Parent:FindFirstChild("Humanoid") then
  1986. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1987. wait(.3)
  1988. end
  1989. end
  1990. end
  1991. end)
  1992. part3.Touched:connect(function(ht)
  1993. hit = ht.Parent
  1994. if ht and hit:IsA("Model") then
  1995. if hit:FindFirstChild("Humanoid") then
  1996. if hit.Name ~= p.Name then
  1997. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1998. wait(.3)
  1999. end
  2000. end
  2001. elseif ht and hit:IsA("Hat") then
  2002. if hit.Parent.Name ~= p.Name then
  2003. if hit.Parent:FindFirstChild("Humanoid") then
  2004. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2005. wait(.3)
  2006. end
  2007. end
  2008. end
  2009. end)]]--
  2010. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  2011. if v:FindFirstChild('Humanoid') then
  2012. v.Humanoid:TakeDamage(math.random(60,90))
  2013. v.Humanoid.PlatformStand = true
  2014. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2015. end
  2016. end
  2017.  
  2018. local acos = math.acos
  2019. local sqrt = math.sqrt
  2020. local Vec3 = Vector3.new
  2021. local fromAxisAngle = CFrame.fromAxisAngle
  2022.  
  2023. local function toAxisAngle(CFr)
  2024. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  2025. local Angle = math.acos((R00+R11+R22-1)/2)
  2026. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2027. A = A == 0 and 0.00001 or A
  2028. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2029. B = B == 0 and 0.00001 or B
  2030. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2031. C = C == 0 and 0.00001 or C
  2032. local x = (R21-R12)/sqrt(A)
  2033. local y = (R02-R20)/sqrt(B)
  2034. local z = (R10-R01)/sqrt(C)
  2035. return Vec3(x,y,z),Angle
  2036. end
  2037.  
  2038. function ApplyTrig(Num,Func)
  2039. local Min,Max = Func(0),Func(1)
  2040. local i = Func(Num)
  2041. return (i-Min)/(Max-Min)
  2042. end
  2043.  
  2044. function LerpCFrame(CFrame1,CFrame2,Num)
  2045. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  2046. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  2047. end
  2048.  
  2049. function Crater(Torso,Radius)
  2050. Spawn(function()
  2051. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  2052. local Ignore = {}
  2053. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2054. if v.Character ~= nil then
  2055. Ignore[#Ignore+1] = v.Character
  2056. end
  2057. end
  2058. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  2059. if Hit == nil then return end
  2060. local Parts = {}
  2061. for i = 1,360,10 do
  2062. local P = Instance.new("Part",Torso.Parent)
  2063. P.Anchored = true
  2064. P.FormFactor = "Custom"
  2065. P.BrickColor = Hit.BrickColor
  2066. P.Material = Hit.Material
  2067. P.TopSurface = "Smooth"
  2068. P.BottomSurface = "Smooth"
  2069. P.Size = Vector3.new(10,20,20)*(math.random(80,100)/100)
  2070. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  2071. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  2072. if math.random(0,5) == 0 then -- rubble
  2073. local P = Instance.new("Part",Torso.Parent)
  2074. P.Anchored = true
  2075. P.FormFactor = "Custom"
  2076. P.BrickColor = Hit.BrickColor
  2077. P.Material = Hit.Material
  2078. P.TopSurface = "Smooth"
  2079. P.BottomSurface = "Smooth"
  2080. P.Size = Vector3.new(4,4,4)*(math.random(80,100)/100)
  2081. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  2082. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  2083. end
  2084. end
  2085. for i = 0,1,0.05 do
  2086. for i2,v in pairs(Parts) do
  2087. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  2088. end
  2089. wait(0.02)
  2090. end
  2091. for i,v in pairs(Parts) do
  2092. if v[1].Size.X > 2.1 then
  2093. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  2094. end
  2095. v[1].Anchored = false
  2096. end
  2097. for i = 0,1,0.05 do
  2098. for i2,v in pairs(Parts) do
  2099. v[1].Transparency = i
  2100. if i == 1 then
  2101. v[1]:Destroy()
  2102. elseif i >= 0.25 then
  2103. v[1].CanCollide = false
  2104. end
  2105. end
  2106. wait(0.02)
  2107. end
  2108. Parts = nil
  2109. end)
  2110. end
  2111.  
  2112. ROW = function(out, trans, s, wt, t, ang, plus)
  2113. for i = 1, 360, 360/t do
  2114. local c = Instance.new("Part", game.Workspace)
  2115. c.FormFactor = 3
  2116. c.TopSurface = 0
  2117. c.BottomSurface = 0
  2118. c.Size = s
  2119. c.Anchored = true
  2120. c.CanCollide = wt
  2121. c.Material=workspace.Base.Material
  2122. c.Transparency = trans
  2123. c.BrickColor = workspace.Base.BrickColor
  2124. c.CFrame = CFrame.new(X.CFrame.x,0,X.CFrame.z) * CFrame.Angles(0, math.rad(i + plus), 0) * CFrame.new(0, 0, out) * ang
  2125. c.Locked=true
  2126. game.Debris:AddItem(c,15)
  2127. end
  2128. end
  2129.  
  2130. Part = function(x,y,z,color,tr,cc,an,parent)
  2131. local p = Instance.new('Part',parent or Weapon)
  2132. p.formFactor = 'Custom'
  2133. p.Size = Vector3.new(x,y,z)
  2134. p.BrickColor = BrickColor.new(color)
  2135. p.CanCollide = cc
  2136. p.Transparency = tr
  2137. p.Anchored = an
  2138. p.TopSurface,p.BottomSurface = 0,0
  2139. p.Locked=true
  2140. p:BreakJoints()
  2141. return p end
  2142.  
  2143. Mesh = function(par,num,x,y,z)
  2144. local msh = _
  2145. if num == 1 then msh = Instance.new("CylinderMesh",par)
  2146. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  2147. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  2148. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  2149. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  2150. end msh.Scale = Vector3.new(x,y,z)
  2151. return msh end
  2152.  
  2153. function explosion(col1,col2,cfr,sz,rng,dmg)
  2154. local a= Part(1,1,1,col1,.5,false,true,workspace)
  2155. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  2156. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  2157. v1,v2,v3=sz.x,sz.y,sz.z
  2158. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  2159. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  2160. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  2161. a.CFrame=cfr
  2162. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  2163. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  2164.  
  2165. Spawn(function()
  2166. while wait() do
  2167. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  2168. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  2169. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  2170. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  2171. a.Transparency=a.Transparency+0.05
  2172. a2.Transparency=a2.Transparency+0.05
  2173. a3.Transparency=a3.Transparency+0.05
  2174. end
  2175. end)
  2176. end
  2177.  
  2178. Crater(X,20)
  2179. ROW(12, 0, Vector3.new(34.5, 30, 3), true, 8, CFrame.Angles(math.rad(math.random (30,60)), 0, math.rad (math.random(-30,30))), 0)
  2180. z = Instance.new("Sound",workspace)
  2181. z.SoundId = "rbxassetid://231917744"
  2182. z.Pitch = .5
  2183. z.Volume = 5
  2184. z1 = Instance.new("Sound",workspace)
  2185. z1.SoundId = "rbxassetid://231917744"
  2186. z1.Pitch = .5
  2187. z1.Volume = 5
  2188. z2 = Instance.new("Sound",workspace)
  2189. z2.SoundId = "rbxassetid://231917744"
  2190. z2.Pitch = .5
  2191. z2.Volume = 5
  2192. z3 = Instance.new("Sound",workspace)
  2193. z3.SoundId = "rbxassetid://245537790"
  2194. z3.Pitch = .7
  2195. z3.Volume = 5
  2196. z4 = Instance.new("Sound",workspace)
  2197. z4.SoundId = "rbxassetid://245537790"
  2198. z4.Pitch = .7
  2199. z4.Volume = 5
  2200. z4a = Instance.new("Sound",workspace)
  2201. z4a.SoundId = "rbxassetid://419447292"
  2202. z4a.Pitch = 1
  2203. z4a.Volume = 5
  2204. z3a = Instance.new("Sound",workspace)
  2205. z3a.SoundId = "rbxassetid://421328847"
  2206. z3a.Pitch = 1
  2207. z3a.Volume = 5
  2208. wait(0.1)
  2209. z:Play()
  2210. z1:Play()
  2211. z2:Play()
  2212. z3:Play()
  2213. z4:Play()
  2214. z3a:Play()
  2215. z4a:Play()
  2216.  
  2217. local part=Instance.new('Part',rarm)
  2218. part.Anchored=true
  2219. part.CanCollide=false
  2220. part.Locked = true
  2221. part.FormFactor='Custom'
  2222. part.Size=Vector3.new(2,2,2)
  2223. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  2224. part.Transparency=0
  2225. part.BrickColor=BrickColor.new('Really black')
  2226. local mesh=Instance.new('SpecialMesh',part)
  2227. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  2228. mesh.Scale=Vector3.new(4,4,4)
  2229. local part2=part:clone()
  2230. part2.Parent = rarm
  2231. part2.BrickColor=TorsoColor
  2232. local part5=part:clone()
  2233. part5.Parent = rarm
  2234. part5.BrickColor=TorsoColor
  2235. local part6=part:clone()
  2236. part6.Parent = rarm
  2237. part6.BrickColor=BrickColor.new("Black")
  2238. local mesh2=mesh:clone()
  2239. mesh2.Parent=part2
  2240. mesh2.Scale=Vector3.new(6, 6, 6)
  2241. local mesh5=mesh:clone()
  2242. mesh5.Parent=part5
  2243. mesh5.Scale=Vector3.new(6, 6, 6)
  2244. local mesh6=mesh:clone()
  2245. mesh6.Parent=part6
  2246. mesh6.Scale=Vector3.new(6, 6, 6)
  2247. local blast = Instance.new("Part", rarm)
  2248. blast.BrickColor = BrickColor.new("Really black")
  2249. blast.Anchored = true
  2250. blast.CanCollide = false
  2251. blast.Locked = true
  2252. blast.Size = Vector3.new(2, 2, 2)
  2253. blast.TopSurface = "Smooth"
  2254. blast.BottomSurface = "Smooth"
  2255. blast.Transparency = 0
  2256. blast.CFrame = HandCF
  2257. local bm = Instance.new("SpecialMesh", blast)
  2258. bm.Scale = Vector3.new(10,2,10)
  2259. bm.MeshId = "rbxassetid://3270017"
  2260. local blast2 = Instance.new("Part", rarm)
  2261. blast2.BrickColor = BrickColor.new("Really black")
  2262. blast2.Anchored = true
  2263. blast2.CanCollide = false
  2264. blast2.Locked = true
  2265. blast2.Size = Vector3.new(2, 2, 2)
  2266. blast2.TopSurface = "Smooth"
  2267. blast2.BottomSurface = "Smooth"
  2268. blast2.Transparency = 0
  2269. blast2.CFrame = HandCF
  2270. local bm2 = Instance.new("SpecialMesh", blast2)
  2271. bm2.Scale = Vector3.new(6,2,6)
  2272. bm2.MeshId = "rbxassetid://3270017"
  2273. local blast3 = Instance.new("Part", rarm)
  2274. blast3.BrickColor = BrickColor.new("Really black")
  2275. blast3.Anchored = true
  2276. blast3.CanCollide = false
  2277. blast3.Locked = true
  2278. blast3.Size = Vector3.new(1, 1, 1)
  2279. blast3.TopSurface = "Smooth"
  2280. blast3.BottomSurface = "Smooth"
  2281. blast3.Transparency = 0
  2282. blast3.CFrame = HandCF
  2283. local bm3 = Instance.new("SpecialMesh", blast3)
  2284. bm3.Scale = Vector3.new(6,2,6)
  2285. bm3.MeshId = "rbxassetid://3270017"
  2286. LOL=100
  2287. LOLL=200
  2288. LOLLL=300
  2289. LOLLLL=400
  2290. LOLLLLL=500
  2291. -- such nic stairs xddd
  2292. local glowz2 = Instance.new("ParticleEmitter",X)
  2293. glowz2.LightEmission = 0.5
  2294. glowz2.Texture = "rbxassetid://284205403"
  2295. glowz2.Color = ColorSequence.new(wit2)
  2296. glowz2.Size = NumberSequence.new({nsk(0,30),nsk(0.4,60),nsk(0.6,120),nsk(0.8,60),nsk(1,10)})
  2297. glowz2.Speed = NumberRange.new(0)
  2298. glowz2.LockedToPart = false
  2299. glowz2.Transparency = NumberSequence.new({nsk(0,0),nsk(1,1)})
  2300. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  2301. glowz2.Lifetime = NumberRange.new(1)
  2302. glowz2.Rate = 50000
  2303. glowz2.VelocitySpread = 9001
  2304. Spawn(function()
  2305. wait(1)
  2306. glowz2.Rate=0
  2307. end)
  2308. for i = 1,120 do rs:wait()
  2309. LOL=LOL - 50
  2310. LOLL=LOLL - 100
  2311. LOLLL=LOLLL - 150
  2312. LOLLLL=LOLLLL - 200
  2313. LOLLLLL=LOLLLLL - 250
  2314. -- hi
  2315. X.Transparency = X.Transparency + (1/120)
  2316. part.Transparency = part.Transparency + (1/120)
  2317. part2.Transparency = part2.Transparency + (1/50)
  2318. part3.Transparency = part3.Transparency + (1/50)
  2319. part4.Transparency = part4.Transparency + (1/50)
  2320. part5.Transparency = part5.Transparency + (1/50)
  2321. part6.Transparency = part6.Transparency + (1/50)
  2322. part7.Transparency = part7.Transparency + (1/50)
  2323. blast.Transparency = blast.Transparency + (1/50)
  2324. blast2.Transparency = blast2.Transparency + (1/50)
  2325. blast3.Transparency = blast3.Transparency + (1/50)
  2326. X.Size = X.Size + Vector3.new(1.6,1.6,1.6)
  2327. --part3.Size = part3.Size + Vector3.new(6,6,6)
  2328. mesh.Scale = mesh.Scale + Vector3.new(2,.4,2)
  2329. mesh2.Scale = mesh2.Scale + Vector3.new(2.2,.4,2.2)
  2330. mesh3.Scale = mesh3.Scale + Vector3.new(6,6,6)
  2331. mesh4.Scale = mesh4.Scale + Vector3.new(3.4,3.4,3.4)
  2332. mesh5.Scale = mesh5.Scale + Vector3.new(3.2,.4,3.2)
  2333. mesh6.Scale = mesh6.Scale + Vector3.new(4,.4,4)
  2334. mesh7.Scale = mesh7.Scale + Vector3.new(8,8,8)
  2335. bm.Scale = bm.Scale + Vector3.new(12,12,.4)
  2336. bm2.Scale = bm2.Scale + Vector3.new(8,8,.4)
  2337. bm3.Scale = bm3.Scale + Vector3.new(8,8,.4)
  2338. X.CFrame = cf
  2339. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  2340. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  2341. part3.CFrame=X.CFrame
  2342. part4.CFrame=X.CFrame
  2343. part7.CFrame=X.CFrame
  2344. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  2345. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  2346. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2347. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  2348. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  2349. rs:wait()
  2350. end
  2351. X:Destroy()
  2352. part:Destroy()
  2353. part2:Destroy()
  2354. part3:Destroy()
  2355. part4:Destroy()
  2356. part5:Destroy()
  2357. part6:Destroy()
  2358. blast:Destroy()
  2359. blast2:Destroy()
  2360. blast3:Destroy()
  2361. z:Destroy()
  2362. z1:Destroy()
  2363. z2:Destroy()
  2364. z3:Destroy()
  2365. z4:Destroy()
  2366. end
  2367. end)
  2368. for i = 1, 20 do
  2369. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(70),math.rad(-6),math.rad(-20)), 0.2)
  2370. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.2)
  2371. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  2372. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)), 0.4)
  2373. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  2374. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  2375. if Debounces.on == false then break end
  2376. rs:wait()
  2377. end
  2378. if Debounces.CanAttack == false then
  2379. Debounces.CanAttack = true
  2380. Debounces.NoIdl = false
  2381. Debounces.on = false
  2382. end
  2383. end
  2384. end
  2385. end)
  2386. ----------------------------------------------------
  2387. mouse.KeyDown:connect(function(key)
  2388. if key == "c" then
  2389. Blaze()
  2390. end
  2391. end)
  2392. ----------------------------------------------------
  2393. mouse.KeyDown:connect(function(key)
  2394. if key == "v" then
  2395. Blaze2()
  2396. end
  2397. end)
  2398. ----------------------------------------------------
  2399. mouse.KeyDown:connect(function(key)
  2400. if key == "x" then
  2401. hum.WalkSpeed = 0.01
  2402. if Debounces.CanAttack == true then
  2403. Debounces.CanAttack = false
  2404. Debounces.NoIdl = true
  2405. Debounces.on = true
  2406. for i = 1, 30 do
  2407. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-40)), 0.2)
  2408. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), 0.2)
  2409. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  2410. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  2411. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  2412. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  2413. if Debounces.on == false then break end
  2414. rs:wait(6)
  2415. end
  2416. v = Instance.new("Sound")
  2417. v.SoundId = "rbxassetid://435742675"
  2418. v.Parent = char
  2419. v.Looped = false
  2420. v.Pitch = 1
  2421. v.Volume = 18
  2422. wait(.01)
  2423. v:Play()
  2424.  
  2425. if Daytime == true then
  2426. Daytime = false
  2427. l.TimeOfDay = 00
  2428. else
  2429. Daytime = true
  2430. l.TimeOfDay = 12
  2431. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  2432. end
  2433.  
  2434. local Shockwave = function()
  2435. local rng1 = Instance.new("Part", char)
  2436. rng1.Anchored = true
  2437. rng1.BrickColor = BrickColor.new("Really black")
  2438. rng1.CanCollide = false
  2439. rng1.FormFactor = 3
  2440. rng1.Name = "Ring"
  2441. rng1.Material = "Neon"
  2442. rng1.Size = Vector3.new(1, 1, 1)
  2443. rng1.Transparency = 0.35
  2444. rng1.TopSurface = 0
  2445. rng1.BottomSurface = 0
  2446. local rngm1 = Instance.new("SpecialMesh", rng)
  2447. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2448. rngm1.Scale = Vector3.new(10, 10, 1)
  2449. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  2450. local Wave = Instance.new("Part", game.Workspace--[[?]])
  2451. Wave.Name = "Shockwave"
  2452. Wave.BrickColor = BrickColor.new("Really black")
  2453. Wave.Material = "Neon"
  2454. Wave.Size = Vector3.new(1, 1, 1)
  2455. Wave.Shape = "Ball"
  2456. Wave.CanCollide = false
  2457. Wave.Anchored = true
  2458. Wave.TopSurface = 0
  2459. Wave.BottomSurface = 0
  2460. local Wave2 = Instance.new("Part", game.Workspace--[[?]])
  2461. Wave2.Name = "Shockwave2"
  2462. Wave2.BrickColor = TorsoColor
  2463. Wave2.Material = "Neon"
  2464. Wave2.Size = Vector3.new(1, 1, 1)
  2465. Wave2.Shape = "Ball"
  2466. Wave2.CanCollide = false
  2467. Wave2.Anchored = true
  2468. Wave2.TopSurface = 0
  2469. Wave2.BottomSurface = 0
  2470. Wave2.Touched:connect(function(hit)
  2471. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  2472. local Occlude = true
  2473. local NotOccludes = {
  2474. char.Name;
  2475. "Wings";
  2476. "Scythe";
  2477. "Thingy";
  2478. "Thingy2"; -- put all of the names in a table pls
  2479. }
  2480. for i,v in pairs(NotOccludes) do
  2481. if hit.Parent.Name == v then
  2482. Occlude = false
  2483. end
  2484. end
  2485. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  2486. if Occlude then
  2487. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  2488. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  2489. end
  2490. end
  2491. end)
  2492.  
  2493. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  2494.  
  2495. coroutine.wrap(function()
  2496. for i = 1, 20, 0.2 do
  2497. rngm1.Scale = Vector3.new(10 + i*20, 10 + i*20, 20)
  2498. rng1.Transparency = i/20
  2499. wait()
  2500. end
  2501. wait()
  2502. rng1:Destroy()
  2503. end)()
  2504.  
  2505. Delay(0, function()
  2506.  
  2507. if Daytime == false then
  2508. for i = 3, 50, 1 do
  2509. Wave.Size = Vector3.new(0 + i*3, 0 + i*3, 0 + i*3)
  2510. Wave.CFrame = char.Torso.CFrame
  2511. local t = i / 50
  2512. Wave.Transparency = t
  2513. Wave2.Size = Vector3.new(1 + i*2.5, 1 + i*2.5, 1 + i*2.5)
  2514. Wave2.CFrame = char.Torso.CFrame
  2515. local tq = i / 50
  2516. Wave2.Transparency = tq
  2517. wait()
  2518. end
  2519. else
  2520. for i = 3, 50, 1 do
  2521. Wave.Size = Vector3.new(0 + i*3, 0 + i*3, 0 + i*3)
  2522. Wave.CFrame = char.Torso.CFrame
  2523. local t = i / 50
  2524. Wave.Transparency = t
  2525. Wave2.Size = Vector3.new(1 + i*2.5, 1 + i*2.5, 1 + i*2.5)
  2526. Wave2.CFrame = char.Torso.CFrame
  2527. local tq = i / 50
  2528. Wave2.Transparency = tq
  2529. wait()
  2530. end
  2531. end
  2532. Wave:Destroy()
  2533. Wave2:Destroy()
  2534. end)
  2535. Delay(0, function()
  2536. while wait() do
  2537. if Wave ~= nil then
  2538. Wave.CFrame = char.Torso.CFrame
  2539. else
  2540. break
  2541. end
  2542. end
  2543. end)
  2544. end
  2545. Shockwave()
  2546. for i = 1, 30 do
  2547. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(-20),math.rad(50)), 0.4)
  2548. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(20),math.rad(-50)), 0.4)
  2549. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  2550. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)), 0.4)
  2551. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  2552. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  2553. if Debounces.on == false then break end
  2554. rs:wait()
  2555. end
  2556. wait(2.4)
  2557. Debounces.NoIdl = false
  2558. hum.WalkSpeed = 16
  2559. Debounces.on = false
  2560. wait()
  2561. if Debounces.CanAttack == false then
  2562. Debounces.CanAttack = true
  2563. v:Destroy()
  2564. end
  2565. end
  2566. end
  2567. end)
  2568. ----------------------------------------------------
  2569. mouse.KeyDown:connect(function(key)
  2570. if key == "e" then
  2571. if Debounces.CanAttack == true then
  2572. Debounces.CanAttack = false
  2573. Debounces.on = true
  2574. Debounces.NoIdl = true
  2575. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  2576. z = Instance.new("Sound", rarm)
  2577. z.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  2578. z.Volume = 1.25
  2579. z.Pitch = pt[math.random(1,#pt)]
  2580. z.Looped = false
  2581. z:Play()
  2582. Debounces.RPunch = true
  2583. Debounces.LPunch = true
  2584. Debounces.ks = true
  2585. Debounces.ks2 = true
  2586. for i = 1, 3 do
  2587. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  2588. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  2589. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2590. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2591. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2592. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2593. if Debounces.on == false then break end
  2594. wait()
  2595. end
  2596. z2 = Instance.new("Sound", larm)
  2597. z2.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2598. z2.Volume = 1.25
  2599. z2.Pitch = pt[math.random(1,#pt)]
  2600. z2.Looped = false
  2601. z2:Play()
  2602. for i = 1, 3 do
  2603. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2604. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  2605. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2606. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2607. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2608. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2609. if Debounces.on == false then break end
  2610. wait()
  2611. end
  2612. z3 = Instance.new("Sound", rarm)
  2613. z3.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2614. z3.Volume = 1.25
  2615. z3.Pitch = pt[math.random(1,#pt)]
  2616. z3.Looped = false
  2617. z3:Play()
  2618. for i = 1, 3 do
  2619. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  2620. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  2621. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2622. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2623. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2624. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2625. if Debounces.on == false then break end
  2626. wait()
  2627. end
  2628. z4 = Instance.new("Sound", larm)
  2629. z4.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2630. z4.Volume = 1.25
  2631. z4.Pitch = pt[math.random(1,#pt)]
  2632. z4.Looped = false
  2633. z4:Play()
  2634. for i = 1, 3 do
  2635. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2636. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2637. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2638. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2639. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2640. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2641. if Debounces.on == false then break end
  2642. wait()
  2643. end
  2644. z5 = Instance.new("Sound", rarm)
  2645. z5.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2646. z5.Volume = 1.25
  2647. z5.Pitch = pt[math.random(1,#pt)]
  2648. z5.Looped = false
  2649. z5:Play()
  2650. for i = 1, 3 do
  2651. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  2652. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  2653. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2654. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2655. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  2656. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  2657. if Debounces.on == false then break end
  2658. wait()
  2659. end
  2660. z6 = Instance.new("Sound", larm)
  2661. z6.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2662. z6.Volume = 1.25
  2663. z6.Pitch = pt[math.random(1,#pt)]
  2664. z6.Looped = false
  2665. z6:Play()
  2666. for i = 1, 3 do
  2667. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2668. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2669. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2670. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2671. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2672. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2673. if Debounces.on == false then break end
  2674. wait()
  2675. end
  2676. z7 = Instance.new("Sound", rarm)
  2677. z7.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  2678. z7.Volume = 1.25
  2679. z7.Pitch = pt[math.random(1,#pt)]
  2680. z7.Looped = false
  2681. z7:Play()
  2682. for i = 1, 3 do
  2683. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  2684. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  2685. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2686. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2687. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2688. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2689. if Debounces.on == false then break end
  2690. wait()
  2691. end
  2692. z8 = Instance.new("Sound", larm)
  2693. z8.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2694. z8.Volume = 1.25
  2695. z8.Pitch = pt[math.random(1,#pt)]
  2696. z8.Looped = false
  2697. z8:Play()
  2698. for i = 1, 3 do
  2699. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2700. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  2701. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2702. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2703. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2704. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2705. if Debounces.on == false then break end
  2706. wait()
  2707. end
  2708. z9 = Instance.new("Sound", rarm)
  2709. z9.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2710. z9.Volume = 1.25
  2711. z9.Pitch = pt[math.random(1,#pt)]
  2712. z9.Looped = false
  2713. z9:Play()
  2714. for i = 1, 3 do
  2715. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  2716. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  2717. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2718. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2719. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2720. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2721. if Debounces.on == false then break end
  2722. wait()
  2723. end
  2724. z10 = Instance.new("Sound", larm)
  2725. z10.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2726. z10.Volume = 1.25
  2727. z10.Pitch = pt[math.random(1,#pt)]
  2728. z10.Looped = false
  2729. z10:Play()
  2730. for i = 1, 3 do
  2731. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2732. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2733. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2734. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2735. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2736. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2737. if Debounces.on == false then break end
  2738. wait()
  2739. end
  2740. z11 = Instance.new("Sound", rarm)
  2741. z11.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2742. z11.Volume = 1.25
  2743. z11.Pitch = pt[math.random(1,#pt)]
  2744. z11.Looped = false
  2745. z11:Play()
  2746. for i = 1, 3 do
  2747. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  2748. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  2749. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2750. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2751. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  2752. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  2753. if Debounces.on == false then break end
  2754. wait()
  2755. end
  2756. z12 = Instance.new("Sound", larm)
  2757. z12.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2758. z12.Volume = 1.25
  2759. z12.Pitch = pt[math.random(1,#pt)]
  2760. z12.Looped = false
  2761. z12:Play()
  2762. for i = 1, 3 do
  2763. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2764. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  2765. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2766. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2767. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2768. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2769. if Debounces.on == false then break end
  2770. wait()
  2771. end
  2772. z13 = Instance.new("Sound", rarm)
  2773. z13.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2774. z13.Volume = 1.25
  2775. z13.Pitch = pt[math.random(1,#pt)]
  2776. z13.Looped = false
  2777. z13:Play()
  2778. for i = 1, 3 do
  2779. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  2780. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  2781. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2782. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2783. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2784. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2785. if Debounces.on == false then break end
  2786. wait()
  2787. end
  2788. z14 = Instance.new("Sound", larm)
  2789. z14.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2790. z14.Volume = 1.25
  2791. z14.Pitch = pt[math.random(1,#pt)]
  2792. z14.Looped = false
  2793. z14:Play()
  2794. for i = 1, 3 do
  2795. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2796. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2797. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2798. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2799. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2800. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2801. if Debounces.on == false then break end
  2802. wait()
  2803. end
  2804. z15 = Instance.new("Sound", rarm)
  2805. z15.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2806. z15.Volume = 1.25
  2807. z15.Pitch = pt[math.random(1,#pt)]
  2808. z15.Looped = false
  2809. z15:Play()
  2810. for i = 1, 3 do
  2811. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
  2812. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
  2813. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2814. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2815. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
  2816. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
  2817. if Debounces.on == false then break end
  2818. wait()
  2819. end
  2820. z16 = Instance.new("Sound", larm)
  2821. z16.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2822. z16.Volume = 1.25
  2823. z16.Pitch = pt[math.random(1,#pt)]
  2824. z16.Looped = false
  2825. z16:Play()
  2826. for i = 1, 3 do
  2827. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2828. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2829. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2830. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2831. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2832. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2833. if Debounces.on == false then break end
  2834. wait()
  2835. end
  2836. z17 = Instance.new("Sound", rarm)
  2837. z17.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  2838. z17.Volume = 1.25
  2839. z17.Pitch = pt[math.random(1,#pt)]
  2840. z17.Looped = false
  2841. z17:Play()
  2842. for i = 1, 3 do
  2843. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
  2844. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
  2845. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2846. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2847. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2848. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2849. if Debounces.on == false then break end
  2850. wait()
  2851. end
  2852. z18 = Instance.new("Sound", larm)
  2853. z18.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2854. z18.Volume = 1.25
  2855. z18.Pitch = pt[math.random(1,#pt)]
  2856. z18.Looped = false
  2857. z18:Play()
  2858. for i = 1, 3 do
  2859. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2860. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
  2861. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2862. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2863. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2864. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2865. if Debounces.on == false then break end
  2866. wait()
  2867. end
  2868. z19 = Instance.new("Sound", rarm)
  2869. z19.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2870. z19.Volume = 1.25
  2871. z19.Pitch = pt[math.random(1,#pt)]
  2872. z19.Looped = false
  2873. z19:Play()
  2874. for i = 1, 3 do
  2875. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
  2876. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
  2877. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2878. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2879. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
  2880. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
  2881. if Debounces.on == false then break end
  2882. wait()
  2883. end
  2884. z20 = Instance.new("Sound", larm)
  2885. z20.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2886. z20.Volume = 1.25
  2887. z20.Pitch = pt[math.random(1,#pt)]
  2888. z20.Looped = false
  2889. z20:Play()
  2890. for i = 1, 3 do
  2891. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
  2892. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
  2893. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2894. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2895. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
  2896. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
  2897. if Debounces.on == false then break end
  2898. wait()
  2899. end
  2900. z:Destroy()
  2901. z2:Destroy()
  2902. z3:Destroy()
  2903. z4:Destroy()
  2904. z5:Destroy()
  2905. z6:Destroy()
  2906. z7:Destroy()
  2907. z8:Destroy()
  2908. z9:Destroy()
  2909. z10:Destroy()
  2910. z11:Destroy()
  2911. z12:Destroy()
  2912. z13:Destroy()
  2913. z14:Destroy()
  2914. z15:Destroy()
  2915. z16:Destroy()
  2916. z17:Destroy()
  2917. z18:Destroy()
  2918. z19:Destroy()
  2919. z20:Destroy()
  2920. Debounces.LPunch = false
  2921. Debounces.RPunch = false
  2922. Debounces.ks = false
  2923. Debounces.ks2 = false
  2924. if Debounces.CanAttack == false then
  2925. Debounces.CanAttack = true
  2926. Debounces.on = false
  2927. Debounces.NoIdl = false
  2928. end
  2929. end
  2930. end
  2931. end)
  2932. -------------------------------
  2933. mouse.KeyDown:connect(function(key)
  2934. if key == "t" then
  2935. if Debounces.CanAttack == true then
  2936. Debounces.CanAttack = false
  2937. Debounces.NoIdl = true
  2938. Debounces.on = true
  2939. Debounces.ks = true
  2940. kik = rleg.Touched:connect(function(ht)
  2941. hit = ht.Parent
  2942. if ht and hit:IsA("Model") then
  2943. if hit:FindFirstChild("Humanoid") then
  2944. if hit.Name ~= p.Name then
  2945. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2946. Debounces.Slashed = true]]--
  2947. if Debounces.ks==true then
  2948. z = Instance.new("Sound",hed)
  2949. z.SoundId = "rbxassetid://169380525"
  2950. z.Volume = 1
  2951. z:Play()
  2952. Debounces.ks=false
  2953. end
  2954. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  2955. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2956. --Debounces.Slashed = false
  2957. --end
  2958. end
  2959. end
  2960. elseif ht and hit:IsA("Hat") then
  2961. if hit.Parent.Name ~= p.Name then
  2962. if hit.Parent:FindFirstChild("Humanoid") then
  2963. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2964. Debounces.Slashed = true]]--
  2965. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2966. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2967. --Debounces.Slashed = false
  2968. --end
  2969. end
  2970. end
  2971. end
  2972. end)
  2973. for i = 1,20 do
  2974. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
  2975. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.4)
  2976. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2977. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  2978. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  2979. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2980. if Debounces.on == false then break end
  2981. rs:wait()
  2982. end
  2983. kik:disconnect()
  2984. if Debounces.CanAttack == false then
  2985. Debounces.CanAttack = true
  2986. Debounces.NoIdl = false
  2987. Debounces.on = false
  2988. end
  2989. end
  2990. end
  2991. end)
  2992. ----------------------------------------------------
  2993. mouse.KeyDown:connect(function(key)
  2994. if key == "y" then
  2995. if Debounces.CanAttack == true then
  2996. Debounces.CanAttack = false
  2997. Debounces.on = true
  2998. Debounces.NoIdl = true
  2999. for i = 1, 15 do
  3000. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,-0.25)*CFrame.Angles(math.rad(0),math.rad(-35),math.rad(-90)), 0.2)
  3001. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(-35),math.rad(-90)), 0.6)
  3002. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  3003. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.4)
  3004. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3005. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3006. if Debounces.on == false then break end
  3007. rs:wait(2.7)
  3008. end
  3009. xa = Instance.new("Sound",char)
  3010. xa.SoundId = "rbxassetid://419447292"
  3011. xa.Pitch = 1
  3012. xa.Volume = 2.5
  3013. wait(.1)
  3014. xa:Play()
  3015. Debounces.on = false
  3016. Debounces.Here = false
  3017. shot = shot + 1
  3018. local rng = Instance.new("Part", larm)
  3019. rng.Anchored = true
  3020. rng.BrickColor = TorsoColor
  3021. rng.CanCollide = false
  3022. rng.FormFactor = 3
  3023. rng.Name = "Ring"
  3024. rng.Size = Vector3.new(1, 1, 1)
  3025. rng.Transparency = 0.35
  3026. rng.TopSurface = 0
  3027. rng.BottomSurface = 0
  3028. rng2 = rng:clone()
  3029. rng3 = rng2:clone()
  3030. rng4 = rng2:clone()
  3031. local rngm = Instance.new("SpecialMesh", rng)
  3032. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3033. rngm.Scale = Vector3.new(10, 10, 1)
  3034. rngm2 = rngm:clone()
  3035. rngm2.Scale = Vector3.new(5, 5, 3)
  3036. rngm3=rngm2:clone()
  3037. rngm3.Parent = rng3
  3038. rngm3.Scale = Vector3.new(8, 8, 1)
  3039. rngm4 = rngm2:clone()
  3040. rngm4.Parent = rng4
  3041. rngm4.Scale = Vector3.new(6, 6, 1)
  3042. local bem = Instance.new("Part", larm)
  3043. bem.Anchored = true
  3044. bem.BrickColor = BrickColor.new("Really black")
  3045. bem.CanCollide = false
  3046. bem.FormFactor = 3
  3047. bem.Name = "Beam" .. shot
  3048. bem.Size = Vector3.new(1, 1, 1)
  3049. bem.Transparency = 0.35
  3050. bem.Material = "Neon"
  3051. bem.TopSurface = 0
  3052. bem.BottomSurface = 0
  3053. local bemm = Instance.new("SpecialMesh", bem)
  3054. bemm.MeshType = 4
  3055. bemm.Scale = Vector3.new(1, 50, 50)
  3056. local out = Instance.new("Part", larm)
  3057. out.Anchored = true
  3058. out.BrickColor = BrickColor.new("Really black")
  3059. out.CanCollide = false
  3060. out.FormFactor = 3
  3061. out.Name = "Out"
  3062. out.Size = Vector3.new(8, 8, 8)
  3063. out.Transparency = 0.35
  3064. out.TopSurface = 0
  3065. out.BottomSurface = 0
  3066. local outm = Instance.new("SpecialMesh", out)
  3067. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3068. outm.Scale = Vector3.new(12, 8, 12)
  3069. local bnd = Instance.new("Part", larm)
  3070. bnd.Anchored = true
  3071. bnd.BrickColor = BrickColor.new("Really black")
  3072. bnd.CanCollide = false
  3073. bnd.FormFactor = 3
  3074. bnd.Name = "Bend"
  3075. bnd.Size = Vector3.new(1, 1, 1)
  3076. bnd.Transparency = 1
  3077. bnd.TopSurface = 0
  3078. bnd.BottomSurface = 0
  3079. local bndm = Instance.new("SpecialMesh", bnd)
  3080. bndm.MeshType = 3
  3081. bndm.Scale = Vector3.new(16, 16, 16)
  3082. out.CFrame = larm.CFrame * CFrame.new(0, -5.4, 0)
  3083. bem.CFrame = out.CFrame * CFrame.new(0, -50, 0) * CFrame.Angles(0, 0, math.rad(90))
  3084. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3085. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3086. rng3.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  3087. rng4.CFrame = rng.CFrame * CFrame.new(0, -2, 0)
  3088. Debounces.Shewt = true
  3089. coroutine.wrap(function()
  3090. for i = 1, 20, 0.2 do
  3091. rngm.Scale = Vector3.new(20 + i*4, 20 + i*4, 2)
  3092. rngm3.Scale = Vector3.new(16 + i*6, 16 + i*6, 2)
  3093. rngm4.Scale = Vector3.new(12 + i*8, 12 + i*8, 2)
  3094. rng.Transparency = i/20
  3095. rng3.Transparency = 1/24
  3096. rng4.Transparency = i/26
  3097. wait()
  3098. end
  3099. wait()
  3100. rng:Destroy()
  3101. end)()
  3102. if Debounces.Shewt == true then
  3103. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  3104. hit = ht.Parent
  3105. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  3106. if HasntTouched(hit.Name) == true and deb == false then
  3107. deb = true
  3108. coroutine.wrap(function()
  3109. hit:FindFirstChild("Humanoid").PlatformStand = true
  3110. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 275
  3111. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  3112. end)()
  3113. table.insert(Touche, hit.Name)
  3114. deb = false
  3115. end
  3116. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  3117. if HasntTouched(hit.Parent.Name) == true and deb == false then
  3118. deb = true
  3119. coroutine.wrap(function()
  3120. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  3121. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 275
  3122. wait(1)
  3123. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  3124. end)()
  3125. table.insert(Touche, hit.Parent.Name)
  3126. deb = false
  3127. for i, v in pairs(Touche) do
  3128. print(v)
  3129. end
  3130. end
  3131. end
  3132. end)
  3133. end
  3134. for i = 0, 260, 8 do
  3135. bem.Size = Vector3.new(i, 30, 30)
  3136. out.CFrame = larm.CFrame * CFrame.new(0, -5.4, 0)
  3137. bem.CFrame = larm.CFrame * CFrame.new(0, -42 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  3138. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  3139. bnd.Size = Vector3.new(2,2,2)
  3140. bndm.Scale = Vector3.new(16,16,16)
  3141. if i % 10 == 0 then
  3142. local newRng = rng2:Clone()
  3143. newRng.Parent = larm
  3144. newRng.CFrame = larm.CFrame * CFrame.new(0, -8.4-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  3145. local newRngm = rngm2:clone()
  3146. newRngm.Parent=newRng
  3147. coroutine.wrap(function()
  3148. for i = 1, 10, 0.2 do
  3149. newRngm.Scale = Vector3.new(16 + i*4, 16 + i*4, 6)
  3150. newRng.Transparency = i/10
  3151. wait()
  3152. end
  3153. wait()
  3154. newRng:Destroy()
  3155. end)()
  3156. end
  3157. wait()
  3158. end
  3159. wait()
  3160. Debounces.Shewt = false
  3161. bem:Destroy()
  3162. out:Destroy()
  3163. bnd:Destroy()
  3164. Debounces.Ready = false
  3165. for i, v in pairs(Touche) do
  3166. table.remove(Touche, i)
  3167. end
  3168. wait()
  3169. table.insert(Touche, char.Name)
  3170. Debounces.NoIdl = false
  3171. if Debounces.CanAttack == false then
  3172. Debounces.CanAttack = true
  3173. end
  3174. end
  3175. end
  3176. end)
  3177. ----------------------------------------------------
  3178. mouse.KeyDown:connect(function(key)
  3179. if key == "h" then
  3180. if Debounces.CanAttack == true then
  3181. Debounces.CanAttack = false
  3182. Debounces.on = true
  3183. Debounces.NoIdl = true
  3184. for i = 1, 20 do
  3185. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(110),math.rad(-6),math.rad(140)), 0.4)
  3186. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(80),math.rad(6),math.rad(-40)), 0.2)
  3187. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  3188. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.3)
  3189. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  3190. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  3191. if Debounces.on == false then break end
  3192. rs:wait(2.6)
  3193. end
  3194. Spawn(function()
  3195. local Parts = {}
  3196. for Y = -5,5 do
  3197. local P = Instance.new("Part",char)
  3198. P.Anchored = true
  3199. P.FormFactor = "Custom"
  3200. P.CanCollide = false
  3201. P.Size = Vector3.new(2,4,2)
  3202. P.TopSurface = "SmoothNoOutlines"
  3203. P.BottomSurface = "SmoothNoOutlines"
  3204. P.Material = "Neon"
  3205. P.BrickColor = BrickColor.new("Really black")
  3206. P.Name = tostring(Y)
  3207. local i = (Y+5)/(10)
  3208. i = 1-math.cos(math.pi*i-(math.pi/2))
  3209. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  3210. --[[P.Touched:connect(function(ht)
  3211. local hit = ht.Parent
  3212. if hit:FindFirstChild("Humanoid") then
  3213. hit.Humanoid:TakeDamage(math.random(20,50))
  3214. end
  3215. end)]]--
  3216. s = Instance.new("Sound",P)
  3217. s.SoundId = "rbxassetid://228343271"
  3218. s.Volume = 1
  3219. s.Pitch = 0.9
  3220. s:Play()
  3221. sa = Instance.new("Sound",P)
  3222. sa.SoundId = "rbxassetid://419447292"
  3223. sa.Volume = 1
  3224. sa.Pitch = 1
  3225. sa:Play()
  3226. P.Touched:connect(function(ht)
  3227. hit = ht.Parent
  3228. if ht and hit:IsA("Model") then
  3229. if hit:FindFirstChild("Humanoid") then
  3230. if hit.Name ~= p.Name then
  3231. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3232. Debounces.Slashed = true]]--
  3233. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  3234. hit:FindFirstChild("Humanoid").PlatformStand = true
  3235. wait(1)
  3236. --Debounces.Slashed = false
  3237. --end
  3238. end
  3239. end
  3240. elseif ht and hit:IsA("Hat") then
  3241. if hit.Parent.Name ~= p.Name then
  3242. if hit.Parent:FindFirstChild("Humanoid") then
  3243. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3244. Debounces.Slashed = true]]--
  3245. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  3246. hit:FindFirstChild("Humanoid").PlatformStand = true
  3247. wait(1)
  3248. --Debounces.Slashed = false
  3249. --end
  3250. end
  3251. end
  3252. end
  3253. end)
  3254. Parts[#Parts+1] = P
  3255. end
  3256. local BREAKIT = false
  3257. local CParts = {}
  3258. local Rocks = {}
  3259. local LastPos = nil
  3260. for i = 1,70 do
  3261. for i2,v in pairs(Parts) do
  3262. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  3263. local cf = v.CFrame
  3264. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  3265. v.CFrame = cf
  3266. v.Transparency = v.Transparency+0.02
  3267. if v.Transparency >= 0.975 then BREAKIT = true end
  3268. if v.Name == "0" then
  3269. local Ignore = {}
  3270. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3271. if v.Character ~= nil then
  3272. Ignore[#Ignore+1] = v.Character
  3273. end
  3274. end
  3275. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  3276. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  3277. if Hit ~= nil then
  3278. if #Rocks == 0 then
  3279. for i = 1,5 do
  3280. local P = Instance.new("Part",char)
  3281. Rocks[#Rocks+1] = P
  3282. P.Anchored = true
  3283. P.FormFactor = "Custom"
  3284. P.BrickColor = Hit.BrickColor
  3285. P.Material = Hit.Material
  3286. P.TopSurface = "Smooth"
  3287. P.BottomSurface = "Smooth"
  3288. P.Size = Vector3.new(2,2,2)*(math.random(500,900)/100)
  3289. end
  3290. end
  3291. for i,P in pairs(Rocks) do
  3292. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  3293. end
  3294. local P = Instance.new("Part",char)
  3295. CParts[#CParts+1] = {P,tick()}
  3296. P.Anchored = true
  3297. P.FormFactor = "Custom"
  3298. P.BrickColor = Hit.BrickColor
  3299. P.Material = Hit.Material
  3300. P.TopSurface = "Smooth"
  3301. P.BottomSurface = "Smooth"
  3302. P.Size = Vector3.new(2,2,2)*(math.random(100,300)/100)
  3303. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3304. Pos = Pos.p
  3305. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  3306. local P = P:Clone()
  3307. CParts[#CParts+1] = {P,tick()}
  3308. P.Parent = char
  3309. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  3310. Pos = Pos.p
  3311. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  3312. if LastPos ~= nil then
  3313. local P = P:Clone()
  3314. CParts[#CParts+1] = {P,tick()}
  3315. P.Parent = char
  3316. P.BrickColor = TorsoColor
  3317. P.Material = "Neon"
  3318. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3319. Pos = Pos.p
  3320. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3321. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  3322. --P.Velocity = Vector3.new(0,-1000,0)
  3323. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  3324. end
  3325. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3326. end
  3327. end
  3328. end
  3329. if BREAKIT then break end
  3330. wait(0.002)
  3331. end
  3332. for i,v in pairs(Rocks) do
  3333. CParts[#CParts+1] = {v,tick()}
  3334. end
  3335. for i,v in pairs(Parts) do
  3336. v:Destroy()
  3337. end
  3338. Parts = nil
  3339. while true do
  3340. local t = tick()
  3341. local p = nil
  3342. for i,v in pairs(CParts) do
  3343. if t-v[2] > 4 then
  3344. v[1].Transparency = v[1].Transparency+0.05
  3345. if v[1].Transparency >= 1 then
  3346. v[1]:Destroy()
  3347. CParts[i] = nil
  3348. end
  3349. end
  3350. p = v
  3351. end
  3352. if p == nil then break end
  3353. wait(0.002)
  3354. end
  3355. for i,v in pairs(CParts) do
  3356. v:Destroy()
  3357. end
  3358. CParts = {}
  3359. end)
  3360. for i = 1, 20 do
  3361. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(70),math.rad(-6),math.rad(-20)), 0.2)
  3362. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.2)
  3363. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3364. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)), 0.4)
  3365. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  3366. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  3367. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  3368. if Debounces.on == false then break end
  3369. rs:wait(2)
  3370. end
  3371. if Debounces.CanAttack == false then
  3372. Debounces.CanAttack = true
  3373. Debounces.on = false
  3374. Debounces.NoIdl = false
  3375. end
  3376. end
  3377. end
  3378. end)
  3379. ----------------------------------------------------
  3380. local orbt={}
  3381. local stlt={}
  3382. local chot={}
  3383. local cfxt={}
  3384. local pfxt={}
  3385. local cns=0
  3386. local cnOrb=nil
  3387. mouse.KeyDown:connect(function(key)
  3388. if key == "u" then
  3389. if Debounces.CanAttack == true then
  3390. Debounces.CanAttack = false
  3391. Debounces.NoIdl = true
  3392. Debounces.on = true
  3393. orbt={}
  3394. stlt={}
  3395. chot={}
  3396. cfxt={}
  3397. for i = 1, 20 do
  3398. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  3399. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  3400. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  3401. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  3402. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3403. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3404. if Debounces.on == false then end
  3405. rs:wait()
  3406. end
  3407. z2 = Instance.new("Sound",char)
  3408. z2.SoundId = "rbxassetid://331888777"
  3409. z2.Pitch = 0.45
  3410. z2.Volume = 2
  3411. wait(0.1)
  3412. z2:Play()
  3413. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"White")
  3414. debris:AddItem(cnOrb,50)
  3415. cnOrb.Mesh.MeshType=3
  3416. cnOrb.Transparency = 0.5
  3417. table.insert(orbt,cnOrb)
  3418. table.insert(stlt,cnOrb)
  3419. local nt=0
  3420. for i=0,14.75,0.5 do
  3421. nt=nt+1
  3422. cns=i
  3423. if nt>=2 then
  3424. nt=0
  3425. local cho=nwPrt(mod3,Vector3.new(0.2,0.2,0.2),cnOrb.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"White")
  3426. debris:AddItem(cho,1)
  3427. cho.Mesh.MeshType=3
  3428. cho.Transparency = 1
  3429. table.insert(chot,cho)
  3430. end
  3431. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  3432. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  3433. wait()
  3434. end
  3435. for i = 1, 14 do
  3436. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(110),math.rad(-6),math.rad(140)), 0.4)
  3437. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(80),math.rad(6),math.rad(-40)), 0.2)
  3438. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  3439. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.3)
  3440. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  3441. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  3442. if Debounces.on == false then end
  3443. rs:wait()
  3444. end
  3445. coroutine.wrap(function()
  3446. for i = 1, 20 do
  3447. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(70),math.rad(-6),math.rad(-20)), 0.2)
  3448. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.2)
  3449. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3450. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)), 0.4)
  3451. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  3452. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  3453. if Debounces.on == false then end
  3454. rs:wait()
  3455. end
  3456. end)()
  3457. wait(0.1)
  3458. stlt={}
  3459. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-150),root.CFrame*CFrame.new(0,0,-150)*CFrame.Angles(math.rad(-0.001),0,0)*CFrame.new(0,0,-2),160,{char})
  3460. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-150)*CFrame.Angles(math.rad(-0.001),0,0)
  3461. local nt=0
  3462. for i=0,360,150 do
  3463. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-20)
  3464. nt=nt+1
  3465. if nt>=6 then
  3466. nt=0
  3467. local cfx=nwPrt(mod3,Vector3.new(10,10,10),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Really black")
  3468. cfx.Mesh.MeshId="rbxassetid://0"
  3469. cfx.Transparency=0.4
  3470. table.insert(cfxt,cfx)
  3471. debris:AddItem(cfx,1)
  3472. end
  3473. if (cnOrb.Position-ps).magnitude<12 then
  3474. break
  3475. end
  3476. wait()
  3477. end
  3478. orbt={}
  3479.  
  3480. for i=0,1,0.1 do
  3481. local cs=cnOrb.Mesh.Scale
  3482. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  3483. wait()
  3484. end
  3485. local ofx=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Really black")
  3486. ofx.Transparency=0.5
  3487. ofx.Mesh.MeshType=3
  3488. ofx.Mesh.Scale=Vector3.new(30,30,30)
  3489. for _,v in pairs(game:service"Players":GetChildren()) do
  3490. pcall(function()
  3491. for _,c in pairs(v.Character:GetChildren()) do
  3492. if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<120 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>50 then
  3493. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  3494. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*2500
  3495. end
  3496. end
  3497. end)
  3498. end
  3499. for i=0,1,0.05 do
  3500. local cs=cnOrb.Mesh.Scale
  3501. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  3502. local ofs=ofx.Mesh.Scale
  3503. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  3504. ofx.Transparency=Tween(ofx.Transparency,1,i)
  3505. wait()
  3506. end
  3507. ofx:Destroy()
  3508. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  3509. local cnfx=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame,"Really black")
  3510. cnfx.Mesh.MeshType=3
  3511. cnOrb.Transparency=0.5
  3512. local cnr=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame,"Really black")
  3513. cnr.Transparency=0.5
  3514. cnr.Mesh.MeshType=3
  3515. local rn1=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"White")
  3516. rn1.Transparency=1
  3517. rn1.Mesh.MeshId="rbxassetid://3270017"
  3518. local rn2=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"White")
  3519. rn2.Transparency=1
  3520. rn2.Mesh.MeshId="rbxassetid://3270017"
  3521. local rn3=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame*CFrame.Angles(math.rad(-90),0,0),"White")
  3522. rn3.Transparency=1
  3523. rn3.Mesh.MeshId="rbxassetid://3270017"
  3524. local rn4=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame,"White")
  3525. rn4.Transparency=1
  3526. rn4.Mesh.MeshId="rbxassetid://3270017"
  3527. local rn5=nwPrt(cnOrb,Vector3.new(200,200,100),cnOrb.CFrame,"White")
  3528. rn5.Transparency=1
  3529. rn5.Mesh.MeshId="rbxassetid://3270017"
  3530. local rn6=nwPrt(cnOrb,Vector3.new(200,200,100),cnOrb.CFrame,"White")
  3531. rn6.Transparency=1
  3532. rn6.Mesh.MeshId="rbxassetid://3270017"
  3533. local nt=0
  3534. local cs=nil
  3535. z4 = Instance.new("Sound",char)
  3536. z4.SoundId = "rbxassetid://419447292"
  3537. z4.Pitch = 1
  3538. z4.Volume = 10
  3539. wait(0.1)
  3540. z4:Play()
  3541. z3 = Instance.new("Sound",char)
  3542. z3.SoundId = "rbxassetid://421328847"
  3543. z3.Pitch = 1
  3544. z3.Volume = 10
  3545. wait(0.1)
  3546. z3:Play()
  3547. local glowz2 = Instance.new("ParticleEmitter",cnOrb)
  3548. glowz2.LightEmission = 0.5
  3549. glowz2.Texture = "rbxassetid://284205403"
  3550. glowz2.Color = ColorSequence.new(wit2)
  3551. glowz2.Size = NumberSequence.new({nsk(0,120),nsk(0.5,380),nsk(1,10)})
  3552. glowz2.Speed = NumberRange.new(0)
  3553. glowz2.LockedToPart = false
  3554. glowz2.Transparency = NumberSequence.new({nsk(0,0),nsk(1,1)})
  3555. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  3556. glowz2.Lifetime = NumberRange.new(1)
  3557. glowz2.Rate = 50000
  3558. glowz2.VelocitySpread = 9001
  3559. Spawn(function()
  3560. wait(0.5)
  3561. glowz2.Rate = 0
  3562. end)
  3563. for i=0,1,0.05 do
  3564. cs=cnOrb.Mesh.Scale
  3565. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  3566. local fs=cnfx.Mesh.Scale
  3567. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  3568. cnfx.Transparency=cnfx.Transparency+0.05
  3569. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  3570. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  3571. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  3572. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  3573. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  3574. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  3575. rn3.Mesh.Scale=Vector3.new(Tween(fs.X,1200,i),Tween(fs.Y,1200,i),Tween(fs.Z,600,i))
  3576. rn4.Mesh.Scale=Vector3.new(Tween(fs.X,1200,i),Tween(fs.Y,1200,i),Tween(fs.Z,600,i))
  3577. rn3.CFrame=rn3.CFrame*CFrame.Angles(math.rad(-10),math.rad(-6),math.rad(-3))
  3578. rn4.CFrame=rn4.CFrame*CFrame.Angles(math.rad(-10),math.rad(-6),math.rad(-3))
  3579. rn3.Transparency=Tween(rn1.Transparency,0.8,i)
  3580. rn4.Transparency=Tween(rn2.Transparency,0.8,i)
  3581. rn5.Transparency=Tween(rn2.Transparency,0.25,i)
  3582. rn5.CFrame=rn5.CFrame*CFrame.Angles(math.rad(-20),math.rad(-18),math.rad(-9))
  3583. rn5.Mesh.Scale=Vector3.new(Tween(fs.X,2400,i),Tween(fs.Y,2400,i),Tween(fs.Z,1200,i))
  3584. rn6.Transparency=Tween(rn2.Transparency,0.25,i)
  3585. rn6.CFrame=rn6.CFrame*CFrame.Angles(math.rad(20),math.rad(18),math.rad(9))
  3586. rn6.Mesh.Scale=Vector3.new(Tween(fs.X,2400,i),Tween(fs.Y,2400,i),Tween(fs.Z,1200,i))
  3587. local rs=cnr.Mesh.Scale
  3588. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  3589. nt=nt+1
  3590. if nt>=6 then
  3591. local pls={}
  3592. for _,v in pairs(game.Players:GetChildren()) do
  3593. table.insert(pls,v)
  3594. end
  3595. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  3596. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"White")
  3597. pffx.Mesh.MeshId="rbxassetid://0"
  3598. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  3599. debris:AddItem(pffx,2)
  3600. table.insert(pfxt,pffx)
  3601. nt=0
  3602. end
  3603. wait()
  3604. end
  3605. local int=0
  3606. coroutine.wrap(function()
  3607. for i=1,500 do
  3608. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  3609. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  3610. rn3.CFrame=rn3.CFrame*CFrame.Angles(math.rad(-10),math.rad(-5),math.rad(-5))
  3611. rn4.CFrame=rn4.CFrame*CFrame.Angles(math.rad(-10),math.rad(-5),math.rad(-5))
  3612. rn5.CFrame=rn5.CFrame*CFrame.Angles(math.rad(5),math.rad(5),math.rad(5))
  3613. rn6.CFrame=rn6.CFrame*CFrame.Angles(math.rad(-5),math.rad(-5),math.rad(-5))
  3614. nt=nt+1
  3615. int=int+1
  3616. local htd={p}
  3617. for _,v in pairs(game:service"Players":GetChildren()) do
  3618. pcall(function()
  3619. for _,c in pairs(v.Character:GetChildren()) do
  3620. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  3621. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  3622. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  3623. table.insert(htd,v)
  3624. end
  3625. end
  3626. end)
  3627. end
  3628. htd={p}
  3629. if int>=6 then
  3630. for _,v in pairs(game:service"Players":GetChildren()) do
  3631. pcall(function()
  3632. for _,c in pairs(v.Character:GetChildren()) do
  3633. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  3634. table.insert(htd,v)
  3635. local hfx=nwPrt(mod3,Vector3.new(1,1,1),c.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),"White")
  3636. hfx.Mesh.Scale=Vector3.new(2,2,2)
  3637. hfx.Mesh.MeshType=3
  3638. debris:AddItem(hfx,2)
  3639. coroutine.wrap(function()
  3640. pcall(function()
  3641. for i=0,1,0.05 do
  3642. pcall(function()
  3643. local hs=hfx.Mesh.Scale
  3644. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  3645. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  3646. end)
  3647. wait()
  3648. end
  3649. hfx:Destroy()
  3650. end)
  3651. end)()
  3652. end
  3653. end
  3654. end)
  3655. end
  3656. int=0
  3657. end
  3658. if nt>=4 then
  3659. local pls={}
  3660. for _,v in pairs(game.Players:GetChildren()) do
  3661. table.insert(pls,v)
  3662. end
  3663. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  3664. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"White")
  3665. pffx.Transparency=0.4
  3666. pffx.Mesh.MeshId="rbxassetid://0"
  3667. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  3668. debris:AddItem(pffx,2)
  3669. table.insert(pfxt,pffx)
  3670. nt=0
  3671. end
  3672. wait()
  3673. end
  3674. cnOrb:Destroy()
  3675. cnfx:Destroy()
  3676. for _,v in pairs(mod3:GetChildren()) do
  3677. v:Destroy()
  3678. end
  3679. orbt={}
  3680. stlt={}
  3681. chot={}
  3682. cfxt={}
  3683. pfxt={}
  3684. end)()
  3685. if Debounces.CanAttack == false then
  3686. Debounces.CanAttack = true
  3687. Debounces.NoIdl = false
  3688. Debounces.on = false
  3689. end
  3690. end
  3691. end
  3692. end)
  3693. ----------------------------------------------------
  3694. --[[mouse.KeyDown:connect(function(key)
  3695. if key == "y" then
  3696. if Debounces.CanAttack == true then
  3697. Debounces.CanAttack = false
  3698. Debounces.NoIdl = true
  3699. Debounces.on = true
  3700. local shell = Instance.new("Part",torso)
  3701. shell.BrickColor = TorsoColor
  3702. shell.Anchored = false
  3703. shell.CanCollide = false
  3704. shell.Locked = true
  3705. shell.TopSurface = "SmoothNoOutlines"
  3706. shell.BottomSurface = "SmoothNoOutlines"
  3707. shell.Size = Vector3.new(1.2,1.2,1.2)
  3708. shell.FormFactor = 3
  3709. local shellm = Instance.new("SpecialMesh",shell)
  3710. shellm.MeshType = "Sphere"
  3711. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  3712. Omega = function()
  3713. local X = Instance.new("Part",char)
  3714. local O = Instance.new("ObjectValue",X)
  3715. O.Name = "creator"
  3716. X.Locked = true
  3717. X.Name = "Shell"
  3718. X.Anchored = false
  3719. X.CanCollide = false
  3720. X.Transparency = 0.5
  3721. X.Reflectance = 0
  3722. X.BottomSurface = 0
  3723. X.TopSurface = 0
  3724. X.Shape = 0
  3725. local V = Instance.new("ObjectValue",X)
  3726. V.Value = char
  3727. V.Name = "creator"
  3728. X.BrickColor = TorsoColor
  3729. X.Size = Vector3.new(40,40,40)
  3730. --X.Material = "Neon"
  3731. local Z = Instance.new("SpecialMesh",X)
  3732. Z.MeshType = "Sphere"
  3733. Z.Scale = Vector3.new(0.2,0.2,0.2)
  3734. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  3735. local bv = Instance.new("BodyVelocity",X)
  3736. bv.maxForce = Vector3.new(99999,99999,99999)
  3737. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  3738. bv.velocity = root.CFrame.lookVector*10
  3739. Explode = X.Touched:connect(function(hit)
  3740. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart}") then
  3741. local cf = X.CFrame
  3742. bv:Destroy()
  3743. X.Anchored = true
  3744. Z:Remove()
  3745. Explode:disconnect()
  3746. X.Size = Vector3.new(3,3,3)
  3747. X.Touched:connect(function(hit) end)
  3748. X.CanCollide = false
  3749. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  3750. if v:FindFirstChild('Humanoid') then
  3751. v.Humanoid:TakeDamage(math.random(80,120))
  3752. end
  3753. end
  3754. for i = 1, (40) do rs:wait()
  3755. X.Transparency = X.Transparency + (1/40)
  3756. X.Size = X.Size + Vector3.new(1,1,1)
  3757. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  3758. end
  3759. X:Destroy()
  3760. end
  3761. end)
  3762. end
  3763. for i = 1,200 do
  3764. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  3765. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.03)
  3766. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  3767. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3768. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3769. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3770. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3771. if Debounces.on == false then break end
  3772. rs:wait()
  3773. end
  3774. for i = 1,30 do
  3775. shell.CFrame = torso.CFrame * CFrame.new(0,8,0)
  3776. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.4)
  3777. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-170)), 0.4)
  3778. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3779. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3780. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3781. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3782. if Debounces.on == false then break end
  3783. rs:wait()
  3784. end
  3785. for i = 1,40 do
  3786. shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  3787. shell.Size = shell.Size + Vector3.new(1,1,1)
  3788. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(100)), 0.4)
  3789. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-100)), 0.4)
  3790. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3791. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3792. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3793. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3794. if Debounces.on == false then break end
  3795. rs:wait()
  3796. end
  3797. for i = 1,40 do
  3798. shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  3799. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(20)), 0.4)
  3800. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.4)
  3801. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3802. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3803. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3804. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3805. if Debounces.on == false then break end
  3806. rs:wait()
  3807. end
  3808. for i = 1,60 do
  3809. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  3810. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)), 0.4)
  3811. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.4)
  3812. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3813. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3814. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3815. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3816. if Debounces.on == false then break end
  3817. rs:wait()
  3818. end
  3819. for i = 1,60 do
  3820. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  3821. shell.Size = shell.Size + Vector3.new(1,1,1)
  3822. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(120)), 0.4)
  3823. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(-120)), 0.4)
  3824. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3825. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3826. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3827. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3828. if Debounces.on == false then break end
  3829. rs:wait()
  3830. end
  3831. if Debounces.CanAttack == false then
  3832. Debounces.CanAttack = true
  3833. Debounces.NoIdl = false
  3834. Debounces.on = false
  3835. end
  3836. end
  3837. end
  3838. end)]]--
  3839. ----------------------------------------------------
  3840. Charging = false
  3841. mouse.KeyDown:connect(function(key)
  3842. if key == "r" then
  3843. if Charging == false then
  3844. Charging = true
  3845. if Debounces.CanAttack == true then
  3846. Debounces.CanAttack = false
  3847. Debounces.NoIdl = true
  3848. Debounces.on = true
  3849. for i = 1,20 do
  3850. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-40)), 0.2)
  3851. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), 0.2)
  3852. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  3853. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  3854. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  3855. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
  3856. if Debounces.on == false then break end
  3857. rs:wait()
  3858. end
  3859. --[[for i = 1,20 do
  3860. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(-20),math.rad(50)), 0.4)
  3861. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(20),math.rad(-50)), 0.4)
  3862. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  3863. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)), 0.4)
  3864. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  3865. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  3866. if Debounces.on == false then break end
  3867. rs:wait()
  3868. end]]--
  3869. xay = Instance.new("Sound",char)
  3870. xay.SoundId = "rbxassetid://419447292"
  3871. xay.Pitch = 1
  3872. xay.Volume = 2.5
  3873. xay:Play()
  3874. pt=Instance.new('Part',torso)
  3875. pt.Anchored=true
  3876. pt.CanCollide=false
  3877. pt.Locked = true
  3878. pt.FormFactor='Custom'
  3879. pt.Size=Vector3.new(1,1,1)
  3880. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3881. pt.Transparency=.6
  3882. pt.BrickColor=BrickColor.new('Really black')
  3883. msh=Instance.new('SpecialMesh',pt)
  3884. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3885. msh.Scale=Vector3.new(8,4,8)
  3886. pt2=pt:clone()
  3887. pt2.Parent = torso
  3888. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3889. pt2.BrickColor=TorsoColor
  3890. msh2=msh:clone()
  3891. msh2.Parent=pt2
  3892. msh2.Scale=Vector3.new(10,5,10)
  3893.  
  3894. custommath={0,0,0,0}
  3895.  
  3896. bl = Instance.new("Part", char)
  3897. bl.Locked = true
  3898. bl.Name = "Shell"
  3899. bl.BrickColor = BrickColor.new("Really black")
  3900. bl.Anchored = true
  3901. bl.CanCollide = false
  3902. bl.Transparency = 0
  3903. bl.Reflectance = 0
  3904. bl.BottomSurface = 0
  3905. bl.TopSurface = 0
  3906. bl.Shape = 0
  3907. blm = Instance.new("SpecialMesh",bl)
  3908. blm.MeshType = "Sphere"
  3909. blm.Scale = Vector3.new(1,1,1)
  3910. blm.MeshId = "rbxassetid://9982590"
  3911.  
  3912. bl2 = Instance.new("Part", char)
  3913. bl2.Locked = true
  3914. bl2.Name = "Shella"
  3915. bl2.BrickColor = BrickColor.new("Really black")
  3916. bl2.Anchored = true
  3917. bl2.CanCollide = false
  3918. bl2.Transparency = 0
  3919. bl2.Reflectance = 0
  3920. bl2.BottomSurface = 0
  3921. bl2.TopSurface = 0
  3922. bl2.Shape = 0
  3923. blm2 = Instance.new("SpecialMesh",bl2)
  3924. blm2.MeshType = "Sphere"
  3925. blm2.Scale = Vector3.new(1,1,1)
  3926. blm2.MeshId = "rbxassetid://9982590"
  3927.  
  3928. coroutine.resume(coroutine.create(function()
  3929. for i=1, math.huge, 4 do
  3930. if Charging == true then
  3931. rs:wait()
  3932. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  3933. blm.Scale = blm.Scale + Vector3.new(15, 15, 15)
  3934. bl.Transparency = bl.Transparency + 0.075
  3935. bl2.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  3936. blm2.Scale = blm2.Scale + Vector3.new(5, 5, 5)
  3937. bl2.Transparency = bl2.Transparency + 0.025
  3938. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  3939. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  3940. msh.Scale = msh.Scale + Vector3.new(5,2.5,5)
  3941. msh2.Scale = msh2.Scale + Vector3.new(10,5,10)
  3942. elseif Charging == false then break
  3943. end
  3944. end
  3945. end))
  3946.  
  3947. repeat
  3948. local p = Instance.new('Part',torso)
  3949. p.formFactor = 'Custom'
  3950. p.Size = Vector3.new(1,1,1)
  3951. p.BrickColor = BrickColor.new('Really black')
  3952. p.CanCollide = false
  3953. p.Transparency = 0
  3954. p.Anchored = true
  3955. p.Locked=true
  3956. p.Material = "Neon"
  3957. s = math.random(1,40)/10
  3958. local m = Instance.new("SpecialMesh",p)
  3959. m.MeshId="rbxassetid://30239976"
  3960. m.Scale = Vector3.new(s,s,s)
  3961. p.CFrame = torso.CFrame*CFrame.new(math.rad(-15,15),math.rad(-3),math.rad(-15,15))
  3962. --[[coroutine.wrap(function()
  3963. wait(2)
  3964. while Charging == true do
  3965. wait(2)
  3966. GroundWave1()
  3967. wait(2)
  3968. end
  3969. end)()]]--
  3970. Spawn(function()
  3971. while rs:wait() do
  3972. if Charging == true then
  3973. rarm.Weld.C0 = CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(-30,-20)),math.rad(math.random(30,50)))
  3974. larm.Weld.C0 = CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(20,30)),math.rad(math.random(-50,-30)))
  3975. hed.Weld.C0 = CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(math.random(26,34)),math.rad(math.random(-5,5)),math.rad(0))
  3976. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  3977. lleg.Weld.C0 = CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(10,20)), math.rad(math.random(-20,-10)))
  3978. rleg.Weld.C0 = CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(-20,-10)), math.rad(math.random(10,20)))
  3979. elseif Charging == false then break
  3980. end
  3981. end
  3982. end)
  3983. Spawn(function()
  3984. while rs:wait() do
  3985. if p.Transparency >= 1 then p:Destroy() break end
  3986. m.Scale = m.Scale + Vector3.new(1,-1,1)
  3987. p.CFrame = p.CFrame
  3988. p.Transparency = p.Transparency+0.01
  3989. end
  3990. end)
  3991. wait(.3)
  3992. until Charging == false
  3993. end
  3994. end
  3995. end
  3996. end)
  3997. ----------------------------------------------------
  3998. mouse.KeyUp:connect(function(key)
  3999. if key == "r" then
  4000. if Charging == true then
  4001. Charging = false
  4002. pt:Destroy()
  4003. pt2:Destroy()
  4004. bl:Destroy()
  4005. if Debounces.CanAttack == false then
  4006. Debounces.CanAttack = true
  4007. Debounces.NoIdl = false
  4008. Debounces.on = false
  4009. end
  4010. end
  4011. end
  4012. end)
  4013. ----------------------------------------------------
  4014. mouse.KeyDown:connect(function(key)
  4015. if key == "g" then
  4016. if Debounces.CanAttack == true then
  4017. Debounces.CanAttack = false
  4018. Debounces.NoIdl = true
  4019. Debounces.on = true
  4020. local shell = Instance.new("Part",torso)
  4021. shell.BrickColor = TorsoColor
  4022. shell.Anchored = true
  4023. shell.CanCollide = false
  4024. shell.Locked = true
  4025. shell.TopSurface = "SmoothNoOutlines"
  4026. shell.BottomSurface = "SmoothNoOutlines"
  4027. shell.Size = Vector3.new(1,1,1)
  4028. shellm = Instance.new("SpecialMesh",shell)
  4029. shellm.MeshType = "Sphere"
  4030. shellm.Scale = Vector3.new(1,1,1)
  4031. local shell2 = Instance.new("Part",torso)
  4032. shell2.BrickColor = TorsoColor
  4033. shell2.Anchored = true
  4034. shell2.CanCollide = false
  4035. shell2.Locked = true
  4036. shell2.TopSurface = "SmoothNoOutlines"
  4037. shell2.BottomSurface = "SmoothNoOutlines"
  4038. shell2.Size = Vector3.new(1,1,1)
  4039. shellm2 = Instance.new("SpecialMesh",shell2)
  4040. shellm2.MeshType = "Sphere"
  4041. shellm2.Scale = Vector3.new(1,1,1)
  4042.  
  4043. function FindNearestTorso(Position,Distance,SinglePlayer)
  4044. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4045. local List = {}
  4046. for i,v in pairs(workspace:GetChildren())do
  4047. if v:IsA("Model")then
  4048. if v:findFirstChild("Torso")then
  4049. if v ~= char then
  4050. if(v.Torso.Position -Position).magnitude <= Distance then
  4051. table.insert(List,v)
  4052. end
  4053. end
  4054. end
  4055. end
  4056. end
  4057. return List
  4058. end
  4059.  
  4060. Shell = function()
  4061. local X = Instance.new("Part",char)
  4062. local O = Instance.new("ObjectValue",X)
  4063. O.Name = "creator"
  4064. X.Locked = true
  4065. X.Name = "Shell"
  4066. X.Anchored = false
  4067. X.CanCollide = false
  4068. X.Transparency = 0
  4069. X.Reflectance = 0
  4070. X.BottomSurface = 0
  4071. X.TopSurface = 0
  4072. X.Shape = 0
  4073. local V = Instance.new("ObjectValue",X)
  4074. V.Value = char
  4075. V.Name = "creator"
  4076. X.BrickColor = TorsoColor
  4077. X.Size = Vector3.new(1,1,1)
  4078. --X.Material = "Neon"
  4079. local Z = Instance.new("SpecialMesh",X)
  4080. Z.MeshType = "Sphere"
  4081. Z.Scale = Vector3.new(1,1,1)
  4082. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  4083. local bv = Instance.new("BodyVelocity",X)
  4084. bv.maxForce = Vector3.new(99999,99999,99999)
  4085. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  4086. bv.velocity = root.CFrame.lookVector*65
  4087. Explode = X.Touched:connect(function(hit)
  4088. if hit ~= char and hit.Name ~= "Shell" and hit:IsA("Part") or hit:IsA("BasePart}") then
  4089. local cf = X.CFrame
  4090. bv:Destroy()
  4091. X.Anchored = true
  4092. Z:Remove()
  4093. Explode:disconnect()
  4094. X.Size = Vector3.new(3,3,3)
  4095. X.Touched:connect(function(hit) end)
  4096. X.CanCollide = false
  4097. for i,v in pairs(FindNearestTorso(X.CFrame.p,40))do
  4098. if v:FindFirstChild('Humanoid') then
  4099. v.Humanoid:TakeDamage(math.random(6,12))
  4100. end
  4101. end
  4102. for i = 1, (40) do rs:wait()
  4103. X.Transparency = X.Transparency + (1/40)
  4104. X.Size = X.Size + Vector3.new(1,1,1)
  4105. X.CFrame = cf
  4106. end
  4107. X:Destroy()
  4108. end
  4109. end)
  4110. end
  4111. Shell()
  4112. for i = 1, 10 do
  4113. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4114. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4115. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  4116. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  4117. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.7)
  4118. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.7)
  4119. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.7)
  4120. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.7)
  4121. if Debounces.on == false then break end
  4122. rs:wait()
  4123. end
  4124. Shell()
  4125. shell.Transparency = 1
  4126. for i = 1, 10 do
  4127. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4128. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4129. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  4130. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  4131. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4132. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4133. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  4134. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  4135. if Debounces.on == false then break end
  4136. rs:wait()
  4137. end
  4138. Shell()
  4139. shell.Transparency = 0
  4140. shell2.Transparency = 1
  4141. for i = 1, 10 do
  4142. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4143. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4144. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  4145. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  4146. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4147. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4148. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  4149. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  4150. if Debounces.on == false then break end
  4151. rs:wait()
  4152. end
  4153. Shell()
  4154. shell2.Transparency = 0
  4155. shell.Transparency = 1
  4156. for i = 1, 10 do
  4157. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4158. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4159. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  4160. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  4161. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4162. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4163. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  4164. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  4165. if Debounces.on == false then break end
  4166. rs:wait()
  4167. end
  4168. Shell()
  4169. shell.Transparency = 0
  4170. shell2.Transparency = 1
  4171. for i = 1, 10 do
  4172. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4173. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4174. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  4175. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  4176. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4177. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4178. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  4179. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  4180. if Debounces.on == false then break end
  4181. rs:wait()
  4182. end
  4183. Shell()
  4184. shell2.Transparency = 0
  4185. shell.Transparency = 1
  4186. for i = 1, 10 do
  4187. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4188. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4189. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  4190. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  4191. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4192. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4193. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  4194. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  4195. if Debounces.on == false then break end
  4196. rs:wait()
  4197. end
  4198. Shell()
  4199. shell.Transparency = 0
  4200. shell2.Transparency = 1
  4201. for i = 1, 10 do
  4202. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4203. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4204. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  4205. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.5)
  4206. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  4207. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4208. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  4209. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  4210. if Debounces.on == false then break end
  4211. rs:wait()
  4212. end
  4213. Shell()
  4214. shell2.Transparency = 0
  4215. shell.Transparency = 1
  4216. for i = 1, 10 do
  4217. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4218. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4219. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  4220. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  4221. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4222. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4223. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  4224. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  4225. if Debounces.on == false then break end
  4226. rs:wait()
  4227. end
  4228. Shell()
  4229. shell.Transparency = 0
  4230. shell2.Transparency = 1
  4231. for i = 1, 10 do
  4232. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4233. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4234. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  4235. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  4236. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4237. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4238. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  4239. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  4240. if Debounces.on == false then break end
  4241. rs:wait()
  4242. end
  4243. Shell()
  4244. shell2.Transparency = 0
  4245. shell.Transparency = 1
  4246. for i = 1, 10 do
  4247. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4248. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4249. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  4250. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  4251. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4252. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4253. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  4254. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  4255. if Debounces.on == false then break end
  4256. rs:wait()
  4257. end
  4258. Shell()
  4259. shell.Transparency = 0
  4260. shell2.Transparency = 1
  4261. for i = 1, 10 do
  4262. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4263. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4264. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  4265. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  4266. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4267. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4268. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  4269. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  4270. if Debounces.on == false then break end
  4271. rs:wait()
  4272. end
  4273. Shell()
  4274. shell2.Transparency = 0
  4275. shell.Transparency = 1
  4276. for i = 1, 10 do
  4277. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4278. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4279. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
  4280. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
  4281. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4282. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4283. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
  4284. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
  4285. if Debounces.on == false then break end
  4286. rs:wait()
  4287. end
  4288. Shell()
  4289. shell.Transparency = 0
  4290. shell2.Transparency = 1
  4291. for i = 1, 10 do
  4292. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4293. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4294. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
  4295. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
  4296. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4297. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4298. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
  4299. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
  4300. if Debounces.on == false then break end
  4301. rs:wait()
  4302. end
  4303. shell.Transparency = 1
  4304. if Debounces.CanAttack == false then
  4305. Debounces.CanAttack = true
  4306. Debounces.NoIdl = false
  4307. Debounces.on = false
  4308. end
  4309. end
  4310. end
  4311. end)
  4312. ----------------------------------------------------
  4313. Search = false
  4314. mouse.KeyDown:connect(function(key)
  4315. if key == "n" then
  4316. if Search == false then
  4317. Search = true
  4318. for i,v in pairs(game.Players:getPlayers()) do
  4319. if v.Name~=char.Name then
  4320. for j,k in pairs(v.Character:GetChildren()) do
  4321. if k:IsA("BasePart") and k.Transparency >= 1 then
  4322. bawx=Instance.new("SelectionBox",cam)
  4323. bawx.Color = BrickColor.new("Bright red")
  4324. bawx.Transparency = .5
  4325. bawx.Adornee = k
  4326. end
  4327. end
  4328. end
  4329. end
  4330. elseif Search == true then
  4331. Search = false
  4332. for i, v in pairs(cam:GetChildren()) do
  4333. if v:IsA("SelectionBox") then
  4334. v:Destroy()
  4335. end
  4336. end
  4337. end
  4338. end
  4339. end)
  4340. ----------------------------------------------------
  4341. Grab = false
  4342. mouse.KeyDown:connect(function(key)
  4343. if key == "z" then
  4344. Debounces.on = true
  4345. Debounces.NoIdl = true
  4346. Debounces.ks = true
  4347. if Grab == false then
  4348. gp = nil
  4349. for i = 1, 20 do
  4350. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.2)
  4351. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.2)
  4352. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  4353. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  4354. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
  4355. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
  4356. if Debounces.on == false then break end
  4357. rs:wait()
  4358. end
  4359. con1=larm.Touched:connect(function(hit) -- this is grab
  4360. ht = hit.Parent
  4361. hum1=ht:FindFirstChild('Humanoid')
  4362. if hum1 ~= nil then
  4363. if Debounces.ks==true then
  4364. z = Instance.new("Sound",hed)
  4365. z.SoundId = "rbxassetid://169380525"
  4366. z.Volume = 1
  4367. z:Play()
  4368. Debounces.ks=false
  4369. end
  4370. hum1.PlatformStand=true
  4371. gp = ht
  4372. Grab = true
  4373. asd=weld5(root,ht:FindFirstChild("Torso"),CFrame.new(0,0,-2.4),CFrame.new(0,0,0))
  4374. asd.Parent = larm
  4375. asd.Name = "asd"
  4376. asd.C0=asd.C0*CFrame.Angles(math.rad(0),math.rad(180),0)
  4377. --[[elseif hum1 == nil then
  4378. con1:disconnect()
  4379. wait() return]]--
  4380. end
  4381. end)
  4382. for i = 1, 20 do
  4383. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
  4384. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
  4385. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  4386. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  4387. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  4388. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
  4389. if Debounces.on == false then break end
  4390. rs:wait()
  4391. end
  4392. if hum1 == nil then
  4393. Debounces.on = false
  4394. Debounces.NoIdl = false
  4395. end
  4396. con1:disconnect()
  4397. elseif Grab == true then
  4398. Grab = false
  4399. Punch()
  4400. z = Instance.new("Sound",hed)
  4401. z.SoundId = "rbxassetid://169380525"
  4402. z.Pitch = ptz[math.random(1,#ptz)]
  4403. z.Volume = 1
  4404. z:Play()
  4405. for i = 1, 10 do
  4406. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  4407. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  4408. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4409. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4410. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4411. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4412. if Debounces.on == false then break end
  4413. rs:wait()
  4414. end
  4415. Punch()
  4416. z = Instance.new("Sound",hed)
  4417. z.SoundId = "rbxassetid://169380525"
  4418. z.Pitch = ptz[math.random(1,#ptz)]
  4419. z.Volume = 1
  4420. z:Play()
  4421. for i = 1, 10 do
  4422. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  4423. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  4424. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4425. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4426. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4427. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4428. if Debounces.on == false then break end
  4429. rs:wait()
  4430. end
  4431. Punch()
  4432. z = Instance.new("Sound",hed)
  4433. z.SoundId = "rbxassetid://169380525"
  4434. z.Pitch = ptz[math.random(1,#ptz)]
  4435. z.Volume = 1
  4436. z:Play()
  4437. for i = 1, 10 do
  4438. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  4439. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  4440. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4441. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4442. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4443. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4444. if Debounces.on == false then break end
  4445. rs:wait()
  4446. end
  4447. Punch()
  4448. z = Instance.new("Sound",hed)
  4449. z.SoundId = "rbxassetid://169380525"
  4450. z.Pitch = ptz[math.random(1,#ptz)]
  4451. z.Volume = 1
  4452. z:Play()
  4453. for i = 1, 10 do
  4454. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  4455. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  4456. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4457. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4458. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4459. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4460. if Debounces.on == false then break end
  4461. rs:wait()
  4462. end
  4463. Punch()
  4464. z = Instance.new("Sound",hed)
  4465. z.SoundId = "rbxassetid://169380525"
  4466. z.Pitch = ptz[math.random(1,#ptz)]
  4467. z.Volume = 1
  4468. z:Play()
  4469. for i = 1, 10 do
  4470. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  4471. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  4472. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4473. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4474. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4475. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4476. if Debounces.on == false then break end
  4477. rs:wait()
  4478. end
  4479. Punch()
  4480. z = Instance.new("Sound",hed)
  4481. z.SoundId = "rbxassetid://169380525"
  4482. z.Pitch = ptz[math.random(1,#ptz)]
  4483. z.Volume = 1
  4484. z:Play()
  4485. for i = 1, 10 do
  4486. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  4487. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  4488. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4489. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4490. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4491. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4492. if Debounces.on == false then break end
  4493. rs:wait()
  4494. end
  4495. Punch()
  4496. z = Instance.new("Sound",hed)
  4497. z.SoundId = "rbxassetid://169380525"
  4498. z.Pitch = ptz[math.random(1,#ptz)]
  4499. z.Volume = 1
  4500. z:Play()
  4501. for i = 1, 10 do
  4502. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  4503. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  4504. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4505. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4506. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4507. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4508. if Debounces.on == false then break end
  4509. rs:wait()
  4510. end
  4511. Punch()
  4512. z = Instance.new("Sound",hed)
  4513. z.SoundId = "rbxassetid://169380525"
  4514. z.Pitch = ptz[math.random(1,#ptz)]
  4515. z.Volume = 1
  4516. z:Play()
  4517. for i = 1, 10 do
  4518. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  4519. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  4520. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4521. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4522. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4523. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4524. if Debounces.on == false then break end
  4525. rs:wait()
  4526. end
  4527. Punch()
  4528. z = Instance.new("Sound",hed)
  4529. z.SoundId = "rbxassetid://169380525"
  4530. z.Pitch = ptz[math.random(1,#ptz)]
  4531. z.Volume = 1
  4532. z:Play()
  4533. for i = 1, 10 do
  4534. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  4535. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  4536. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4537. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4538. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4539. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4540. if Debounces.on == false then break end
  4541. rs:wait()
  4542. end
  4543. Punch()
  4544. z = Instance.new("Sound",hed)
  4545. z.SoundId = "rbxassetid://169380525"
  4546. z.Pitch = ptz[math.random(1,#ptz)]
  4547. z.Volume = 1
  4548. z:Play()
  4549. for i = 1, 10 do
  4550. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  4551. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  4552. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4553. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4554. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4555. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4556. if Debounces.on == false then break end
  4557. rs:wait()
  4558. end
  4559. Punch()
  4560. z = Instance.new("Sound",hed)
  4561. z.SoundId = "rbxassetid://169380525"
  4562. z.Pitch = ptz[math.random(1,#ptz)]
  4563. z.Volume = 1
  4564. z:Play()
  4565. for i = 1, 10 do
  4566. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
  4567. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
  4568. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4569. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4570. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4571. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4572. if Debounces.on == false then break end
  4573. rs:wait()
  4574. end
  4575. Punch()
  4576. z = Instance.new("Sound",hed)
  4577. z.SoundId = "rbxassetid://169380525"
  4578. z.Pitch = ptz[math.random(1,#ptz)]
  4579. z.Volume = 1
  4580. z:Play()
  4581. for i = 1, 10 do
  4582. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
  4583. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
  4584. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4585. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4586. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4587. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4588. if Debounces.on == false then break end
  4589. rs:wait()
  4590. end
  4591. con1:disconnect()
  4592. Debounces.on = false
  4593. Debounces.NoIdl = false
  4594. if gp ~= nil then
  4595. gp:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 140
  4596. for i,v in pairs(larm:GetChildren()) do
  4597. if v.Name == "asd" and v:IsA("Weld") then
  4598. v:Remove()
  4599. end
  4600. end
  4601. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  4602. bv.maxForce = Vector3.new(400000, 400000, 400000)
  4603. bv.P = 125000
  4604. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  4605. hum1=nil
  4606. ht=nil
  4607. Debounces.on = false
  4608. Debounces.NoIdl = false
  4609. elseif ht == nil then wait()
  4610. Grab = false
  4611. Debounces.on = false
  4612. Debounces.NoIdl = false
  4613. end
  4614. end
  4615. end
  4616. end)
  4617. ----------------------------------------------------
  4618. pr = Instance.new("Part",hed)
  4619. pr.BrickColor = BrickColor.new("Dark grey")
  4620. pr.Material = "Metal"
  4621. pr.Reflectance = 0.04
  4622. pr.Transparency=1
  4623. pr.Anchored = false
  4624. pr.CanCollide = false
  4625. pr.Archivable = false
  4626. pr.Locked = true
  4627. pr.Size = Vector3.new(2,0.8,1)
  4628. prm = Instance.new("SpecialMesh",pr)
  4629. prm.MeshType = "FileMesh"
  4630. prm.MeshId = "rbxassetid://16952952"
  4631. prm.Scale = Vector3.new(1,1,1)
  4632. newWeld(hed, pr, 0, 0.35, 0)
  4633. pr.Weld.C1 = CFrame.new(0,0,0)
  4634. --Torso
  4635. m3 = Instance.new("Model")
  4636. m3.Name = "Torso"
  4637. p1 = Instance.new("Part", m3)
  4638. p1.BrickColor = BrickColor.new("Re")
  4639. p1.Material = Enum.Material.Metal
  4640. p1.Name = "TorsoPlate"
  4641. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4642. p1.CanCollide = false
  4643. p1.Locked = true
  4644. p1.FormFactor = Enum.FormFactor.Custom
  4645. p1.Size = Vector3.new(0, 0, 0)
  4646. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4647. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4648. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4649. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4650. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4651. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4652. b1 = Instance.new("SpecialMesh", p1)
  4653. b1.MeshType = Enum.MeshType.Brick
  4654. b1.Name = "Mesh"
  4655. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  4656. p2 = Instance.new("Part", m3)
  4657. p2.BrickColor = BrickColor.new("Really black")
  4658. p2.Material = Enum.Material.Metal
  4659. p2.CFrame = CFrame.new(-0.450000942, 4.05002356, -0.100002818, -0.685070276, 0.686094284, 0.244853854, 0.616745472, 0.367372453, 0.696177125, 0.387690574, 0.627942622, -0.674821496)
  4660. p2.CanCollide = false
  4661. p2.Locked = true
  4662. p2.FormFactor = Enum.FormFactor.Custom
  4663. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4664. b2 = Instance.new("SpecialMesh", p2)
  4665. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4666. b2.TextureId = ""
  4667. b2.MeshType = Enum.MeshType.FileMesh
  4668. b2.Name = "Mesh"
  4669. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4670. p10 = Instance.new("Part", m3)
  4671. p10.BrickColor = BrickColor.new("Black")
  4672. p10.Material = Enum.Material.Metal
  4673. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  4674. p10.CanCollide = false
  4675. p10.Locked = true
  4676. p10.FormFactor = Enum.FormFactor.Custom
  4677. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  4678. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4679. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4680. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4681. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4682. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4683. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4684. b10 = Instance.new("SpecialMesh", p10)
  4685. b10.MeshType = Enum.MeshType.Brick
  4686. b10.Name = "Mesh"
  4687. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  4688. p11 = Instance.new("Part", m3)
  4689. p11.BrickColor = BrickColor.new("Really black")
  4690. p11.Material = Enum.Material.Metal
  4691. p11.CFrame = CFrame.new(0.499999523, 4.05002451, -0.0499982014, 1.00000024, -8.94069672e-008, -1.78813934e-007, -2.98023224e-008, 0.906307817, -0.422618449, -2.23517418e-007, 0.42261821, 0.906307697)
  4692. p11.CanCollide = false
  4693. p11.Locked = true
  4694. p11.FormFactor = Enum.FormFactor.Custom
  4695. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4696. b11 = Instance.new("SpecialMesh", p11)
  4697. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4698. b11.TextureId = ""
  4699. b11.MeshType = Enum.MeshType.FileMesh
  4700. b11.Name = "Mesh"
  4701. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4702. p12 = Instance.new("Part", m3)
  4703. p12.BrickColor = BrickColor.new("Really black")
  4704. p12.Material = Enum.Material.Metal
  4705. p12.Transparency = 1
  4706. p12.Name = "Chain2Torso"
  4707. p12.CFrame = CFrame.new(0.0500000007, 3.35002589, 0.0200020671, -4.37113883e-008, -1, 0, -4.37113883e-008, 1.91068547e-015, -1, 1, -4.37113883e-008, -4.37113883e-008)
  4708. p12.CanCollide = false
  4709. p12.Locked = true
  4710. p12.FormFactor = Enum.FormFactor.Custom
  4711. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  4712. b12 = Instance.new("SpecialMesh", p12)
  4713. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4714. b12.TextureId = ""
  4715. b12.MeshType = Enum.MeshType.FileMesh
  4716. b12.Name = "Mesh"
  4717. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4718. p13 = Instance.new("Part", m3)
  4719. p13.BrickColor = BrickColor.new("Really black")
  4720. p13.Material = Enum.Material.Metal
  4721. p13.CFrame = CFrame.new(-0.700000763, 4.25002289, 0.349998087, -0.606457233, -0.374239564, 0.70153743, -0.641863465, -0.290311694, -0.709739804, 0.469277143, -0.880717754, -0.0641489923)
  4722. p13.CanCollide = false
  4723. p13.Locked = true
  4724. p13.FormFactor = Enum.FormFactor.Custom
  4725. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4726. b13 = Instance.new("SpecialMesh", p13)
  4727. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4728. b13.TextureId = ""
  4729. b13.MeshType = Enum.MeshType.FileMesh
  4730. b13.Name = "Mesh"
  4731. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4732. p14 = Instance.new("Part", m3)
  4733. p14.BrickColor = BrickColor.new("Really black")
  4734. p14.Material = Enum.Material.Metal
  4735. p14.CFrame = CFrame.new(-0.0500002243, 3.50002766, -0.150001988, -0.331867754, 0.457445055, -0.824989557, 0.877285957, -0.171802372, -0.448166817, -0.346746802, -0.87248385, -0.344294399)
  4736. p14.CanCollide = false
  4737. p14.Locked = true
  4738. p14.FormFactor = Enum.FormFactor.Custom
  4739. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4740. b14 = Instance.new("SpecialMesh", p14)
  4741. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4742. b14.TextureId = ""
  4743. b14.MeshType = Enum.MeshType.FileMesh
  4744. b14.Name = "Mesh"
  4745. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4746. p15 = Instance.new("Part", m3)
  4747. p15.BrickColor = BrickColor.new("Really black")
  4748. p15.Material = Enum.Material.Metal
  4749. p15.CFrame = CFrame.new(0.199999034, 3.55002332, -0.150001839, -0.0627828911, -0.802308202, -0.593599737, 0.678633273, -0.470427632, 0.564052343, -0.731789052, -0.367423117, 0.57400763)
  4750. p15.CanCollide = false
  4751. p15.Locked = true
  4752. p15.FormFactor = Enum.FormFactor.Custom
  4753. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4754. b15 = Instance.new("SpecialMesh", p15)
  4755. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4756. b15.TextureId = ""
  4757. b15.MeshType = Enum.MeshType.FileMesh
  4758. b15.Name = "Mesh"
  4759. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4760. p16 = Instance.new("Part", m3)
  4761. p16.BrickColor = BrickColor.new("Really black")
  4762. p16.Material = Enum.Material.Metal
  4763. p16.CFrame = CFrame.new(0.349999189, 3.70002842, -0.150001973, 0.994292557, 0.0709807873, 0.0796526894, -0.0587368309, 0.987431884, -0.146726117, -0.0890666768, 0.141209915, 0.985964835)
  4764. p16.CanCollide = false
  4765. p16.Locked = true
  4766. p16.FormFactor = Enum.FormFactor.Custom
  4767. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4768. b16 = Instance.new("SpecialMesh", p16)
  4769. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4770. b16.TextureId = ""
  4771. b16.MeshType = Enum.MeshType.FileMesh
  4772. b16.Name = "Mesh"
  4773. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4774. p17 = Instance.new("Part", m3)
  4775. p17.BrickColor = BrickColor.new("Really black")
  4776. p17.Material = Enum.Material.Metal
  4777. p17.CFrame = CFrame.new(-0.200000346, 3.70002747, -0.150002211, 0.964791715, 0.0184034109, -0.262370646, -0.0587368906, 0.987431884, -0.146726027, 0.256372869, 0.156970888, 0.953746974)
  4778. p17.CanCollide = false
  4779. p17.Locked = true
  4780. p17.FormFactor = Enum.FormFactor.Custom
  4781. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4782. b17 = Instance.new("SpecialMesh", p17)
  4783. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4784. b17.TextureId = ""
  4785. b17.MeshType = Enum.MeshType.FileMesh
  4786. b17.Name = "Mesh"
  4787. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4788. p18 = Instance.new("Part", m3)
  4789. p18.BrickColor = BrickColor.new("Really black")
  4790. p18.Material = Enum.Material.Metal
  4791. p18.CFrame = CFrame.new(-0.35000062, 3.85002661, -0.150002271, 0.407530367, -0.427938014, 0.806714416, 0.0989350602, 0.898891687, 0.426855773, -0.907816589, -0.0941444039, 0.40866372)
  4792. p18.CanCollide = false
  4793. p18.Locked = true
  4794. p18.FormFactor = Enum.FormFactor.Custom
  4795. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4796. b18 = Instance.new("SpecialMesh", p18)
  4797. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4798. b18.TextureId = ""
  4799. b18.MeshType = Enum.MeshType.FileMesh
  4800. b18.Name = "Mesh"
  4801. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4802. p19 = Instance.new("Part", m3)
  4803. p19.BrickColor = BrickColor.new("Really black")
  4804. p19.Material = Enum.Material.Metal
  4805. p19.CFrame = CFrame.new(0.599999547, 4.25002337, 1.49011612e-008, 0.450589776, 0.596651912, -0.664060116, 0.322663993, 0.584720135, 0.744305372, 0.832379937, -0.549644768, 0.0709509254)
  4806. p19.CanCollide = false
  4807. p19.Locked = true
  4808. p19.FormFactor = Enum.FormFactor.Custom
  4809. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4810. b19 = Instance.new("SpecialMesh", p19)
  4811. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4812. b19.TextureId = ""
  4813. b19.MeshType = Enum.MeshType.FileMesh
  4814. b19.Name = "Mesh"
  4815. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4816. p20 = Instance.new("Part", m3)
  4817. p20.BrickColor = BrickColor.new("Really black")
  4818. p20.Material = Enum.Material.Metal
  4819. p20.CFrame = CFrame.new(0.449999154, 3.90002728, -0.150000244, 0.148452312, 0.508259773, -0.848312676, -0.212012291, 0.85422945, 0.474703223, 0.965925753, 0.109381542, 0.234569833)
  4820. p20.CanCollide = false
  4821. p20.Locked = true
  4822. p20.FormFactor = Enum.FormFactor.Custom
  4823. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4824. b20 = Instance.new("SpecialMesh", p20)
  4825. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4826. b20.TextureId = ""
  4827. b20.MeshType = Enum.MeshType.FileMesh
  4828. b20.Name = "Mesh"
  4829. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4830. p21 = Instance.new("Part", m3)
  4831. p21.BrickColor = BrickColor.new("Really black")
  4832. p21.Material = Enum.Material.Metal
  4833. p21.CFrame = CFrame.new(0.699999869, 4.25002337, 0.200001985, -0.0996009707, 0.981125295, 0.165750414, -0.142243966, -0.178907469, 0.973529041, 0.98480773, 0.0733870864, 0.157378286)
  4834. p21.CanCollide = false
  4835. p21.Locked = true
  4836. p21.FormFactor = Enum.FormFactor.Custom
  4837. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4838. b21 = Instance.new("SpecialMesh", p21)
  4839. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4840. b21.TextureId = ""
  4841. b21.MeshType = Enum.MeshType.FileMesh
  4842. b21.Name = "Mesh"
  4843. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4844. p22 = Instance.new("Part", m3)
  4845. p22.BrickColor = BrickColor.new("Really black")
  4846. p22.Material = Enum.Material.Metal
  4847. p22.CFrame = CFrame.new(0.69999975, 4.25002289, 0.450001955, -0.167731196, 0.167446673, 0.971508265, 0.0449438766, -0.983146012, 0.17721194, 0.984807789, 0.0733873621, 0.157378122)
  4848. p22.CanCollide = false
  4849. p22.Locked = true
  4850. p22.FormFactor = Enum.FormFactor.Custom
  4851. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4852. b22 = Instance.new("SpecialMesh", p22)
  4853. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4854. b22.TextureId = ""
  4855. b22.MeshType = Enum.MeshType.FileMesh
  4856. b22.Name = "Mesh"
  4857. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4858. p23 = Instance.new("Part", m3)
  4859. p23.BrickColor = BrickColor.new("Really black")
  4860. p23.Material = Enum.Material.Metal
  4861. p23.CFrame = CFrame.new(0.699999511, 4.25002289, 0.700001478, 0.0593914539, -0.993999004, 0.0918651819, 0.163175613, -0.0811224878, -0.98325628, 0.984807849, 0.0733875483, 0.157378405)
  4862. p23.CanCollide = false
  4863. p23.Locked = true
  4864. p23.FormFactor = Enum.FormFactor.Custom
  4865. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4866. b23 = Instance.new("SpecialMesh", p23)
  4867. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4868. b23.TextureId = ""
  4869. b23.MeshType = Enum.MeshType.FileMesh
  4870. b23.Name = "Mesh"
  4871. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4872. p24 = Instance.new("Part", m3)
  4873. p24.BrickColor = BrickColor.new("Really black")
  4874. p24.Material = Enum.Material.Metal
  4875. p24.CFrame = CFrame.new(0.699999452, 4.25002289, 0.900001347, -0.197025463, -0.431517303, 0.880326331, 0.133022487, -0.90138948, -0.412070453, 0.971332312, 0.0359149873, 0.234997824)
  4876. p24.CanCollide = false
  4877. p24.Locked = true
  4878. p24.FormFactor = Enum.FormFactor.Custom
  4879. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4880. b24 = Instance.new("SpecialMesh", p24)
  4881. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4882. b24.TextureId = ""
  4883. b24.MeshType = Enum.MeshType.FileMesh
  4884. b24.Name = "Mesh"
  4885. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4886. p25 = Instance.new("Part", m3)
  4887. p25.BrickColor = BrickColor.new("Really black")
  4888. p25.Material = Enum.Material.Metal
  4889. p25.CFrame = CFrame.new(0.599999249, 4.25002289, 1.05000341, -0.793593884, -0.433597952, 0.42685172, 0.426002622, 0.104941569, 0.898615122, -0.434431762, 0.894975305, 0.101432741)
  4890. p25.CanCollide = false
  4891. p25.Locked = true
  4892. p25.FormFactor = Enum.FormFactor.Custom
  4893. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4894. b25 = Instance.new("SpecialMesh", p25)
  4895. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4896. b25.TextureId = ""
  4897. b25.MeshType = Enum.MeshType.FileMesh
  4898. b25.Name = "Mesh"
  4899. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4900. p26 = Instance.new("Part", m3)
  4901. p26.BrickColor = BrickColor.new("Really black")
  4902. p26.Material = Enum.Material.Metal
  4903. p26.CFrame = CFrame.new(0.399999261, 4.25002289, 1.09999716, 0.474074066, -0.73934859, 0.478140384, 0.876810074, 0.445984155, -0.17972827, -0.0803612769, 0.504442811, 0.859697402)
  4904. p26.CanCollide = false
  4905. p26.Locked = true
  4906. p26.FormFactor = Enum.FormFactor.Custom
  4907. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4908. b26 = Instance.new("SpecialMesh", p26)
  4909. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4910. b26.TextureId = ""
  4911. b26.MeshType = Enum.MeshType.FileMesh
  4912. b26.Name = "Mesh"
  4913. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4914. p27 = Instance.new("Part", m3)
  4915. p27.BrickColor = BrickColor.new("Really black")
  4916. p27.Material = Enum.Material.Metal
  4917. p27.CFrame = CFrame.new(0.249999076, 4.25002289, 1.20000076, 0.524626255, -0.838181257, 0.149064019, -0.503709316, -0.446768612, -0.739374638, 0.686326742, 0.31281051, -0.656585932)
  4918. p27.CanCollide = false
  4919. p27.Locked = true
  4920. p27.FormFactor = Enum.FormFactor.Custom
  4921. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4922. b27 = Instance.new("SpecialMesh", p27)
  4923. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4924. b27.TextureId = ""
  4925. b27.MeshType = Enum.MeshType.FileMesh
  4926. b27.Name = "Mesh"
  4927. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4928. p28 = Instance.new("Part", m3)
  4929. p28.BrickColor = BrickColor.new("Really black")
  4930. p28.Material = Enum.Material.Metal
  4931. p28.CFrame = CFrame.new(0.0499990731, 4.25002289, 1.20000088, 0.524626136, -0.838181317, 0.149063885, 0.588431716, 0.230477661, -0.775002301, 0.615236104, 0.494300276, 0.614126861)
  4932. p28.CanCollide = false
  4933. p28.Locked = true
  4934. p28.FormFactor = Enum.FormFactor.Custom
  4935. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4936. b28 = Instance.new("SpecialMesh", p28)
  4937. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4938. b28.TextureId = ""
  4939. b28.MeshType = Enum.MeshType.FileMesh
  4940. b28.Name = "Mesh"
  4941. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4942. p29 = Instance.new("Part", m3)
  4943. p29.BrickColor = BrickColor.new("Really black")
  4944. p29.Material = Enum.Material.Metal
  4945. p29.CFrame = CFrame.new(-0.200000852, 4.25002289, 1.20000088, 0.524626195, -0.838181257, 0.149063647, 0.664180398, 0.512506962, 0.544243872, -0.532571197, -0.186519295, 0.825577736)
  4946. p29.CanCollide = false
  4947. p29.Locked = true
  4948. p29.FormFactor = Enum.FormFactor.Custom
  4949. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4950. b29 = Instance.new("SpecialMesh", p29)
  4951. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4952. b29.TextureId = ""
  4953. b29.MeshType = Enum.MeshType.FileMesh
  4954. b29.Name = "Mesh"
  4955. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4956. p30 = Instance.new("Part", m3)
  4957. p30.BrickColor = BrickColor.new("Really black")
  4958. p30.Material = Enum.Material.Metal
  4959. p30.CFrame = CFrame.new(-0.400000989, 4.25002289, 1.15000105, -0.205189675, -0.942334533, -0.264392197, 0.472657442, 0.141141802, -0.869870245, 0.857025325, -0.303455055, 0.416440606)
  4960. p30.CanCollide = false
  4961. p30.Locked = true
  4962. p30.FormFactor = Enum.FormFactor.Custom
  4963. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4964. b30 = Instance.new("SpecialMesh", p30)
  4965. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4966. b30.TextureId = ""
  4967. b30.MeshType = Enum.MeshType.FileMesh
  4968. b30.Name = "Mesh"
  4969. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4970. p31 = Instance.new("Part", m3)
  4971. p31.BrickColor = BrickColor.new("Really black")
  4972. p31.Material = Enum.Material.Metal
  4973. p31.CFrame = CFrame.new(-0.550001025, 4.25002337, 0.999999702, 0.151335806, -0.651350021, -0.743532896, 0.979139984, 0.201951638, 0.022377044, 0.135582238, -0.731408894, 0.668325186)
  4974. p31.CanCollide = false
  4975. p31.Locked = true
  4976. p31.FormFactor = Enum.FormFactor.Custom
  4977. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4978. b31 = Instance.new("SpecialMesh", p31)
  4979. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4980. b31.TextureId = ""
  4981. b31.MeshType = Enum.MeshType.FileMesh
  4982. b31.Name = "Mesh"
  4983. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4984. p32 = Instance.new("Part", m3)
  4985. p32.BrickColor = BrickColor.new("Really black")
  4986. p32.Material = Enum.Material.Metal
  4987. p32.CFrame = CFrame.new(-0.700000763, 4.25002337, 0.800000489, -0.804778874, -0.593520701, 0.0080409348, 0.142058611, -0.205740049, -0.968240976, 0.576325178, -0.778077364, 0.249890015)
  4988. p32.CanCollide = false
  4989. p32.Locked = true
  4990. p32.FormFactor = Enum.FormFactor.Custom
  4991. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4992. b32 = Instance.new("SpecialMesh", p32)
  4993. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4994. b32.TextureId = ""
  4995. b32.MeshType = Enum.MeshType.FileMesh
  4996. b32.Name = "Mesh"
  4997. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  4998. p33 = Instance.new("Part", m3)
  4999. p33.BrickColor = BrickColor.new("Really black")
  5000. p33.Material = Enum.Material.Metal
  5001. p33.CFrame = CFrame.new(-0.700000942, 4.25002289, 0.549999833, -0.526802063, -0.220915288, -0.820777893, 0.708702326, 0.418966174, -0.567634225, 0.469277024, -0.880717933, -0.0641489923)
  5002. p33.CanCollide = false
  5003. p33.Locked = true
  5004. p33.FormFactor = Enum.FormFactor.Custom
  5005. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  5006. b33 = Instance.new("SpecialMesh", p33)
  5007. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5008. b33.TextureId = ""
  5009. b33.MeshType = Enum.MeshType.FileMesh
  5010. b33.Name = "Mesh"
  5011. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  5012. p34 = Instance.new("Part", m3)
  5013. p34.BrickColor = BrickColor.new("Really black")
  5014. p34.Material = Enum.Material.Metal
  5015. p34.Name = "Connection"
  5016. p34.CFrame = CFrame.new(0.0551848896, 3.35002589, -0.131655902, 0.635109425, -0.765570045, -0.102657467, -0.766416311, -0.641122162, 0.0396047123, -0.0961361453, 0.0535250306, -0.993928015)
  5017. p34.CanCollide = false
  5018. p34.Locked = true
  5019. p34.FormFactor = Enum.FormFactor.Custom
  5020. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  5021. b34 = Instance.new("SpecialMesh", p34)
  5022. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5023. b34.TextureId = ""
  5024. b34.MeshType = Enum.MeshType.FileMesh
  5025. b34.Name = "Mesh"
  5026. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  5027. p35 = Instance.new("Part", m3)
  5028. p35.BrickColor = BrickColor.new("Really black")
  5029. p35.Material = Enum.Material.Metal
  5030. p35.CFrame = CFrame.new(-0.600001037, 4.25002289, 0.149997264, 0.493824095, 0.604460001, 0.62511301, -0.565569818, -0.322785676, 0.758907318, 0.660506427, -0.728311539, 0.182464883)
  5031. p35.CanCollide = false
  5032. p35.Locked = true
  5033. p35.FormFactor = Enum.FormFactor.Custom
  5034. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  5035. b35 = Instance.new("SpecialMesh", p35)
  5036. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5037. b35.TextureId = ""
  5038. b35.MeshType = Enum.MeshType.FileMesh
  5039. b35.Name = "Mesh"
  5040. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  5041. p36 = Instance.new("Part", m3)
  5042. p36.BrickColor = BrickColor.new("Really black")
  5043. p36.Material = Enum.Material.Metal
  5044. p36.CFrame = CFrame.new(-0.500000834, 4.2000227, -2.52574682e-006, -0.285961747, 0.418113738, -0.862210572, 0.191904813, 0.906544387, 0.375965416, 0.93882823, -0.0579507053, -0.339474916)
  5045. p36.CanCollide = false
  5046. p36.Locked = true
  5047. p36.FormFactor = Enum.FormFactor.Custom
  5048. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  5049. b36 = Instance.new("SpecialMesh", p36)
  5050. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5051. b36.TextureId = ""
  5052. b36.MeshType = Enum.MeshType.FileMesh
  5053. b36.Name = "Mesh"
  5054. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  5055. w1 = Instance.new("Weld", p2)
  5056. w1.Name = "Joint"
  5057. w1.Part0 = p2
  5058. w1.C0 = CFrame.new(-0.211238861, -0.0362606049, -0.0810072422, -0.57012105, 0.811055779, -0.130959615, -0.254106343, -0.022495009, 0.966914535, 0.781275749, 0.584536016, 0.218919396)
  5059. w1.Part1 = p18
  5060. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5061. w2 = Instance.new("Weld", p3)
  5062. w2.Name = "Joint"
  5063. w2.Part0 = p3
  5064. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5065. w2.Part1 = p1
  5066. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5067. w10 = Instance.new("Weld", p11)
  5068. w10.Name = "Joint"
  5069. w10.Part0 = p11
  5070. w10.C0 = CFrame.new(0.100000024, 0.202390671, -0.0392093658, 0.450589836, 0.596651673, -0.664059937, 0.644212067, 0.297646403, 0.704554796, 0.618028879, -0.745260656, -0.250253737)
  5071. w10.Part1 = p19
  5072. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5073. w11 = Instance.new("Weld", p12)
  5074. w11.Name = "Joint"
  5075. w11.Part0 = p12
  5076. w11.C0 = CFrame.new(0.479997993, 0.0499999784, 0.25, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008)
  5077. w11.Part1 = p1
  5078. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5079. w12 = Instance.new("Weld", p13)
  5080. w12.Name = "Joint"
  5081. w12.Part0 = p13
  5082. w12.C0 = CFrame.new(-0.1545012, 0.138720512, 0.0829834938, 0.373496056, -0.501174688, -0.780592561, -0.602336764, 0.50893271, -0.614961803, 0.70547235, 0.699865282, -0.111791633)
  5083. w12.Part1 = p35
  5084. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5085. w13 = Instance.new("Weld", p14)
  5086. w13.Name = "Joint"
  5087. w13.Part0 = p14
  5088. w13.C0 = CFrame.new(-0.172863483, 0.0578804016, -0.0258672237, -0.849803627, -0.326939017, 0.413454711, 0.506076992, -0.286759645, 0.813421786, -0.147377193, 0.900488615, 0.409145683)
  5089. w13.Part1 = p34
  5090. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5091. w14 = Instance.new("Weld", p15)
  5092. w14.Name = "Joint"
  5093. w14.Part0 = p15
  5094. w14.C0 = CFrame.new(0.0923810005, -0.190912724, -0.00442934036, -0.0371075198, 0.56231159, -0.826092422, -0.73737216, -0.573347449, -0.357148677, -0.674466848, 0.595884562, 0.435908347)
  5095. w14.Part1 = p16
  5096. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5097. w15 = Instance.new("Weld", p16)
  5098. w15.Name = "Joint"
  5099. w15.Part0 = p16
  5100. w15.C0 = CFrame.new(0.0876817107, 0.204583645, -0.0213780403, 0.074026458, 0.445441723, -0.892245352, -0.0624118894, 0.895015597, 0.441646636, 0.995301366, 0.022993207, 0.0940556675)
  5101. w15.Part1 = p20
  5102. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5103. w16 = Instance.new("Weld", p17)
  5104. w16.Name = "Joint"
  5105. w16.Part0 = p17
  5106. w16.C0 = CFrame.new(0.156466246, -0.194725513, -0.0100102425, -0.460608691, 0.227749109, -0.85788697, 0.80572325, -0.29817903, -0.51176101, -0.372357011, -0.926941037, -0.0461589098)
  5107. w16.Part1 = p14
  5108. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5109. w17 = Instance.new("Weld", p18)
  5110. w17.Name = "Joint"
  5111. w17.Part0 = p18
  5112. w17.C0 = CFrame.new(0.046289444, -0.199023724, 0.0569794178, 0.154631272, -0.0373091251, -0.987267554, -0.489805043, 0.864940584, -0.109402351, 0.858009458, 0.500485599, 0.115472674)
  5113. w17.Part1 = p17
  5114. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5115. w18 = Instance.new("Weld", p19)
  5116. w18.Name = "Joint"
  5117. w18.Part0 = p19
  5118. w18.C0 = CFrame.new(0.211536884, -0.0502645969, -0.0522158146, 0.728958309, 0.445444137, 0.519806981, -0.683894217, 0.440442294, 0.581635118, 0.0301409438, -0.779480696, 0.625700712)
  5119. w18.Part1 = p21
  5120. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5121. w19 = Instance.new("Weld", p20)
  5122. w19.Name = "Joint"
  5123. w19.Part0 = p20
  5124. w19.C0 = CFrame.new(0.0722160339, 0.164483547, 0.0522456169, 0.148452476, 0.216069669, 0.965026319, 0.508259654, 0.820421398, -0.261879444, -0.848312438, 0.529360592, 0.0119740963)
  5125. w19.Part1 = p11
  5126. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5127. w20 = Instance.new("Weld", p21)
  5128. w20.Name = "Joint"
  5129. w20.Part0 = p21
  5130. w20.C0 = CFrame.new(0.246201992, 0.0183468163, 0.0393443108, 0.980159461, 0.195441127, 0.0330170989, -0.100333519, 0.345563769, 0.933016002, 0.170940176, -0.917817175, 0.358316928)
  5131. w20.Part1 = p22
  5132. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5133. w21 = Instance.new("Weld", p22)
  5134. w21.Name = "Joint"
  5135. w21.Part0 = p22
  5136. w21.C0 = CFrame.new(0.246201515, 0.0183467865, 0.0393443108, 0.96721822, 0.235350817, 0.0953874439, -0.0782081187, -0.0813006833, 0.993616521, 0.241603509, -0.968504071, -0.060229145)
  5137. w21.Part1 = p23
  5138. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5139. w22 = Instance.new("Weld", p23)
  5140. w22.Name = "Joint"
  5141. w22.Part0 = p23
  5142. w22.C0 = CFrame.new(0.196961403, 0.014677465, 0.031475544, 0.966579735, -0.137344033, 0.21647194, 0.256335169, 0.504686236, -0.824368834, 0.0039717555, 0.852307677, 0.523025632)
  5143. w22.Part1 = p24
  5144. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5145. w23 = Instance.new("Weld", p24)
  5146. w23.Name = "Joint"
  5147. w23.Part0 = p24
  5148. w23.C0 = CFrame.new(0.16540432, 0.0485391617, -0.0527825356, -0.208951756, 0.968707323, 0.133960381, -0.0571475253, 0.124654606, -0.990553021, -0.976254702, -0.214633241, 0.0293123852)
  5149. w23.Part1 = p25
  5150. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5151. w24 = Instance.new("Weld", p25)
  5152. w24.Name = "Joint"
  5153. w24.Part0 = p25
  5154. w24.C0 = CFrame.new(0.136999726, 0.131462574, -0.0802993774, 0.0322127938, 0.557586372, -0.829493642, -0.185464859, 0.81884563, 0.543226421, 0.982122838, 0.136343077, 0.129789978)
  5155. w24.Part1 = p26
  5156. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5157. w25 = Instance.new("Weld", p26)
  5158. w25.Name = "Joint"
  5159. w25.Part0 = p26
  5160. w25.C0 = CFrame.new(-0.0791475773, 0.161348343, 0.014251709, -0.2480997, -0.814228892, -0.524859786, -0.266315132, 0.578250885, -0.771169424, 0.931409001, -0.0515488982, -0.360305429)
  5161. w25.Part1 = p27
  5162. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5163. w26 = Instance.new("Weld", p27)
  5164. w26.Name = "Joint"
  5165. w26.Part0 = p27
  5166. w26.C0 = CFrame.new(-0.104925156, 0.167636156, -0.0298128128, 0.401087224, -0.216573805, 0.890070021, -0.510172248, 0.754199564, 0.413409412, -0.760824084, -0.619902253, 0.192009777)
  5167. w26.Part1 = p28
  5168. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5169. w27 = Instance.new("Weld", p28)
  5170. w27.Name = "Joint"
  5171. w27.Part0 = p28
  5172. w27.C0 = CFrame.new(-0.131156445, 0.209545135, -0.037266016, 0.338400394, -0.252909899, 0.906378388, -0.549903035, 0.728472173, 0.408576787, -0.763604522, -0.636682749, 0.10743928)
  5173. w27.Part1 = p29
  5174. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5175. w28 = Instance.new("Weld", p29)
  5176. w28.Name = "Joint"
  5177. w28.Part0 = p29
  5178. w28.C0 = CFrame.new(-0.0782968998, 0.176962137, -0.0710916519, -0.250144869, -0.239018306, -0.938241899, 0.254374206, 0.918783069, -0.301879942, 0.934195518, -0.314178288, -0.169028759)
  5179. w28.Part1 = p30
  5180. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5181. w29 = Instance.new("Weld", p30)
  5182. w29.Name = "Joint"
  5183. w29.Part0 = p30
  5184. w29.C0 = CFrame.new(-0.097776413, 0.186868906, -0.022808075, 0.547942579, -0.39773193, 0.735913277, -0.0455548018, 0.864242792, 0.501007974, -0.835274637, -0.30804801, 0.455436885)
  5185. w29.Part1 = p31
  5186. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5187. w30 = Instance.new("Weld", p31)
  5188. w30.Name = "Joint"
  5189. w30.Part0 = p31
  5190. w30.C0 = CFrame.new(-0.0498166084, 0.243983507, -0.0221347809, 0.0954426825, -0.396762908, -0.912945747, 0.131352007, 0.914132595, -0.38354671, 0.986730695, -0.0833105743, 0.139362901)
  5191. w30.Part1 = p32
  5192. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5193. w31 = Instance.new("Weld", p32)
  5194. w31.Name = "Joint"
  5195. w31.Part0 = p32
  5196. w31.C0 = CFrame.new(-0.144081593, 0.194519997, -0.0624723434, 0.795092285, -0.270274341, 0.542936563, -0.198274553, 0.730186164, 0.653846622, -0.573162735, -0.627518892, 0.526976764)
  5197. w31.Part1 = p33
  5198. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5199. w32 = Instance.new("Weld", p33)
  5200. w32.Name = "Joint"
  5201. w32.Part0 = p33
  5202. w32.C0 = CFrame.new(-0.0938563347, 0.176145077, 0.0128297806, 0.0848137587, -0.421895206, -0.902668893, -0.548244178, 0.736708403, -0.39583993, 0.832006574, 0.528455555, -0.168818489)
  5203. w32.Part1 = p13
  5204. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5205. w33 = Instance.new("Weld", p34)
  5206. w33.Name = "Joint"
  5207. w33.Part0 = p34
  5208. w33.C0 = CFrame.new(-0.0178728104, 0.0120868683, -0.150204837, -0.0961361453, -0.635109425, 0.766416311, 0.0535250939, 0.765570045, 0.641122162, -0.993928015, 0.102657512, -0.0396046676)
  5209. w33.Part1 = p12
  5210. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5211. w34 = Instance.new("Weld", p35)
  5212. w34.Name = "Joint"
  5213. w34.Part0 = p35
  5214. w34.C0 = CFrame.new(-0.0214147568, 0.185832024, -0.00280380249, 0.370351821, -0.344516218, -0.862640202, -0.918555975, 0.00231964141, -0.395284295, 0.138182849, 0.938777506, -0.315598398)
  5215. w34.Part1 = p36
  5216. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5217. w35 = Instance.new("Weld", p36)
  5218. w35.Name = "Joint"
  5219. w35.Part0 = p36
  5220. w35.C0 = CFrame.new(-0.136966705, -0.109280109, -0.0655572414, 0.678235054, 0.463834167, -0.569960475, 0.250202835, 0.583515286, 0.772598565, 0.690938354, -0.666609228, 0.279707849)
  5221. w35.Part1 = p2
  5222. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5223. m3.Parent = torso
  5224. m3:MakeJoints()
  5225. ----------------------------------------------------
  5226. local cor3 = Instance.new("Part", torso.Torso)
  5227. cor3.Name = "Thingy"
  5228. cor3.Locked = true
  5229. cor3.BottomSurface = 0
  5230. cor3.CanCollide = false
  5231. cor3.Size = Vector3.new(1, 1, 1)
  5232. cor3.Transparency = 1
  5233. cor3.TopSurface = 0
  5234. corw3 = Instance.new("Weld", cor3)
  5235. corw3.Part0 = torso
  5236. corw3.Part1 = cor3
  5237. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5238. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5239. weld3 = Instance.new("Weld", torso.Torso)
  5240. weld3.Part0 = cor3
  5241. weld3.Part1 = torso.Torso.TorsoPlate
  5242. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5243. -----------------------------
  5244. --Amulet
  5245. m7 = Instance.new("Model")
  5246. m7.Name = "Amulet"
  5247. p1 = Instance.new("Part", m7)
  5248. p1.BrickColor = char.Torso.BrickColor
  5249. p1.Material = Enum.Material.Neon
  5250. p1.Name = "Center"
  5251. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5252. p1.CanCollide = false
  5253. p1.Locked = true
  5254. p1.FormFactor = Enum.FormFactor.Custom
  5255. p1.Shape = Enum.PartType.Cylinder
  5256. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  5257. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5258. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5259. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5260. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5261. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5262. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5263. p2 = Instance.new("Part", m7)
  5264. p2.BrickColor = BrickColor.new("Really black")
  5265. p2.Material = Enum.Material.Metal
  5266. p2.Name = "Bottom"
  5267. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5268. p2.CanCollide = false
  5269. p2.Locked = true
  5270. p2.FormFactor = Enum.FormFactor.Custom
  5271. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5272. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5273. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5274. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5275. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5276. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5277. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5278. b1 = Instance.new("SpecialMesh", p2)
  5279. b1.MeshType = Enum.MeshType.Cylinder
  5280. b1.Name = "Mesh"
  5281. p3 = Instance.new("Part", m7)
  5282. p3.BrickColor = BrickColor.new("Really black")
  5283. p3.Material = Enum.Material.Metal
  5284. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5285. p3.CanCollide = false
  5286. p3.Locked = true
  5287. p3.FormFactor = Enum.FormFactor.Custom
  5288. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5289. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5290. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5291. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5292. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5293. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5294. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5295. b2 = Instance.new("SpecialMesh", p3)
  5296. b2.MeshType = Enum.MeshType.Brick
  5297. b2.Name = "Mesh"
  5298. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5299. p4 = Instance.new("Part", m7)
  5300. p4.BrickColor = BrickColor.new("Really black")
  5301. p4.Material = Enum.Material.Metal
  5302. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5303. p4.CanCollide = false
  5304. p4.Locked = true
  5305. p4.FormFactor = Enum.FormFactor.Custom
  5306. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5307. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5308. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5309. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5310. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5311. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5312. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5313. b3 = Instance.new("SpecialMesh", p4)
  5314. b3.MeshType = Enum.MeshType.Brick
  5315. b3.Name = "Mesh"
  5316. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5317. p5 = Instance.new("Part", m7)
  5318. p5.BrickColor = BrickColor.new("Really black")
  5319. p5.Material = Enum.Material.Metal
  5320. p5.CFrame = CFrame.new(0.14000012, 14.4625673, -0.242487118, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
  5321. p5.CanCollide = false
  5322. p5.Locked = true
  5323. p5.FormFactor = Enum.FormFactor.Custom
  5324. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5325. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5326. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5327. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5328. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5329. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5330. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5331. b4 = Instance.new("SpecialMesh", p5)
  5332. b4.MeshType = Enum.MeshType.Brick
  5333. b4.Name = "Mesh"
  5334. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5335. p6 = Instance.new("Part", m7)
  5336. p6.BrickColor = BrickColor.new("Really black")
  5337. p6.Material = Enum.Material.Metal
  5338. p6.CFrame = CFrame.new(-0.139999881, 14.4625673, 0.242487103, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
  5339. p6.CanCollide = false
  5340. p6.Locked = true
  5341. p6.FormFactor = Enum.FormFactor.Custom
  5342. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5343. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5344. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5345. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5346. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5347. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5348. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5349. b5 = Instance.new("SpecialMesh", p6)
  5350. b5.MeshType = Enum.MeshType.Brick
  5351. b5.Name = "Mesh"
  5352. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5353. p7 = Instance.new("Part", m7)
  5354. p7.BrickColor = BrickColor.new("Really black")
  5355. p7.Material = Enum.Material.Metal
  5356. p7.CFrame = CFrame.new(-0.242486984, 14.4625673, 0.139999986, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
  5357. p7.CanCollide = false
  5358. p7.Locked = true
  5359. p7.FormFactor = Enum.FormFactor.Custom
  5360. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5361. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5362. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5363. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5364. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5365. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5366. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5367. b6 = Instance.new("SpecialMesh", p7)
  5368. b6.MeshType = Enum.MeshType.Brick
  5369. b6.Name = "Mesh"
  5370. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5371. p8 = Instance.new("Part", m7)
  5372. p8.BrickColor = BrickColor.new("Really black")
  5373. p8.Material = Enum.Material.Metal
  5374. p8.CFrame = CFrame.new(0.242487192, 14.4625673, -0.139999971, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
  5375. p8.CanCollide = false
  5376. p8.Locked = true
  5377. p8.FormFactor = Enum.FormFactor.Custom
  5378. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5379. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5380. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5381. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5382. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5383. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5384. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5385. b7 = Instance.new("SpecialMesh", p8)
  5386. b7.MeshType = Enum.MeshType.Brick
  5387. b7.Name = "Mesh"
  5388. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5389. p9 = Instance.new("Part", m7)
  5390. p9.BrickColor = BrickColor.new("Really black")
  5391. p9.Material = Enum.Material.Metal
  5392. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5393. p9.CanCollide = false
  5394. p9.Locked = true
  5395. p9.FormFactor = Enum.FormFactor.Custom
  5396. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5397. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5398. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5399. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5400. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5401. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5402. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5403. b8 = Instance.new("SpecialMesh", p9)
  5404. b8.MeshType = Enum.MeshType.Brick
  5405. b8.Name = "Mesh"
  5406. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5407. p10 = Instance.new("Part", m7)
  5408. p10.BrickColor = BrickColor.new("Really black")
  5409. p10.Material = Enum.Material.Metal
  5410. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  5411. p10.CanCollide = false
  5412. p10.Locked = true
  5413. p10.FormFactor = Enum.FormFactor.Custom
  5414. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5415. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5416. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5417. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5418. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5419. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5420. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5421. b9 = Instance.new("SpecialMesh", p10)
  5422. b9.MeshType = Enum.MeshType.Brick
  5423. b9.Name = "Mesh"
  5424. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5425. p11 = Instance.new("Part", m7)
  5426. p11.BrickColor = BrickColor.new("Really black")
  5427. p11.Material = Enum.Material.Metal
  5428. p11.CFrame = CFrame.new(-0.242486984, 14.4625673, -0.139999986, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
  5429. p11.CanCollide = false
  5430. p11.Locked = true
  5431. p11.FormFactor = Enum.FormFactor.Custom
  5432. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5433. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5434. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5435. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5436. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5437. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5438. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5439. b10 = Instance.new("SpecialMesh", p11)
  5440. b10.MeshType = Enum.MeshType.Brick
  5441. b10.Name = "Mesh"
  5442. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5443. p12 = Instance.new("Part", m7)
  5444. p12.BrickColor = BrickColor.new("Really black")
  5445. p12.Material = Enum.Material.Metal
  5446. p12.CFrame = CFrame.new(0.242487192, 14.4625673, 0.139999971, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
  5447. p12.CanCollide = false
  5448. p12.Locked = true
  5449. p12.FormFactor = Enum.FormFactor.Custom
  5450. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5451. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5452. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5453. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5454. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5455. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5456. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5457. b11 = Instance.new("SpecialMesh", p12)
  5458. b11.MeshType = Enum.MeshType.Brick
  5459. b11.Name = "Mesh"
  5460. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5461. p13 = Instance.new("Part", m7)
  5462. p13.BrickColor = BrickColor.new("Really black")
  5463. p13.Material = Enum.Material.Metal
  5464. p13.CFrame = CFrame.new(-0.139999866, 14.4625673, -0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
  5465. p13.CanCollide = false
  5466. p13.Locked = true
  5467. p13.FormFactor = Enum.FormFactor.Custom
  5468. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5469. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5470. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5471. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5472. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5473. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5474. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5475. b12 = Instance.new("SpecialMesh", p13)
  5476. b12.MeshType = Enum.MeshType.Brick
  5477. b12.Name = "Mesh"
  5478. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5479. p14 = Instance.new("Part", m7)
  5480. p14.BrickColor = BrickColor.new("Really black")
  5481. p14.Material = Enum.Material.Metal
  5482. p14.CFrame = CFrame.new(0.14000012, 14.4625673, 0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
  5483. p14.CanCollide = false
  5484. p14.Locked = true
  5485. p14.FormFactor = Enum.FormFactor.Custom
  5486. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5487. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5488. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5489. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5490. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5491. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5492. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5493. b13 = Instance.new("SpecialMesh", p14)
  5494. b13.MeshType = Enum.MeshType.Brick
  5495. b13.Name = "Mesh"
  5496. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5497. p15 = Instance.new("Part", m7)
  5498. p15.BrickColor = BrickColor.new("Really black")
  5499. p15.Material = Enum.Material.Metal
  5500. p15.Name = "Top"
  5501. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5502. p15.CanCollide = false
  5503. p15.Locked = true
  5504. p15.FormFactor = Enum.FormFactor.Custom
  5505. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5506. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5507. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5508. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5509. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5510. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5511. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5512. b14 = Instance.new("SpecialMesh", p15)
  5513. b14.MeshType = Enum.MeshType.Cylinder
  5514. b14.Name = "Mesh"
  5515. w1 = Instance.new("Weld", p1)
  5516. w1.Name = "Joint"
  5517. w1.Part0 = p1
  5518. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5519. w1.Part1 = p15
  5520. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5521. w2 = Instance.new("Weld", p2)
  5522. w2.Name = "Joint"
  5523. w2.Part0 = p2
  5524. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5525. w2.Part1 = p1
  5526. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5527. w3 = Instance.new("Weld", p3)
  5528. w3.Name = "Joint"
  5529. w3.Part0 = p3
  5530. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5531. w3.Part1 = p1
  5532. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5533. w4 = Instance.new("Weld", p4)
  5534. w4.Name = "Joint"
  5535. w4.Part0 = p4
  5536. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5537. w4.Part1 = p1
  5538. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5539. w5 = Instance.new("Weld", p5)
  5540. w5.Name = "Joint"
  5541. w5.Part0 = p5
  5542. w5.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, 0.280000061, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
  5543. w5.Part1 = p1
  5544. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5545. w6 = Instance.new("Weld", p6)
  5546. w6.Name = "Joint"
  5547. w6.Part0 = p6
  5548. w6.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, -0.279999942, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
  5549. w6.Part1 = p1
  5550. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5551. w7 = Instance.new("Weld", p7)
  5552. w7.Name = "Joint"
  5553. w7.Part0 = p7
  5554. w7.C0 = CFrame.new(-0.0500030518, 5.54602479e-008, -0.279999882, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
  5555. w7.Part1 = p1
  5556. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5557. w8 = Instance.new("Weld", p8)
  5558. w8.Name = "Joint"
  5559. w8.Part0 = p8
  5560. w8.C0 = CFrame.new(-0.0500030518, 7.03614091e-008, 0.280000061, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
  5561. w8.Part1 = p1
  5562. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5563. w9 = Instance.new("Weld", p9)
  5564. w9.Name = "Joint"
  5565. w9.Part0 = p9
  5566. w9.C0 = CFrame.new(-0.0500030518, 2.1856863e-009, 0.280000091, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
  5567. w9.Part1 = p1
  5568. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5569. w10 = Instance.new("Weld", p10)
  5570. w10.Name = "Joint"
  5571. w10.Part0 = p10
  5572. w10.C0 = CFrame.new(-0.0500030518, -1.27154749e-008, -0.279999852, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
  5573. w10.Part1 = p1
  5574. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5575. w11 = Instance.new("Weld", p11)
  5576. w11.Name = "Joint"
  5577. w11.Part0 = p11
  5578. w11.C0 = CFrame.new(-0.0500030518, -5.6298461e-008, -0.279999882, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
  5579. w11.Part1 = p1
  5580. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5581. w12 = Instance.new("Weld", p12)
  5582. w12.Name = "Joint"
  5583. w12.Part0 = p12
  5584. w12.C0 = CFrame.new(-0.0500030518, -6.37490416e-008, 0.280000061, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
  5585. w12.Part1 = p1
  5586. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5587. w13 = Instance.new("Weld", p13)
  5588. w13.Name = "Joint"
  5589. w13.Part0 = p13
  5590. w13.C0 = CFrame.new(-0.0500030518, -1.01001945e-007, -0.279999912, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
  5591. w13.Part1 = p1
  5592. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5593. w14 = Instance.new("Weld", p14)
  5594. w14.Name = "Joint"
  5595. w14.Part0 = p14
  5596. w14.C0 = CFrame.new(-0.0500030518, -1.08452525e-007, 0.280000031, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
  5597. w14.Part1 = p1
  5598. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5599. m7.Parent = torso
  5600. m7:MakeJoints()
  5601. ----------------------------------------------------
  5602. local cor7 = Instance.new("Part", torso.Amulet)
  5603. cor7.Name = "Thingy"
  5604. cor7.Locked = true
  5605. cor7.BottomSurface = 0
  5606. cor7.CanCollide = false
  5607. cor7.Size = Vector3.new(1, 1, 1)
  5608. cor7.Transparency = 1
  5609. cor7.TopSurface = 0
  5610. corw7 = Instance.new("Weld", cor7)
  5611. corw7.Part0 = torso.Torso.Connection
  5612. corw7.Part1 = cor7
  5613. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  5614. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  5615. weld7 = Instance.new("Weld", torso.Amulet)
  5616. weld7.Part0 = cor7
  5617. weld7.Part1 = torso.Amulet.Top
  5618. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5619.  
  5620. -------------------------------
  5621.  
  5622. ----------------------------------------------------
  5623. -----------
  5624. paly = game.Players.LocalPlayer
  5625. paly = game.Players.LocalPlayer
  5626. p = game.Players.LocalPlayer
  5627. char = paly.Character
  5628. vt = Vector3.new
  5629. rarm = char["Right Arm"]
  5630. larm = char["Left Arm"]
  5631. local maincolor = char.Torso.BrickColor
  5632.  
  5633. local orb = Instance.new("Part")
  5634. orb.Parent = char
  5635. orb.Size = Vector3.new(0.5, 0.5, 0.5)
  5636. orb.Archivable = true
  5637. orb.Transparency = 1
  5638. orb.BrickColor = maincolor
  5639. orb.Material = "Neon"
  5640. orb.CanCollide = false
  5641. local weld1 = Instance.new("Weld")
  5642. weld1.Parent = rarm
  5643. weld1.Part0 = rarm
  5644. weld1.Part1 = orb
  5645. weld1.C1 = CFrame.new(0, 1.125, 0)
  5646. local pt1 = NumberSequenceKeypoint.new(0,0.85,0)
  5647. local pt2 = NumberSequenceKeypoint.new(1,0,0)
  5648. local cr1 = ColorSequenceKeypoint.new(0,BrickColor.new('Mulberry').Color)
  5649. local cr2 = ColorSequenceKeypoint.new(1,BrickColor.new('Really black').Color)
  5650. local effecto = Instance.new("ParticleEmitter",orb)
  5651. effecto.LightEmission = 0.3
  5652. effecto.Texture = "rbxasset://textures/particles/smoke_main.dds"
  5653. effecto.Color = ColorSequence.new({cr1,cr2})
  5654. effecto.Rate = 10000
  5655. effecto.Lifetime = NumberRange.new(0.25)
  5656. effecto.Size = NumberSequence.new({pt1,pt2})
  5657. effecto.Speed = NumberRange.new(0,0)
  5658. effecto.RotSpeed = NumberRange.new(100,100)
  5659.  
  5660. local orbz = Instance.new("Part")
  5661. orbz.Parent = char
  5662. orbz.Size = Vector3.new(0.5, 0.5, 0.5)
  5663. orbz.Archivable = true
  5664. orbz.Transparency = 1
  5665. orbz.BrickColor = maincolor
  5666. orbz.Material = "Neon"
  5667. orbz.CanCollide = false
  5668. local weldz1 = Instance.new("Weld")
  5669. weldz1.Parent = larm
  5670. weldz1.Part0 = larm
  5671. weldz1.Part1 = orbz
  5672. weldz1.C1 = CFrame.new(0, 1.125, 0)
  5673. local effecton = Instance.new("ParticleEmitter",orbz)
  5674. effecton.LightEmission = 0.3
  5675. effecton.Texture = "rbxasset://textures/particles/smoke_main.dds"
  5676. effecton.Color = ColorSequence.new({cr1,cr2})
  5677. effecton.Rate = 10000
  5678. effecton.Lifetime = NumberRange.new(0.25)
  5679. effecton.Size = NumberSequence.new({pt1,pt2})
  5680. effecton.Speed = NumberRange.new(0,0)
  5681. effecton.RotSpeed = NumberRange.new(100,100)
  5682. local orbze = Instance.new("Part")
  5683. orbze.Parent = char
  5684. orbze.Size = Vector3.new(0.5, 0.5, 0.5)
  5685. orbze.Archivable = true
  5686. orbze.Transparency = 1
  5687. orbze.BrickColor = maincolor
  5688. orbze.Material = "Neon"
  5689. orbze.CanCollide = false
  5690. local weldze1 = Instance.new("Weld")
  5691. weldze1.Parent = torso
  5692. weldze1.Part0 = torso
  5693. weldze1.Part1 = orbze
  5694. weldze1.C1 = CFrame.new(0, 1.125, 0)
  5695. local blast = Instance.new("ParticleEmitter",orbze)
  5696. blast.Size=NumberSequence.new({nsk(0,2),nsk(0.65,10),nsk(1,0)})
  5697. blast.Transparency=NumberSequence.new({nsk(0,1),nsk(0.65,0),nsk(1,1)})
  5698. blast.Texture="rbxassetid://" .. "284205403"
  5699. blast.LightEmission=0
  5700. blast.Lifetime=NumberRange.new(1)
  5701. blast.Color=ColorSequence.new(BrickColor.new('Really black').Color)
  5702. blast.Rate=3
  5703. blast.Speed=NumberRange.new(0)
  5704. blast.LockedToPart=true
  5705. -------------------------------------------
  5706.  
  5707. mouse.KeyDown:connect(function(key)
  5708. if string.byte(key) == 52 then
  5709. char.Humanoid.WalkSpeed = 60
  5710. end
  5711. end)
  5712. mouse.KeyUp:connect(function(key)
  5713. if string.byte(key) == 52 then
  5714. char.Humanoid.WalkSpeed = 8
  5715. end
  5716. end)
  5717. -------------------------------
  5718. for i,v in pairs(m3:children()) do
  5719. if v:IsA("Part") then
  5720. v.Transparency=1
  5721. end
  5722. end
  5723. for i,v in pairs(m7:children()) do
  5724. if v:IsA("Part") then
  5725. v.Transparency=1
  5726. end
  5727. end
  5728. -------------------------------
  5729. local animpose = "Idle"
  5730. local lastanimpose = "Idle"
  5731. local sine = 0
  5732. local change = 1
  5733. local val = 0
  5734. local och = 0
  5735. local ffing = false
  5736. -------------------------------
  5737. game:GetService("RunService").RenderStepped:connect(function()
  5738. --[[if char.Humanoid.Jump == true then
  5739. jump = true
  5740. else
  5741. jump = false
  5742. end]]
  5743. char.Humanoid.FreeFalling:connect(function(f)
  5744. if f then
  5745. ffing = true
  5746. else
  5747. ffing = false
  5748. end
  5749. end)
  5750. sine = sine + change
  5751. if jumpn == true then
  5752. animpose = "Jumping"
  5753. elseif ffing == true then
  5754. animpose = "Freefalling"
  5755. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5756. animpose = "Idle"
  5757. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5758. animpose = "Walking"
  5759. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5760. animpose = "Running"
  5761. end
  5762. if animpose ~= lastanimpose then
  5763. sine = 0
  5764. if Debounces.NoIdl == false then
  5765. if animpose == "Idle" then
  5766. for i = 1, 2 do
  5767. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.51+0.05*math.cos(sine/14),0.245)*CFrame.Angles(math.rad(0),math.rad(-33),math.rad(8+2*math.cos(sine/14))), 0.4)
  5768. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.51+0.05*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(-32),math.rad(-8-2*math.cos(sine/14))), 0.4)
  5769. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0+6*math.cos(sine/14))), 0.2)
  5770. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  5771. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, 0, math.rad(1+5*math.cos(sine/14))), 0.4)
  5772. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, 0, math.rad(-1-5*math.cos(sine/14))), 0.4)
  5773. end
  5774. elseif animpose == "Walking" then
  5775. for i = 1, 2 do
  5776. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(0+3*math.cos(sine/14) + root.RotVelocity.Y / 15),math.rad(-28),math.rad(10+2*math.cos(sine/14) + root.RotVelocity.Y / 15)), 0.2)
  5777. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(0-3*math.cos(sine/14) - root.RotVelocity.Y / 15),math.rad(-45),math.rad(-10-2*math.cos(sine/14)) + root.RotVelocity.Y / 15), 0.2)
  5778. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),math.rad(0) + root.RotVelocity.Y / 15,0), 0.4)
  5779. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/10), 0) * CFrame.Angles(math.rad(-10),math.rad(0) + root.RotVelocity.Y / 15, math.rad(0)), 0.05)
  5780. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.1*math.cos(sine/10), 0-0.35*math.cos(sine/5)) * CFrame.Angles(math.rad(0+25*math.cos(sine/5)), math.rad(0) + root.RotVelocity.Y / 15, 0), 0.4)
  5781. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/10), 0+0.35*math.cos(sine/5)) * CFrame.Angles(math.rad(0-25*math.cos(sine/5)),math.rad(0) + root.RotVelocity.Y / 15,0), 0.4)
  5782. end
  5783. elseif animpose == "Running" then
  5784. for i = 1, 2 do
  5785. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles (math.rad(44), math.rad (0), math.rad(0)), 0.15)
  5786. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.1*math.cos(sine/14), -1) * CFrame.Angles(math.rad(- 80), math.rad(0), 0), 0.15)
  5787. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad (0), math.rad(50), math.rad(-40)), 0.15)
  5788. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(40)), 0.15)
  5789. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(- 10)), .15)
  5790. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(10)), .15)
  5791. wait()
  5792. end
  5793. end
  5794. else
  5795. end
  5796. end
  5797. lastanimpose = animpose
  5798. if Debounces.NoIdl == false then
  5799. if animpose == "Idle" then
  5800. change = 0.5
  5801. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.51+0.05*math.cos(sine/14),0.245)*CFrame.Angles(math.rad(0),math.rad(-32),math.rad(8+2*math.cos(sine/14))), 0.4)
  5802. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.51+0.05*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(-32),math.rad(-8-2*math.cos(sine/14))), 0.4)
  5803. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0+6*math.cos(sine/14))), 0.2)
  5804. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  5805. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, 0, math.rad(1+5*math.cos(sine/14))), 0.4)
  5806. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, 0, math.rad(-1-5*math.cos(sine/14))), 0.4)
  5807. elseif animpose == "Walking" then
  5808. change = 1
  5809. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(0+3*math.cos(sine/14)) - root.RotVelocity.Y / 15,math.rad(-28),math.rad(10+2*math.cos(sine/14)) + root.RotVelocity.Y / 15), 0.2)
  5810. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(0-3*math.cos(sine/14)) + root.RotVelocity.Y / 15,math.rad(-28),math.rad(-10-2*math.cos(sine/14)) + root.RotVelocity.Y / 15), 0.2)
  5811. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),math.rad(0) + root.RotVelocity.Y / 15,0), 0.4)
  5812. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/10), 0) * CFrame.Angles(math.rad(-10),math.rad(0) + root.RotVelocity.Y / 15, math.rad(0)), 0.05)
  5813. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.1*math.cos(sine/10), 0-0.35*math.cos(sine/5)) * CFrame.Angles(math.rad(0+25*math.cos(sine/5)), math.rad(0) + root.RotVelocity.Y / 15, 0), 0.4)
  5814. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/10), 0+0.35*math.cos(sine/5)) * CFrame.Angles(math.rad(0-25*math.cos(sine/5)),math.rad(0) + root.RotVelocity.Y / 15,0), 0.4)
  5815. elseif animpose == "Running" then
  5816. change = 1
  5817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles (math.rad(44), math.rad (0), math.rad(0)), 0.15)
  5818. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.1*math.cos(sine/14), -1) * CFrame.Angles(math.rad(- 80), math.rad(0), 0), 0.15)
  5819. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad (0), math.rad(50), math.rad(-40)), 0.15)
  5820. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(40)), 0.15)
  5821. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(- 10)), .15)
  5822. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(10)), .15)
  5823. end
  5824. end
  5825. end)
  5826.  
  5827. hum.MaxHealth = 9001
  5828. wait(3)
  5829. hum.Health = 9001
  5830.  
  5831. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans) -- Lightning module
  5832. --[[Part0 = Vector3 (Start pos)
  5833. Part1 = Vector3 (End pos)
  5834. Times = number (Amount of lightning parts)
  5835. Offset = number (Offset)
  5836. Color = color (brickcolor value)
  5837. Thickness = number (thickness)
  5838. Trans = number (transparency)
  5839. ]]--
  5840. local magz = (Part0 - Part1).magnitude
  5841. local curpos = Part0
  5842. local trz = {-Offset,Offset}
  5843. for i=1,Times do
  5844. local li = Instance.new("Part", torso)
  5845. li.Name = "Lightning"
  5846. li.TopSurface =0
  5847. li.Material = "Neon"
  5848. li.BottomSurface = 0
  5849. li.Anchored = true
  5850. li.Locked = true
  5851. li.Transparency = Trans or 0.4
  5852. li.BrickColor = TorsoColor
  5853. li.formFactor = "Custom"
  5854. li.CanCollide = false
  5855. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  5856. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  5857. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  5858. if Times == i then
  5859. local magz2 = (curpos - Part1).magnitude
  5860. li.Size = Vector3.new(Thickness,Thickness,magz2)
  5861. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  5862. else
  5863. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  5864. end
  5865. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  5866. game.Debris:AddItem(li,.1)
  5867. end
  5868. end
  5869.  
  5870. BodyParts = {} -- Parts to emit lightning effects from
  5871. for _, v in pairs(char:GetChildren()) do
  5872. if v:IsA("Part") then
  5873. table.insert(BodyParts, v)
  5874. end
  5875. end
  5876.  
  5877. Bounding = {} -- Calculate the bounding boxes
  5878. for _, v in pairs(BodyParts) do
  5879. local temp = {X=nil, Y=nil, Z=nil}
  5880. temp.X = v.Size.X/2 * 10
  5881. temp.Y = v.Size.Y/2 * 10
  5882. temp.Z = v.Size.Z/2 * 10
  5883. Bounding[v.Name] = temp
  5884. --table.insert(Bounding, v.Name, temp)
  5885. end
  5886.  
  5887. while wait(math.random(1,10)/10) do -- Emit the Lightning effects randomly
  5888. local Body1 = BodyParts[math.random(#BodyParts)]
  5889. local Body2 = BodyParts[math.random(#BodyParts)]
  5890. local Pos1 = Vector3.new(
  5891. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  5892. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  5893. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  5894. )
  5895. local Pos2 = Vector3.new(
  5896. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  5897. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  5898. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  5899. )
  5900. local SPos1 = Body1.Position + Pos1
  5901. local SPos2 = Body2.Position + Pos2
  5902. Lightning(SPos1, SPos2, 4, 3, "Bright blue", .3, .56)
  5903. end
  5904. och=och+1
  5905. for _,v in pairs(orbt) do
  5906. pcall(function()
  5907. v.Mesh.Scale=Vector3.new(cns+(0.2*math.cos(och/12)),cns+(0.2*math.cos(och/10)),cns+(0.2*math.cos(och/8)))
  5908. end)
  5909. end
  5910. for _,v in pairs(stlt) do
  5911. pcall(function()
  5912. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  5913. end)
  5914. end
  5915. for _,v in pairs(chot) do
  5916. pcall(function()
  5917. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  5918. v.Mesh.Scale=Vector3.new(Tween(v.Mesh.Scale.X,0,0.1),Tween(v.Mesh.Scale.Y,0,0.1),Tween(v.Mesh.Scale.Z,0,0.1))
  5919. end)
  5920. end
  5921. for _,v in pairs(cfxt) do
  5922. pcall(function()
  5923. local vs=v.Mesh.Scale
  5924. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  5925. v.Transparency=v.Transparency+0.05
  5926. end)
  5927. end
  5928. for _,v in pairs(pfxt) do
  5929. pcall(function()
  5930. local vs=v.Mesh.Scale
  5931. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  5932. v.Transparency=v.Transparency+0.025
  5933. end)
  5934. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement