Advertisement
lestoes

Untitled

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