Advertisement
lestoes

Untitled

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