hjkook

DProject

Oct 4th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 498.86 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ProjectD = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Script = Instance.new("TextLabel")
  7. local Bendy = Instance.new("TextButton")
  8. local Titan = Instance.new("TextButton")
  9. local OMG = Instance.new("TextButton")
  10. local Btool = Instance.new("TextButton")
  11. local Admin = Instance.new("TextLabel")
  12. local Kill = Instance.new("TextButton")
  13. local Taget = Instance.new("TextBox")
  14. local Music = Instance.new("TextButton")
  15. local ID = Instance.new("TextBox")
  16. local HINT = Instance.new("TextButton")
  17. local TextBox = Instance.new("TextBox")
  18.  
  19. -- Properties
  20.  
  21. ProjectD.Name = "ProjectD"
  22. ProjectD.Parent = game.Players.LocalPlayer.PlayerGui
  23.  
  24. Frame.Parent = ProjectD
  25. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Frame.BackgroundTransparency = 0.34999999403954
  27. Frame.Position = UDim2.new(0, 170, 0, 260)
  28. Frame.Size = UDim2.new(0, 382, 0, 325)
  29.  
  30. Title.Name = "Title"
  31. Title.Parent = Frame
  32. Title.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  33. Title.BackgroundTransparency = 0.30000001192093
  34. Title.Size = UDim2.new(0, 382, 0, 50)
  35. Title.Font = Enum.Font.Arcade
  36. Title.FontSize = Enum.FontSize.Size24
  37. Title.Text = "ProjectDuju"
  38. Title.TextColor3 = Color3.new(0.784314, 0.870588, 0.223529)
  39. Title.TextSize = 23
  40.  
  41. Script.Name = "Script"
  42. Script.Parent = Frame
  43. Script.BackgroundColor3 = Color3.new(1, 1, 1)
  44. Script.BackgroundTransparency = 1
  45. Script.Position = UDim2.new(0, 0, 0, 131)
  46. Script.Size = UDim2.new(0, 151, 0, 31)
  47. Script.Font = Enum.Font.Arcade
  48. Script.FontSize = Enum.FontSize.Size32
  49. Script.Text = "Script"
  50. Script.TextColor3 = Color3.new(1, 0.360784, 0.235294)
  51. Script.TextSize = 30
  52.  
  53. Bendy.Name = "Bendy"
  54. Bendy.Parent = Frame
  55. Bendy.BackgroundColor3 = Color3.new(0.184314, 0.509804, 1)
  56. Bendy.BackgroundTransparency = 0.60000002384186
  57. Bendy.Position = UDim2.new(0, 0, 0, 179)
  58. Bendy.Size = UDim2.new(0, 129, 0, 40)
  59. Bendy.Font = Enum.Font.Arcade
  60. Bendy.FontSize = Enum.FontSize.Size24
  61. Bendy.Text = "Bendy"
  62. Bendy.TextColor3 = Color3.new(0.576471, 1, 0.0941177)
  63. Bendy.TextSize = 20
  64. Bendy.MouseButton1Down:connect(function()
  65. local p = game.Players.LocalPlayer
  66. local char = p.Character
  67. local mouse = p:GetMouse()
  68. local larm = char["Left Arm"]
  69. local rarm = char["Right Arm"]
  70. local lleg = char["Left Leg"]
  71. local rleg = char["Right Leg"]
  72. local hed = char.Head
  73. local torso = char.Torso
  74. local hum = char.Humanoid
  75. local cam = game.Workspace.CurrentCamera
  76. local root = char.HumanoidRootPart
  77. local deb = false
  78. local shot = 0
  79. local debris=game:service"Debris"
  80. local l = game:GetService("Lighting")
  81. local rs = game:GetService("RunService").RenderStepped
  82. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  83. math.randomseed(os.time())
  84. for i,v in pairs (hed:GetChildren()) do
  85. if v:IsA("Sound") then
  86. v:Destroy()
  87. end
  88. end
  89. --------------------------------------------------------------------
  90.  
  91.  
  92. hed.face.Texture = "rbxassetid://635120692"
  93. ----------------------------------------------------
  94. Debounces = {
  95. CanAttack = true;
  96. NoIdl = false;
  97. Slashing = false;
  98. Slashed = false;
  99. RPunch = false;
  100. RPunched = false;
  101. LPunch = false;
  102. LPunched = false;
  103. }
  104. local Touche = {char.Name, }
  105. ----------------------------------------------------
  106. char["Body Colors"].HeadColor = BrickColor.new("White")
  107. char["Body Colors"].TorsoColor = BrickColor.new("White")
  108. char["Body Colors"].LeftArmColor = BrickColor.new("White")
  109. char["Body Colors"].RightArmColor = BrickColor.new("White")
  110. ----------------------------------------------------
  111. ----------------------------------------------------------------
  112.  
  113. ---------------------------- SHIRT AND PANTS --
  114. --------------------------------
  115. shirt = Instance.new("Shirt", char)
  116. shirt.Name = "Shirt"
  117. pants = Instance.new("Pants", char)
  118. pants.Name = "Pants"
  119. char.Shirt.ShirtTemplate = "rbxassetid://713444235"
  120. char.Pants.PantsTemplate = "rbxassetid://687437158"
  121.  
  122. ---------------------------------------------------------
  123.  
  124. --------------
  125. purple = Color3.new(1, 1, 1)
  126. local player = "LocalPlayer"
  127. local Character = game.Players[player].Character
  128. it = Instance.new
  129. vt = Vector3.new
  130. bc = BrickColor.new
  131. cf = CFrame.new
  132. local hed = Character.Head
  133. local ultcooldown = 99999
  134.  
  135. paly = game.Players.LocalPlayer
  136. p = game.Players.LocalPlayer
  137. char = paly.Character
  138. torso = char.Torso
  139. neck = char.Torso.Neck
  140. hum = char.Humanoid
  141. Player = game:GetService("Players").LocalPlayer
  142. local mouse = Player:GetMouse()
  143. Character = Player.Character
  144. tors = Character.Torso
  145. lleg = Character["Left Leg"]
  146. root = Character.HumanoidRootPart
  147. hed = Character.Head
  148. rleg = Character["Right Leg"]
  149. rarm = Character["Right Arm"]
  150. larm = Character["Left Arm"]
  151. local Effects = {}
  152.  
  153.  
  154. function ExplodeMass(rad,par)
  155. local expart = Instance.new("Part",script.Parent)
  156. local expart2 = Instance.new("Part",script.Parent)
  157. local partMesh = Instance.new("SpecialMesh",expart)
  158. partMesh.MeshType = "Sphere"
  159. local partMesh2 = Instance.new("SpecialMesh",expart2)
  160. partMesh2.MeshType = "Sphere"
  161. local expld = Instance.new("Explosion", script.Parent)
  162. local plode = Instance.new("Sound",workspace)
  163. plode.SoundId = "rbxassetid://579687077"
  164. plode.Volume = 1
  165. plode.Pitch = 0.85
  166. plode.Looped = false
  167. plode:Play()
  168. local plodez = Instance.new("Sound",workspace)
  169. plodez.SoundId = "rbxassetid://288641686"
  170. plodez.Volume = 1
  171. plodez.Pitch = 0.75
  172. plodez.Looped = false
  173. plodez:Play()
  174. local plodeza = Instance.new("Sound",workspace)
  175. plodeza.SoundId = "rbxassetid://197161452"
  176. plodeza.Volume = 0.85
  177. plodeza.Pitch = 0.65
  178. plodeza.Looped = false
  179. plodeza:Play()
  180. local plodezar = Instance.new("Sound",workspace)
  181. plodezar.SoundId = "rbxassetid://197161452"
  182. plodezar.Volume = 0.85
  183. plodezar.Pitch = 0.25
  184. plodezar.Looped = false
  185. plodezar:Play()
  186. local s3 = Instance.new("Sound",workspace)
  187. s3.SoundId = "rbxassetid://268931189"
  188. s3.Pitch = 1
  189. s3.Volume = 1
  190. s3.Looped = false
  191. s3:Play()
  192. xay = Instance.new("Sound",workspace)
  193. xay.SoundId = "rbxassetid://419447292"
  194. xay.Pitch = 1
  195. xay.Volume = 2.5
  196. xay:Play()
  197. expld.BlastRadius = rad
  198. expld.Position = par.Position
  199. partMesh.Scale = vt(rad,rad,rad)
  200. expart.Size = vt(1,1,1)*1.5
  201. expart.Transparency = 0
  202. expart.Anchored = true
  203. expart.Material = "Neon"
  204. expart.BrickColor = bc("White")
  205. expart.CFrame = par.CFrame
  206. partMesh2.Scale = vt(rad,rad,rad)
  207. expart2.Size = vt(1.15,1.15,1.15)*1.5
  208. expart2.Transparency = 0.5
  209. expart2.Anchored = true
  210. expart2.Material = "Neon"
  211. expart2.BrickColor = Character.Torso.BrickColor
  212. expart2.CFrame = par.CFrame
  213. local value = 1*rad/10
  214. par:Destroy()
  215. for i = 0, 300 do
  216. partMesh.Scale = partMesh.Scale + vt(value,value,value)
  217. expart.CFrame = expart.CFrame
  218. partMesh2.Scale = partMesh2.Scale + vt(value,value,value)
  219. expart2.CFrame = expart.CFrame
  220. value = value - 0.0175*rad/10
  221. if value <= 0 then
  222. expart.Transparency = expart.Transparency + 0.0125
  223. expart2.Transparency = expart2.Transparency + 0.0125
  224. value = 0.25
  225. end
  226. wait()
  227. end
  228. plode.Parent = nil
  229. expart.Parent = nil
  230. expart2.Parent = nil
  231. expld.Parent = nil
  232. end
  233.  
  234. function ExplodeMass2(rad,par)
  235. local expart = Instance.new("Part",script.Parent)
  236. local expart2 = Instance.new("Part",script.Parent)
  237. local partMesh = Instance.new("SpecialMesh",expart)
  238. partMesh.MeshType = "Sphere"
  239. local partMesh2 = Instance.new("SpecialMesh",expart2)
  240. partMesh2.MeshType = "Sphere"
  241. local expld = Instance.new("Explosion", script.Parent)
  242. local plode = Instance.new("Sound",workspace)
  243. plode.SoundId = "rbxassetid://579687077"
  244. plode.Volume = 1
  245. plode.Pitch = 0.8
  246. plode.Looped = false
  247. plode:Play()
  248. local plodez = Instance.new("Sound",workspace)
  249. plodez.SoundId = "rbxassetid://288641686"
  250. plodez.Volume = 1
  251. plodez.Pitch = 0.7
  252. plodez.Looped = false
  253. plodez:Play()
  254. local plodeza = Instance.new("Sound",workspace)
  255. plodeza.SoundId = "rbxassetid://197161452"
  256. plodeza.Volume = 0.85
  257. plodeza.Pitch = 0.6
  258. plodeza.Looped = false
  259. plodeza:Play()
  260. local plodezar = Instance.new("Sound",workspace)
  261. plodezar.SoundId = "rbxassetid://197161452"
  262. plodezar.Volume = 0.85
  263. plodezar.Pitch = 0.2
  264. plodezar.Looped = false
  265. plodezar:Play()
  266. local s3 = Instance.new("Sound",workspace)
  267. s3.SoundId = "rbxassetid://268931189"
  268. s3.Pitch = 0.85
  269. s3.Volume = 1
  270. s3.Looped = false
  271. s3:Play()
  272. xay = Instance.new("Sound",workspace)
  273. xay.SoundId = "rbxassetid://419447292"
  274. xay.Pitch = 1
  275. xay.Volume = 3.5
  276. xay:Play()
  277. expld.BlastRadius = rad
  278. expld.Position = par.Position
  279. partMesh.Scale = vt(rad,rad,rad)
  280. expart.Size = vt(1,1,1)*1.5
  281. expart.Transparency = 0
  282. expart.Anchored = true
  283. expart.Material = "Neon"
  284. expart.BrickColor = bc("Really black")
  285. expart.CFrame = par.CFrame
  286. partMesh2.Scale = vt(rad,rad,rad)
  287. expart2.Size = vt(1.15,1.15,1.15)*1.5
  288. expart2.Transparency = 0.5
  289. expart2.Anchored = true
  290. expart2.Material = "Neon"
  291. expart2.BrickColor = Character.Torso.BrickColor
  292. expart2.CFrame = par.CFrame
  293. local value = 1*rad/10
  294. par:Destroy()
  295. for i = 0, 300 do
  296. partMesh.Scale = partMesh.Scale + vt(value,value,value)
  297. expart.CFrame = expart.CFrame
  298. partMesh2.Scale = partMesh2.Scale + vt(value,value,value)
  299. expart2.CFrame = expart.CFrame
  300. value = value - 0.0175*rad/10
  301. if value <= 0 then
  302. expart.Transparency = expart.Transparency + 0.0125
  303. expart2.Transparency = expart2.Transparency + 0.0125
  304. value = 0.25
  305. end
  306. wait()
  307. end
  308. plode.Parent = nil
  309. expart.Parent = nil
  310. expart2.Parent = nil
  311. expld.Parent = nil
  312. end
  313.  
  314. function Blaze2()
  315. if ultcooldown >= 30 then
  316. ultcooldown = ultcooldown - 30
  317. wit = Character.Torso.BrickColor.Color
  318. local sloc = Instance.new("Part",workspace)
  319. local msh = Instance.new("SpecialMesh",sloc)
  320. msh.MeshType = "Sphere"
  321. sloc.Size = vt(1,1,1)
  322. sloc.Transparency = 1
  323. sloc.BrickColor = Character.Torso.BrickColor
  324. sloc.Position = hed.Position + vt(0,0,0)
  325. sloc.CanCollide = false
  326. sloc.Shape = "Ball"
  327. sloc.Anchored = true
  328. sloc.Material = "Neon"
  329. local forcefield = Instance.new("ForceField",Character)
  330. local kolor = Instance.new("ColorCorrectionEffect",game.Lighting)
  331. kolor.TintColor = Character.Torso.BrickColor.Color
  332. local glowz = Instance.new("ParticleEmitter")
  333. glowz.LightEmission = 0
  334. glowz.Parent = sloc
  335. glowz.Texture = "rbxassetid://284205403"
  336. glowz.Color = ColorSequence.new(wit)
  337. glowz.Size = NumberSequence.new(15)
  338. glowz.Speed = NumberRange.new(100,250)
  339. glowz.LockedToPart = false
  340. glowz.Transparency = NumberSequence.new(0.75)
  341. glowz.RotSpeed = NumberRange.new(-2000,2000)
  342. glowz.Lifetime = NumberRange.new(1)
  343. glowz.Rate = 50
  344. glowz.VelocitySpread = 9001
  345. local s = Instance.new("Sound",workspace)
  346. s.SoundId = "rbxassetid://331888777"
  347. s.Pitch = 0.45
  348. s.Volume = 1.5
  349. s.Looped = false
  350. s:Play()
  351. local s2 = Instance.new("Sound",workspace)
  352. s2.SoundId = "rbxassetid://331888777"
  353. s2.Pitch = 0.5
  354. s2.Volume = 1.5
  355. s2.Looped = false
  356. s2:Play()
  357. local val = 1*5
  358. for i = 0 , 20 do
  359. sloc.Transparency = sloc.Transparency - 0.055
  360. msh.Scale = msh.Scale + vt(val,val,val)
  361. val = val - 0.05*5
  362. kolor.Brightness = kolor.Brightness - 0.1
  363. kolor.Contrast = kolor.Contrast + 0.1
  364. wait()
  365. end
  366. for i = 0 , 5 do
  367. msh.Scale = msh.Scale + vt(val,val,val)
  368. val = val + 0.05*5
  369. kolor.Brightness = kolor.Brightness + 0.5
  370. kolor.Contrast = kolor.Contrast - 0.5
  371. wait()
  372. end
  373. for i = 0 , 5 do
  374. msh.Scale = msh.Scale + vt(val,val,val)
  375. val = val - 0.05*5
  376. kolor.Brightness = kolor.Brightness - 0.5
  377. kolor.Contrast = kolor.Contrast + 0.5
  378. wait()
  379. end
  380. for i = 0 , 5 do
  381. msh.Scale = msh.Scale + vt(val,val,val)
  382. val = val + 0.05*10
  383. kolor.Brightness = kolor.Brightness + 0.5
  384. kolor.Contrast = kolor.Contrast - 0.5
  385. wait()
  386. end
  387. for i = 0 , 5 do
  388. msh.Scale = msh.Scale + vt(val,val,val)
  389. val = val - 0.05*10
  390. kolor.Brightness = kolor.Brightness - 0.5
  391. kolor.Contrast = kolor.Contrast + 0.5
  392. wait()
  393. end
  394. for i = 0 , 5 do
  395. msh.Scale = msh.Scale + vt(val,val,val)
  396. val = val + 0.05*20
  397. kolor.Brightness = kolor.Brightness + 0.5
  398. kolor.Contrast = kolor.Contrast - 0.5
  399. wait()
  400. end
  401. for i = 0 , 5 do
  402. msh.Scale = msh.Scale + vt(val,val,val)
  403. val = val - 0.05*20
  404. kolor.Brightness = kolor.Brightness - 0.5
  405. kolor.Contrast = kolor.Contrast + 0.5
  406. wait()
  407. end
  408. for i = 0 , 5 do
  409. msh.Scale = msh.Scale + vt(val,val,val)
  410. val = val + 0.05*40
  411. kolor.Brightness = kolor.Brightness + 0.5
  412. kolor.Contrast = kolor.Contrast - 0.5
  413. wait()
  414. end
  415. for i = 0 , 5 do
  416. msh.Scale = msh.Scale + vt(val,val,val)
  417. val = val - 0.05*40
  418. kolor.Brightness = kolor.Brightness - 0.5
  419. kolor.Contrast = kolor.Contrast + 0.5
  420. wait()
  421. end
  422. for i = 0 , 5 do
  423. msh.Scale = msh.Scale + vt(val,val,val)
  424. val = val + 0.05*45
  425. kolor.Brightness = kolor.Brightness + 0.5
  426. kolor.Contrast = kolor.Contrast - 0.5
  427. wait()
  428. end
  429. for i = 0 , 5 do
  430. msh.Scale = msh.Scale + vt(val,val,val)
  431. val = val - 0.05*45
  432. kolor.Brightness = kolor.Brightness - 0.5
  433. kolor.Contrast = kolor.Contrast + 0.5
  434. wait()
  435. end
  436. for i = 0 , 5 do
  437. msh.Scale = msh.Scale + vt(val,val,val)
  438. val = val + 0.05*50
  439. kolor.Brightness = kolor.Brightness + 0.5
  440. kolor.Contrast = kolor.Contrast - 0.5
  441. wait()
  442. end
  443. for i = 0 , 20 do
  444. sloc.Transparency = sloc.Transparency + 0.055
  445. msh.Scale = msh.Scale + vt(val,val,val)
  446. val = val - 0.05*50
  447. wait()
  448. end
  449. kolor:Destroy()
  450. ExplodeMass2(125,sloc)
  451. sloc:Destroy()
  452. forcefield:Destroy()
  453. end
  454. if ultcooldown < 1 then
  455. for i = 0, 29 do
  456. ultcooldown = ultcooldown + 1
  457. wait(1)
  458. end
  459. end
  460. end
  461.  
  462. function Blaze()
  463. if ultcooldown >= 30 then
  464. local kolor = Instance.new("ColorCorrectionEffect",game.Lighting)
  465. local see = Instance.new("Sound",workspace)
  466. see.SoundId = "rbxassetid://21420962"
  467. see.Pitch = 1
  468. see.Volume = 2.75
  469. see.Looped = false
  470. see:Play()
  471. kolor.Brightness = -1
  472. kolor.Contrast = -1
  473. kolor.TintColor = Character.Torso.BrickColor.Color
  474. wait(0.1)
  475. for i = 0, 9 do
  476. kolor.Brightness = kolor.Brightness + 0.35
  477. kolor.Contrast = kolor.Contrast + 0.35
  478. wait(0.05)
  479. end
  480. for i = 0, 9 do
  481. kolor.Brightness = kolor.Brightness - 0.35
  482. kolor.Contrast = kolor.Contrast - 0.35
  483. wait(0.05)
  484. end
  485. kolor:Destroy()
  486. local sloc = Instance.new("Part",workspace)
  487. local msh = Instance.new("SpecialMesh",sloc)
  488. msh.MeshType = "Sphere"
  489. sloc.Size = vt(1,1,1)
  490. sloc.Transparency = 1
  491. sloc.BrickColor = Character.Torso.BrickColor
  492. sloc.Position = hed.Position + vt(0,5,0)
  493. sloc.CanCollide = false
  494. sloc.Shape = "Ball"
  495. sloc.Anchored = true
  496. sloc.Material = "Neon"
  497. local s = Instance.new("Sound",workspace)
  498. s.SoundId = "rbxassetid://342793847"
  499. s.Pitch = 1
  500. s.Volume = 1
  501. s.Looped = false
  502. s:Play()
  503. local s2 = Instance.new("Sound",workspace)
  504. s2.SoundId = "rbxassetid://137463716"
  505. s2.Pitch = 0.25
  506. s2.Volume = 1
  507. s2.Looped = false
  508. s2:Play()
  509. local val = 0.65*5
  510. for i = 0 , 75 do
  511. sloc.Transparency = sloc.Transparency - 0.035
  512. msh.Scale = msh.Scale + vt(val,val,val)
  513. sloc.Position = sloc.Position + vt(0,val,0)
  514. val = val - 0.0075*5
  515. wait()
  516. end
  517. msh.Scale = msh.Scale - vt(1,1,1)
  518. sloc.Transparency = sloc.Transparency + 0.015
  519. local spart = Instance.new("Part",workspace)
  520. local msh2 = Instance.new("SpecialMesh",spart)
  521. msh2.MeshType = "Sphere"
  522. spart.Size = vt(2,2,2)
  523. spart.Shape = "Ball"
  524. spart.BrickColor = Character.Torso.BrickColor
  525. spart.Material = "Neon"
  526. spart.Transparency = 0
  527. spart.Anchored = false
  528. msh2.Scale = msh.Scale/2
  529. spart.Rotation = hed.Rotation
  530. spart.CanCollide = false
  531. spart.Position = sloc.Position + vt(math.random(-0,0),math.random(-0,0),math.random(-0,0))
  532. local bv = Instance.new("BodyVelocity")
  533. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  534. bv.velocity = spart.CFrame.lookVector*75
  535. bv.Parent = spart
  536. local tick = Instance.new("Sound",workspace)
  537. tick.SoundId = "rbxassetid://203691467"
  538. tick.Volume = 2
  539. tick.Pitch = 0.75
  540. tick:Play()
  541. sloc:Destroy()
  542. wait(0.00001)
  543. pewdiepie=spart.Touched:connect(function(hit)
  544. ExplodeMass(100,spart)
  545. end)
  546. sloc:Destroy()
  547. end
  548. if ultcooldown < 1 then
  549. for i = 0, 29 do
  550. ultcooldown = ultcooldown + 1
  551. wait(1)
  552. end
  553. end
  554. end
  555.  
  556. euler = CFrame.fromEulerAnglesXYZ
  557. angles = CFrame.Angles
  558. mr = math.rad
  559. local Weapon = {}
  560. local p = game.Players.LocalPlayer
  561. local char = p.Character
  562. local mouse = p:GetMouse()
  563. local larm = char["Left Arm"]
  564. local rarm = char["Right Arm"]
  565. local lleg = char["Left Leg"]
  566. local rleg = char["Right Leg"]
  567. local hed = char.Head
  568. local torso = char.Torso
  569. local hum = char.Humanoid
  570. local cam = game.Workspace.CurrentCamera
  571. local root = char.HumanoidRootPart
  572. local deb = false
  573. local shot = 0
  574. local debris=game:service"Debris"
  575. local l = game:GetService("Lighting")
  576. local rs = game:GetService("RunService").RenderStepped
  577. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  578. math.randomseed(os.time())
  579. for i,v in pairs (hed:GetChildren()) do
  580. if v:IsA("Sound") then
  581. v:Destroy()
  582. end
  583. end
  584.  
  585. wait(0.016666666666667)
  586. script.Archivable = false
  587. Effects = {}
  588. local Player = game.Players.localPlayer
  589. local Character = Player.Character
  590. local Humanoid = Character.Humanoid
  591. local mouse = Player:GetMouse()
  592. local m = Instance.new("Model", Character)
  593. m.Name = "WeaponModel"
  594. local effect = Instance.new("Model", Character)
  595. effect.Name = "effecsfsafzx"
  596. local demon = Instance.new("Model", Character)
  597. demon.Name = "demdemd"
  598. local LeftArm = Character["Left Arm"]
  599. local RightArm = Character["Right Arm"]
  600. local LeftLeg = Character["Left Leg"]
  601. local RightLeg = Character["Right Leg"]
  602. local do2target = nil
  603. local Head = Character.Head
  604. local Torso = Character.Torso
  605. TorsoColor = Torso.BrickColor
  606. z = Instance.new("Sound", Torso)
  607. z.SoundId = "rbxassetid://0" -- Put Music ID Here.
  608. z.Looped = true
  609. z.Pitch = 0
  610. z.Volume = 0
  611. wait(.1)
  612. z:Play()
  613. local cam = game.Workspace.CurrentCamera
  614. local RootPart = Character.HumanoidRootPart
  615. local RootJoint = RootPart.RootJoint
  616. local equipped = false
  617. local attack = false
  618. local Anim = "Idle"
  619. local idle = 0
  620. local attacktype = 1
  621. local Torsovelocity = RootPart.Velocity * Vector3.new(1, 0, 1).magnitude
  622. local velocity = RootPart.Velocity.y
  623. local sine = 0
  624. local change = 1
  625. local mana = 0
  626. local it = Instance.new
  627. vt = Vector3.new
  628. local grabbed = false
  629. local cf = CFrame.new
  630. local mr = math.rad
  631. local angles = CFrame.Angles
  632. local ud = UDim2.new
  633. local c3 = Color3.new
  634. local NeckCF = cf(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  635. Humanoid.Animator:Destroy()
  636. Character.Animate:Destroy()
  637. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  638. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  639. local LHCF = (CFrame.fromEulerAnglesXYZ(0, -1.6, 0))
  640. RSH = nil
  641. RW = Instance.new("Weld")
  642. LW = Instance.new("Weld")
  643. RH = Torso["Right Hip"]
  644. LH = Torso["Left Hip"]
  645. RSH = Torso["Right Shoulder"]
  646. LSH = Torso["Left Shoulder"]
  647. RSH.Parent = nil
  648. LSH.Parent = nil
  649. RW.Name = "RW"
  650. RW.Part0 = Torso
  651. RW.C0 = cf(1.5, 0.5, 0)
  652. RW.C1 = cf(0, 0.5, 0)
  653. RW.Part1 = RightArm
  654. RW.Parent = Torso
  655. LW.Name = "LW"
  656. LW.Part0 = Torso
  657. LW.C0 = cf(-1.5, 0.5, 0)
  658. LW.C1 = cf(0, 0.5, 0)
  659. LW.Part1 = LeftArm
  660. LW.Parent = Torso
  661. clerp = function(a, b, t)
  662.  
  663. return a:lerp(b, t)
  664. end
  665.  
  666. local RbxUtility = LoadLibrary("RbxUtility")
  667. local Create = RbxUtility.Create
  668. RemoveOutlines = function(part)
  669.  
  670. part.TopSurface = 10
  671. end
  672.  
  673. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  674.  
  675. 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})
  676. RemoveOutlines(Part)
  677. return Part
  678. end
  679.  
  680. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  681.  
  682. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  683. if Mesh == "SpecialMesh" then
  684. Msh.MeshType = MeshType
  685. Msh.MeshId = MeshId
  686. end
  687. return Msh
  688. end
  689.  
  690. local co1 = 3
  691. local co2 = 10
  692. local co3 = 15
  693. local co4 = 30
  694. local cooldown1 = 0
  695. local cooldown2 = 0
  696. local cooldown3 = 0
  697. local cooldown4 = 0
  698. local maxEnergy = 100
  699. local Energy = 0
  700. local skill1stam = 1000
  701. local skill2stam = 1000
  702. local skill3stam = 1000
  703. local skill4stam = 1000
  704. local recovermana = 5
  705. local skillcolorscheme = BrickColor.new("White").Color
  706. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  707. makeframe = function(par, trans, pos, size, color)
  708.  
  709. local frame = Instance.new("Frame", par)
  710. frame.BackgroundTransparency = trans
  711. frame.BorderSizePixel = 0
  712. frame.Position = pos
  713. frame.Size = size
  714. frame.BackgroundColor3 = color
  715. return frame
  716. end
  717.  
  718. makelabel = function(par, text)
  719.  
  720. local label = Instance.new("TextLabel", par)
  721. label.BackgroundTransparency = 1
  722. label.Size = UDim2.new(1, 0, 1, 0)
  723. label.Position = UDim2.new(0, 0, 0, 0)
  724. label.TextColor3 = Color3.new(255, 255, 255)
  725. label.TextStrokeTransparency = 0
  726. label.FontSize = Enum.FontSize.Size32
  727. label.Font = Enum.Font.SourceSansLight
  728. label.BorderSizePixel = 0
  729. label.TextScaled = true
  730. label.Text = text
  731. end
  732.  
  733. ArtificialHB = Instance.new("BindableEvent", script)
  734. ArtificialHB.Name = "Heartbeat"
  735. script:WaitForChild("Heartbeat")
  736. frame = 0.033333333333333
  737. tf = 0
  738. allowframeloss = false
  739. tossremainder = false
  740. lastframe = tick()
  741. script.Heartbeat:Fire()
  742. game:GetService("RunService").Heartbeat:connect(function(s, p)
  743.  
  744. tf = tf + s
  745. if frame <= tf then
  746. if allowframeloss then
  747. script.Heartbeat:Fire()
  748. lastframe = tick()
  749. else
  750. for i = 1, math.floor(tf / frame) do
  751. script.Heartbeat:Fire()
  752. end
  753. lastframe = tick()
  754. end
  755. if tossremainder then
  756. tf = 0
  757. else
  758. tf = tf - frame * math.floor(tf / frame)
  759. end
  760. end
  761. end
  762. )
  763. swait = function(num)
  764.  
  765. if num == 0 or num == nil then
  766. ArtificialHB.Event:wait()
  767. else
  768. for i = 0, num do
  769. ArtificialHB.Event:wait()
  770. end
  771. end
  772. end
  773.  
  774. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  775.  
  776. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  777. return Weld
  778. end
  779.  
  780. rayCast = function(Position, Direction, Range, Ignore)
  781.  
  782. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  783. end
  784.  
  785. CreateSound = function(id, par, vol, pit)
  786.  
  787. coroutine.resume(coroutine.create(function()
  788.  
  789. local sou = Instance.new("Sound", par or workspace)
  790. sou.Volume = vol
  791. sou.Pitch = pit or 1
  792. sou.SoundId = id
  793. swait()
  794. sou:play()
  795. game:GetService("Debris"):AddItem(sou, 6)
  796. end
  797. ))
  798. end
  799.  
  800. local getclosest = function(obj, distance)
  801.  
  802. local last, lastx = distance + 1, nil
  803. for i,v in pairs(workspace:GetChildren()) do
  804. if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  805. local t = v.Torso
  806. local dist = t.Position - obj.Position.magnitude
  807. if dist <= distance and dist < last then
  808. last = dist
  809. lastx = v
  810. end
  811. end
  812. end
  813. return lastx
  814. end
  815.  
  816. CreatePart2 = function(Parent, Material, Reflectance, Transparency, PartType, BColor, Name, Size)
  817.  
  818. if PartType == "Part" then
  819. 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})
  820. RemoveOutlines(Part)
  821. return Part
  822. else
  823. do
  824. if PartType == "WedgePart" then
  825. 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})
  826. RemoveOutlines(Part)
  827. return Part
  828. end
  829. end
  830. end
  831. end
  832.  
  833. for _,c in pairs(m:children()) do
  834. if c.className == "Weld" then
  835. table.insert(CBladeWelds, R67_PC6072)
  836. print(R66_PC6093)
  837. end
  838. end
  839. -- NIGH-OMNI FATAL ERROR at PC6105: Re-wrote register: R67 in 'AssignReg'
  840.  
  841. -- NIGH-OMNI FATAL ERROR at PC6106: Re-wrote register: R67 in 'AssignReg'
  842.  
  843. --Hit = CreatePart(demon, Enum.Material.Neon, 0, 0, "Really black", R66_PC6093, R67_PC6072(5, 0.200000003, 5))
  844. -- NIGH-OMNI FATAL ERROR at PC6120: Re-wrote register: R66 in 'AssignReg'
  845.  
  846. -- NIGH-OMNI FATAL ERROR at PC6134: Re-wrote register: R66 in 'AssignReg'
  847.  
  848. 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))
  849. CreateMesh("SpecialMesh", Hit, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(3, 4, 3))
  850. FakeMotor = CreatePart(demon, Enum.Material.Neon, 0, 1, "Really black", "FakeMotor", Vector3.new(2.01999998, 0.2016, 2.36000013))
  851. 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))
  852. Part = CreatePart(demon, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(2.25000024, 0.200000003, 2.55000019))
  853. 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))
  854. 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))
  855. Part = CreatePart(demon, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(2.25000024, 0.200000003, 2.55000019))
  856. 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))
  857. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(1, 10, 1))
  858. TornadoHat = CreatePart(demon, Enum.Material.Neon, 0.20000000298023, 0.5, "Really black", "TornadoHat", Vector3.new(3, 0.400000006, 3))
  859. 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))
  860. CreateMesh("SpecialMesh", TornadoHat, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1051557", Vector3.new(0, 0, 0), Vector3.new(5, 5, 5))
  861. local DBlade = {}
  862. local DBladeWelds = {}
  863. for _,c in pairs(demon:children()) do
  864. if c.className == "Part" then
  865. table.insert(DBlade, c)
  866. end
  867. end
  868. for _,c in pairs(demon:children()) do
  869. if c.className == "Weld" then
  870. table.insert(DBladeWelds, c)
  871. print(c)
  872. end
  873. end
  874. demon.Parent = nil
  875.  
  876. Debounces = {
  877. CanAttack = true;
  878. NoIdl = false;
  879. Slashing = false;
  880. Slashed = false;
  881. RPunch = false;
  882. RPunched = false;
  883. LPunch = false;
  884. LPunched = false;
  885. }
  886. local Touche = {char.Name, }
  887. ----------------------------------------------------
  888. function lerp(a, b, t) -- Linear interpolation
  889. return a + (b - a)*t
  890. end
  891.  
  892. function slerp(a, b, t) --Spherical interpolation
  893. dot = a:Dot(b)
  894. if dot > 0.99999 or dot < -0.99999 then
  895. return t <= 0.5 and a or b
  896. else
  897. r = math.acos(dot)
  898. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  899. end
  900. end
  901.  
  902. function matrixInterpolate(a, b, t)
  903. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  904. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  905. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  906. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  907. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  908. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  909. local t = v1:Dot(v2)
  910. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  911. return CFrame.new()
  912. end
  913. return CFrame.new(
  914. v0.x, v0.y, v0.z,
  915. v1.x, v1.y, v1.z,
  916. v2.x, v2.y, v2.z,
  917. v3.x, v3.y, v3.z)
  918. end
  919. ----------------------------------------------------
  920. function genWeld(a,b)
  921. local w = Instance.new("Weld",a)
  922. w.Part0 = a
  923. w.Part1 = b
  924. return w
  925. end
  926. function weld(a, b)
  927. local weld = Instance.new("Weld")
  928. weld.Name = "W"
  929. weld.Part0 = a
  930. weld.Part1 = b
  931. weld.C0 = a.CFrame:inverse() * b.CFrame
  932. weld.Parent = a
  933. return weld;
  934. end
  935. ----------------------------------------------------
  936. function Lerp(c1,c2,al)
  937. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  938. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  939. for i,v in pairs(com1) do
  940. com1[i] = v+(com2[i]-v)*al
  941. end
  942. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  943. end
  944. ----------------------------------------------------
  945. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  946. local wld = Instance.new("Weld", wp1)
  947. wld.Part0 = wp0
  948. wld.Part1 = wp1
  949. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  950. end
  951. ----------------------------------------------------
  952. function Tween(a,b,c)
  953. return a+(b-a)*c
  954. end
  955. ----------------------------------------------------
  956. function FindNearestTorso(Position,Distance,SinglePlayer)
  957. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  958. local List = {}
  959. for i,v in pairs(workspace:GetChildren())do
  960. if v:IsA("Model")then
  961. if v:findFirstChild("Torso")then
  962. if v ~= char then
  963. if(v.Torso.Position -Position).magnitude <= Distance then
  964. table.insert(List,v)
  965. end
  966. end
  967. end
  968. end
  969. end
  970. return List
  971. end
  972.  
  973. mod3 = Instance.new("Model",rleg)
  974.  
  975. function Stomp()
  976. part=Instance.new('Part',mod3)
  977. part.Anchored=true
  978. part.CanCollide=false
  979. part.FormFactor='Custom'
  980. part.Size=Vector3.new(.2,.2,.2)
  981. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  982. part.Transparency=.7
  983. part.BrickColor=BrickColor.new('Bright green')
  984. mesh=Instance.new('SpecialMesh',part)
  985. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  986. mesh.Scale=Vector3.new(25,25,25)
  987. part2=part:clone()
  988. part2.Parent=mod3
  989. part2.BrickColor=BrickColor.new('Bright green')
  990. mesh2=mesh:clone()
  991. mesh2.Parent=part2
  992. mesh2.Scale=Vector3.new(15,15,15)
  993. part3=part:clone()
  994. part3.Parent=mod3
  995. part3.TopSurface=0
  996. part3.BottomSurface=0
  997. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  998. mesh3=Instance.new('SpecialMesh',part3)
  999. mesh3.MeshType = 3
  1000. mesh3.Scale=Vector3.new(12,12,12)
  1001. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  1002. if v:FindFirstChild('Humanoid') then
  1003. v.Humanoid:TakeDamage(math.random(20,60))
  1004. v.Humanoid.PlatformStand = true
  1005. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1006. end
  1007. end
  1008. coroutine.resume(coroutine.create(function()
  1009. for i=0,3.8,0.05 do
  1010. wait()
  1011. part.CFrame=part.CFrame
  1012. part.Transparency=i
  1013. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  1014. part2.CFrame=part2.CFrame
  1015. part2.Transparency=i
  1016. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  1017. part3.CFrame=part3.CFrame
  1018. part3.Transparency=i
  1019. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  1020. end
  1021. end))
  1022. end
  1023. ----------------------------------------------------
  1024. function nwPrt(prnt,siz,cf,col)
  1025. local prt=Instance.new("Part")
  1026. prt.Parent=prnt
  1027. prt.FormFactor=3
  1028. prt.Name="Part"
  1029. prt.Size=siz
  1030. prt.CanCollide=false
  1031. prt.Anchored=true
  1032. prt.Locked=true
  1033. prt.TopSurface=10
  1034. prt.BottomSurface=10
  1035. prt.FrontSurface=10
  1036. prt.BackSurface=10
  1037. prt.LeftSurface=10
  1038. prt.RightSurface=10
  1039. prt:BreakJoints()
  1040. prt.CFrame=cf or CFrame.new(30,10,30)
  1041. prt.Material="Neon"
  1042. prt.BrickColor=TorsoColor
  1043. m=Instance.new("SpecialMesh",prt)
  1044. m.MeshType=6
  1045. return prt
  1046. end
  1047. ----------------------------------------------------
  1048. function nwSnd(prnt,pch,vol,id)
  1049. local s=Instance.new("Sound",prnt)
  1050. s.Pitch=pch
  1051. s.Volume=vol
  1052. s.SoundId="rbxassetid://"..id
  1053. s.PlayOnRemove=true
  1054. return s
  1055. end
  1056. ----------------------------------------------------
  1057. function newRay(start,face,range,wat)
  1058. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  1059. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  1060. return rey,hit,pos
  1061. end
  1062. ----------------------------------------------------
  1063. function Lerp(c1,c2,al)
  1064. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  1065. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  1066. for i,v in pairs(com1) do
  1067. com1[i] = v+(com2[i]-v)*al
  1068. end
  1069. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  1070. end
  1071. ----------------------------------------------------
  1072. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  1073. local wld = Instance.new("Weld", wp1)
  1074. wld.Part0 = wp0
  1075. wld.Part1 = wp1
  1076. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  1077. end
  1078. ----------------------------------------------------
  1079. function weld5(part0, part1, c0, c1)
  1080. weeld=Instance.new("Weld", part0)
  1081. weeld.Part0=part0
  1082. weeld.Part1=part1
  1083. weeld.C0=c0
  1084. weeld.C1=c1
  1085. return weeld
  1086. end
  1087. ----------------------------------------------------
  1088. function HasntTouched(plrname)
  1089. local ret = true
  1090. for _, v in pairs(Touche) do
  1091. if v == plrname then
  1092. ret = false
  1093. end
  1094. end
  1095. return ret
  1096. end
  1097. ----------------------------------------------------
  1098. newWeld(torso, larm, -1.5, 0.5, 0)
  1099. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1100. newWeld(torso, rarm, 1.5, 0.5, 0)
  1101. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  1102. newWeld(torso, hed, 0, 1.5, 0)
  1103. newWeld(torso, lleg, -0.5, -1, 0)
  1104. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  1105. newWeld(torso, rleg, 0.5, -1, 0)
  1106. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  1107. newWeld(root, torso, 0, -1, 0)
  1108. torso.Weld.C1 = CFrame.new(0, -1, 0)
  1109. ----------------------------------------------------
  1110. z = Instance.new("Sound", char)
  1111. z.SoundId = "rbxassetid://679359907"--679359907
  1112. z.Looped = true
  1113. z.Pitch = 1
  1114. z.Volume = 4
  1115. wait(.1)
  1116. z:Play()
  1117. ----------------------------------------------------
  1118. local Transforming = true
  1119. hum.WalkSpeed = 0
  1120. local fx = Instance.new("Part",torso)
  1121. wit = torso.BrickColor.Color
  1122. wit2 = Color3.new(0,0,0)
  1123. local glowz = Instance.new("ParticleEmitter",fx)
  1124. glowz.LightEmission = 1
  1125. glowz.Texture = "rbxassetid://284205403"
  1126. glowz.Color = ColorSequence.new(wit)
  1127. glowz.Size = NumberSequence.new(5)
  1128. glowz.Speed = NumberRange.new(25,50)
  1129. glowz.LockedToPart = false
  1130. glowz.Transparency = NumberSequence.new(0.75)
  1131. glowz.RotSpeed = NumberRange.new(-2000,2000)
  1132. glowz.Lifetime = NumberRange.new(1)
  1133. glowz.Rate = 50000
  1134. glowz.VelocitySpread = 9001
  1135. local glowz2 = Instance.new("ParticleEmitter",fx)
  1136. glowz2.LightEmission = 0.5
  1137. glowz.Texture = "rbxassetid://284205403"
  1138. glowz2.Color = ColorSequence.new(wit2)
  1139. glowz2.Size = NumberSequence.new(5)
  1140. glowz2.Speed = NumberRange.new(25,50)
  1141. glowz2.LockedToPart = false
  1142. glowz2.Transparency = NumberSequence.new(0.75)
  1143. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  1144. glowz2.Lifetime = NumberRange.new(1)
  1145. glowz2.Rate = 50000
  1146. glowz2.VelocitySpread = 9001
  1147. fx.Anchored = true
  1148. fx.Material = "Neon"
  1149. fx.CanCollide = false
  1150. fx.Locked = true
  1151. fx.Transparency = 1
  1152. fx.Material = "Neon"
  1153. fx.Size = Vector3.new(1,1,1)
  1154. fx.TopSurface = "SmoothNoOutlines"
  1155. fx.BottomSurface = "SmoothNoOutlines"
  1156. fx.BrickColor = BrickColor.new("Really black")
  1157. fxm = Instance.new("SpecialMesh",fx)
  1158. fxm.MeshType = "Sphere"
  1159. local sa2 = Instance.new("Sound",torso)
  1160. sa2.SoundId = "rbxassetid://93724183"
  1161. sa2.Pitch = 0.5
  1162. sa2.Volume = 5
  1163. sa2.Looped = false
  1164. sa2:Play()
  1165. local value = 1
  1166. fxm.Scale = Vector3.new(1,1,1)
  1167. for i = 1, 20 do rs:wait()
  1168. value = value - 0.05
  1169. fx.Transparency = fx.Transparency - (1/20)
  1170. fx.CFrame = torso.CFrame
  1171. fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
  1172. rs:wait()
  1173. end
  1174. ----------------------------------------------------
  1175. GroundWave1 = function()
  1176. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1177. local Colors = {"White", "Really black"}
  1178. local wave = Instance.new("Part", torso)
  1179. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1180. wave.Anchored = true
  1181. wave.CanCollide = false
  1182. wave.Locked = true
  1183. wave.Size = Vector3.new(1, 1, 1)
  1184. wave.TopSurface = "Smooth"
  1185. wave.BottomSurface = "Smooth"
  1186. wave.Transparency = 0.35
  1187. wave.CFrame = HandCF
  1188. wm = Instance.new("SpecialMesh", wave)
  1189. wm.MeshId = "rbxassetid://3270017"
  1190. coroutine.wrap(function()
  1191. for i = 1, 30, 1 do
  1192. wm.Scale = Vector3.new(50, 50, 1 + i*50)
  1193. wave.Size = wm.Scale
  1194. wave.CFrame = HandCF
  1195. wave.Transparency = i/30
  1196. wait()
  1197. end
  1198. wait()
  1199. wave:Destroy()
  1200. end)()
  1201. end
  1202. ----------------------------------------------------
  1203. GroundWave = function()
  1204. if Transforming == true then
  1205. local value = 5
  1206. local value2 = 10
  1207. local value3 = 20
  1208. local sa2 = Instance.new("Sound",torso)
  1209. sa2.SoundId = "rbxassetid://413682983"
  1210. sa2.Pitch = 1
  1211. sa2.Volume = 10
  1212. sa2.Looped = false
  1213. sa2:Play()
  1214. local wave = Instance.new("Part", torso)
  1215. local glowz = Instance.new("ParticleEmitter",wave)
  1216. glowz.LightEmission = 1
  1217. glowz.Texture = "rbxassetid://284205403"
  1218. glowz.Color = ColorSequence.new(wit)
  1219. glowz.Size = NumberSequence.new(30)
  1220. glowz.Speed = NumberRange.new(25,100)
  1221. glowz.LockedToPart = false
  1222. glowz.Transparency = NumberSequence.new(0.75)
  1223. glowz.RotSpeed = NumberRange.new(-2000,2000)
  1224. glowz.Lifetime = NumberRange.new(1)
  1225. glowz.Rate = 50000
  1226. glowz.VelocitySpread = 9001
  1227. local glowz2 = Instance.new("ParticleEmitter",wave)
  1228. glowz2.LightEmission = 1
  1229. glowz.Texture = "rbxassetid://284205403"
  1230. glowz2.Color = ColorSequence.new(wit)
  1231. glowz2.Size = NumberSequence.new(30)
  1232. glowz2.Speed = NumberRange.new(25,100)
  1233. glowz2.LockedToPart = false
  1234. glowz2.Transparency = NumberSequence.new(0.75)
  1235. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  1236. glowz2.Lifetime = NumberRange.new(1)
  1237. glowz2.Rate = 50000
  1238. glowz2.VelocitySpread = 9001
  1239. wave.BrickColor = TorsoColor
  1240. wave.Anchored = true
  1241. wave.CanCollide = false
  1242. wave.Locked = true
  1243. wave.Size = Vector3.new(1, 1, 1)
  1244. wave.TopSurface = "Smooth"
  1245. wave.BottomSurface = "Smooth"
  1246. wave.Transparency = 0.35
  1247. wave.CFrame = fx.CFrame
  1248. wave.Material = "Neon"
  1249. wm = Instance.new("SpecialMesh", wave)
  1250. wm.MeshType = "Sphere"
  1251. wm.Scale = Vector3.new(1,1,1)
  1252. local wave2 = Instance.new("Part", torso)
  1253. wave2.BrickColor = TorsoColor
  1254. wave2.Anchored = true
  1255. wave2.CanCollide = false
  1256. wave2.Locked = true
  1257. wave2.Size = Vector3.new(1, 1, 1)
  1258. wave2.TopSurface = "Smooth"
  1259. wave2.BottomSurface = "Smooth"
  1260. wave2.Transparency = 0.35
  1261. wave2.CFrame = fx.CFrame
  1262. wave2.Material = "Neon"
  1263. wm2 = Instance.new("SpecialMesh", wave2)
  1264. wm2.MeshType = "FileMesh"
  1265. wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1266. wm2.Scale = Vector3.new(1,1,1)
  1267. local wave3 = Instance.new("Part", torso)
  1268. wave3.BrickColor = BrickColor.new("Really black")
  1269. wave3.Anchored = true
  1270. wave3.CanCollide = false
  1271. wave3.Locked = true
  1272. wave3.Size = Vector3.new(1, 1, 1)
  1273. wave3.TopSurface = "Smooth"
  1274. wave3.BottomSurface = "Smooth"
  1275. wave3.Transparency = 0.35
  1276. wave3.CFrame = fx.CFrame
  1277. wave3.Material = "Neon"
  1278. wm3 = Instance.new("SpecialMesh", wave3)
  1279. wm3.MeshType = "FileMesh"
  1280. wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1281. wm3.Scale = Vector3.new(1,1,1)
  1282. coroutine.wrap(function()
  1283. for i = 1, 18, 1 do
  1284. value = value - 0.5
  1285. value2 = value2 - 0.75*1.5
  1286. value3 = value3 - 0.475*1.5
  1287. wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
  1288. wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
  1289. wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
  1290. --wave.Size = wm.Scale
  1291. wave.CFrame = fx.CFrame
  1292. wave.Transparency = i/14
  1293. --wave2.Size = wm2.Scale
  1294. wave2.CFrame = fx.CFrame
  1295. wave2.Rotation = Vector3.new(90, 0, 0)
  1296. wave2.Transparency = i/14
  1297. --wave3.Size = wm3.Scale
  1298. wave3.CFrame = fx.CFrame
  1299. wave3.Rotation = Vector3.new(90, 0, 0)
  1300. wave3.Transparency = i/14
  1301. wait()
  1302. glowz.Rate = 0
  1303. glowz2.Rate = 0
  1304. end
  1305. wait()
  1306. wave:Destroy()
  1307. wave2:Destroy()
  1308. wave3:Destroy()
  1309. end)()
  1310. elseif Transforming == false then
  1311. wait()
  1312. end
  1313. end
  1314.  
  1315. for i = 1, 100 do rs:wait()
  1316. fx.CFrame = torso.CFrame
  1317. end
  1318.  
  1319. Spawn(function()
  1320. while wait(1) do
  1321. GroundWave()
  1322. end
  1323. end)
  1324.  
  1325. wait(4)
  1326.  
  1327. Transforming = false
  1328.  
  1329. local value2 = 1
  1330. for i = 1, 20 do rs:wait()
  1331. value2 = value2 - 0.05
  1332. glowz.Rate = 0
  1333. glowz2.Rate = 0
  1334. fx.Transparency = fx.Transparency + (1/20)
  1335. fx.CFrame = torso.CFrame
  1336. fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
  1337. rs:wait()
  1338. end
  1339. glowz:Destroy()
  1340. glowz2:Destroy()
  1341.  
  1342. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1343. local valuer = 5
  1344. local valuer2 = 10
  1345. local valuer3 = 15
  1346. local sa2 = Instance.new("Sound",torso)
  1347. sa2.SoundId = "rbxassetid://130972023"
  1348. sa2.Pitch = 1
  1349. sa2.Volume = 5
  1350. sa2.Looped = false
  1351. sa2:Play()
  1352. local sar2 = Instance.new("Sound",torso)
  1353. sar2.SoundId = "rbxassetid://153274423"
  1354. sar2.Pitch = 1
  1355. sar2.Volume = 5
  1356. sar2.Looped = false
  1357. sar2:Play()
  1358. local wave = Instance.new("Part", torso)
  1359. wave.BrickColor = TorsoColor
  1360. wave.Anchored = true
  1361. wave.CanCollide = false
  1362. wave.Locked = true
  1363. wave.Size = Vector3.new(1, 1, 1)
  1364. wave.TopSurface = "Smooth"
  1365. wave.BottomSurface = "Smooth"
  1366. wave.Transparency = 0.35
  1367. wave.CFrame = HandCF
  1368. wm = Instance.new("SpecialMesh", wave)
  1369. wm.MeshId = "rbxassetid://3270017"
  1370. local wave2 = Instance.new("Part", torso)
  1371. wave2.BrickColor = BrickColor.new("Really black")
  1372. wave2.Anchored = true
  1373. wave2.CanCollide = false
  1374. wave2.Locked = true
  1375. wave2.Size = Vector3.new(1, 1, 1)
  1376. wave2.TopSurface = "Smooth"
  1377. wave2.BottomSurface = "Smooth"
  1378. wave2.Transparency = 0.35
  1379. wave2.CFrame = HandCF
  1380. wm2 = Instance.new("SpecialMesh", wave2)
  1381. wm2.MeshId = "rbxassetid://3270017"
  1382. local wave3 = Instance.new("Part", torso)
  1383. wave3.BrickColor = TorsoColor
  1384. wave3.Anchored = true
  1385. wave3.CanCollide = false
  1386. wave3.Locked = true
  1387. wave3.Size = Vector3.new(1, 1, 1)
  1388. wave3.TopSurface = "Smooth"
  1389. wave3.BottomSurface = "Smooth"
  1390. wave3.Transparency = 0.35
  1391. wave3.CFrame = HandCF
  1392. wm3 = Instance.new("SpecialMesh", wave3)
  1393. wm3.MeshId = "rbxassetid://3270017"
  1394. coroutine.wrap(function()
  1395. for i = 1, 14, 1 do
  1396. valuer = valuer - 0.35
  1397. valuer2 = valuer - 0.45
  1398. valuer3 = valuer3 - 0.475
  1399. wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
  1400. wave.Size = wm.Scale
  1401. wave.CFrame = HandCF
  1402. wave.Transparency = i/14
  1403. wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
  1404. wave2.Size = wm2.Scale
  1405. wave2.CFrame = HandCF
  1406. wave2.Transparency = i/14
  1407. wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
  1408. wave3.Size = wm2.Scale
  1409. wave3.CFrame = HandCF
  1410. wave3.Transparency = i/14
  1411. wait()
  1412. end
  1413. wait()
  1414. wave:Destroy()
  1415. wave2:Destroy()
  1416. end)()
  1417. hum.WalkSpeed = 16
  1418. ----------------------------------------------------
  1419. local cor = Instance.new("Part", char)
  1420. cor.Name = "Thingy"
  1421. cor.Locked = true
  1422. cor.BottomSurface = 0
  1423. cor.CanCollide = false
  1424. cor.Size = Vector3.new(1, 13, 1)
  1425. cor.Transparency = 1
  1426. cor.TopSurface = 0
  1427. corw = Instance.new("Weld", cor)
  1428. corw.Part0 = rarm
  1429. corw.Part1 = cor
  1430. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1431. corw.C1 = CFrame.new(0, 0, 0)
  1432. weld1 = Instance.new("Weld", char)
  1433. weld1.Part0 = cor
  1434. weld1.Part1 = p6
  1435. weld1.C0 = CFrame.new(0, 0, 0)
  1436. ----------------------------------------------------
  1437. Blast = function()
  1438. local Colors = {"Really black", "Really black"}
  1439. local wave = Instance.new("Part", torso)
  1440. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1441. wave.Anchored = true
  1442. wave.CanCollide = false
  1443. wave.Locked = true
  1444. wave.Size = Vector3.new(1, 1, 1)
  1445. wave.TopSurface = "Smooth"
  1446. wave.BottomSurface = "Smooth"
  1447. wave.Transparency = 0.35
  1448. wave.CFrame = rarm.CFrame
  1449. wm = Instance.new("SpecialMesh", wave)
  1450. wm.MeshType = "Sphere"
  1451. wm.Scale = Vector3.new(1,1,1)
  1452. z = Instance.new("Sound",wave)
  1453. z.SoundId = "rbxassetid://237035051"
  1454. z.Volume = 1
  1455. z.Pitch = .9
  1456. z:Play()
  1457. coroutine.wrap(function()
  1458. for i = 1, 30, 1 do
  1459. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  1460. --wave.Size = wm.Scale
  1461. wave.CFrame = rarm.CFrame
  1462. wave.Transparency = (1/14)
  1463. rs:wait()
  1464. end
  1465. rs:wait()
  1466. wave:Destroy()
  1467. z:Destroy()
  1468. end)()
  1469. end
  1470. ----------------------------------------------------
  1471. rarm.Touched:connect(function(ht)
  1472. hit = ht.Parent
  1473. if ht and hit:IsA("Model") then
  1474. if hit:FindFirstChild("Humanoid") then
  1475. if hit.Name ~= p.Name then
  1476. if Debounces.RPunch == true and Debounces.RPunched == false then
  1477. Debounces.RPunched = true
  1478. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1479. if Debounces.ks==true then
  1480. z = Instance.new("Sound",hed)
  1481. z.SoundId = "rbxassetid://169380525"
  1482. z.Pitch = ptz[math.random(1,#ptz)]
  1483. z.Volume = 1
  1484. z:Play()
  1485. end
  1486. wait(.2)
  1487. Debounces.RPunched = false
  1488. end
  1489. end
  1490. end
  1491. elseif ht and hit:IsA("Hat") then
  1492. if hit.Parent.Name ~= p.Name then
  1493. if hit.Parent:FindFirstChild("Humanoid") then
  1494. if Debounces.RPunch == true and Debounces.RPunched == false then
  1495. Debounces.RPunched = true
  1496. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1497. if Debounces.ks==true then
  1498. z = Instance.new("Sound",hed)
  1499. z.SoundId = "rbxassetid://169380525"
  1500. z.Pitch = ptz[math.random(1,#ptz)]
  1501. z.Volume = 1
  1502. z:Play()
  1503. end
  1504. wait(.2)
  1505. Debounces.RPunched = false
  1506. end
  1507. end
  1508. end
  1509. end
  1510. end)
  1511. larm.Touched:connect(function(ht)
  1512. hit = ht.Parent
  1513. if ht and hit:IsA("Model") then
  1514. if hit:FindFirstChild("Humanoid") then
  1515. if hit.Name ~= p.Name then
  1516. if Debounces.LPunch == true and Debounces.LPunched == false then
  1517. Debounces.LPunched = true
  1518. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1519. if Debounces.ks2==true then
  1520. z = Instance.new("Sound",hed)
  1521. z.SoundId = "rbxassetid://169380525"
  1522. z.Pitch = ptz[math.random(1,#ptz)]
  1523. z.Volume = 1
  1524. z:Play()
  1525. end
  1526. wait(.2)
  1527. Debounces.LPunched = false
  1528. end
  1529. end
  1530. end
  1531. elseif ht and hit:IsA("Hat") then
  1532. if hit.Parent.Name ~= p.Name then
  1533. if hit.Parent:FindFirstChild("Humanoid") then
  1534. if Debounces.LPunch == true and Debounces.LPunched == false then
  1535. Debounces.LPunched = true
  1536. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1537. if Debounces.ks2==true then
  1538. z = Instance.new("Sound",hed)
  1539. z.SoundId = "rbxassetid://169380525"
  1540. z.Pitch = ptz[math.random(1,#ptz)]
  1541. z.Volume = 1
  1542. z:Play()
  1543. end
  1544. wait(.2)
  1545. Debounces.LPunched = false
  1546. end
  1547. end
  1548. end
  1549. end
  1550. end)
  1551. ----------------------------------------------------
  1552. mod4 = Instance.new("Model",char)
  1553.  
  1554. ptez = {0.7, 0.8, 0.9, 1}
  1555.  
  1556. function FindNearestTorso(Position,Distance,SinglePlayer)
  1557. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1558. local List = {}
  1559. for i,v in pairs(workspace:GetChildren())do
  1560. if v:IsA("Model")then
  1561. if v:findFirstChild("Torso")then
  1562. if v ~= char then
  1563. if(v.Torso.Position -Position).magnitude <= Distance then
  1564. table.insert(List,v)
  1565. end
  1566. end
  1567. end
  1568. end
  1569. end
  1570. return List
  1571. end
  1572.  
  1573. function Punch()
  1574. part=Instance.new('Part',mod4)
  1575. part.Anchored=true
  1576. part.CanCollide=false
  1577. part.FormFactor='Custom'
  1578. part.Size=Vector3.new(.2,.2,.2)
  1579. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  1580. part.Transparency=.7
  1581. part.BrickColor=BrickColor.new('Really black')
  1582. mesh=Instance.new('SpecialMesh',part)
  1583. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  1584. mesh.Scale=Vector3.new(3,3,3)
  1585. part2=Instance.new('Part',mod4)
  1586. part2.Anchored=true
  1587. part2.CanCollide=false
  1588. part2.FormFactor='Custom'
  1589. part2.Size=Vector3.new(.2,.2,.2)
  1590. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1591. part2.Transparency=.7
  1592. part2.BrickColor=BrickColor.new('Really black')
  1593. mesh2=Instance.new('SpecialMesh',part2)
  1594. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  1595. mesh2.Scale=Vector3.new(3,1.5,3)
  1596. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  1597. if v:FindFirstChild('Humanoid') then
  1598. v.Humanoid:TakeDamage(math.random(2,6))
  1599. end
  1600. end
  1601. coroutine.resume(coroutine.create(function()
  1602. for i=0,0.62,0.4 do
  1603. wait()
  1604. part.CFrame=part.CFrame
  1605. part.Transparency=i
  1606. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1607. part2.CFrame=part2.CFrame
  1608. part2.Transparency=i
  1609. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1610. end
  1611. part.Parent=nil
  1612. part2.Parent=nil
  1613. end))
  1614. end
  1615. ----------------------------------------------------
  1616. rarm.Touched:connect(function(ht)
  1617. hit = ht.Parent
  1618. if ht and hit:IsA("Model") then
  1619. if hit:FindFirstChild("Humanoid") then
  1620. if hit.Name ~= p.Name then
  1621. if Debounces.RPunch == true and Debounces.RPunched == false then
  1622. Debounces.RPunched = true
  1623. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1624. if Debounces.ks==true then
  1625. z = Instance.new("Sound",hed)
  1626. z.SoundId = "rbxassetid://169380525"
  1627. z.Pitch = ptz[math.random(1,#ptz)]
  1628. z.Volume = 1
  1629. z:Play()
  1630. end
  1631. wait(.2)
  1632. Debounces.RPunched = false
  1633. end
  1634. end
  1635. end
  1636. elseif ht and hit:IsA("Hat") then
  1637. if hit.Parent.Name ~= p.Name then
  1638. if hit.Parent:FindFirstChild("Humanoid") then
  1639. if Debounces.RPunch == true and Debounces.RPunched == false then
  1640. Debounces.RPunched = true
  1641. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1642. if Debounces.ks==true then
  1643. z = Instance.new("Sound",hed)
  1644. z.SoundId = "rbxassetid://169380525"
  1645. z.Pitch = ptz[math.random(1,#ptz)]
  1646. z.Volume = 1
  1647. z:Play()
  1648. end
  1649. wait(.2)
  1650. Debounces.RPunched = false
  1651. end
  1652. end
  1653. end
  1654. end
  1655. end)
  1656. larm.Touched:connect(function(ht)
  1657. hit = ht.Parent
  1658. if ht and hit:IsA("Model") then
  1659. if hit:FindFirstChild("Humanoid") then
  1660. if hit.Name ~= p.Name then
  1661. if Debounces.LPunch == true and Debounces.LPunched == false then
  1662. Debounces.LPunched = true
  1663. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1664. if Debounces.ks2==true then
  1665. z = Instance.new("Sound",hed)
  1666. z.SoundId = "rbxassetid://169380525"
  1667. z.Pitch = ptz[math.random(1,#ptz)]
  1668. z.Volume = 1
  1669. z:Play()
  1670. end
  1671. wait(.2)
  1672. Debounces.LPunched = false
  1673. end
  1674. end
  1675. end
  1676. elseif ht and hit:IsA("Hat") then
  1677. if hit.Parent.Name ~= p.Name then
  1678. if hit.Parent:FindFirstChild("Humanoid") then
  1679. if Debounces.LPunch == true and Debounces.LPunched == false then
  1680. Debounces.LPunched = true
  1681. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1682. if Debounces.ks2==true then
  1683. z = Instance.new("Sound",hed)
  1684. z.SoundId = "rbxassetid://169380525"
  1685. z.Pitch = ptz[math.random(1,#ptz)]
  1686. z.Volume = 1
  1687. z:Play()
  1688. end
  1689. wait(.2)
  1690. Debounces.LPunched = false
  1691. end
  1692. end
  1693. end
  1694. end
  1695. end)
  1696. ----------------------------------------------------
  1697. local player = game.Players.LocalPlayer
  1698. local pchar = player.Character
  1699. local mouse = player:GetMouse()
  1700. local cam = workspace.CurrentCamera
  1701.  
  1702. local rad = math.rad
  1703.  
  1704. local keysDown = {}
  1705. local flySpeed = 0
  1706. local MAX_FLY_SPEED = 3000
  1707.  
  1708. local canFly = false
  1709. local flyToggled = false
  1710.  
  1711. local forward, side = 0, 0
  1712. local lastForward, lastSide = 0, 0
  1713.  
  1714. local floatBP = Instance.new("BodyPosition")
  1715. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  1716. local flyBV = Instance.new("BodyVelocity")
  1717. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1718. local turnBG = Instance.new("BodyGyro")
  1719. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1720.  
  1721. mouse.KeyDown:connect(function(key)
  1722. keysDown[key] = true
  1723.  
  1724. if key == "f" then
  1725. flyToggled = not flyToggled
  1726.  
  1727. if not flyToggled then
  1728. stanceToggle = "Normal"
  1729. floatBP.Parent = nil
  1730. flyBV.Parent = nil
  1731. turnBG.Parent = nil
  1732. root.Velocity = Vector3.new()
  1733. pchar.Humanoid.PlatformStand = false
  1734. end
  1735. end
  1736.  
  1737. end)
  1738. mouse.KeyUp:connect(function(key)
  1739. keysDown[key] = nil
  1740. end)
  1741.  
  1742. local function updateFly()
  1743.  
  1744. if not flyToggled then return end
  1745.  
  1746. lastForward = forward
  1747. lastSide = side
  1748.  
  1749. forward = 0
  1750. side = 0
  1751.  
  1752. if keysDown.w then
  1753. forward = forward + 1
  1754. end
  1755. if keysDown.s then
  1756. forward = forward - 1
  1757. end
  1758. if keysDown.a then
  1759. side = side - 1
  1760. end
  1761. if keysDown.d then
  1762. side = side + 1
  1763. end
  1764.  
  1765. canFly = (forward ~= 0 or side ~= 0)
  1766.  
  1767. if canFly then
  1768. stanceToggle = "Floating"
  1769. turnBG.Parent = root
  1770. floatBP.Parent = nil
  1771. flyBV.Parent = root
  1772.  
  1773. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  1774. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  1775. else
  1776. floatBP.position = root.Position
  1777. floatBP.Parent = root
  1778.  
  1779. flySpeed = flySpeed - 1
  1780. if flySpeed < 0 then flySpeed = 0 end
  1781. end
  1782.  
  1783. local camCF = cam.CoordinateFrame
  1784. local in_forward = canFly and forward or lastForward
  1785. local in_side = canFly and side or lastSide
  1786.  
  1787. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  1788. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  1789.  
  1790. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  1791. 0)
  1792. end
  1793.  
  1794. game:service'RunService'.RenderStepped:connect(function()
  1795. if flyToggled then
  1796. pchar.Humanoid.PlatformStand = true
  1797. end
  1798. updateFly()
  1799. end)
  1800. -------------------------------
  1801. mouse.KeyDown:connect(function(key)
  1802. if key == "q" then
  1803. if Debounces.CanAttack == true then
  1804. Debounces.CanAttack = false
  1805. Debounces.NoIdl = true
  1806. Debounces.on = true
  1807. function FindNearestTorso(Position,Distance,SinglePlayer)
  1808. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1809. local List = {}
  1810. for i,v in pairs(workspace:GetChildren())do
  1811. if v:IsA("Model")then
  1812. if v:findFirstChild("Torso")then
  1813. if v ~= char then
  1814. if(v.Torso.Position -Position).magnitude <= Distance then
  1815. table.insert(List,v)
  1816. end
  1817. end
  1818. end
  1819. end
  1820. end
  1821. return List
  1822. end
  1823. z = Instance.new("Sound",workspace)
  1824. z.SoundId = "rbxassetid://232213955"
  1825. z.Pitch = 0.75
  1826. z.Volume = 5
  1827. wait(0.2)
  1828. z:Play()
  1829. sp = Instance.new("Part",rarm)
  1830. sp.Anchored = true
  1831. sp.CanCollide = false
  1832. sp.Locked = true
  1833. sp.Transparency = 0
  1834. sp.Material = "Neon"
  1835. sp.Size = Vector3.new(2,2,2)
  1836. sp.TopSurface = "SmoothNoOutlines"
  1837. sp.BottomSurface = "SmoothNoOutlines"
  1838. sp.BrickColor = TorsoColor
  1839. spm = Instance.new("SpecialMesh",sp)
  1840. spm.MeshType = "Sphere"
  1841. spm.Scale = Vector3.new(42,42,42)
  1842. sp2 = Instance.new("Part", rarm)
  1843. sp2.Name = "Energy"
  1844. sp2.BrickColor = TorsoColor
  1845. sp2.Size = Vector3.new(1, 1, 1)
  1846. sp2.Shape = "Ball"
  1847. sp2.CanCollide = false
  1848. sp2.Anchored = true
  1849. sp2.Locked = true
  1850. sp2.TopSurface = 0
  1851. sp2.BottomSurface = 0
  1852. sp2.Transparency = 1
  1853. spm2 = Instance.new("SpecialMesh",sp2)
  1854. spm2.MeshId = "rbxassetid://9982590"
  1855. spm2.Scale = Vector3.new(4,4,4)
  1856. sp3 = Instance.new("Part", rarm)
  1857. sp3.Name = "Energy"
  1858. sp3.BrickColor = TorsoColor
  1859. sp3.Size = Vector3.new(1, 1, 1)
  1860. sp3.Shape = "Ball"
  1861. sp3.CanCollide = false
  1862. sp3.Anchored = true
  1863. sp3.Locked = true
  1864. sp3.TopSurface = 0
  1865. sp3.BottomSurface = 0
  1866. sp3.Transparency = 1
  1867. spm3 = Instance.new("SpecialMesh",sp2)
  1868. spm3.MeshId = "rbxassetid://9982590"
  1869. spm3.Scale = Vector3.new(8,8,8)
  1870. for i = 1, 20 do
  1871. spm.Scale = spm.Scale - Vector3.new(2,2,2)
  1872. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1873. 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)
  1874. 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)
  1875. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  1876. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  1877. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1878. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1879. if Debounces.on == false then break end
  1880. rs:wait()
  1881. end
  1882. for i = 1, 100, 20 do rs:wait()
  1883. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1884. end
  1885. for i = 1, 20 do
  1886. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1887. 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)
  1888. 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)
  1889. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  1890. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  1891. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1892. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1893. if Debounces.on == false then break end
  1894. rs:wait()
  1895. end
  1896. sp.Transparency = 1
  1897. for i = 1, 20 do
  1898. 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)
  1899. 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)
  1900. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  1901. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  1902. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1903. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1904. if Debounces.on == false then break end
  1905. rs:wait()
  1906. end
  1907. wait(1)
  1908. sp.Transparency = 0
  1909. sp2.Transparency = 0.84
  1910. for i = 1, 20 do
  1911. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  1912. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  1913. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  1914. sp3.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  1915. 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)
  1916. 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)
  1917. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  1918. 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)
  1919. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  1920. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  1921. if Debounces.on == false then break end
  1922. rs:wait()
  1923. end
  1924. for i = 1, 2880, 50 do
  1925. rs:wait()
  1926. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  1927. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  1928. sp3.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/-10), math.rad(-i/-10), math.rad(i/-10))
  1929. rs:wait()
  1930. end
  1931. sp:Destroy()
  1932. sp2:Destroy()
  1933. sp3:Destroy()
  1934. local X = Instance.new("Part",char)
  1935. local O = Instance.new("ObjectValue",X)
  1936. O.Name = "creator"
  1937. X.Locked = true
  1938. X.Name = "Shell"
  1939. X.Anchored = false
  1940. X.CanCollide = false
  1941. X.Transparency = 0
  1942. X.Reflectance = 0
  1943. X.BottomSurface = 0
  1944. X.TopSurface = 0
  1945. X.Shape = 0
  1946. local V = Instance.new("ObjectValue",X)
  1947. V.Value = char
  1948. V.Name = "creator"
  1949. X.BrickColor = TorsoColor
  1950. X.Size = Vector3.new(2,2,2)
  1951. X.Material = "Neon"
  1952. local Z = Instance.new("SpecialMesh",X)
  1953. Z.MeshType = "Sphere"
  1954. Z.Scale = Vector3.new(0.5,0.5,1)
  1955. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  1956. local bv = Instance.new("BodyVelocity",X)
  1957. bv.maxForce = Vector3.new(99999,99999,99999)
  1958. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  1959. bv.velocity = X.CFrame.lookVector*75
  1960.  
  1961. Explode = X.Touched:connect(function(hit)
  1962. if hit ~= char and hit.Name ~= "Shell" then
  1963. local cf = X.CFrame
  1964. bv:Destroy()
  1965. X.Anchored = true
  1966. Z:Remove()
  1967. Explode:disconnect()
  1968. X.Size = Vector3.new(6,6,6)
  1969. X.Touched:connect(function(hit) end)
  1970. X.CanCollide = false
  1971. local part3 = Instance.new("Part", rarm)
  1972. part3.Anchored=true
  1973. part3.CanCollide=false
  1974. part3.Locked = true
  1975. part3.TopSurface = "SmoothNoOutlines"
  1976. part3.BottomSurface = "SmoothNoOutlines"
  1977. part3.FormFactor='Custom'
  1978. part3.Size=Vector3.new(2,2, 2)
  1979. part3.CFrame=X.CFrame
  1980. part3.Transparency=0
  1981. part3.BrickColor=TorsoColor
  1982. local mesh3 = Instance.new("SpecialMesh",part3)
  1983. mesh3.MeshType = "Sphere"
  1984. mesh3.Scale = Vector3.new(2,2,2)
  1985. --debris:AddItem(X,8)
  1986. local part4 = Instance.new("Part", rarm)
  1987. part4.Material = "Neon"
  1988. part4.Anchored=true
  1989. part4.CanCollide=false
  1990. part4.Locked = true
  1991. part4.TopSurface = "SmoothNoOutlines"
  1992. part4.BottomSurface = "SmoothNoOutlines"
  1993. part4.FormFactor='Custom'
  1994. part4.Size=Vector3.new(2,2, 2)
  1995. part4.CFrame=X.CFrame
  1996. part4.Transparency=0
  1997. part4.BrickColor=BrickColor.new("Black")
  1998. local mesh4 = Instance.new("SpecialMesh",part4)
  1999. mesh4.MeshType = "Sphere"
  2000. mesh4.Scale = Vector3.new(1,1,1)
  2001. local part7 = Instance.new("Part", rarm)
  2002. part7.Material = "Neon"
  2003. part7.Anchored=true
  2004. part7.CanCollide=false
  2005. part7.Locked = true
  2006. part7.TopSurface = "SmoothNoOutlines"
  2007. part7.BottomSurface = "SmoothNoOutlines"
  2008. part7.FormFactor='Custom'
  2009. part7.Size=Vector3.new(2,2, 2)
  2010. part7.CFrame=X.CFrame
  2011. part7.Transparency=0
  2012. part7.BrickColor=BrickColor.new("Really black")
  2013. local mesh7 = Instance.new("SpecialMesh",part7)
  2014. mesh7.MeshType = "Sphere"
  2015. mesh7.Scale = Vector3.new(0.2, 0.2, 0.2)
  2016. --[[X.Touched:connect(function(ht)
  2017. hit = ht.Parent
  2018. if ht and hit:IsA("Model") then
  2019. if hit:FindFirstChild("Humanoid") then
  2020. if hit.Name ~= p.Name then
  2021. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2022. wait(.3)
  2023. end
  2024. end
  2025. elseif ht and hit:IsA("Hat") then
  2026. if hit.Parent.Name ~= p.Name then
  2027. if hit.Parent:FindFirstChild("Humanoid") then
  2028. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2029. wait(.3)
  2030. end
  2031. end
  2032. end
  2033. end)
  2034. part3.Touched:connect(function(ht)
  2035. hit = ht.Parent
  2036. if ht and hit:IsA("Model") then
  2037. if hit:FindFirstChild("Humanoid") then
  2038. if hit.Name ~= p.Name then
  2039. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2040. wait(.3)
  2041. end
  2042. end
  2043. elseif ht and hit:IsA("Hat") then
  2044. if hit.Parent.Name ~= p.Name then
  2045. if hit.Parent:FindFirstChild("Humanoid") then
  2046. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2047. wait(.3)
  2048. end
  2049. end
  2050. end
  2051. end)]]--
  2052. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  2053. if v:FindFirstChild('Humanoid') then
  2054. v.Humanoid:TakeDamage(math.random(60,90))
  2055. v.Humanoid.PlatformStand = true
  2056. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2057. end
  2058. end
  2059.  
  2060. local acos = math.acos
  2061. local sqrt = math.sqrt
  2062. local Vec3 = Vector3.new
  2063. local fromAxisAngle = CFrame.fromAxisAngle
  2064.  
  2065. local function toAxisAngle(CFr)
  2066. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  2067. local Angle = math.acos((R00+R11+R22-1)/2)
  2068. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2069. A = A == 0 and 0.00001 or A
  2070. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2071. B = B == 0 and 0.00001 or B
  2072. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2073. C = C == 0 and 0.00001 or C
  2074. local x = (R21-R12)/sqrt(A)
  2075. local y = (R02-R20)/sqrt(B)
  2076. local z = (R10-R01)/sqrt(C)
  2077. return Vec3(x,y,z),Angle
  2078. end
  2079.  
  2080. function ApplyTrig(Num,Func)
  2081. local Min,Max = Func(0),Func(1)
  2082. local i = Func(Num)
  2083. return (i-Min)/(Max-Min)
  2084. end
  2085.  
  2086. function LerpCFrame(CFrame1,CFrame2,Num)
  2087. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  2088. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  2089. end
  2090.  
  2091. function Crater(Torso,Radius)
  2092. Spawn(function()
  2093. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  2094. local Ignore = {}
  2095. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2096. if v.Character ~= nil then
  2097. Ignore[#Ignore+1] = v.Character
  2098. end
  2099. end
  2100. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  2101. if Hit == nil then return end
  2102. local Parts = {}
  2103. for i = 1,360,10 do
  2104. local P = Instance.new("Part",Torso.Parent)
  2105. P.Anchored = true
  2106. P.FormFactor = "Custom"
  2107. P.BrickColor = Hit.BrickColor
  2108. P.Material = Hit.Material
  2109. P.TopSurface = "Smooth"
  2110. P.BottomSurface = "Smooth"
  2111. P.Size = Vector3.new(10,20,20)*(math.random(80,100)/100)
  2112. 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)))
  2113. 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}
  2114. if math.random(0,5) == 0 then -- rubble
  2115. local P = Instance.new("Part",Torso.Parent)
  2116. P.Anchored = true
  2117. P.FormFactor = "Custom"
  2118. P.BrickColor = Hit.BrickColor
  2119. P.Material = Hit.Material
  2120. P.TopSurface = "Smooth"
  2121. P.BottomSurface = "Smooth"
  2122. P.Size = Vector3.new(4,4,4)*(math.random(80,100)/100)
  2123. 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)))
  2124. 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}
  2125. end
  2126. end
  2127. for i = 0,1,0.05 do
  2128. for i2,v in pairs(Parts) do
  2129. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  2130. end
  2131. wait(0.02)
  2132. end
  2133. for i,v in pairs(Parts) do
  2134. if v[1].Size.X > 2.1 then
  2135. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  2136. end
  2137. v[1].Anchored = false
  2138. end
  2139. for i = 0,1,0.05 do
  2140. for i2,v in pairs(Parts) do
  2141. v[1].Transparency = i
  2142. if i == 1 then
  2143. v[1]:Destroy()
  2144. elseif i >= 0.25 then
  2145. v[1].CanCollide = false
  2146. end
  2147. end
  2148. wait(0.02)
  2149. end
  2150. Parts = nil
  2151. end)
  2152. end
  2153.  
  2154. ROW = function(out, trans, s, wt, t, ang, plus)
  2155. for i = 1, 360, 360/t do
  2156. local c = Instance.new("Part", game.Workspace)
  2157. c.FormFactor = 3
  2158. c.TopSurface = 0
  2159. c.BottomSurface = 0
  2160. c.Size = s
  2161. c.Anchored = true
  2162. c.CanCollide = wt
  2163. c.Material=workspace.Base.Material
  2164. c.Transparency = trans
  2165. c.BrickColor = workspace.Base.BrickColor
  2166. 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
  2167. c.Locked=true
  2168. game.Debris:AddItem(c,15)
  2169. end
  2170. end
  2171.  
  2172. Part = function(x,y,z,color,tr,cc,an,parent)
  2173. local p = Instance.new('Part',parent or Weapon)
  2174. p.formFactor = 'Custom'
  2175. p.Size = Vector3.new(x,y,z)
  2176. p.BrickColor = BrickColor.new(color)
  2177. p.CanCollide = cc
  2178. p.Transparency = tr
  2179. p.Anchored = an
  2180. p.TopSurface,p.BottomSurface = 0,0
  2181. p.Locked=true
  2182. p:BreakJoints()
  2183. return p end
  2184.  
  2185. Mesh = function(par,num,x,y,z)
  2186. local msh = _
  2187. if num == 1 then msh = Instance.new("CylinderMesh",par)
  2188. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  2189. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  2190. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  2191. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  2192. end msh.Scale = Vector3.new(x,y,z)
  2193. return msh end
  2194.  
  2195. function explosion(col1,col2,cfr,sz,rng,dmg)
  2196. local a= Part(1,1,1,col1,.5,false,true,workspace)
  2197. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  2198. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  2199. v1,v2,v3=sz.x,sz.y,sz.z
  2200. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  2201. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  2202. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  2203. a.CFrame=cfr
  2204. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  2205. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  2206.  
  2207. Spawn(function()
  2208. while wait() do
  2209. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  2210. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  2211. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  2212. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  2213. a.Transparency=a.Transparency+0.05
  2214. a2.Transparency=a2.Transparency+0.05
  2215. a3.Transparency=a3.Transparency+0.05
  2216. end
  2217. end)
  2218. end
  2219.  
  2220. Crater(X,20)
  2221. 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)
  2222. z = Instance.new("Sound",workspace)
  2223. z.SoundId = "rbxassetid://231917744"
  2224. z.Pitch = .5
  2225. z.Volume = 5
  2226. z1 = Instance.new("Sound",workspace)
  2227. z1.SoundId = "rbxassetid://231917744"
  2228. z1.Pitch = .5
  2229. z1.Volume = 5
  2230. z2 = Instance.new("Sound",workspace)
  2231. z2.SoundId = "rbxassetid://231917744"
  2232. z2.Pitch = .5
  2233. z2.Volume = 5
  2234. z3 = Instance.new("Sound",workspace)
  2235. z3.SoundId = "rbxassetid://245537790"
  2236. z3.Pitch = .7
  2237. z3.Volume = 5
  2238. z4 = Instance.new("Sound",workspace)
  2239. z4.SoundId = "rbxassetid://245537790"
  2240. z4.Pitch = .7
  2241. z4.Volume = 5
  2242. z4a = Instance.new("Sound",workspace)
  2243. z4a.SoundId = "rbxassetid://419447292"
  2244. z4a.Pitch = 1
  2245. z4a.Volume = 5
  2246. z3a = Instance.new("Sound",workspace)
  2247. z3a.SoundId = "rbxassetid://421328847"
  2248. z3a.Pitch = 1
  2249. z3a.Volume = 5
  2250. wait(0.1)
  2251. z:Play()
  2252. z1:Play()
  2253. z2:Play()
  2254. z3:Play()
  2255. z4:Play()
  2256. z3a:Play()
  2257. z4a:Play()
  2258.  
  2259. local part=Instance.new('Part',rarm)
  2260. part.Anchored=true
  2261. part.CanCollide=false
  2262. part.Locked = true
  2263. part.FormFactor='Custom'
  2264. part.Size=Vector3.new(2,2,2)
  2265. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  2266. part.Transparency=0
  2267. part.BrickColor=BrickColor.new('Really black')
  2268. local mesh=Instance.new('SpecialMesh',part)
  2269. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  2270. mesh.Scale=Vector3.new(4,4,4)
  2271. local part2=part:clone()
  2272. part2.Parent = rarm
  2273. part2.BrickColor=TorsoColor
  2274. local part5=part:clone()
  2275. part5.Parent = rarm
  2276. part5.BrickColor=TorsoColor
  2277. local part6=part:clone()
  2278. part6.Parent = rarm
  2279. part6.BrickColor=BrickColor.new("Black")
  2280. local mesh2=mesh:clone()
  2281. mesh2.Parent=part2
  2282. mesh2.Scale=Vector3.new(6, 6, 6)
  2283. local mesh5=mesh:clone()
  2284. mesh5.Parent=part5
  2285. mesh5.Scale=Vector3.new(6, 6, 6)
  2286. local mesh6=mesh:clone()
  2287. mesh6.Parent=part6
  2288. mesh6.Scale=Vector3.new(6, 6, 6)
  2289. local blast = Instance.new("Part", rarm)
  2290. blast.BrickColor = BrickColor.new("Really black")
  2291. blast.Anchored = true
  2292. blast.CanCollide = false
  2293. blast.Locked = true
  2294. blast.Size = Vector3.new(2, 2, 2)
  2295. blast.TopSurface = "Smooth"
  2296. blast.BottomSurface = "Smooth"
  2297. blast.Transparency = 0
  2298. blast.CFrame = HandCF
  2299. local bm = Instance.new("SpecialMesh", blast)
  2300. bm.Scale = Vector3.new(10,2,10)
  2301. bm.MeshId = "rbxassetid://3270017"
  2302. local blast2 = Instance.new("Part", rarm)
  2303. blast2.BrickColor = BrickColor.new("Really black")
  2304. blast2.Anchored = true
  2305. blast2.CanCollide = false
  2306. blast2.Locked = true
  2307. blast2.Size = Vector3.new(2, 2, 2)
  2308. blast2.TopSurface = "Smooth"
  2309. blast2.BottomSurface = "Smooth"
  2310. blast2.Transparency = 0
  2311. blast2.CFrame = HandCF
  2312. local bm2 = Instance.new("SpecialMesh", blast2)
  2313. bm2.Scale = Vector3.new(6,2,6)
  2314. bm2.MeshId = "rbxassetid://3270017"
  2315. local blast3 = Instance.new("Part", rarm)
  2316. blast3.BrickColor = BrickColor.new("Really black")
  2317. blast3.Anchored = true
  2318. blast3.CanCollide = false
  2319. blast3.Locked = true
  2320. blast3.Size = Vector3.new(1, 1, 1)
  2321. blast3.TopSurface = "Smooth"
  2322. blast3.BottomSurface = "Smooth"
  2323. blast3.Transparency = 0
  2324. blast3.CFrame = HandCF
  2325. local bm3 = Instance.new("SpecialMesh", blast3)
  2326. bm3.Scale = Vector3.new(6,2,6)
  2327. bm3.MeshId = "rbxassetid://3270017"
  2328. for i = 1,120 do rs:wait()
  2329. X.Transparency = X.Transparency + (1/120)
  2330. part.Transparency = part.Transparency + (1/120)
  2331. part2.Transparency = part2.Transparency + (1/120)
  2332. part3.Transparency = part3.Transparency + (1/120)
  2333. part4.Transparency = part4.Transparency + (1/120)
  2334. part5.Transparency = part5.Transparency + (1/120)
  2335. part6.Transparency = part6.Transparency + (1/120)
  2336. part7.Transparency = part7.Transparency + (1/120)
  2337. blast.Transparency = blast.Transparency + (1/120)
  2338. blast2.Transparency = blast2.Transparency + (1/120)
  2339. blast3.Transparency = blast3.Transparency + (1/120)
  2340. X.Size = X.Size + Vector3.new(1.6,1.6,1.6)
  2341. --part3.Size = part3.Size + Vector3.new(6,6,6)
  2342. mesh.Scale = mesh.Scale + Vector3.new(2,.4,2)
  2343. mesh2.Scale = mesh2.Scale + Vector3.new(2.2,.4,2.2)
  2344. mesh3.Scale = mesh3.Scale + Vector3.new(6,6,6)
  2345. mesh4.Scale = mesh4.Scale + Vector3.new(3.4,3.4,3.4)
  2346. mesh5.Scale = mesh5.Scale + Vector3.new(3.2,.4,3.2)
  2347. mesh6.Scale = mesh6.Scale + Vector3.new(4,.4,4)
  2348. mesh7.Scale = mesh7.Scale + Vector3.new(8,8,8)
  2349. bm.Scale = bm.Scale + Vector3.new(12,12,.4)
  2350. bm2.Scale = bm2.Scale + Vector3.new(8,8,.4)
  2351. bm3.Scale = bm3.Scale + Vector3.new(8,8,.4)
  2352. X.CFrame = cf
  2353. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  2354. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  2355. part3.CFrame=X.CFrame
  2356. part4.CFrame=X.CFrame
  2357. part7.CFrame=X.CFrame
  2358. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  2359. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  2360. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2361. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  2362. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  2363. rs:wait()
  2364. end
  2365. X:Destroy()
  2366. part:Destroy()
  2367. part2:Destroy()
  2368. part3:Destroy()
  2369. part4:Destroy()
  2370. part5:Destroy()
  2371. part6:Destroy()
  2372. blast:Destroy()
  2373. blast2:Destroy()
  2374. blast3:Destroy()
  2375. z:Destroy()
  2376. z1:Destroy()
  2377. z2:Destroy()
  2378. z3:Destroy()
  2379. z4:Destroy()
  2380. end
  2381. end)
  2382. for i = 1, 20 do
  2383. 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)
  2384. 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)
  2385. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  2386. 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)
  2387. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  2388. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  2389. if Debounces.on == false then break end
  2390. rs:wait()
  2391. end
  2392. if Debounces.CanAttack == false then
  2393. Debounces.CanAttack = true
  2394. Debounces.NoIdl = false
  2395. Debounces.on = false
  2396. end
  2397. end
  2398. end
  2399. end)
  2400. ----------------------------------------------------
  2401. mouse.KeyDown:connect(function(key)
  2402. if key == "c" then
  2403. Blaze()
  2404. end
  2405. end)
  2406. ----------------------------------------------------
  2407. mouse.KeyDown:connect(function(key)
  2408. if key == "v" then
  2409. Blaze2()
  2410. end
  2411. end)
  2412. ----------------------------------------------------
  2413. mouse.KeyDown:connect(function(key)
  2414. if key == "x" then
  2415. hum.WalkSpeed = 0.01
  2416. if Debounces.CanAttack == true then
  2417. Debounces.CanAttack = false
  2418. Debounces.NoIdl = true
  2419. Debounces.on = true
  2420. for i = 1, 30 do
  2421. 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)
  2422. 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)
  2423. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  2424. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  2425. 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)
  2426. 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)
  2427. if Debounces.on == false then break end
  2428. rs:wait(6)
  2429. end
  2430. v = Instance.new("Sound")
  2431. v.SoundId = "rbxassetid://435742675"
  2432. v.Parent = char
  2433. v.Looped = false
  2434. v.Pitch = 1
  2435. v.Volume = 18
  2436. wait(.01)
  2437. v:Play()
  2438.  
  2439. if Daytime == true then
  2440. Daytime = false
  2441. l.TimeOfDay = 00
  2442. else
  2443. Daytime = true
  2444. l.TimeOfDay = 12
  2445. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  2446. end
  2447.  
  2448. local Shockwave = function()
  2449. local rng1 = Instance.new("Part", char)
  2450. rng1.Anchored = true
  2451. rng1.BrickColor = BrickColor.new("Really black")
  2452. rng1.CanCollide = false
  2453. rng1.FormFactor = 3
  2454. rng1.Name = "Ring"
  2455. rng1.Material = "Neon"
  2456. rng1.Size = Vector3.new(1, 1, 1)
  2457. rng1.Transparency = 0.35
  2458. rng1.TopSurface = 0
  2459. rng1.BottomSurface = 0
  2460. local rngm1 = Instance.new("SpecialMesh", rng)
  2461. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2462. rngm1.Scale = Vector3.new(10, 10, 1)
  2463. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  2464. local Wave = Instance.new("Part", game.Workspace--[[?]])
  2465. Wave.Name = "Shockwave"
  2466. Wave.BrickColor = BrickColor.new("Really black")
  2467. Wave.Material = "Neon"
  2468. Wave.Size = Vector3.new(1, 1, 1)
  2469. Wave.Shape = "Ball"
  2470. Wave.CanCollide = false
  2471. Wave.Anchored = true
  2472. Wave.TopSurface = 0
  2473. Wave.BottomSurface = 0
  2474. local Wave2 = Instance.new("Part", game.Workspace--[[?]])
  2475. Wave2.Name = "Shockwave2"
  2476. Wave2.BrickColor = TorsoColor
  2477. Wave2.Material = "Neon"
  2478. Wave2.Size = Vector3.new(1, 1, 1)
  2479. Wave2.Shape = "Ball"
  2480. Wave2.CanCollide = false
  2481. Wave2.Anchored = true
  2482. Wave2.TopSurface = 0
  2483. Wave2.BottomSurface = 0
  2484. Wave2.Touched:connect(function(hit)
  2485. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  2486. local Occlude = true
  2487. local NotOccludes = {
  2488. char.Name;
  2489. "Wings";
  2490. "Scythe";
  2491. "Thingy";
  2492. "Thingy2"; -- put all of the names in a table pls
  2493. }
  2494. for i,v in pairs(NotOccludes) do
  2495. if hit.Parent.Name == v then
  2496. Occlude = false
  2497. end
  2498. end
  2499. --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
  2500. if Occlude then
  2501. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  2502. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  2503. end
  2504. end
  2505. end)
  2506.  
  2507. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  2508.  
  2509. coroutine.wrap(function()
  2510. for i = 1, 20, 0.2 do
  2511. rngm1.Scale = Vector3.new(10 + i*20, 10 + i*20, 20)
  2512. rng1.Transparency = i/20
  2513. wait()
  2514. end
  2515. wait()
  2516. rng1:Destroy()
  2517. end)()
  2518.  
  2519. Delay(0, function()
  2520.  
  2521. if Daytime == false then
  2522. for i = 3, 50, 1 do
  2523. Wave.Size = Vector3.new(0 + i*3, 0 + i*3, 0 + i*3)
  2524. Wave.CFrame = char.Torso.CFrame
  2525. local t = i / 50
  2526. Wave.Transparency = t
  2527. Wave2.Size = Vector3.new(1 + i*2.5, 1 + i*2.5, 1 + i*2.5)
  2528. Wave2.CFrame = char.Torso.CFrame
  2529. local tq = i / 50
  2530. Wave2.Transparency = tq
  2531. wait()
  2532. end
  2533. else
  2534. for i = 3, 50, 1 do
  2535. Wave.Size = Vector3.new(0 + i*3, 0 + i*3, 0 + i*3)
  2536. Wave.CFrame = char.Torso.CFrame
  2537. local t = i / 50
  2538. Wave.Transparency = t
  2539. Wave2.Size = Vector3.new(1 + i*2.5, 1 + i*2.5, 1 + i*2.5)
  2540. Wave2.CFrame = char.Torso.CFrame
  2541. local tq = i / 50
  2542. Wave2.Transparency = tq
  2543. wait()
  2544. end
  2545. end
  2546. Wave:Destroy()
  2547. Wave2:Destroy()
  2548. end)
  2549. Delay(0, function()
  2550. while wait() do
  2551. if Wave ~= nil then
  2552. Wave.CFrame = char.Torso.CFrame
  2553. else
  2554. break
  2555. end
  2556. end
  2557. end)
  2558. end
  2559. Shockwave()
  2560. for i = 1, 30 do
  2561. 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)
  2562. 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)
  2563. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  2564. 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)
  2565. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  2566. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  2567. if Debounces.on == false then break end
  2568. rs:wait()
  2569. end
  2570. wait(2.4)
  2571. Debounces.NoIdl = false
  2572. hum.WalkSpeed = 16
  2573. Debounces.on = false
  2574. wait()
  2575. if Debounces.CanAttack == false then
  2576. Debounces.CanAttack = true
  2577. v:Destroy()
  2578. end
  2579. end
  2580. end
  2581. end)
  2582. ----------------------------------------------------
  2583. mouse.KeyDown:connect(function(key)
  2584. if key == "e" then
  2585. if Debounces.CanAttack == true then
  2586. Debounces.CanAttack = false
  2587. Debounces.on = true
  2588. Debounces.NoIdl = true
  2589. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  2590. z = Instance.new("Sound", rarm)
  2591. z.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  2592. z.Volume = 1.25
  2593. z.Pitch = pt[math.random(1,#pt)]
  2594. z.Looped = false
  2595. z:Play()
  2596. Debounces.RPunch = true
  2597. Debounces.LPunch = true
  2598. Debounces.ks = true
  2599. Debounces.ks2 = true
  2600. for i = 1, 3 do
  2601. 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)
  2602. 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)
  2603. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2604. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2605. 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)
  2606. 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)
  2607. if Debounces.on == false then break end
  2608. wait()
  2609. end
  2610. z2 = Instance.new("Sound", larm)
  2611. z2.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2612. z2.Volume = 1.25
  2613. z2.Pitch = pt[math.random(1,#pt)]
  2614. z2.Looped = false
  2615. z2:Play()
  2616. for i = 1, 3 do
  2617. 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)
  2618. 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)
  2619. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2620. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2621. 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)
  2622. 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)
  2623. if Debounces.on == false then break end
  2624. wait()
  2625. end
  2626. z3 = Instance.new("Sound", rarm)
  2627. z3.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2628. z3.Volume = 1.25
  2629. z3.Pitch = pt[math.random(1,#pt)]
  2630. z3.Looped = false
  2631. z3:Play()
  2632. for i = 1, 3 do
  2633. 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)
  2634. 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)
  2635. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2636. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2637. 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)
  2638. 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)
  2639. if Debounces.on == false then break end
  2640. wait()
  2641. end
  2642. z4 = Instance.new("Sound", larm)
  2643. z4.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2644. z4.Volume = 1.25
  2645. z4.Pitch = pt[math.random(1,#pt)]
  2646. z4.Looped = false
  2647. z4:Play()
  2648. for i = 1, 3 do
  2649. 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)
  2650. 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)
  2651. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2652. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2653. 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)
  2654. 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)
  2655. if Debounces.on == false then break end
  2656. wait()
  2657. end
  2658. z5 = Instance.new("Sound", rarm)
  2659. z5.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2660. z5.Volume = 1.25
  2661. z5.Pitch = pt[math.random(1,#pt)]
  2662. z5.Looped = false
  2663. z5:Play()
  2664. for i = 1, 3 do
  2665. 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)
  2666. 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)
  2667. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2668. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2669. 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)
  2670. 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)
  2671. if Debounces.on == false then break end
  2672. wait()
  2673. end
  2674. z6 = Instance.new("Sound", larm)
  2675. z6.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2676. z6.Volume = 1.25
  2677. z6.Pitch = pt[math.random(1,#pt)]
  2678. z6.Looped = false
  2679. z6:Play()
  2680. for i = 1, 3 do
  2681. 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)
  2682. 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)
  2683. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2684. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2685. 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)
  2686. 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)
  2687. if Debounces.on == false then break end
  2688. wait()
  2689. end
  2690. z7 = Instance.new("Sound", rarm)
  2691. z7.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  2692. z7.Volume = 1.25
  2693. z7.Pitch = pt[math.random(1,#pt)]
  2694. z7.Looped = false
  2695. z7:Play()
  2696. for i = 1, 3 do
  2697. 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)
  2698. 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)
  2699. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2700. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2701. 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)
  2702. 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)
  2703. if Debounces.on == false then break end
  2704. wait()
  2705. end
  2706. z8 = Instance.new("Sound", larm)
  2707. z8.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2708. z8.Volume = 1.25
  2709. z8.Pitch = pt[math.random(1,#pt)]
  2710. z8.Looped = false
  2711. z8:Play()
  2712. for i = 1, 3 do
  2713. 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)
  2714. 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)
  2715. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2716. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2717. 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)
  2718. 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)
  2719. if Debounces.on == false then break end
  2720. wait()
  2721. end
  2722. z9 = Instance.new("Sound", rarm)
  2723. z9.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2724. z9.Volume = 1.25
  2725. z9.Pitch = pt[math.random(1,#pt)]
  2726. z9.Looped = false
  2727. z9:Play()
  2728. for i = 1, 3 do
  2729. 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)
  2730. 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)
  2731. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2732. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2733. 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)
  2734. 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)
  2735. if Debounces.on == false then break end
  2736. wait()
  2737. end
  2738. z10 = Instance.new("Sound", larm)
  2739. z10.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2740. z10.Volume = 1.25
  2741. z10.Pitch = pt[math.random(1,#pt)]
  2742. z10.Looped = false
  2743. z10:Play()
  2744. for i = 1, 3 do
  2745. 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)
  2746. 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)
  2747. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2748. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2749. 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)
  2750. 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)
  2751. if Debounces.on == false then break end
  2752. wait()
  2753. end
  2754. z11 = Instance.new("Sound", rarm)
  2755. z11.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2756. z11.Volume = 1.25
  2757. z11.Pitch = pt[math.random(1,#pt)]
  2758. z11.Looped = false
  2759. z11:Play()
  2760. for i = 1, 3 do
  2761. 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)
  2762. 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)
  2763. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2764. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2765. 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)
  2766. 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)
  2767. if Debounces.on == false then break end
  2768. wait()
  2769. end
  2770. z12 = Instance.new("Sound", larm)
  2771. z12.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2772. z12.Volume = 1.25
  2773. z12.Pitch = pt[math.random(1,#pt)]
  2774. z12.Looped = false
  2775. z12:Play()
  2776. for i = 1, 3 do
  2777. 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)
  2778. 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)
  2779. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2780. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2781. 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)
  2782. 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)
  2783. if Debounces.on == false then break end
  2784. wait()
  2785. end
  2786. z13 = Instance.new("Sound", rarm)
  2787. z13.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2788. z13.Volume = 1.25
  2789. z13.Pitch = pt[math.random(1,#pt)]
  2790. z13.Looped = false
  2791. z13:Play()
  2792. for i = 1, 3 do
  2793. 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)
  2794. 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)
  2795. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2796. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2797. 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)
  2798. 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)
  2799. if Debounces.on == false then break end
  2800. wait()
  2801. end
  2802. z14 = Instance.new("Sound", larm)
  2803. z14.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2804. z14.Volume = 1.25
  2805. z14.Pitch = pt[math.random(1,#pt)]
  2806. z14.Looped = false
  2807. z14:Play()
  2808. for i = 1, 3 do
  2809. 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)
  2810. 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)
  2811. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2812. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2813. 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)
  2814. 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)
  2815. if Debounces.on == false then break end
  2816. wait()
  2817. end
  2818. z15 = Instance.new("Sound", rarm)
  2819. z15.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2820. z15.Volume = 1.25
  2821. z15.Pitch = pt[math.random(1,#pt)]
  2822. z15.Looped = false
  2823. z15:Play()
  2824. for i = 1, 3 do
  2825. 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)
  2826. 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)
  2827. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2828. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2829. 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)
  2830. 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)
  2831. if Debounces.on == false then break end
  2832. wait()
  2833. end
  2834. z16 = Instance.new("Sound", larm)
  2835. z16.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2836. z16.Volume = 1.25
  2837. z16.Pitch = pt[math.random(1,#pt)]
  2838. z16.Looped = false
  2839. z16:Play()
  2840. for i = 1, 3 do
  2841. 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)
  2842. 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)
  2843. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2844. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2845. 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)
  2846. 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)
  2847. if Debounces.on == false then break end
  2848. wait()
  2849. end
  2850. z17 = Instance.new("Sound", rarm)
  2851. z17.SoundId = "http://www.roblox.com/asset/?id=200633148"--160867463, 161006212
  2852. z17.Volume = 1.25
  2853. z17.Pitch = pt[math.random(1,#pt)]
  2854. z17.Looped = false
  2855. z17:Play()
  2856. for i = 1, 3 do
  2857. 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)
  2858. 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)
  2859. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2860. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2861. 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)
  2862. 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)
  2863. if Debounces.on == false then break end
  2864. wait()
  2865. end
  2866. z18 = Instance.new("Sound", larm)
  2867. z18.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2868. z18.Volume = 1.25
  2869. z18.Pitch = pt[math.random(1,#pt)]
  2870. z18.Looped = false
  2871. z18:Play()
  2872. for i = 1, 3 do
  2873. 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)
  2874. 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)
  2875. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2876. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2877. 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)
  2878. 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)
  2879. if Debounces.on == false then break end
  2880. wait()
  2881. end
  2882. z19 = Instance.new("Sound", rarm)
  2883. z19.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2884. z19.Volume = 1.25
  2885. z19.Pitch = pt[math.random(1,#pt)]
  2886. z19.Looped = false
  2887. z19:Play()
  2888. for i = 1, 3 do
  2889. 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)
  2890. 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)
  2891. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2892. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2893. 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)
  2894. 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)
  2895. if Debounces.on == false then break end
  2896. wait()
  2897. end
  2898. z20 = Instance.new("Sound", larm)
  2899. z20.SoundId = "http://www.roblox.com/asset/?id=200633148"
  2900. z20.Volume = 1.25
  2901. z20.Pitch = pt[math.random(1,#pt)]
  2902. z20.Looped = false
  2903. z20:Play()
  2904. for i = 1, 3 do
  2905. 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)
  2906. 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)
  2907. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2908. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2909. 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)
  2910. 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)
  2911. if Debounces.on == false then break end
  2912. wait()
  2913. end
  2914. z:Destroy()
  2915. z2:Destroy()
  2916. z3:Destroy()
  2917. z4:Destroy()
  2918. z5:Destroy()
  2919. z6:Destroy()
  2920. z7:Destroy()
  2921. z8:Destroy()
  2922. z9:Destroy()
  2923. z10:Destroy()
  2924. z11:Destroy()
  2925. z12:Destroy()
  2926. z13:Destroy()
  2927. z14:Destroy()
  2928. z15:Destroy()
  2929. z16:Destroy()
  2930. z17:Destroy()
  2931. z18:Destroy()
  2932. z19:Destroy()
  2933. z20:Destroy()
  2934. Debounces.LPunch = false
  2935. Debounces.RPunch = false
  2936. Debounces.ks = false
  2937. Debounces.ks2 = false
  2938. if Debounces.CanAttack == false then
  2939. Debounces.CanAttack = true
  2940. Debounces.on = false
  2941. Debounces.NoIdl = false
  2942. end
  2943. end
  2944. end
  2945. end)
  2946. -------------------------------
  2947. mouse.KeyDown:connect(function(key)
  2948. if key == "t" then
  2949. if Debounces.CanAttack == true then
  2950. Debounces.CanAttack = false
  2951. Debounces.NoIdl = true
  2952. Debounces.on = true
  2953. Debounces.ks = true
  2954. kik = rleg.Touched:connect(function(ht)
  2955. hit = ht.Parent
  2956. if ht and hit:IsA("Model") then
  2957. if hit:FindFirstChild("Humanoid") then
  2958. if hit.Name ~= p.Name then
  2959. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2960. Debounces.Slashed = true]]--
  2961. if Debounces.ks==true then
  2962. z = Instance.new("Sound",hed)
  2963. z.SoundId = "rbxassetid://169380525"
  2964. z.Volume = 1
  2965. z:Play()
  2966. Debounces.ks=false
  2967. end
  2968. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  2969. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2970. --Debounces.Slashed = false
  2971. --end
  2972. end
  2973. end
  2974. elseif ht and hit:IsA("Hat") then
  2975. if hit.Parent.Name ~= p.Name then
  2976. if hit.Parent:FindFirstChild("Humanoid") then
  2977. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2978. Debounces.Slashed = true]]--
  2979. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2980. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2981. --Debounces.Slashed = false
  2982. --end
  2983. end
  2984. end
  2985. end
  2986. end)
  2987. for i = 1,20 do
  2988. 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)
  2989. 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)
  2990. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2991. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  2992. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  2993. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2994. if Debounces.on == false then break end
  2995. rs:wait()
  2996. end
  2997. kik:disconnect()
  2998. if Debounces.CanAttack == false then
  2999. Debounces.CanAttack = true
  3000. Debounces.NoIdl = false
  3001. Debounces.on = false
  3002. end
  3003. end
  3004. end
  3005. end)
  3006. ----------------------------------------------------
  3007. mouse.KeyDown:connect(function(key)
  3008. if key == "y" then
  3009. if Debounces.CanAttack == true then
  3010. Debounces.CanAttack = false
  3011. Debounces.on = true
  3012. Debounces.NoIdl = true
  3013. for i = 1, 15 do
  3014. 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)
  3015. 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)
  3016. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  3017. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.4)
  3018. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3019. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3020. if Debounces.on == false then break end
  3021. rs:wait(2.7)
  3022. end
  3023. xa = Instance.new("Sound",char)
  3024. xa.SoundId = "rbxassetid://419447292"
  3025. xa.Pitch = 1
  3026. xa.Volume = 2.5
  3027. wait(.1)
  3028. xa:Play()
  3029. Debounces.on = false
  3030. Debounces.Here = false
  3031. shot = shot + 1
  3032. local rng = Instance.new("Part", larm)
  3033. rng.Anchored = true
  3034. rng.BrickColor = TorsoColor
  3035. rng.CanCollide = false
  3036. rng.FormFactor = 3
  3037. rng.Name = "Ring"
  3038. rng.Size = Vector3.new(1, 1, 1)
  3039. rng.Transparency = 0.35
  3040. rng.TopSurface = 0
  3041. rng.BottomSurface = 0
  3042. rng2 = rng:clone()
  3043. rng3 = rng2:clone()
  3044. rng4 = rng2:clone()
  3045. local rngm = Instance.new("SpecialMesh", rng)
  3046. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3047. rngm.Scale = Vector3.new(10, 10, 1)
  3048. rngm2 = rngm:clone()
  3049. rngm2.Scale = Vector3.new(5, 5, 3)
  3050. rngm3=rngm2:clone()
  3051. rngm3.Parent = rng3
  3052. rngm3.Scale = Vector3.new(8, 8, 1)
  3053. rngm4 = rngm2:clone()
  3054. rngm4.Parent = rng4
  3055. rngm4.Scale = Vector3.new(6, 6, 1)
  3056. local bem = Instance.new("Part", larm)
  3057. bem.Anchored = true
  3058. bem.BrickColor = BrickColor.new("Really black")
  3059. bem.CanCollide = false
  3060. bem.FormFactor = 3
  3061. bem.Name = "Beam" .. shot
  3062. bem.Size = Vector3.new(1, 1, 1)
  3063. bem.Transparency = 0.35
  3064. bem.Material = "Neon"
  3065. bem.TopSurface = 0
  3066. bem.BottomSurface = 0
  3067. local bemm = Instance.new("SpecialMesh", bem)
  3068. bemm.MeshType = 4
  3069. bemm.Scale = Vector3.new(1, 50, 50)
  3070. local out = Instance.new("Part", larm)
  3071. out.Anchored = true
  3072. out.BrickColor = BrickColor.new("Really black")
  3073. out.CanCollide = false
  3074. out.FormFactor = 3
  3075. out.Name = "Out"
  3076. out.Size = Vector3.new(8, 8, 8)
  3077. out.Transparency = 0.35
  3078. out.TopSurface = 0
  3079. out.BottomSurface = 0
  3080. local outm = Instance.new("SpecialMesh", out)
  3081. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3082. outm.Scale = Vector3.new(12, 8, 12)
  3083. local bnd = Instance.new("Part", larm)
  3084. bnd.Anchored = true
  3085. bnd.BrickColor = BrickColor.new("Really black")
  3086. bnd.CanCollide = false
  3087. bnd.FormFactor = 3
  3088. bnd.Name = "Bend"
  3089. bnd.Size = Vector3.new(1, 1, 1)
  3090. bnd.Transparency = 1
  3091. bnd.TopSurface = 0
  3092. bnd.BottomSurface = 0
  3093. local bndm = Instance.new("SpecialMesh", bnd)
  3094. bndm.MeshType = 3
  3095. bndm.Scale = Vector3.new(16, 16, 16)
  3096. out.CFrame = larm.CFrame * CFrame.new(0, -5.4, 0)
  3097. bem.CFrame = out.CFrame * CFrame.new(0, -50, 0) * CFrame.Angles(0, 0, math.rad(90))
  3098. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3099. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3100. rng3.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  3101. rng4.CFrame = rng.CFrame * CFrame.new(0, -2, 0)
  3102. Debounces.Shewt = true
  3103. coroutine.wrap(function()
  3104. for i = 1, 20, 0.2 do
  3105. rngm.Scale = Vector3.new(20 + i*4, 20 + i*4, 2)
  3106. rngm3.Scale = Vector3.new(16 + i*6, 16 + i*6, 2)
  3107. rngm4.Scale = Vector3.new(12 + i*8, 12 + i*8, 2)
  3108. rng.Transparency = i/20
  3109. rng3.Transparency = 1/24
  3110. rng4.Transparency = i/26
  3111. wait()
  3112. end
  3113. wait()
  3114. rng:Destroy()
  3115. end)()
  3116. if Debounces.Shewt == true then
  3117. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  3118. hit = ht.Parent
  3119. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  3120. if HasntTouched(hit.Name) == true and deb == false then
  3121. deb = true
  3122. coroutine.wrap(function()
  3123. hit:FindFirstChild("Humanoid").PlatformStand = true
  3124. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 275
  3125. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  3126. end)()
  3127. table.insert(Touche, hit.Name)
  3128. deb = false
  3129. end
  3130. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  3131. if HasntTouched(hit.Parent.Name) == true and deb == false then
  3132. deb = true
  3133. coroutine.wrap(function()
  3134. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  3135. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 275
  3136. wait(1)
  3137. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  3138. end)()
  3139. table.insert(Touche, hit.Parent.Name)
  3140. deb = false
  3141. for i, v in pairs(Touche) do
  3142. print(v)
  3143. end
  3144. end
  3145. end
  3146. end)
  3147. end
  3148. for i = 0, 260, 8 do
  3149. bem.Size = Vector3.new(i, 30, 30)
  3150. out.CFrame = larm.CFrame * CFrame.new(0, -5.4, 0)
  3151. bem.CFrame = larm.CFrame * CFrame.new(0, -42 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  3152. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  3153. bnd.Size = Vector3.new(2,2,2)
  3154. bndm.Scale = Vector3.new(16,16,16)
  3155. if i % 10 == 0 then
  3156. local newRng = rng2:Clone()
  3157. newRng.Parent = larm
  3158. newRng.CFrame = larm.CFrame * CFrame.new(0, -8.4-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  3159. local newRngm = rngm2:clone()
  3160. newRngm.Parent=newRng
  3161. coroutine.wrap(function()
  3162. for i = 1, 10, 0.2 do
  3163. newRngm.Scale = Vector3.new(16 + i*4, 16 + i*4, 6)
  3164. newRng.Transparency = i/10
  3165. wait()
  3166. end
  3167. wait()
  3168. newRng:Destroy()
  3169. end)()
  3170. end
  3171. wait()
  3172. end
  3173. wait()
  3174. Debounces.Shewt = false
  3175. bem:Destroy()
  3176. out:Destroy()
  3177. bnd:Destroy()
  3178. Debounces.Ready = false
  3179. for i, v in pairs(Touche) do
  3180. table.remove(Touche, i)
  3181. end
  3182. wait()
  3183. table.insert(Touche, char.Name)
  3184. Debounces.NoIdl = false
  3185. if Debounces.CanAttack == false then
  3186. Debounces.CanAttack = true
  3187. end
  3188. end
  3189. end
  3190. end)
  3191. ----------------------------------------------------
  3192. mouse.KeyDown:connect(function(key)
  3193. if key == "h" then
  3194. if Debounces.CanAttack == true then
  3195. Debounces.CanAttack = false
  3196. Debounces.on = true
  3197. Debounces.NoIdl = true
  3198. for i = 1, 20 do
  3199. 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)
  3200. 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)
  3201. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  3202. 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)
  3203. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  3204. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  3205. if Debounces.on == false then break end
  3206. rs:wait(2.6)
  3207. end
  3208. Spawn(function()
  3209. local Parts = {}
  3210. for Y = -5,5 do
  3211. local P = Instance.new("Part",char)
  3212. P.Anchored = true
  3213. P.FormFactor = "Custom"
  3214. P.CanCollide = false
  3215. P.Size = Vector3.new(2,4,2)
  3216. P.TopSurface = "SmoothNoOutlines"
  3217. P.BottomSurface = "SmoothNoOutlines"
  3218. P.Material = "Neon"
  3219. P.BrickColor = BrickColor.new("Really black")
  3220. P.Name = tostring(Y)
  3221. local i = (Y+5)/(10)
  3222. i = 1-math.cos(math.pi*i-(math.pi/2))
  3223. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  3224. --[[P.Touched:connect(function(ht)
  3225. local hit = ht.Parent
  3226. if hit:FindFirstChild("Humanoid") then
  3227. hit.Humanoid:TakeDamage(math.random(20,50))
  3228. end
  3229. end)]]--
  3230. s = Instance.new("Sound",P)
  3231. s.SoundId = "rbxassetid://228343271"
  3232. s.Volume = 1
  3233. s.Pitch = 0.9
  3234. s:Play()
  3235. sa = Instance.new("Sound",P)
  3236. sa.SoundId = "rbxassetid://419447292"
  3237. sa.Volume = 1
  3238. sa.Pitch = 1
  3239. sa:Play()
  3240. P.Touched:connect(function(ht)
  3241. hit = ht.Parent
  3242. if ht and hit:IsA("Model") then
  3243. if hit:FindFirstChild("Humanoid") then
  3244. if hit.Name ~= p.Name then
  3245. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3246. Debounces.Slashed = true]]--
  3247. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  3248. hit:FindFirstChild("Humanoid").PlatformStand = true
  3249. wait(1)
  3250. --Debounces.Slashed = false
  3251. --end
  3252. end
  3253. end
  3254. elseif ht and hit:IsA("Hat") then
  3255. if hit.Parent.Name ~= p.Name then
  3256. if hit.Parent:FindFirstChild("Humanoid") then
  3257. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3258. Debounces.Slashed = true]]--
  3259. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  3260. hit:FindFirstChild("Humanoid").PlatformStand = true
  3261. wait(1)
  3262. --Debounces.Slashed = false
  3263. --end
  3264. end
  3265. end
  3266. end
  3267. end)
  3268. Parts[#Parts+1] = P
  3269. end
  3270. local BREAKIT = false
  3271. local CParts = {}
  3272. local Rocks = {}
  3273. local LastPos = nil
  3274. for i = 1,70 do
  3275. for i2,v in pairs(Parts) do
  3276. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  3277. local cf = v.CFrame
  3278. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  3279. v.CFrame = cf
  3280. v.Transparency = v.Transparency+0.02
  3281. if v.Transparency >= 0.975 then BREAKIT = true end
  3282. if v.Name == "0" then
  3283. local Ignore = {}
  3284. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3285. if v.Character ~= nil then
  3286. Ignore[#Ignore+1] = v.Character
  3287. end
  3288. end
  3289. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  3290. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  3291. if Hit ~= nil then
  3292. if #Rocks == 0 then
  3293. for i = 1,5 do
  3294. local P = Instance.new("Part",char)
  3295. Rocks[#Rocks+1] = P
  3296. P.Anchored = true
  3297. P.FormFactor = "Custom"
  3298. P.BrickColor = Hit.BrickColor
  3299. P.Material = Hit.Material
  3300. P.TopSurface = "Smooth"
  3301. P.BottomSurface = "Smooth"
  3302. P.Size = Vector3.new(2,2,2)*(math.random(500,900)/100)
  3303. end
  3304. end
  3305. for i,P in pairs(Rocks) do
  3306. 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)))
  3307. end
  3308. local P = Instance.new("Part",char)
  3309. CParts[#CParts+1] = {P,tick()}
  3310. P.Anchored = true
  3311. P.FormFactor = "Custom"
  3312. P.BrickColor = Hit.BrickColor
  3313. P.Material = Hit.Material
  3314. P.TopSurface = "Smooth"
  3315. P.BottomSurface = "Smooth"
  3316. P.Size = Vector3.new(2,2,2)*(math.random(100,300)/100)
  3317. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3318. Pos = Pos.p
  3319. 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)))
  3320. local P = P:Clone()
  3321. CParts[#CParts+1] = {P,tick()}
  3322. P.Parent = char
  3323. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  3324. Pos = Pos.p
  3325. 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)))
  3326. if LastPos ~= nil then
  3327. local P = P:Clone()
  3328. CParts[#CParts+1] = {P,tick()}
  3329. P.Parent = char
  3330. P.BrickColor = TorsoColor
  3331. P.Material = "Neon"
  3332. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3333. Pos = Pos.p
  3334. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3335. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  3336. --P.Velocity = Vector3.new(0,-1000,0)
  3337. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  3338. end
  3339. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3340. end
  3341. end
  3342. end
  3343. if BREAKIT then break end
  3344. wait(0.002)
  3345. end
  3346. for i,v in pairs(Rocks) do
  3347. CParts[#CParts+1] = {v,tick()}
  3348. end
  3349. for i,v in pairs(Parts) do
  3350. v:Destroy()
  3351. end
  3352. Parts = nil
  3353. while true do
  3354. local t = tick()
  3355. local p = nil
  3356. for i,v in pairs(CParts) do
  3357. if t-v[2] > 4 then
  3358. v[1].Transparency = v[1].Transparency+0.05
  3359. if v[1].Transparency >= 1 then
  3360. v[1]:Destroy()
  3361. CParts[i] = nil
  3362. end
  3363. end
  3364. p = v
  3365. end
  3366. if p == nil then break end
  3367. wait(0.002)
  3368. end
  3369. for i,v in pairs(CParts) do
  3370. v:Destroy()
  3371. end
  3372. CParts = {}
  3373. end)
  3374. for i = 1, 20 do
  3375. 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)
  3376. 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)
  3377. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3378. 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)
  3379. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  3380. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  3381. 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)
  3382. if Debounces.on == false then break end
  3383. rs:wait(2)
  3384. end
  3385. if Debounces.CanAttack == false then
  3386. Debounces.CanAttack = true
  3387. Debounces.on = false
  3388. Debounces.NoIdl = false
  3389. end
  3390. end
  3391. end
  3392. end)
  3393. ----------------------------------------------------
  3394. local orbt={}
  3395. local stlt={}
  3396. local chot={}
  3397. local cfxt={}
  3398. local pfxt={}
  3399. local cns=0
  3400. local cnOrb=nil
  3401. mouse.KeyDown:connect(function(key)
  3402. if key == "u" then
  3403. if Debounces.CanAttack == true then
  3404. Debounces.CanAttack = false
  3405. Debounces.NoIdl = true
  3406. Debounces.on = true
  3407. orbt={}
  3408. stlt={}
  3409. chot={}
  3410. cfxt={}
  3411. for i = 1, 20 do
  3412. 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)
  3413. 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)
  3414. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  3415. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  3416. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3417. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3418. if Debounces.on == false then end
  3419. rs:wait()
  3420. end
  3421. z2 = Instance.new("Sound",char)
  3422. z2.SoundId = "rbxassetid://489657591"
  3423. z2.Pitch = 1
  3424. z2.Volume = 2
  3425. wait(0.1)
  3426. z2:Play()
  3427. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"White")
  3428. debris:AddItem(cnOrb,50)
  3429. cnOrb.Mesh.MeshType=3
  3430. cnOrb.Transparency = 0.5
  3431. table.insert(orbt,cnOrb)
  3432. table.insert(stlt,cnOrb)
  3433. local nt=0
  3434. for i=0,14.75,0.02 do
  3435. nt=nt+1
  3436. cns=i
  3437. if nt>=2 then
  3438. nt=0
  3439. 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")
  3440. debris:AddItem(cho,1)
  3441. cho.Mesh.MeshType=3
  3442. cho.Transparency = 1
  3443. table.insert(chot,cho)
  3444. end
  3445. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  3446. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  3447. wait()
  3448. end
  3449. for i = 1, 14 do
  3450. 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)
  3451. 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)
  3452. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  3453. 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)
  3454. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  3455. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  3456. if Debounces.on == false then end
  3457. rs:wait()
  3458. end
  3459. coroutine.wrap(function()
  3460. for i = 1, 20 do
  3461. 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)
  3462. 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)
  3463. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3464. 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)
  3465. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  3466. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  3467. if Debounces.on == false then end
  3468. rs:wait()
  3469. end
  3470. end)()
  3471. wait(0.1)
  3472. stlt={}
  3473. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
  3474. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  3475. local nt=0
  3476. for i=0,160,3 do
  3477. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  3478. nt=nt+1
  3479. if nt>=6 then
  3480. nt=0
  3481. 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")
  3482. cfx.Mesh.MeshId="rbxassetid://0"
  3483. cfx.Transparency=0.4
  3484. table.insert(cfxt,cfx)
  3485. debris:AddItem(cfx,1)
  3486. end
  3487. if (cnOrb.Position-ps).magnitude<12 then
  3488. break
  3489. end
  3490. wait()
  3491. end
  3492. orbt={}
  3493.  
  3494. for i=0,1,0.1 do
  3495. local cs=cnOrb.Mesh.Scale
  3496. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  3497. wait()
  3498. end
  3499. local ofx=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"Really black")
  3500. ofx.Transparency=0.5
  3501. ofx.Mesh.MeshType=3
  3502. ofx.Mesh.Scale=Vector3.new(30,30,30)
  3503. for _,v in pairs(game:service"Players":GetChildren()) do
  3504. pcall(function()
  3505. for _,c in pairs(v.Character:GetChildren()) do
  3506. 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
  3507. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  3508. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*2500
  3509. end
  3510. end
  3511. end)
  3512. end
  3513. for i=0,1,0.05 do
  3514. local cs=cnOrb.Mesh.Scale
  3515. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  3516. local ofs=ofx.Mesh.Scale
  3517. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  3518. ofx.Transparency=Tween(ofx.Transparency,1,i)
  3519. wait()
  3520. end
  3521. ofx:Destroy()
  3522. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  3523. local cnfx=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame,"Really black")
  3524. cnfx.Mesh.MeshType=3
  3525. cnOrb.Transparency=0.5
  3526. local cnr=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame,"Really black")
  3527. cnr.Transparency=0.5
  3528. cnr.Mesh.MeshType=3
  3529. local rn1=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"White")
  3530. rn1.Transparency=1
  3531. rn1.Mesh.MeshId="rbxassetid://3270017"
  3532. local rn2=nwPrt(cnOrb,Vector3.new(10,10,10),cnOrb.CFrame,"White")
  3533. rn2.Transparency=1
  3534. rn2.Mesh.MeshId="rbxassetid://3270017"
  3535. local rn3=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame*CFrame.Angles(math.rad(-90),0,0),"White")
  3536. rn3.Transparency=1
  3537. rn3.Mesh.MeshId="rbxassetid://3270017"
  3538. local rn4=nwPrt(cnOrb,Vector3.new(100,100,100),cnOrb.CFrame,"White")
  3539. rn4.Transparency=1
  3540. rn4.Mesh.MeshId="rbxassetid://3270017"
  3541. local rn5=nwPrt(cnOrb,Vector3.new(200,200,100),cnOrb.CFrame,"White")
  3542. rn5.Transparency=1
  3543. rn5.Mesh.MeshId="rbxassetid://3270017"
  3544. local rn6=nwPrt(cnOrb,Vector3.new(200,200,100),cnOrb.CFrame,"White")
  3545. rn6.Transparency=1
  3546. rn6.Mesh.MeshId="rbxassetid://3270017"
  3547. local nt=0
  3548. local cs=nil
  3549. z4 = Instance.new("Sound",char)
  3550. z4.SoundId = "rbxassetid://419447292"
  3551. z4.Pitch = 1
  3552. z4.Volume = 10
  3553. wait(0.1)
  3554. z4:Play()
  3555. z3 = Instance.new("Sound",char)
  3556. z3.SoundId = "rbxassetid://421328847"
  3557. z3.Pitch = 1
  3558. z3.Volume = 10
  3559. wait(0.1)
  3560. z3:Play()
  3561. for i=0,1,0.05 do
  3562. cs=cnOrb.Mesh.Scale
  3563. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  3564. local fs=cnfx.Mesh.Scale
  3565. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  3566. cnfx.Transparency=cnfx.Transparency+0.05
  3567. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  3568. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  3569. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  3570. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  3571. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  3572. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  3573. rn3.Mesh.Scale=Vector3.new(Tween(fs.X,1200,i),Tween(fs.Y,1200,i),Tween(fs.Z,600,i))
  3574. rn4.Mesh.Scale=Vector3.new(Tween(fs.X,1200,i),Tween(fs.Y,1200,i),Tween(fs.Z,600,i))
  3575. rn3.CFrame=rn3.CFrame*CFrame.Angles(math.rad(-10),math.rad(-6),math.rad(-3))
  3576. rn4.CFrame=rn4.CFrame*CFrame.Angles(math.rad(-10),math.rad(-6),math.rad(-3))
  3577. rn3.Transparency=Tween(rn1.Transparency,0.8,i)
  3578. rn4.Transparency=Tween(rn2.Transparency,0.8,i)
  3579. rn5.Transparency=Tween(rn2.Transparency,0.25,i)
  3580. rn5.CFrame=rn5.CFrame*CFrame.Angles(math.rad(-20),math.rad(-18),math.rad(-9))
  3581. rn5.Mesh.Scale=Vector3.new(Tween(fs.X,2400,i),Tween(fs.Y,2400,i),Tween(fs.Z,1200,i))
  3582. rn6.Transparency=Tween(rn2.Transparency,0.25,i)
  3583. rn6.CFrame=rn6.CFrame*CFrame.Angles(math.rad(20),math.rad(18),math.rad(9))
  3584. rn6.Mesh.Scale=Vector3.new(Tween(fs.X,2400,i),Tween(fs.Y,2400,i),Tween(fs.Z,1200,i))
  3585. local rs=cnr.Mesh.Scale
  3586. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  3587. nt=nt+1
  3588. if nt>=6 then
  3589. local pls={}
  3590. for _,v in pairs(game.Players:GetChildren()) do
  3591. table.insert(pls,v)
  3592. end
  3593. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  3594. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"White")
  3595. pffx.Mesh.MeshId="rbxassetid://0"
  3596. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  3597. debris:AddItem(pffx,2)
  3598. table.insert(pfxt,pffx)
  3599. nt=0
  3600. end
  3601. wait()
  3602. end
  3603. local int=0
  3604. coroutine.wrap(function()
  3605. for i=1,500 do
  3606. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  3607. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  3608. rn3.CFrame=rn3.CFrame*CFrame.Angles(math.rad(-10),math.rad(-5),math.rad(-5))
  3609. rn4.CFrame=rn4.CFrame*CFrame.Angles(math.rad(-10),math.rad(-5),math.rad(-5))
  3610. rn5.CFrame=rn5.CFrame*CFrame.Angles(math.rad(5),math.rad(5),math.rad(5))
  3611. rn6.CFrame=rn6.CFrame*CFrame.Angles(math.rad(-5),math.rad(-5),math.rad(-5))
  3612. nt=nt+1
  3613. int=int+1
  3614. local htd={p}
  3615. for _,v in pairs(game:service"Players":GetChildren()) do
  3616. pcall(function()
  3617. for _,c in pairs(v.Character:GetChildren()) do
  3618. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  3619. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  3620. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  3621. table.insert(htd,v)
  3622. end
  3623. end
  3624. end)
  3625. end
  3626. htd={p}
  3627. if int>=6 then
  3628. for _,v in pairs(game:service"Players":GetChildren()) do
  3629. pcall(function()
  3630. for _,c in pairs(v.Character:GetChildren()) do
  3631. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  3632. table.insert(htd,v)
  3633. 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")
  3634. hfx.Mesh.Scale=Vector3.new(2,2,2)
  3635. hfx.Mesh.MeshType=3
  3636. debris:AddItem(hfx,2)
  3637. coroutine.wrap(function()
  3638. pcall(function()
  3639. for i=0,1,0.05 do
  3640. pcall(function()
  3641. local hs=hfx.Mesh.Scale
  3642. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  3643. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  3644. end)
  3645. wait()
  3646. end
  3647. hfx:Destroy()
  3648. end)
  3649. end)()
  3650. end
  3651. end
  3652. end)
  3653. end
  3654. int=0
  3655. end
  3656. if nt>=4 then
  3657. local pls={}
  3658. for _,v in pairs(game.Players:GetChildren()) do
  3659. table.insert(pls,v)
  3660. end
  3661. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  3662. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"White")
  3663. pffx.Transparency=0.4
  3664. pffx.Mesh.MeshId="rbxassetid://0"
  3665. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  3666. debris:AddItem(pffx,2)
  3667. table.insert(pfxt,pffx)
  3668. nt=0
  3669. end
  3670. wait()
  3671. end
  3672. cnOrb:Destroy()
  3673. cnfx:Destroy()
  3674. for _,v in pairs(mod3:GetChildren()) do
  3675. v:Destroy()
  3676. end
  3677. orbt={}
  3678. stlt={}
  3679. chot={}
  3680. cfxt={}
  3681. pfxt={}
  3682. end)()
  3683. if Debounces.CanAttack == false then
  3684. Debounces.CanAttack = true
  3685. Debounces.NoIdl = false
  3686. Debounces.on = false
  3687. end
  3688. end
  3689. end
  3690. end)
  3691. ----------------------------------------------------
  3692. --[[mouse.KeyDown:connect(function(key)
  3693. if key == "y" then
  3694. if Debounces.CanAttack == true then
  3695. Debounces.CanAttack = false
  3696. Debounces.NoIdl = true
  3697. Debounces.on = true
  3698. local shell = Instance.new("Part",torso)
  3699. shell.BrickColor = TorsoColor
  3700. shell.Anchored = false
  3701. shell.CanCollide = false
  3702. shell.Locked = true
  3703. shell.TopSurface = "SmoothNoOutlines"
  3704. shell.BottomSurface = "SmoothNoOutlines"
  3705. shell.Size = Vector3.new(1.2,1.2,1.2)
  3706. shell.FormFactor = 3
  3707. local shellm = Instance.new("SpecialMesh",shell)
  3708. shellm.MeshType = "Sphere"
  3709. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  3710. Omega = function()
  3711. local X = Instance.new("Part",char)
  3712. local O = Instance.new("ObjectValue",X)
  3713. O.Name = "creator"
  3714. X.Locked = true
  3715. X.Name = "Shell"
  3716. X.Anchored = false
  3717. X.CanCollide = false
  3718. X.Transparency = 0.5
  3719. X.Reflectance = 0
  3720. X.BottomSurface = 0
  3721. X.TopSurface = 0
  3722. X.Shape = 0
  3723. local V = Instance.new("ObjectValue",X)
  3724. V.Value = char
  3725. V.Name = "creator"
  3726. X.BrickColor = TorsoColor
  3727. X.Size = Vector3.new(40,40,40)
  3728. --X.Material = "Neon"
  3729. local Z = Instance.new("SpecialMesh",X)
  3730. Z.MeshType = "Sphere"
  3731. Z.Scale = Vector3.new(0.2,0.2,0.2)
  3732. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  3733. local bv = Instance.new("BodyVelocity",X)
  3734. bv.maxForce = Vector3.new(99999,99999,99999)
  3735. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  3736. bv.velocity = root.CFrame.lookVector*10
  3737. Explode = X.Touched:connect(function(hit)
  3738. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart}") then
  3739. local cf = X.CFrame
  3740. bv:Destroy()
  3741. X.Anchored = true
  3742. Z:Remove()
  3743. Explode:disconnect()
  3744. X.Size = Vector3.new(3,3,3)
  3745. X.Touched:connect(function(hit) end)
  3746. X.CanCollide = false
  3747. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  3748. if v:FindFirstChild('Humanoid') then
  3749. v.Humanoid:TakeDamage(math.random(80,120))
  3750. end
  3751. end
  3752. for i = 1, (40) do rs:wait()
  3753. X.Transparency = X.Transparency + (1/40)
  3754. X.Size = X.Size + Vector3.new(1,1,1)
  3755. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  3756. end
  3757. X:Destroy()
  3758. end
  3759. end)
  3760. end
  3761. for i = 1,200 do
  3762. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  3763. 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)
  3764. 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)
  3765. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3766. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3767. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3768. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3769. if Debounces.on == false then break end
  3770. rs:wait()
  3771. end
  3772. for i = 1,30 do
  3773. shell.CFrame = torso.CFrame * CFrame.new(0,8,0)
  3774. 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)
  3775. 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)
  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. for i = 1,40 do
  3784. shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  3785. shell.Size = shell.Size + Vector3.new(1,1,1)
  3786. 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)
  3787. 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)
  3788. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3789. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3790. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3791. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3792. if Debounces.on == false then break end
  3793. rs:wait()
  3794. end
  3795. for i = 1,40 do
  3796. shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  3797. 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)
  3798. 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)
  3799. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3800. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3801. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3802. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3803. if Debounces.on == false then break end
  3804. rs:wait()
  3805. end
  3806. for i = 1,60 do
  3807. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  3808. 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)
  3809. 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)
  3810. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3811. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3812. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3813. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3814. if Debounces.on == false then break end
  3815. rs:wait()
  3816. end
  3817. for i = 1,60 do
  3818. shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  3819. shell.Size = shell.Size + Vector3.new(1,1,1)
  3820. 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)
  3821. 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)
  3822. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3823. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3824. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3825. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3826. if Debounces.on == false then break end
  3827. rs:wait()
  3828. end
  3829. if Debounces.CanAttack == false then
  3830. Debounces.CanAttack = true
  3831. Debounces.NoIdl = false
  3832. Debounces.on = false
  3833. end
  3834. end
  3835. end
  3836. end)]]--
  3837. ----------------------------------------------------
  3838. Charging = false
  3839. mouse.KeyDown:connect(function(key)
  3840. if key == "r" then
  3841. if Charging == false then
  3842. Charging = true
  3843. if Debounces.CanAttack == true then
  3844. Debounces.CanAttack = false
  3845. Debounces.NoIdl = true
  3846. Debounces.on = true
  3847. for i = 1,20 do
  3848. 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)
  3849. 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)
  3850. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  3851. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  3852. 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)
  3853. 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)
  3854. if Debounces.on == false then break end
  3855. rs:wait()
  3856. end
  3857. --[[for i = 1,20 do
  3858. 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)
  3859. 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)
  3860. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  3861. 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)
  3862. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  3863. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  3864. if Debounces.on == false then break end
  3865. rs:wait()
  3866. end]]--
  3867. xay = Instance.new("Sound",char)
  3868. xay.SoundId = "rbxassetid://419447292"
  3869. xay.Pitch = 1
  3870. xay.Volume = 2.5
  3871. xay:Play()
  3872. pt=Instance.new('Part',torso)
  3873. pt.Anchored=true
  3874. pt.CanCollide=false
  3875. pt.Locked = true
  3876. pt.FormFactor='Custom'
  3877. pt.Size=Vector3.new(1,1,1)
  3878. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3879. pt.Transparency=.6
  3880. pt.BrickColor=BrickColor.new('Really black')
  3881. msh=Instance.new('SpecialMesh',pt)
  3882. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3883. msh.Scale=Vector3.new(8,4,8)
  3884. pt2=pt:clone()
  3885. pt2.Parent = torso
  3886. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3887. pt2.BrickColor=TorsoColor
  3888. msh2=msh:clone()
  3889. msh2.Parent=pt2
  3890. msh2.Scale=Vector3.new(10,5,10)
  3891.  
  3892. custommath={25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100}
  3893.  
  3894. bl = Instance.new("Part", char)
  3895. bl.Locked = true
  3896. bl.Name = "Shell"
  3897. bl.BrickColor = BrickColor.new("Really black")
  3898. bl.Anchored = true
  3899. bl.CanCollide = false
  3900. bl.Transparency = 0
  3901. bl.Reflectance = 0
  3902. bl.BottomSurface = 0
  3903. bl.TopSurface = 0
  3904. bl.Shape = 0
  3905. blm = Instance.new("SpecialMesh",bl)
  3906. blm.MeshType = "Sphere"
  3907. blm.Scale = Vector3.new(1,1,1)
  3908. blm.MeshId = "rbxassetid://9982590"
  3909.  
  3910. bl2 = Instance.new("Part", char)
  3911. bl2.Locked = true
  3912. bl2.Name = "Shella"
  3913. bl2.BrickColor = BrickColor.new("Really black")
  3914. bl2.Anchored = true
  3915. bl2.CanCollide = false
  3916. bl2.Transparency = 0
  3917. bl2.Reflectance = 0
  3918. bl2.BottomSurface = 0
  3919. bl2.TopSurface = 0
  3920. bl2.Shape = 0
  3921. blm2 = Instance.new("SpecialMesh",bl2)
  3922. blm2.MeshType = "Sphere"
  3923. blm2.Scale = Vector3.new(1,1,1)
  3924. blm2.MeshId = "rbxassetid://9982590"
  3925.  
  3926. coroutine.resume(coroutine.create(function()
  3927. for i=1, math.huge, 4 do
  3928. if Charging == true then
  3929. rs:wait()
  3930. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  3931. blm.Scale = blm.Scale + Vector3.new(15, 15, 15)
  3932. bl.Transparency = bl.Transparency + 0.075
  3933. bl2.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  3934. blm2.Scale = blm2.Scale + Vector3.new(5, 5, 5)
  3935. bl2.Transparency = bl2.Transparency + 0.025
  3936. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  3937. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  3938. msh.Scale = msh.Scale + Vector3.new(5,2.5,5)
  3939. msh2.Scale = msh2.Scale + Vector3.new(10,5,10)
  3940. elseif Charging == false then break
  3941. end
  3942. end
  3943. end))
  3944.  
  3945. repeat
  3946. local p = Instance.new('Part',torso)
  3947. p.formFactor = 'Custom'
  3948. p.Size = Vector3.new(1,1,1)
  3949. p.BrickColor = workspace.Base.BrickColor
  3950. p.CanCollide = false
  3951. p.Transparency = 0
  3952. p.Anchored = true
  3953. p.Locked=true
  3954. p.Material = workspace.Base.Material
  3955. s = math.random(1,40)/10
  3956. local m = Instance.new("BlockMesh",p)
  3957. m.Scale = Vector3.new(s,s,s)
  3958. p.CFrame = torso.CFrame*CFrame.new(custommath[math.random(1,#custommath)]/10,-math.random(5,7),custommath[math.random(1,#custommath)]/10)*CFrame.Angles(math.random(),math.random(),math.random())
  3959. --[[coroutine.wrap(function()
  3960. wait(2)
  3961. while Charging == true do
  3962. wait(2)
  3963. GroundWave1()
  3964. wait(2)
  3965. end
  3966. end)()]]--
  3967. Spawn(function()
  3968. while rs:wait() do
  3969. if Charging == true then
  3970. 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)))
  3971. 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)))
  3972. 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))
  3973. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  3974. 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)))
  3975. 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)))
  3976. elseif Charging == false then break
  3977. end
  3978. end
  3979. end)
  3980. Spawn(function()
  3981. while rs:wait() do
  3982. if p.Transparency >= 1 then p:Destroy() break end
  3983. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  3984. p.Transparency = p.Transparency+0.01
  3985. end
  3986. end)
  3987. wait(.3)
  3988. until Charging == false
  3989. end
  3990. end
  3991. end
  3992. end)
  3993. ----------------------------------------------------
  3994. mouse.KeyUp:connect(function(key)
  3995. if key == "r" then
  3996. if Charging == true then
  3997. Charging = false
  3998. pt:Destroy()
  3999. pt2:Destroy()
  4000. bl:Destroy()
  4001. if Debounces.CanAttack == false then
  4002. Debounces.CanAttack = true
  4003. Debounces.NoIdl = false
  4004. Debounces.on = false
  4005. end
  4006. end
  4007. end
  4008. end)
  4009. ----------------------------------------------------
  4010. mouse.KeyDown:connect(function(key)
  4011. if key == "g" then
  4012. if Debounces.CanAttack == true then
  4013. Debounces.CanAttack = false
  4014. Debounces.NoIdl = true
  4015. Debounces.on = true
  4016. local shell = Instance.new("Part",torso)
  4017. shell.BrickColor = TorsoColor
  4018. shell.Anchored = true
  4019. shell.CanCollide = false
  4020. shell.Locked = true
  4021. shell.TopSurface = "SmoothNoOutlines"
  4022. shell.BottomSurface = "SmoothNoOutlines"
  4023. shell.Size = Vector3.new(1,1,1)
  4024. shellm = Instance.new("SpecialMesh",shell)
  4025. shellm.MeshType = "Sphere"
  4026. shellm.Scale = Vector3.new(1,1,1)
  4027. local shell2 = Instance.new("Part",torso)
  4028. shell2.BrickColor = TorsoColor
  4029. shell2.Anchored = true
  4030. shell2.CanCollide = false
  4031. shell2.Locked = true
  4032. shell2.TopSurface = "SmoothNoOutlines"
  4033. shell2.BottomSurface = "SmoothNoOutlines"
  4034. shell2.Size = Vector3.new(1,1,1)
  4035. shellm2 = Instance.new("SpecialMesh",shell2)
  4036. shellm2.MeshType = "Sphere"
  4037. shellm2.Scale = Vector3.new(1,1,1)
  4038.  
  4039. function FindNearestTorso(Position,Distance,SinglePlayer)
  4040. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4041. local List = {}
  4042. for i,v in pairs(workspace:GetChildren())do
  4043. if v:IsA("Model")then
  4044. if v:findFirstChild("Torso")then
  4045. if v ~= char then
  4046. if(v.Torso.Position -Position).magnitude <= Distance then
  4047. table.insert(List,v)
  4048. end
  4049. end
  4050. end
  4051. end
  4052. end
  4053. return List
  4054. end
  4055.  
  4056. Shell = function()
  4057. local X = Instance.new("Part",char)
  4058. local O = Instance.new("ObjectValue",X)
  4059. O.Name = "creator"
  4060. X.Locked = true
  4061. X.Name = "Shell"
  4062. X.Anchored = false
  4063. X.CanCollide = false
  4064. X.Transparency = 0
  4065. X.Reflectance = 0
  4066. X.BottomSurface = 0
  4067. X.TopSurface = 0
  4068. X.Shape = 0
  4069. local V = Instance.new("ObjectValue",X)
  4070. V.Value = char
  4071. V.Name = "creator"
  4072. X.BrickColor = TorsoColor
  4073. X.Size = Vector3.new(1,1,1)
  4074. --X.Material = "Neon"
  4075. local Z = Instance.new("SpecialMesh",X)
  4076. Z.MeshType = "Sphere"
  4077. Z.Scale = Vector3.new(1,1,1)
  4078. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  4079. local bv = Instance.new("BodyVelocity",X)
  4080. bv.maxForce = Vector3.new(99999,99999,99999)
  4081. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  4082. bv.velocity = root.CFrame.lookVector*65
  4083. Explode = X.Touched:connect(function(hit)
  4084. if hit ~= char and hit.Name ~= "Shell" and hit:IsA("Part") or hit:IsA("BasePart}") then
  4085. local cf = X.CFrame
  4086. bv:Destroy()
  4087. X.Anchored = true
  4088. Z:Remove()
  4089. Explode:disconnect()
  4090. X.Size = Vector3.new(3,3,3)
  4091. X.Touched:connect(function(hit) end)
  4092. X.CanCollide = false
  4093. for i,v in pairs(FindNearestTorso(X.CFrame.p,40))do
  4094. if v:FindFirstChild('Humanoid') then
  4095. v.Humanoid:TakeDamage(math.random(6,12))
  4096. end
  4097. end
  4098. for i = 1, (40) do rs:wait()
  4099. X.Transparency = X.Transparency + (1/40)
  4100. X.Size = X.Size + Vector3.new(1,1,1)
  4101. X.CFrame = cf
  4102. end
  4103. X:Destroy()
  4104. end
  4105. end)
  4106. end
  4107. Shell()
  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(110)), 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(0),0), 0.7)
  4114. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.7)
  4115. 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)
  4116. 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)
  4117. if Debounces.on == false then break end
  4118. rs:wait()
  4119. end
  4120. Shell()
  4121. shell.Transparency = 1
  4122. for i = 1, 10 do
  4123. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4124. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4125. 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)
  4126. 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)
  4127. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4128. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4129. 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)
  4130. 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)
  4131. if Debounces.on == false then break end
  4132. rs:wait()
  4133. end
  4134. Shell()
  4135. shell.Transparency = 0
  4136. shell2.Transparency = 1
  4137. for i = 1, 10 do
  4138. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4139. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4140. 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)
  4141. 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)
  4142. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4143. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4144. 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)
  4145. 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)
  4146. if Debounces.on == false then break end
  4147. rs:wait()
  4148. end
  4149. Shell()
  4150. shell2.Transparency = 0
  4151. shell.Transparency = 1
  4152. for i = 1, 10 do
  4153. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4154. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4155. 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)
  4156. 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)
  4157. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4158. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4159. 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)
  4160. 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)
  4161. if Debounces.on == false then break end
  4162. rs:wait()
  4163. end
  4164. Shell()
  4165. shell.Transparency = 0
  4166. shell2.Transparency = 1
  4167. for i = 1, 10 do
  4168. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4169. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4170. 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)
  4171. 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)
  4172. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4173. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4174. 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)
  4175. 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)
  4176. if Debounces.on == false then break end
  4177. rs:wait()
  4178. end
  4179. Shell()
  4180. shell2.Transparency = 0
  4181. shell.Transparency = 1
  4182. for i = 1, 10 do
  4183. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4184. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4185. 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)
  4186. 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)
  4187. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4188. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4189. 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)
  4190. 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)
  4191. if Debounces.on == false then break end
  4192. rs:wait()
  4193. end
  4194. Shell()
  4195. shell.Transparency = 0
  4196. shell2.Transparency = 1
  4197. for i = 1, 10 do
  4198. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4199. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4200. 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)
  4201. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.5)
  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(40)), 0.7)
  4203. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4204. 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)
  4205. 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)
  4206. if Debounces.on == false then break end
  4207. rs:wait()
  4208. end
  4209. Shell()
  4210. shell2.Transparency = 0
  4211. shell.Transparency = 1
  4212. for i = 1, 10 do
  4213. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4214. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4215. 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)
  4216. 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)
  4217. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4218. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4219. 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)
  4220. 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)
  4221. if Debounces.on == false then break end
  4222. rs:wait()
  4223. end
  4224. Shell()
  4225. shell.Transparency = 0
  4226. shell2.Transparency = 1
  4227. for i = 1, 10 do
  4228. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4229. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4230. 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)
  4231. 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)
  4232. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4233. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4234. 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)
  4235. 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)
  4236. if Debounces.on == false then break end
  4237. rs:wait()
  4238. end
  4239. Shell()
  4240. shell2.Transparency = 0
  4241. shell.Transparency = 1
  4242. for i = 1, 10 do
  4243. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4244. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4245. 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)
  4246. 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)
  4247. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4248. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4249. 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)
  4250. 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)
  4251. if Debounces.on == false then break end
  4252. rs:wait()
  4253. end
  4254. Shell()
  4255. shell.Transparency = 0
  4256. shell2.Transparency = 1
  4257. for i = 1, 10 do
  4258. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4259. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4260. 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)
  4261. 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)
  4262. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4263. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4264. 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)
  4265. 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)
  4266. if Debounces.on == false then break end
  4267. rs:wait()
  4268. end
  4269. Shell()
  4270. shell2.Transparency = 0
  4271. shell.Transparency = 1
  4272. for i = 1, 10 do
  4273. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4274. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4275. 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)
  4276. 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)
  4277. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
  4278. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
  4279. 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)
  4280. 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)
  4281. if Debounces.on == false then break end
  4282. rs:wait()
  4283. end
  4284. Shell()
  4285. shell.Transparency = 0
  4286. shell2.Transparency = 1
  4287. for i = 1, 10 do
  4288. shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  4289. shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  4290. 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)
  4291. 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)
  4292. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
  4293. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
  4294. 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)
  4295. 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)
  4296. if Debounces.on == false then break end
  4297. rs:wait()
  4298. end
  4299. shell.Transparency = 1
  4300. if Debounces.CanAttack == false then
  4301. Debounces.CanAttack = true
  4302. Debounces.NoIdl = false
  4303. Debounces.on = false
  4304. end
  4305. end
  4306. end
  4307. end)
  4308. ----------------------------------------------------
  4309. Search = false
  4310. mouse.KeyDown:connect(function(key)
  4311. if key == "n" then
  4312. if Search == false then
  4313. Search = true
  4314. for i,v in pairs(game.Players:getPlayers()) do
  4315. if v.Name~=char.Name then
  4316. for j,k in pairs(v.Character:GetChildren()) do
  4317. if k:IsA("BasePart") and k.Transparency >= 1 then
  4318. bawx=Instance.new("SelectionBox",cam)
  4319. bawx.Color = BrickColor.new("Bright red")
  4320. bawx.Transparency = .5
  4321. bawx.Adornee = k
  4322. end
  4323. end
  4324. end
  4325. end
  4326. elseif Search == true then
  4327. Search = false
  4328. for i, v in pairs(cam:GetChildren()) do
  4329. if v:IsA("SelectionBox") then
  4330. v:Destroy()
  4331. end
  4332. end
  4333. end
  4334. end
  4335. end)
  4336. ----------------------------------------------------
  4337. Grab = false
  4338. mouse.KeyDown:connect(function(key)
  4339. if key == "z" then
  4340. Debounces.on = true
  4341. Debounces.NoIdl = true
  4342. Debounces.ks = true
  4343. if Grab == false then
  4344. gp = nil
  4345. for i = 1, 20 do
  4346. 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)
  4347. 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)
  4348. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  4349. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  4350. 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)
  4351. 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)
  4352. if Debounces.on == false then break end
  4353. rs:wait()
  4354. end
  4355. con1=larm.Touched:connect(function(hit) -- this is grab
  4356. ht = hit.Parent
  4357. hum1=ht:FindFirstChild('Humanoid')
  4358. if hum1 ~= nil then
  4359. if Debounces.ks==true then
  4360. z = Instance.new("Sound",hed)
  4361. z.SoundId = "rbxassetid://169380525"
  4362. z.Volume = 1
  4363. z:Play()
  4364. Debounces.ks=false
  4365. end
  4366. hum1.PlatformStand=true
  4367. gp = ht
  4368. Grab = true
  4369. asd=weld5(root,ht:FindFirstChild("Torso"),CFrame.new(0,0,-2.4),CFrame.new(0,0,0))
  4370. asd.Parent = larm
  4371. asd.Name = "asd"
  4372. asd.C0=asd.C0*CFrame.Angles(math.rad(0),math.rad(180),0)
  4373. --[[elseif hum1 == nil then
  4374. con1:disconnect()
  4375. wait() return]]--
  4376. end
  4377. end)
  4378. for i = 1, 20 do
  4379. 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)
  4380. 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)
  4381. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
  4382. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  4383. 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)
  4384. 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)
  4385. if Debounces.on == false then break end
  4386. rs:wait()
  4387. end
  4388. if hum1 == nil then
  4389. Debounces.on = false
  4390. Debounces.NoIdl = false
  4391. end
  4392. con1:disconnect()
  4393. elseif Grab == true then
  4394. Grab = false
  4395. Punch()
  4396. z = Instance.new("Sound",hed)
  4397. z.SoundId = "rbxassetid://169380525"
  4398. z.Pitch = ptz[math.random(1,#ptz)]
  4399. z.Volume = 1
  4400. z:Play()
  4401. for i = 1, 10 do
  4402. 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)
  4403. 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)
  4404. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4405. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4406. 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)
  4407. 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)
  4408. if Debounces.on == false then break end
  4409. rs:wait()
  4410. end
  4411. Punch()
  4412. z = Instance.new("Sound",hed)
  4413. z.SoundId = "rbxassetid://169380525"
  4414. z.Pitch = ptz[math.random(1,#ptz)]
  4415. z.Volume = 1
  4416. z:Play()
  4417. for i = 1, 10 do
  4418. 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)
  4419. 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)
  4420. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4421. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4422. 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)
  4423. 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)
  4424. if Debounces.on == false then break end
  4425. rs:wait()
  4426. end
  4427. Punch()
  4428. z = Instance.new("Sound",hed)
  4429. z.SoundId = "rbxassetid://169380525"
  4430. z.Pitch = ptz[math.random(1,#ptz)]
  4431. z.Volume = 1
  4432. z:Play()
  4433. for i = 1, 10 do
  4434. 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)
  4435. 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)
  4436. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4437. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4438. 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)
  4439. 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)
  4440. if Debounces.on == false then break end
  4441. rs:wait()
  4442. end
  4443. Punch()
  4444. z = Instance.new("Sound",hed)
  4445. z.SoundId = "rbxassetid://169380525"
  4446. z.Pitch = ptz[math.random(1,#ptz)]
  4447. z.Volume = 1
  4448. z:Play()
  4449. for i = 1, 10 do
  4450. 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)
  4451. 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)
  4452. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4453. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4454. 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)
  4455. 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)
  4456. if Debounces.on == false then break end
  4457. rs:wait()
  4458. end
  4459. Punch()
  4460. z = Instance.new("Sound",hed)
  4461. z.SoundId = "rbxassetid://169380525"
  4462. z.Pitch = ptz[math.random(1,#ptz)]
  4463. z.Volume = 1
  4464. z:Play()
  4465. for i = 1, 10 do
  4466. 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)
  4467. 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)
  4468. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4469. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4470. 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)
  4471. 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)
  4472. if Debounces.on == false then break end
  4473. rs:wait()
  4474. end
  4475. Punch()
  4476. z = Instance.new("Sound",hed)
  4477. z.SoundId = "rbxassetid://169380525"
  4478. z.Pitch = ptz[math.random(1,#ptz)]
  4479. z.Volume = 1
  4480. z:Play()
  4481. for i = 1, 10 do
  4482. 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)
  4483. 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)
  4484. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4485. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4486. 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)
  4487. 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)
  4488. if Debounces.on == false then break end
  4489. rs:wait()
  4490. end
  4491. Punch()
  4492. z = Instance.new("Sound",hed)
  4493. z.SoundId = "rbxassetid://169380525"
  4494. z.Pitch = ptz[math.random(1,#ptz)]
  4495. z.Volume = 1
  4496. z:Play()
  4497. for i = 1, 10 do
  4498. 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)
  4499. 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)
  4500. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4501. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4502. 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)
  4503. 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)
  4504. if Debounces.on == false then break end
  4505. rs:wait()
  4506. end
  4507. Punch()
  4508. z = Instance.new("Sound",hed)
  4509. z.SoundId = "rbxassetid://169380525"
  4510. z.Pitch = ptz[math.random(1,#ptz)]
  4511. z.Volume = 1
  4512. z:Play()
  4513. for i = 1, 10 do
  4514. 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)
  4515. 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)
  4516. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4517. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4518. 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)
  4519. 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)
  4520. if Debounces.on == false then break end
  4521. rs:wait()
  4522. end
  4523. Punch()
  4524. z = Instance.new("Sound",hed)
  4525. z.SoundId = "rbxassetid://169380525"
  4526. z.Pitch = ptz[math.random(1,#ptz)]
  4527. z.Volume = 1
  4528. z:Play()
  4529. for i = 1, 10 do
  4530. 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)
  4531. 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)
  4532. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4533. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4534. 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)
  4535. 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)
  4536. if Debounces.on == false then break end
  4537. rs:wait()
  4538. end
  4539. Punch()
  4540. z = Instance.new("Sound",hed)
  4541. z.SoundId = "rbxassetid://169380525"
  4542. z.Pitch = ptz[math.random(1,#ptz)]
  4543. z.Volume = 1
  4544. z:Play()
  4545. for i = 1, 10 do
  4546. 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)
  4547. 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)
  4548. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4549. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4550. 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)
  4551. 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)
  4552. if Debounces.on == false then break end
  4553. rs:wait()
  4554. end
  4555. Punch()
  4556. z = Instance.new("Sound",hed)
  4557. z.SoundId = "rbxassetid://169380525"
  4558. z.Pitch = ptz[math.random(1,#ptz)]
  4559. z.Volume = 1
  4560. z:Play()
  4561. for i = 1, 10 do
  4562. 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)
  4563. 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)
  4564. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
  4565. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
  4566. 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)
  4567. 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)
  4568. if Debounces.on == false then break end
  4569. rs:wait()
  4570. end
  4571. Punch()
  4572. z = Instance.new("Sound",hed)
  4573. z.SoundId = "rbxassetid://169380525"
  4574. z.Pitch = ptz[math.random(1,#ptz)]
  4575. z.Volume = 1
  4576. z:Play()
  4577. for i = 1, 10 do
  4578. 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)
  4579. 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)
  4580. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
  4581. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
  4582. 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)
  4583. 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)
  4584. if Debounces.on == false then break end
  4585. rs:wait()
  4586. end
  4587. con1:disconnect()
  4588. Debounces.on = false
  4589. Debounces.NoIdl = false
  4590. if gp ~= nil then
  4591. gp:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 140
  4592. for i,v in pairs(larm:GetChildren()) do
  4593. if v.Name == "asd" and v:IsA("Weld") then
  4594. v:Remove()
  4595. end
  4596. end
  4597. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  4598. bv.maxForce = Vector3.new(400000, 400000, 400000)
  4599. bv.P = 125000
  4600. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  4601. hum1=nil
  4602. ht=nil
  4603. Debounces.on = false
  4604. Debounces.NoIdl = false
  4605. elseif ht == nil then wait()
  4606. Grab = false
  4607. Debounces.on = false
  4608. Debounces.NoIdl = false
  4609. end
  4610. end
  4611. end
  4612. end)
  4613. ----------------------------------------------------
  4614. paly = game.Players.LocalPlayer
  4615. paly = game.Players.LocalPlayer
  4616. p = game.Players.LocalPlayer
  4617. char = paly.Character
  4618. vt = Vector3.new
  4619. rarm = char["Right Arm"]
  4620. larm = char["Left Arm"]
  4621. local maincolor = char.Torso.BrickColor
  4622.  
  4623. local orb = Instance.new("Part")
  4624. orb.Parent = char
  4625. orb.Size = Vector3.new(0.5, 0.5, 0.5)
  4626. orb.Archivable = true
  4627. orb.Transparency = 1
  4628. orb.BrickColor = maincolor
  4629. orb.Material = "Neon"
  4630. orb.CanCollide = false
  4631. local weld1 = Instance.new("Weld")
  4632. weld1.Parent = rarm
  4633. weld1.Part0 = rarm
  4634. weld1.Part1 = orb
  4635. weld1.C1 = CFrame.new(0, 1.125, 0)
  4636. local pt1 = NumberSequenceKeypoint.new(0,0.85,0)
  4637. local pt2 = NumberSequenceKeypoint.new(1,0,0)
  4638. local effecto = Instance.new("ParticleEmitter",orb)
  4639. effecto.LightEmission = 1
  4640. effecto.Texture = "rbxasset://textures/particles/smoke_main.dds"
  4641. effecto.Color = ColorSequence.new(maincolor.Color)
  4642. effecto.Rate = 10000
  4643. effecto.Lifetime = NumberRange.new(1)
  4644. effecto.Size = NumberSequence.new({pt1,pt2})
  4645. effecto.Speed = NumberRange.new(0,0)
  4646. effecto.RotSpeed = NumberRange.new(100,100)
  4647.  
  4648. local orbz = Instance.new("Part")
  4649. orbz.Parent = char
  4650. orbz.Size = Vector3.new(0.5, 0.5, 0.5)
  4651. orbz.Archivable = true
  4652. orbz.Transparency = 1
  4653. orbz.BrickColor = maincolor
  4654. orbz.Material = "Neon"
  4655. orbz.CanCollide = false
  4656. local weldz1 = Instance.new("Weld")
  4657. weldz1.Parent = larm
  4658. weldz1.Part0 = larm
  4659. weldz1.Part1 = orbz
  4660. weldz1.C1 = CFrame.new(0, 1.125, 0)
  4661. local effecton = Instance.new("ParticleEmitter",orbz)
  4662. effecton.LightEmission = 1
  4663. effecton.Texture = "rbxasset://textures/particles/smoke_main.dds"
  4664. effecton.Color = ColorSequence.new(maincolor.Color)
  4665. effecton.Rate = 10000
  4666. effecton.Lifetime = NumberRange.new(1)
  4667. effecton.Size = NumberSequence.new({pt1,pt2})
  4668. effecton.Speed = NumberRange.new(0,0)
  4669. effecton.RotSpeed = NumberRange.new(100,100)
  4670. -------------------------------------------
  4671.  
  4672. mouse.KeyDown:connect(function(key)
  4673. if string.byte(key) == 52 then
  4674. char.Humanoid.WalkSpeed = 60
  4675. end
  4676. end)
  4677. mouse.KeyUp:connect(function(key)
  4678. if string.byte(key) == 52 then
  4679. char.Humanoid.WalkSpeed = 8
  4680. end
  4681. end)
  4682. -------------------------------
  4683. local animpose = "Idle"
  4684. local lastanimpose = "Idle"
  4685. local sine = 0
  4686. local change = 1
  4687. local val = 0
  4688. local och = 0
  4689. local ffing = false
  4690. -------------------------------
  4691. game:GetService("RunService").RenderStepped:connect(function()
  4692. --[[if char.Humanoid.Jump == true then
  4693. jump = true
  4694. else
  4695. jump = false
  4696. end]]
  4697. char.Humanoid.FreeFalling:connect(function(f)
  4698. if f then
  4699. ffing = true
  4700. else
  4701. ffing = false
  4702. end
  4703. end)
  4704. sine = sine + change
  4705. if jumpn == true then
  4706. animpose = "Jumping"
  4707. elseif ffing == true then
  4708. animpose = "Freefalling"
  4709. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  4710. animpose = "Idle"
  4711. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  4712. animpose = "Walking"
  4713. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  4714. animpose = "Running"
  4715. end
  4716. if animpose ~= lastanimpose then
  4717. sine = 0
  4718. if Debounces.NoIdl == false then
  4719. if animpose == "Idle" then
  4720. for i = 1, 2 do
  4721. 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)
  4722. 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)
  4723. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4724. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4725. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.625, -0.35) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4726. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4727. end
  4728. elseif animpose == "Walking" then
  4729. for i = 1, 2 do
  4730. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  4731. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  4732. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  4733. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  4734. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  4735. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  4736. end
  4737. elseif animpose == "Running" then
  4738. for i = 1, 2 do
  4739. 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)
  4740. 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)
  4741. 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)
  4742. 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)
  4743. 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)
  4744. 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)
  4745. wait()
  4746. end
  4747. end
  4748. else
  4749. end
  4750. end
  4751. lastanimpose = animpose
  4752. if Debounces.NoIdl == false then
  4753. if animpose == "Idle" then
  4754. change = 0.5
  4755. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-12-4*math.cos(sine/22)),math.rad(-12-2*math.cos(sine/22)),math.rad(12+2*math.cos(sine/22))), 0.3)
  4756. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,-0.2)*CFrame.Angles(math.rad(20+4*math.cos(sine/22)),math.rad(-22-2*math.cos(sine/22)),math.rad(-15-2*math.cos(sine/22))), 0.3)
  4757. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-12+2.5*math.cos(sine/22)),math.rad(0),math.rad(0)), 0.2)
  4758. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-2+2*math.cos(sine/22)), math.rad(0), 0), 0.2)
  4759. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(5), math.rad(-5)), 0.2)
  4760. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(-5), math.rad(5)), 0.2)
  4761. elseif animpose == "Walking" then
  4762. change = 1
  4763. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-32),math.rad(-28),math.rad(10+2*math.cos(sine/14))), 0.2)
  4764. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(50),math.rad(-45),math.rad(-10-2*math.cos(sine/14))), 0.2)
  4765. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  4766. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  4767. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.215, -0.35) * CFrame.Angles(-0.35, 0, 0), 0.4)
  4768. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(-0.475,0,0), 0.4)
  4769. elseif animpose == "Running" then
  4770. change = 1
  4771. 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)
  4772. 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)
  4773. 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)
  4774. 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)
  4775. 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)
  4776. 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)
  4777. end
  4778. end
  4779. end)
  4780.  
  4781. hum.MaxHealth = math.huge
  4782. wait(3)
  4783. hum.Health = hum.MaxHealth
  4784.  
  4785. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans) -- Lightning module
  4786. --[[Part0 = Vector3 (Start pos)
  4787. Part1 = Vector3 (End pos)
  4788. Times = number (Amount of lightning parts)
  4789. Offset = number (Offset)
  4790. Color = color (brickcolor value)
  4791. Thickness = number (thickness)
  4792. Trans = number (transparency)
  4793. ]]--
  4794. local magz = (Part0 - Part1).magnitude
  4795. local curpos = Part0
  4796. local trz = {-Offset,Offset}
  4797. for i=1,Times do
  4798. local li = Instance.new("Part", torso)
  4799. li.Name = "Lightning"
  4800. li.TopSurface =0
  4801. li.Material = "Neon"
  4802. li.BottomSurface = 0
  4803. li.Anchored = true
  4804. li.Locked = true
  4805. li.Transparency = Trans or 0.4
  4806. li.BrickColor = TorsoColor
  4807. li.formFactor = "Custom"
  4808. li.CanCollide = false
  4809. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  4810. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  4811. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  4812. if Times == i then
  4813. local magz2 = (curpos - Part1).magnitude
  4814. li.Size = Vector3.new(Thickness,Thickness,magz2)
  4815. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  4816. else
  4817. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  4818. end
  4819. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  4820. game.Debris:AddItem(li,.1)
  4821. end
  4822. end
  4823.  
  4824. BodyParts = {} -- Parts to emit lightning effects from
  4825. for _, v in pairs(char:GetChildren()) do
  4826. if v:IsA("Part") then
  4827. table.insert(BodyParts, v)
  4828. end
  4829. end
  4830.  
  4831. Bounding = {} -- Calculate the bounding boxes
  4832. for _, v in pairs(BodyParts) do
  4833. local temp = {X=nil, Y=nil, Z=nil}
  4834. temp.X = v.Size.X/2 * 10
  4835. temp.Y = v.Size.Y/2 * 10
  4836. temp.Z = v.Size.Z/2 * 10
  4837. Bounding[v.Name] = temp
  4838. --table.insert(Bounding, v.Name, temp)
  4839. end
  4840.  
  4841. while wait(math.random(1,10)/10) do -- Emit the Lightning effects randomly
  4842. local Body1 = BodyParts[math.random(#BodyParts)]
  4843. local Body2 = BodyParts[math.random(#BodyParts)]
  4844. local Pos1 = Vector3.new(
  4845. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
  4846. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
  4847. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
  4848. )
  4849. local Pos2 = Vector3.new(
  4850. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
  4851. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
  4852. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
  4853. )
  4854. local SPos1 = Body1.Position + Pos1
  4855. local SPos2 = Body2.Position + Pos2
  4856. Lightning(SPos1, SPos2, 4, 3, "Bright blue", .3, .56)
  4857. end
  4858. och=och+1
  4859. for _,v in pairs(orbt) do
  4860. pcall(function()
  4861. 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)))
  4862. end)
  4863. end
  4864. for _,v in pairs(stlt) do
  4865. pcall(function()
  4866. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  4867. end)
  4868. end
  4869. for _,v in pairs(chot) do
  4870. pcall(function()
  4871. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  4872. 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))
  4873. end)
  4874. end
  4875. for _,v in pairs(cfxt) do
  4876. pcall(function()
  4877. local vs=v.Mesh.Scale
  4878. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  4879. v.Transparency=v.Transparency+0.05
  4880. end)
  4881. end
  4882. for _,v in pairs(pfxt) do
  4883. pcall(function()
  4884. local vs=v.Mesh.Scale
  4885. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  4886. v.Transparency=v.Transparency+0.025
  4887. end)
  4888. end
  4889. end)
  4890. Titan.Name = "Titan"
  4891. Titan.Parent = Frame
  4892. Titan.BackgroundColor3 = Color3.new(0.184314, 0.509804, 1)
  4893. Titan.BackgroundTransparency = 0.60000002384186
  4894. Titan.Position = UDim2.new(0, 0, 0, 231)
  4895. Titan.Size = UDim2.new(0, 129, 0, 40)
  4896. Titan.Font = Enum.Font.Arcade
  4897. Titan.FontSize = Enum.FontSize.Size24
  4898. Titan.Text = "Titan"
  4899. Titan.TextColor3 = Color3.new(0.576471, 1, 0.0941177)
  4900. Titan.TextSize = 20
  4901. Titan.MouseButton1Down:connect(function()
  4902. --[[User: TheDarkRevenant
  4903. Script: Absalom (Armored).lua
  4904. Pass: cUpnjTnT]]
  4905.  
  4906. local p = game.Players.LocalPlayer
  4907. local char = p.Character
  4908. local mouse = p:GetMouse()
  4909. local larm = char["Left Arm"]
  4910. local rarm = char["Right Arm"]
  4911. local lleg = char["Left Leg"]
  4912. local rleg = char["Right Leg"]
  4913. local hed = char.Head
  4914. local torso = char.Torso
  4915. local hum = char.Humanoid
  4916. local cam = game.Workspace.CurrentCamera
  4917. local root = char.HumanoidRootPart
  4918. local deb = false
  4919. local shot = 0
  4920. local l = game:GetService("Lighting")
  4921. local rs = game:GetService("RunService").RenderStepped
  4922. local debris=game:service"Debris"
  4923. local stanceToggle = "Normal"
  4924. math.randomseed(os.time())
  4925. hum.WalkSpeed = 7
  4926. char.Health:Destroy()
  4927. hum.MaxHealth = 50000
  4928. wait(0.1)
  4929. hum.Health = 50000
  4930. ----------------------------------------------------
  4931. ypcall(function()
  4932. char.Shirt:Destroy()
  4933. char.Pants:Destroy()
  4934. shirt = Instance.new("Shirt", char)
  4935. shirt.Name = "Shirt"
  4936. pants = Instance.new("Pants", char)
  4937. pants.Name = "Pants"
  4938. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  4939. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  4940. end)
  4941. ----------------------------------------------------
  4942. Debounces = {
  4943. on = false;
  4944. ks = false;
  4945. CanAttack = true;
  4946. CanJoke = true;
  4947. NoIdl = false;
  4948. Slashing = false;
  4949. Slashed = false;
  4950. Grabbing = false;
  4951. Grabbed = false;
  4952. }
  4953. local Touche = {char.Name, }
  4954. ----------------------------------------------------
  4955. function lerp(a, b, t) -- Linear interpolation
  4956. return a + (b - a)*t
  4957. end
  4958.  
  4959. function slerp(a, b, t) --Spherical interpolation
  4960. dot = a:Dot(b)
  4961. if dot > 0.99999 or dot < -0.99999 then
  4962. return t <= 0.5 and a or b
  4963. else
  4964. r = math.acos(dot)
  4965. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  4966. end
  4967. end
  4968.  
  4969. function matrixInterpolate(a, b, t)
  4970. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  4971. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  4972. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  4973. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  4974. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  4975. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  4976. local t = v1:Dot(v2)
  4977. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  4978. return CFrame.new()
  4979. end
  4980. return CFrame.new(
  4981. v0.x, v0.y, v0.z,
  4982. v1.x, v1.y, v1.z,
  4983. v2.x, v2.y, v2.z,
  4984. v3.x, v3.y, v3.z)
  4985. end
  4986. ----------------------------------------------------
  4987. function genWeld(a,b)
  4988. local w = Instance.new("Weld",a)
  4989. w.Part0 = a
  4990. w.Part1 = b
  4991. return w
  4992. end
  4993. function weld(a, b)
  4994. local weld = Instance.new("Weld")
  4995. weld.Name = "W"
  4996. weld.Part0 = a
  4997. weld.Part1 = b
  4998. weld.C0 = a.CFrame:inverse() * b.CFrame
  4999. weld.Parent = a
  5000. return weld;
  5001. end
  5002. ----------------------------------------------------
  5003. function Lerp(c1,c2,al)
  5004. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  5005. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  5006. for i,v in pairs(com1) do
  5007. com1[i] = v+(com2[i]-v)*al
  5008. end
  5009. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  5010. end
  5011. ----------------------------------------------------
  5012. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  5013. local wld = Instance.new("Weld", wp1)
  5014. wld.Part0 = wp0
  5015. wld.Part1 = wp1
  5016. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  5017. end
  5018. ----------------------------------------------------
  5019. function Tween(a,b,c)
  5020. return a+(b-a)*c
  5021. end
  5022. ----------------------------------------------------
  5023. function nwPrt(prnt,siz,cf,col)
  5024. local prt=Instance.new("Part")
  5025. prt.Parent=prnt
  5026. prt.FormFactor=3
  5027. prt.Name="Part"
  5028. prt.Size=siz
  5029. prt.CanCollide=false
  5030. prt.Anchored=true
  5031. prt.Locked=true
  5032. prt.TopSurface=10
  5033. prt.BottomSurface=10
  5034. prt.FrontSurface=10
  5035. prt.BackSurface=10
  5036. prt.LeftSurface=10
  5037. prt.RightSurface=10
  5038. prt:BreakJoints()
  5039. prt.CFrame=cf or CFrame.new(30,10,30)
  5040. prt.Material="Neon"
  5041. prt.BrickColor=BrickColor.new(col)
  5042. m=Instance.new("SpecialMesh",prt)
  5043. m.MeshType=6
  5044. return prt
  5045. end
  5046. ----------------------------------------------------
  5047. function nwSnd(prnt,pch,vol,id)
  5048. local s=Instance.new("Sound",prnt)
  5049. s.Pitch=pch
  5050. s.Volume=vol
  5051. s.SoundId="rbxassetid://"..id
  5052. s.PlayOnRemove=true
  5053. return s
  5054. end
  5055. ----------------------------------------------------
  5056. function newRay(start,face,range,wat)
  5057. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  5058. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  5059. return rey,hit,pos
  5060. end
  5061. ----------------------------------------------------
  5062. for i,v in pairs(char:children()) do
  5063. if v:IsA("Hat") then
  5064. v:Destroy()
  5065. end
  5066. end
  5067. for i,v in pairs(hed:children()) do
  5068. if v:IsA("Sound") then
  5069. v:Destroy()
  5070. end
  5071. end
  5072. ----------------------------------------------------
  5073. function HasntTouched(plrname)
  5074. local ret = true
  5075. for _, v in pairs(Touche) do
  5076. if v == plrname then
  5077. ret = false
  5078. end
  5079. end
  5080. return ret
  5081. end
  5082. ----------------------------------------------------
  5083. larm.Size = larm.Size * 2
  5084. rarm.Size = rarm.Size * 2
  5085. lleg.Size = lleg.Size * 2
  5086. rleg.Size = rleg.Size * 2
  5087. torso.Size = torso.Size * 2
  5088. hed.Size = hed.Size * 2
  5089. root.Size = root.Size * 2
  5090. ----------------------------------------------------
  5091. newWeld(torso, larm, -1.5, 0.5, 0)
  5092. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  5093. newWeld(torso, rarm, 1.5, 0.5, 0)
  5094. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  5095. newWeld(torso, hed, 0, 1.5, 0)
  5096. newWeld(torso, lleg, -0.5, -1, 0)
  5097. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  5098. newWeld(torso, rleg, 0.5, -1, 0)
  5099. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  5100. newWeld(root, torso, 0, -1, 0)
  5101. torso.Weld.C1 = CFrame.new(0, -1, 0)
  5102. ----------------------------------------------------
  5103. hed.face.Texture = "rbxassetid://272299908"
  5104. z=Instance.new('Decal',hed)
  5105. z.Face = 'Front'
  5106. z.Texture='rbxassetid://99174105'
  5107. z1=Instance.new('Decal',hed)
  5108. z1.Face = 'Right'
  5109. hed.BrickColor = BrickColor.new("Really black")
  5110. lite = Instance.new("PointLight", torso)
  5111. lite.Brightness = 14
  5112. lite.Range = 10
  5113. lite.Color = Color3.new(1, 0, 0)
  5114. --[[local hed2 = hed:Clone()
  5115. hed2.CanCollide = false
  5116. hed2.Parent = char
  5117. hed2:ClearAllChildren()
  5118. hed2.Transparency = 1
  5119. hed2.Name = "DARP"
  5120. local w = Instance.new("Weld",hed2)
  5121. w.Part0 = hed
  5122. w.Part1 = hed2
  5123. w.C0 = CFrame.new(0,0,-0.175)
  5124. z=Instance.new("SurfaceGui",hed2)
  5125. z.Enabled = true
  5126. z.Face = "Front"
  5127. z.Adornee = hed2
  5128. z.CanvasSize = Vector2.new(100,100)
  5129. local face = Instance.new("ImageLabel",z)
  5130. face.Size = UDim2.new(1,-30,1,0)
  5131. face.Position = UDim2.new(0,15,0,0)
  5132. face.BackgroundTransparency = 1
  5133. face.Image='rbxassetid://46282671']]--
  5134. ----------------------------------------------------
  5135. z = Instance.new("Sound", char)
  5136. z.SoundId = "rbxassetid://303570180"--242463565
  5137. z.Looped = true
  5138. z.Pitch = .6
  5139. z.Volume = 1
  5140. wait(.01)
  5141. z:Play()
  5142. ----------------------------------------------------
  5143. local l = game.Lighting
  5144. local sky = Instance.new("Sky",l)
  5145. sky.CelestialBodiesShown = false
  5146. sky.SkyboxBk = "http://www.roblox.com/asset/?id=156925041"
  5147. sky.SkyboxDn = "http://www.roblox.com/asset/?id=156925047"
  5148. sky.SkyboxFt = "http://www.roblox.com/asset/?id=156925045"
  5149. sky.SkyboxLf = "http://www.roblox.com/asset/?id=156925043"
  5150. sky.SkyboxRt = "http://www.roblox.com/asset/?id=156925038"
  5151. sky.SkyboxUp = "http://www.roblox.com/asset/?id=156925055"
  5152. sky.StarCount = 0
  5153. sky.Name = "GreenSpace"
  5154. ----------------------------------------------------
  5155. local m = Instance.new("Model")
  5156. m.Name = "Absolution"
  5157. p1 = Instance.new("Part", m)
  5158. p1.BrickColor = BrickColor.new("Bright blue")
  5159. p1.Material = "Neon"
  5160. p1.FormFactor = Enum.FormFactor.Custom
  5161. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  5162. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  5163. p1.CanCollide = false
  5164. p1.Locked = true
  5165. p1.Elasticity = 0
  5166. p1.BottomSurface = Enum.SurfaceType.Smooth
  5167. p1.TopSurface = Enum.SurfaceType.Smooth
  5168. b1 = Instance.new("SpecialMesh", p1)
  5169. b1.MeshType = Enum.MeshType.Wedge
  5170. b1.Name = "Mesh"
  5171. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  5172. p2 = Instance.new("Part", m)
  5173. p2.BrickColor = BrickColor.new("Really black")
  5174. p2.FormFactor = Enum.FormFactor.Custom
  5175. p2.Size = Vector3.new(1, 2.9000001, 1)
  5176. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  5177. p2.CanCollide = false
  5178. p2.Locked = true
  5179. p2.Elasticity = 0
  5180. p2.BottomSurface = Enum.SurfaceType.Smooth
  5181. p2.TopSurface = Enum.SurfaceType.Smooth
  5182. b2 = Instance.new("BlockMesh", p2)
  5183. b2.Name = "Mesh"
  5184. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  5185. p3 = Instance.new("Part", m)
  5186. p3.BrickColor = BrickColor.new("Bright blue")
  5187. p3.Material = "Neon"
  5188. p3.FormFactor = Enum.FormFactor.Custom
  5189. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  5190. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  5191. p3.CanCollide = false
  5192. p3.Locked = true
  5193. p3.Elasticity = 0
  5194. p3.BottomSurface = Enum.SurfaceType.Smooth
  5195. p3.TopSurface = Enum.SurfaceType.Smooth
  5196. b3 = Instance.new("SpecialMesh", p3)
  5197. b3.MeshType = Enum.MeshType.Wedge
  5198. b3.Name = "Mesh"
  5199. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  5200. p4 = Instance.new("Part", m)
  5201. p4.BrickColor = BrickColor.new("Bright blue")
  5202. p4.Material = "Neon"
  5203. p4.FormFactor = Enum.FormFactor.Custom
  5204. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  5205. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  5206. p4.CanCollide = false
  5207. p4.Locked = true
  5208. p4.Elasticity = 0
  5209. p4.BottomSurface = Enum.SurfaceType.Smooth
  5210. p4.TopSurface = Enum.SurfaceType.Smooth
  5211. b4 = Instance.new("SpecialMesh", p4)
  5212. b4.MeshType = Enum.MeshType.Wedge
  5213. b4.Name = "Mesh"
  5214. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  5215. p5 = Instance.new("Part", m)
  5216. p5.BrickColor = BrickColor.new("Bright blue")
  5217. p5.Material = "Neon"
  5218. p5.FormFactor = Enum.FormFactor.Custom
  5219. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  5220. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  5221. p5.CanCollide = false
  5222. p5.Locked = true
  5223. p5.Elasticity = 0
  5224. p5.BottomSurface = Enum.SurfaceType.Smooth
  5225. p5.TopSurface = Enum.SurfaceType.Smooth
  5226. b5 = Instance.new("SpecialMesh", p5)
  5227. b5.MeshType = Enum.MeshType.Wedge
  5228. b5.Name = "Mesh"
  5229. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  5230. p6 = Instance.new("Part", m)
  5231. p6.Name = "Handle"
  5232. p6.BrickColor = BrickColor.new("Really black")
  5233. p6.FormFactor = Enum.FormFactor.Custom
  5234. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  5235. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  5236. p6.CanCollide = false
  5237. p6.Locked = true
  5238. p6.Elasticity = 0
  5239. p6.BottomSurface = Enum.SurfaceType.Smooth
  5240. p6.TopSurface = Enum.SurfaceType.Smooth
  5241. b6 = Instance.new("BlockMesh", p6)
  5242. b6.Name = "Mesh"
  5243. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  5244. p7 = Instance.new("Part", m)
  5245. p7.BrickColor = BrickColor.new("Bright blue")
  5246. p7.Material = "Neon"
  5247. p7.FormFactor = Enum.FormFactor.Custom
  5248. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  5249. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  5250. p7.CanCollide = false
  5251. p7.Locked = true
  5252. p7.Elasticity = 0
  5253. p7.BottomSurface = Enum.SurfaceType.Smooth
  5254. p7.TopSurface = Enum.SurfaceType.Smooth
  5255. b7 = Instance.new("SpecialMesh", p7)
  5256. b7.MeshType = Enum.MeshType.Wedge
  5257. b7.Name = "Mesh"
  5258. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  5259. p8 = Instance.new("Part", m)
  5260. p8.BrickColor = BrickColor.new("Bright blue")
  5261. p8.Material = "Neon"
  5262. p8.FormFactor = Enum.FormFactor.Custom
  5263. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  5264. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  5265. p8.CanCollide = false
  5266. p8.Locked = true
  5267. p8.Elasticity = 0
  5268. p8.BottomSurface = Enum.SurfaceType.Smooth
  5269. p8.TopSurface = Enum.SurfaceType.Smooth
  5270. b8 = Instance.new("SpecialMesh", p8)
  5271. b8.MeshType = Enum.MeshType.Wedge
  5272. b8.Name = "Mesh"
  5273. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  5274. p9 = Instance.new("Part", m)
  5275. p9.BrickColor = BrickColor.new("Really black")
  5276. p9.FormFactor = Enum.FormFactor.Custom
  5277. p9.Size = Vector3.new(1, 1.07999957, 1)
  5278. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  5279. p9.CanCollide = false
  5280. p9.Locked = true
  5281. p9.Elasticity = 0
  5282. p9.BottomSurface = Enum.SurfaceType.Smooth
  5283. p9.TopSurface = Enum.SurfaceType.Smooth
  5284. b9 = Instance.new("BlockMesh", p9)
  5285. b9.Name = "Mesh"
  5286. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  5287. p10 = Instance.new("Part", m)
  5288. p10.BrickColor = BrickColor.new("Really black")
  5289. p10.FormFactor = Enum.FormFactor.Custom
  5290. p10.Size = Vector3.new(1, 1.41999948, 1)
  5291. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  5292. p10.CanCollide = false
  5293. p10.Locked = true
  5294. p10.Elasticity = 0
  5295. p10.BottomSurface = Enum.SurfaceType.Smooth
  5296. p10.TopSurface = Enum.SurfaceType.Smooth
  5297. b10 = Instance.new("BlockMesh", p10)
  5298. b10.Name = "Mesh"
  5299. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  5300. p11 = Instance.new("Part", m)
  5301. p11.BrickColor = BrickColor.new("Really black")
  5302. p11.FormFactor = Enum.FormFactor.Custom
  5303. p11.Size = Vector3.new(1, 1.50999951, 1)
  5304. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  5305. p11.CanCollide = false
  5306. p11.Locked = true
  5307. p11.Elasticity = 0
  5308. p11.BottomSurface = Enum.SurfaceType.Smooth
  5309. p11.TopSurface = Enum.SurfaceType.Smooth
  5310. b11 = Instance.new("BlockMesh", p11)
  5311. b11.Name = "Mesh"
  5312. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  5313. p12 = Instance.new("Part", m)
  5314. p12.Name = "BladeCenter"
  5315. p12.BrickColor = BrickColor.new("Dark stone grey")
  5316. p12.Material = Enum.Material.Concrete
  5317. p12.FormFactor = Enum.FormFactor.Symmetric
  5318. p12.Size = Vector3.new(1, 2, 2)
  5319. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  5320. p12.CanCollide = false
  5321. p12.Locked = true
  5322. p12.BottomSurface = Enum.SurfaceType.Smooth
  5323. p12.TopSurface = Enum.SurfaceType.Smooth
  5324. b12 = Instance.new("SpecialMesh", p12)
  5325. b12.MeshType = Enum.MeshType.Brick
  5326. b12.Name = "Mesh"
  5327. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  5328. p13 = Instance.new("Part", m)
  5329. p13.BrickColor = BrickColor.new("Really black")
  5330. p13.FormFactor = Enum.FormFactor.Custom
  5331. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  5332. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  5333. p13.CanCollide = false
  5334. p13.Locked = true
  5335. p13.Elasticity = 0
  5336. p13.BottomSurface = Enum.SurfaceType.Smooth
  5337. p13.TopSurface = Enum.SurfaceType.Smooth
  5338. b13 = Instance.new("BlockMesh", p13)
  5339. b13.Name = "Mesh"
  5340. b13.Scale = Vector3.new(1, 1, 0.400000006)
  5341. p14 = Instance.new("Part", m)
  5342. p14.BrickColor = BrickColor.new("Really black")
  5343. p14.FormFactor = Enum.FormFactor.Custom
  5344. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  5345. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  5346. p14.CanCollide = false
  5347. p14.Locked = true
  5348. p14.Elasticity = 0
  5349. p14.BottomSurface = Enum.SurfaceType.Smooth
  5350. p14.TopSurface = Enum.SurfaceType.Smooth
  5351. b14 = Instance.new("BlockMesh", p14)
  5352. b14.Name = "Mesh"
  5353. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  5354. p15 = Instance.new("Part", m)
  5355. p15.BrickColor = BrickColor.new("Really black")
  5356. p15.FormFactor = Enum.FormFactor.Custom
  5357. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  5358. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  5359. p15.CanCollide = false
  5360. p15.Locked = true
  5361. p15.Elasticity = 0
  5362. p15.BottomSurface = Enum.SurfaceType.Smooth
  5363. p15.TopSurface = Enum.SurfaceType.Smooth
  5364. b15 = Instance.new("BlockMesh", p15)
  5365. b15.Name = "Mesh"
  5366. b15.Scale = Vector3.new(1, 1, 0.400000006)
  5367. p16 = Instance.new("Part", m)
  5368. p16.BrickColor = BrickColor.new("Really black")
  5369. p16.FormFactor = Enum.FormFactor.Custom
  5370. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  5371. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  5372. p16.CanCollide = false
  5373. p16.Locked = true
  5374. p16.Elasticity = 0
  5375. p16.BottomSurface = Enum.SurfaceType.Smooth
  5376. p16.TopSurface = Enum.SurfaceType.Smooth
  5377. b16 = Instance.new("BlockMesh", p16)
  5378. b16.Name = "Mesh"
  5379. b16.Scale = Vector3.new(1, 1, 0.400000006)
  5380. p17 = Instance.new("Part", m)
  5381. p17.BrickColor = BrickColor.new("Really black")
  5382. p17.FormFactor = Enum.FormFactor.Custom
  5383. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  5384. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  5385. p17.CanCollide = false
  5386. p17.Locked = true
  5387. p17.Elasticity = 0
  5388. p17.BottomSurface = Enum.SurfaceType.Smooth
  5389. p17.TopSurface = Enum.SurfaceType.Smooth
  5390. b17 = Instance.new("BlockMesh", p17)
  5391. b17.Name = "Mesh"
  5392. b17.Scale = Vector3.new(1, 1, 0.400000006)
  5393. p18 = Instance.new("WedgePart", m)
  5394. p18.BrickColor = BrickColor.new("Dark stone grey")
  5395. p18.Name = "BladePart1"
  5396. p18.Material = Enum.Material.Concrete
  5397. p18.Name = "Wedge"
  5398. p18.FormFactor = Enum.FormFactor.Symmetric
  5399. p18.Size = Vector3.new(1, 4, 2)
  5400. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  5401. p18.CanCollide = false
  5402. p18.Locked = true
  5403. p18.BottomSurface = Enum.SurfaceType.Smooth
  5404. p18.TopSurface = Enum.SurfaceType.Smooth
  5405. b18 = Instance.new("SpecialMesh", p18)
  5406. b18.MeshType = Enum.MeshType.Wedge
  5407. b18.Name = "Mesh"
  5408. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  5409. p19 = Instance.new("WedgePart", m)
  5410. p19.BrickColor = BrickColor.new("Dark stone grey")
  5411. p19.Name = "BladePart2"
  5412. p19.Material = Enum.Material.Concrete
  5413. p19.Name = "Wedge"
  5414. p19.FormFactor = Enum.FormFactor.Symmetric
  5415. p19.Size = Vector3.new(1, 4, 2)
  5416. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  5417. p19.CanCollide = false
  5418. p19.Locked = true
  5419. p19.BottomSurface = Enum.SurfaceType.Smooth
  5420. p19.TopSurface = Enum.SurfaceType.Smooth
  5421. b19 = Instance.new("SpecialMesh", p19)
  5422. b19.MeshType = Enum.MeshType.Wedge
  5423. b19.Name = "Mesh"
  5424. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  5425. p20 = Instance.new("Part", m)
  5426. p20.BrickColor = BrickColor.new("Really black")
  5427. p20.FormFactor = Enum.FormFactor.Custom
  5428. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  5429. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  5430. p20.CanCollide = false
  5431. p20.Locked = true
  5432. p20.Elasticity = 0
  5433. p20.BottomSurface = Enum.SurfaceType.Smooth
  5434. p20.TopSurface = Enum.SurfaceType.Smooth
  5435. b20 = Instance.new("BlockMesh", p20)
  5436. b20.Name = "Mesh"
  5437. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  5438. p21 = Instance.new("Part", m)
  5439. p21.BrickColor = BrickColor.new("Bright blue")
  5440. p21.Material = "Neon"
  5441. p21.FormFactor = Enum.FormFactor.Custom
  5442. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  5443. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  5444. p21.CanCollide = false
  5445. p21.Locked = true
  5446. p21.Elasticity = 0
  5447. p21.BottomSurface = Enum.SurfaceType.Smooth
  5448. p21.TopSurface = Enum.SurfaceType.Smooth
  5449. b21 = Instance.new("SpecialMesh", p21)
  5450. b21.MeshType = Enum.MeshType.Wedge
  5451. b21.Name = "Mesh"
  5452. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  5453. w1 = Instance.new("Weld", p1)
  5454. w1.Name = "Part_Weld"
  5455. w1.Part0 = p1
  5456. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  5457. w1.Part1 = p2
  5458. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  5459. w2 = Instance.new("Weld", p2)
  5460. w2.Name = "Part_Weld"
  5461. w2.Part0 = p2
  5462. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  5463. w2.Part1 = p3
  5464. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  5465. w3 = Instance.new("Weld", p3)
  5466. w3.Name = "Part_Weld"
  5467. w3.Part0 = p3
  5468. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  5469. w3.Part1 = p4
  5470. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  5471. w4 = Instance.new("Weld", p4)
  5472. w4.Name = "Part_Weld"
  5473. w4.Part0 = p4
  5474. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  5475. w4.Part1 = p5
  5476. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  5477. w5 = Instance.new("Weld", p5)
  5478. w5.Name = "Part_Weld"
  5479. w5.Part0 = p5
  5480. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  5481. w5.Part1 = p6
  5482. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  5483. w6 = Instance.new("Weld", p6)
  5484. w6.Name = "Part_Weld"
  5485. w6.Part0 = p6
  5486. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  5487. w6.Part1 = p7
  5488. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  5489. w7 = Instance.new("Weld", p7)
  5490. w7.Name = "Part_Weld"
  5491. w7.Part0 = p7
  5492. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  5493. w7.Part1 = p8
  5494. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  5495. w8 = Instance.new("Weld", p8)
  5496. w8.Name = "Part_Weld"
  5497. w8.Part0 = p8
  5498. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  5499. w8.Part1 = p9
  5500. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  5501. w9 = Instance.new("Weld", p9)
  5502. w9.Name = "Part_Weld"
  5503. w9.Part0 = p9
  5504. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  5505. w9.Part1 = p10
  5506. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  5507. w10 = Instance.new("Weld", p10)
  5508. w10.Name = "Part_Weld"
  5509. w10.Part0 = p10
  5510. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  5511. w10.Part1 = p11
  5512. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  5513. w11 = Instance.new("Weld", p11)
  5514. w11.Name = "Part_Weld"
  5515. w11.Part0 = p11
  5516. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  5517. w11.Part1 = p12
  5518. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  5519. w12 = Instance.new("Weld", p12)
  5520. w12.Name = "Part_Weld"
  5521. w12.Part0 = p12
  5522. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  5523. w12.Part1 = p13
  5524. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  5525. w13 = Instance.new("Weld", p13)
  5526. w13.Name = "Part_Weld"
  5527. w13.Part0 = p13
  5528. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  5529. w13.Part1 = p14
  5530. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  5531. w14 = Instance.new("Weld", p14)
  5532. w14.Name = "Part_Weld"
  5533. w14.Part0 = p14
  5534. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  5535. w14.Part1 = p15
  5536. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  5537. w15 = Instance.new("Weld", p15)
  5538. w15.Name = "Part_Weld"
  5539. w15.Part0 = p15
  5540. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  5541. w15.Part1 = p16
  5542. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  5543. w16 = Instance.new("Weld", p16)
  5544. w16.Name = "Part_Weld"
  5545. w16.Part0 = p16
  5546. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  5547. w16.Part1 = p17
  5548. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  5549. w17 = Instance.new("Weld", p17)
  5550. w17.Name = "Wedge_Weld"
  5551. w17.Part0 = p17
  5552. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  5553. w17.Part1 = p18
  5554. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  5555. w18 = Instance.new("Weld", p18)
  5556. w18.Name = "Wedge_Weld"
  5557. w18.Part0 = p18
  5558. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  5559. w18.Part1 = p19
  5560. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  5561. w19 = Instance.new("Weld", p19)
  5562. w19.Name = "Part_Weld"
  5563. w19.Part0 = p19
  5564. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  5565. w19.Part1 = p20
  5566. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  5567. w20 = Instance.new("Weld", p20)
  5568. w20.Name = "Part_Weld"
  5569. w20.Part0 = p20
  5570. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  5571. w20.Part1 = p21
  5572. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  5573. m.Parent = char
  5574. m:MakeJoints()
  5575. ----------------------------------------------------
  5576. local cor = Instance.new("Part", char.Absolution)
  5577. cor.Name = "Thingy"
  5578. cor.Locked = true
  5579. cor.BottomSurface = 0
  5580. cor.CanCollide = false
  5581. cor.Size = Vector3.new(1, 13, 1)
  5582. cor.Transparency = 1
  5583. cor.TopSurface = 0
  5584. corw = Instance.new("Weld", cor)
  5585. corw.Part0 = rarm
  5586. corw.Part1 = cor
  5587. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5588. corw.C1 = CFrame.new(0, 0, 0)
  5589. weld1 = Instance.new("Weld", char.Absolution)
  5590. weld1.Part0 = cor
  5591. weld1.Part1 = p6
  5592. weld1.C0 = CFrame.new(0, 0, 0)
  5593. ----------------------------------------------------
  5594. hitb = Instance.new("Part", char.Absolution)
  5595. hitb.Name = "Thingy2"
  5596. hitb.Locked = true
  5597. hitb.BottomSurface = 0
  5598. hitb.CanCollide = false
  5599. hitb.Size = Vector3.new(0, 8, 6)
  5600. hitb.Transparency = 1
  5601. hitb.TopSurface = 0
  5602. weld2 = Instance.new("Weld", char.Absolution)
  5603. weld2.Part0 = hitb
  5604. weld2.Part1 = p12
  5605. weld2.C0 = CFrame.new(0, .6, 1)
  5606. ----------------------------------------------------
  5607. local m = Instance.new("Model")
  5608. m.Name = "Claw"
  5609. p1 = Instance.new("Part", m)
  5610. p1.BrickColor = BrickColor.new("Really black")
  5611. p1.FormFactor = Enum.FormFactor.Custom
  5612. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  5613. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  5614. p1.CanCollide = false
  5615. p1.Locked = true
  5616. p1.BottomSurface = Enum.SurfaceType.Smooth
  5617. p1.TopSurface = Enum.SurfaceType.Smooth
  5618. b1 = Instance.new("BlockMesh", p1)
  5619. b1.Name = "Mesh"
  5620. p2 = Instance.new("WedgePart", m)
  5621. p2.BrickColor = BrickColor.new("Really black")
  5622. p2.Name = "Wedge"
  5623. p2.FormFactor = Enum.FormFactor.Custom
  5624. p2.Size = Vector3.new(3, 1, 0.5)
  5625. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  5626. p2.CanCollide = false
  5627. p2.Locked = true
  5628. p2.BottomSurface = Enum.SurfaceType.Smooth
  5629. p2.TopSurface = Enum.SurfaceType.Smooth
  5630. p3 = Instance.new("Part", m)
  5631. p3.BrickColor = BrickColor.new("Really black")
  5632. p3.FormFactor = Enum.FormFactor.Custom
  5633. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  5634. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  5635. p3.CanCollide = false
  5636. p3.Locked = true
  5637. p3.BottomSurface = Enum.SurfaceType.Smooth
  5638. p3.TopSurface = Enum.SurfaceType.Smooth
  5639. b2 = Instance.new("BlockMesh", p3)
  5640. b2.Name = "Mesh"
  5641. p4 = Instance.new("WedgePart", m)
  5642. p4.BrickColor = BrickColor.new("Really black")
  5643. p4.Name = "Wedge"
  5644. p4.FormFactor = Enum.FormFactor.Custom
  5645. p4.Size = Vector3.new(3, 1, 0.5)
  5646. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  5647. p4.CanCollide = false
  5648. p4.Locked = true
  5649. p4.BottomSurface = Enum.SurfaceType.Smooth
  5650. p4.TopSurface = Enum.SurfaceType.Smooth
  5651. p5 = Instance.new("Part", m)
  5652. p5.BrickColor = BrickColor.new("Really black")
  5653. p5.FormFactor = Enum.FormFactor.Custom
  5654. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  5655. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  5656. p5.CanCollide = false
  5657. p5.Locked = true
  5658. p5.BottomSurface = Enum.SurfaceType.Smooth
  5659. p5.TopSurface = Enum.SurfaceType.Smooth
  5660. b3 = Instance.new("BlockMesh", p5)
  5661. b3.Name = "Mesh"
  5662. p6 = Instance.new("Part", m)
  5663. p6.BrickColor = BrickColor.new("Really black")
  5664. p6.FormFactor = Enum.FormFactor.Custom
  5665. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  5666. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  5667. p6.CanCollide = false
  5668. p6.Locked = true
  5669. p6.BottomSurface = Enum.SurfaceType.Smooth
  5670. p6.TopSurface = Enum.SurfaceType.Smooth
  5671. b4 = Instance.new("BlockMesh", p6)
  5672. b4.Name = "Mesh"
  5673. p7 = Instance.new("Part", m)
  5674. p7.BrickColor = BrickColor.new("Really black")
  5675. p7.FormFactor = Enum.FormFactor.Custom
  5676. p7.Size = Vector3.new(3, 1, 1.20000005)
  5677. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  5678. p7.CanCollide = false
  5679. p7.Locked = true
  5680. p7.BottomSurface = Enum.SurfaceType.Smooth
  5681. p7.TopSurface = Enum.SurfaceType.Smooth
  5682. b5 = Instance.new("BlockMesh", p7)
  5683. b5.Name = "Mesh"
  5684. p8 = Instance.new("Part", m)
  5685. p8.BrickColor = BrickColor.new("Bright blue")
  5686. p8.Material = "Neon"
  5687. p8.FormFactor = Enum.FormFactor.Symmetric
  5688. p8.Size = Vector3.new(1, 1, 1)
  5689. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  5690. p8.CanCollide = false
  5691. p8.Locked = true
  5692. b6 = Instance.new("SpecialMesh", p8)
  5693. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  5694. b6.TextureId = ""
  5695. b6.MeshType = Enum.MeshType.FileMesh
  5696. b6.Name = "Mesh"
  5697. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  5698. p9 = Instance.new("Part", m)
  5699. p9.BrickColor = BrickColor.new("Really black")
  5700. p9.FormFactor = Enum.FormFactor.Custom
  5701. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  5702. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  5703. p9.CanCollide = false
  5704. p9.Locked = true
  5705. p9.BottomSurface = Enum.SurfaceType.Smooth
  5706. p9.TopSurface = Enum.SurfaceType.Smooth
  5707. b7 = Instance.new("BlockMesh", p9)
  5708. b7.Name = "Mesh"
  5709. p10 = Instance.new("Part", m)
  5710. p10.BrickColor = BrickColor.new("Bright blue")
  5711. p10.Material = "Neon"
  5712. p10.FormFactor = Enum.FormFactor.Symmetric
  5713. p10.Size = Vector3.new(1, 1, 1)
  5714. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  5715. p10.CanCollide = false
  5716. p10.Locked = true
  5717. b8 = Instance.new("SpecialMesh", p10)
  5718. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  5719. b8.TextureId = ""
  5720. b8.MeshType = Enum.MeshType.FileMesh
  5721. b8.Name = "Mesh"
  5722. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  5723. p11 = Instance.new("Part", m)
  5724. p11.BrickColor = BrickColor.new("Really black")
  5725. p11.FormFactor = Enum.FormFactor.Custom
  5726. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  5727. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  5728. p11.CanCollide = false
  5729. p11.Locked = true
  5730. p11.BottomSurface = Enum.SurfaceType.Smooth
  5731. p11.TopSurface = Enum.SurfaceType.Smooth
  5732. b9 = Instance.new("BlockMesh", p11)
  5733. b9.Name = "Mesh"
  5734. p12 = Instance.new("Part", m)
  5735. p12.BrickColor = BrickColor.new("Really black")
  5736. p12.FormFactor = Enum.FormFactor.Custom
  5737. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  5738. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  5739. p12.CanCollide = false
  5740. p12.Locked = true
  5741. p12.BottomSurface = Enum.SurfaceType.Smooth
  5742. p12.TopSurface = Enum.SurfaceType.Smooth
  5743. b10 = Instance.new("BlockMesh", p12)
  5744. b10.Name = "Mesh"
  5745. p13 = Instance.new("Part", m)
  5746. p13.BrickColor = BrickColor.new("Really black")
  5747. p13.FormFactor = Enum.FormFactor.Custom
  5748. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  5749. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  5750. p13.CanCollide = false
  5751. p13.Locked = true
  5752. p13.BottomSurface = Enum.SurfaceType.Smooth
  5753. p13.TopSurface = Enum.SurfaceType.Smooth
  5754. b11 = Instance.new("BlockMesh", p13)
  5755. b11.Name = "Mesh"
  5756. p14 = Instance.new("Part", m)
  5757. p14.BrickColor = BrickColor.new("Bright blue")
  5758. p14.Material = "Neon"
  5759. p14.FormFactor = Enum.FormFactor.Symmetric
  5760. p14.Size = Vector3.new(1, 1, 1)
  5761. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  5762. p14.CanCollide = false
  5763. p14.Locked = true
  5764. b12 = Instance.new("SpecialMesh", p14)
  5765. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  5766. b12.TextureId = ""
  5767. b12.MeshType = Enum.MeshType.FileMesh
  5768. b12.Name = "Mesh"
  5769. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  5770. p15 = Instance.new("Part", m)
  5771. p15.BrickColor = BrickColor.new("Medium stone grey")
  5772. p15.Transparency = 1
  5773. p15.Name = "ArmPart"
  5774. p15.FormFactor = Enum.FormFactor.Custom
  5775. p15.Size = Vector3.new(2, 1, 1)
  5776. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  5777. p15.CanCollide = false
  5778. p15.Locked = true
  5779. p15.BottomSurface = Enum.SurfaceType.Smooth
  5780. p15.TopSurface = Enum.SurfaceType.Smooth
  5781. b13 = Instance.new("BlockMesh", p15)
  5782. b13.Name = "Mesh"
  5783. p16 = Instance.new("Part", m)
  5784. p16.BrickColor = BrickColor.new("Really black")
  5785. p16.FormFactor = Enum.FormFactor.Custom
  5786. p16.Size = Vector3.new(3, 1, 2.4000001)
  5787. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  5788. p16.CanCollide = false
  5789. p16.Locked = true
  5790. p16.BottomSurface = Enum.SurfaceType.Smooth
  5791. p16.TopSurface = Enum.SurfaceType.Smooth
  5792. b14 = Instance.new("BlockMesh", p16)
  5793. b14.Name = "Mesh"
  5794. p17 = Instance.new("Part", m)
  5795. p17.BrickColor = BrickColor.new("Really black")
  5796. p17.FormFactor = Enum.FormFactor.Custom
  5797. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  5798. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  5799. p17.CanCollide = false
  5800. p17.Locked = true
  5801. p17.BottomSurface = Enum.SurfaceType.Smooth
  5802. p17.TopSurface = Enum.SurfaceType.Smooth
  5803. b15 = Instance.new("BlockMesh", p17)
  5804. b15.Name = "Mesh"
  5805. p18 = Instance.new("Part", m)
  5806. p18.BrickColor = BrickColor.new("Bright blue")
  5807. p18.Material = "Neon"
  5808. p18.FormFactor = Enum.FormFactor.Symmetric
  5809. p18.Size = Vector3.new(1, 1, 1)
  5810. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  5811. p18.CanCollide = false
  5812. p18.Locked = true
  5813. b16 = Instance.new("SpecialMesh", p18)
  5814. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  5815. b16.TextureId = ""
  5816. b16.MeshType = Enum.MeshType.FileMesh
  5817. b16.Name = "Mesh"
  5818. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  5819. p19 = Instance.new("Part", m)
  5820. p19.BrickColor = BrickColor.new("Bright blue")
  5821. p19.Material = "Neon"
  5822. p19.FormFactor = Enum.FormFactor.Symmetric
  5823. p19.Size = Vector3.new(1, 1, 1)
  5824. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  5825. p19.CanCollide = false
  5826. p19.Locked = true
  5827. b17 = Instance.new("SpecialMesh", p19)
  5828. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  5829. b17.TextureId = ""
  5830. b17.MeshType = Enum.MeshType.FileMesh
  5831. b17.Name = "Mesh"
  5832. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  5833. p20 = Instance.new("Part", m)
  5834. p20.BrickColor = BrickColor.new("Really black")
  5835. p20.FormFactor = Enum.FormFactor.Custom
  5836. p20.Size = Vector3.new(3, 1, 2.4000001)
  5837. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  5838. p20.CanCollide = false
  5839. p20.Locked = true
  5840. p20.BottomSurface = Enum.SurfaceType.Smooth
  5841. p20.TopSurface = Enum.SurfaceType.Smooth
  5842. b18 = Instance.new("BlockMesh", p20)
  5843. b18.Name = "Mesh"
  5844. p21 = Instance.new("Part", m)
  5845. p21.BrickColor = BrickColor.new("Really black")
  5846. p21.FormFactor = Enum.FormFactor.Custom
  5847. p21.Size = Vector3.new(3, 1, 1.19999993)
  5848. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  5849. p21.CanCollide = false
  5850. p21.Locked = true
  5851. p21.BottomSurface = Enum.SurfaceType.Smooth
  5852. p21.TopSurface = Enum.SurfaceType.Smooth
  5853. b19 = Instance.new("BlockMesh", p21)
  5854. b19.Name = "Mesh"
  5855. p22 = Instance.new("WedgePart", m)
  5856. p22.BrickColor = BrickColor.new("Really black")
  5857. p22.Name = "Wedge"
  5858. p22.FormFactor = Enum.FormFactor.Custom
  5859. p22.Size = Vector3.new(3, 1, 0.5)
  5860. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  5861. p22.CanCollide = false
  5862. p22.Locked = true
  5863. p22.BottomSurface = Enum.SurfaceType.Smooth
  5864. p22.TopSurface = Enum.SurfaceType.Smooth
  5865. p23 = Instance.new("Part", m)
  5866. p23.BrickColor = BrickColor.new("Really black")
  5867. p23.FormFactor = Enum.FormFactor.Custom
  5868. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  5869. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  5870. p23.CanCollide = false
  5871. p23.Locked = true
  5872. p23.BottomSurface = Enum.SurfaceType.Smooth
  5873. p23.TopSurface = Enum.SurfaceType.Smooth
  5874. b20 = Instance.new("BlockMesh", p23)
  5875. b20.Name = "Mesh"
  5876. p24 = Instance.new("WedgePart", m)
  5877. p24.BrickColor = BrickColor.new("Really black")
  5878. p24.Name = "Wedge"
  5879. p24.FormFactor = Enum.FormFactor.Custom
  5880. p24.Size = Vector3.new(3, 1, 0.5)
  5881. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  5882. p24.CanCollide = false
  5883. p24.Locked = true
  5884. p24.BottomSurface = Enum.SurfaceType.Smooth
  5885. p24.TopSurface = Enum.SurfaceType.Smooth
  5886. p25 = Instance.new("Part", m)
  5887. p25.BrickColor = BrickColor.new("Bright blue")
  5888. p25.Material = "Neon"
  5889. p25.FormFactor = Enum.FormFactor.Symmetric
  5890. p25.Size = Vector3.new(1, 1, 1)
  5891. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  5892. p25.CanCollide = false
  5893. p25.Locked = true
  5894. p25.BottomSurface = Enum.SurfaceType.Smooth
  5895. p25.TopSurface = Enum.SurfaceType.Smooth
  5896. b21 = Instance.new("SpecialMesh", p25)
  5897. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5898. b21.TextureId = ""
  5899. b21.MeshType = Enum.MeshType.FileMesh
  5900. b21.Name = "Mesh"
  5901. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  5902. p26 = Instance.new("Part", m)
  5903. p26.BrickColor = BrickColor.new("Really black")
  5904. p26.FormFactor = Enum.FormFactor.Symmetric
  5905. p26.Size = Vector3.new(1, 1, 1)
  5906. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  5907. p26.CanCollide = false
  5908. p26.Locked = true
  5909. p26.BottomSurface = Enum.SurfaceType.Smooth
  5910. p26.TopSurface = Enum.SurfaceType.Smooth
  5911. b22 = Instance.new("SpecialMesh", p26)
  5912. b22.MeshType = Enum.MeshType.Brick
  5913. b22.Name = "Mesh"
  5914. w1 = Instance.new("Weld", p1)
  5915. w1.Name = "Wedge_Weld"
  5916. w1.Part0 = p1
  5917. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  5918. w1.Part1 = p2
  5919. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  5920. w2 = Instance.new("Weld", p2)
  5921. w2.Name = "Part_Weld"
  5922. w2.Part0 = p2
  5923. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  5924. w2.Part1 = p3
  5925. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  5926. w3 = Instance.new("Weld", p3)
  5927. w3.Name = "Wedge_Weld"
  5928. w3.Part0 = p3
  5929. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  5930. w3.Part1 = p4
  5931. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  5932. w4 = Instance.new("Weld", p4)
  5933. w4.Name = "Part_Weld"
  5934. w4.Part0 = p4
  5935. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  5936. w4.Part1 = p5
  5937. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  5938. w5 = Instance.new("Weld", p5)
  5939. w5.Name = "Part_Weld"
  5940. w5.Part0 = p5
  5941. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  5942. w5.Part1 = p6
  5943. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  5944. w6 = Instance.new("Weld", p6)
  5945. w6.Name = "Part_Weld"
  5946. w6.Part0 = p6
  5947. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  5948. w6.Part1 = p7
  5949. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  5950. w7 = Instance.new("Weld", p7)
  5951. w7.Name = "Part_Weld"
  5952. w7.Part0 = p7
  5953. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  5954. w7.Part1 = p8
  5955. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  5956. w8 = Instance.new("Weld", p8)
  5957. w8.Name = "Part_Weld"
  5958. w8.Part0 = p8
  5959. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  5960. w8.Part1 = p9
  5961. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  5962. w9 = Instance.new("Weld", p9)
  5963. w9.Name = "Part_Weld"
  5964. w9.Part0 = p9
  5965. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  5966. w9.Part1 = p10
  5967. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  5968. w10 = Instance.new("Weld", p10)
  5969. w10.Name = "Part_Weld"
  5970. w10.Part0 = p10
  5971. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  5972. w10.Part1 = p11
  5973. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  5974. w11 = Instance.new("Weld", p11)
  5975. w11.Name = "Part_Weld"
  5976. w11.Part0 = p11
  5977. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  5978. w11.Part1 = p12
  5979. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  5980. w12 = Instance.new("Weld", p12)
  5981. w12.Name = "Part_Weld"
  5982. w12.Part0 = p12
  5983. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  5984. w12.Part1 = p13
  5985. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  5986. w13 = Instance.new("Weld", p13)
  5987. w13.Name = "Part_Weld"
  5988. w13.Part0 = p13
  5989. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  5990. w13.Part1 = p14
  5991. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  5992. w14 = Instance.new("Weld", p14)
  5993. w14.Name = "ArmPart_Weld"
  5994. w14.Part0 = p14
  5995. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  5996. w14.Part1 = p15
  5997. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  5998. w15 = Instance.new("Weld", p15)
  5999. w15.Name = "Part_Weld"
  6000. w15.Part0 = p15
  6001. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  6002. w15.Part1 = p16
  6003. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  6004. w16 = Instance.new("Weld", p16)
  6005. w16.Name = "Part_Weld"
  6006. w16.Part0 = p16
  6007. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  6008. w16.Part1 = p17
  6009. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  6010. w17 = Instance.new("Weld", p17)
  6011. w17.Name = "Part_Weld"
  6012. w17.Part0 = p17
  6013. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  6014. w17.Part1 = p18
  6015. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  6016. w18 = Instance.new("Weld", p18)
  6017. w18.Name = "Part_Weld"
  6018. w18.Part0 = p18
  6019. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  6020. w18.Part1 = p19
  6021. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  6022. w19 = Instance.new("Weld", p19)
  6023. w19.Name = "Part_Weld"
  6024. w19.Part0 = p19
  6025. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  6026. w19.Part1 = p20
  6027. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  6028. w20 = Instance.new("Weld", p20)
  6029. w20.Name = "Part_Weld"
  6030. w20.Part0 = p20
  6031. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  6032. w20.Part1 = p21
  6033. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  6034. w21 = Instance.new("Weld", p21)
  6035. w21.Name = "Wedge_Weld"
  6036. w21.Part0 = p21
  6037. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  6038. w21.Part1 = p22
  6039. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  6040. w22 = Instance.new("Weld", p22)
  6041. w22.Name = "Part_Weld"
  6042. w22.Part0 = p22
  6043. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  6044. w22.Part1 = p23
  6045. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  6046. w23 = Instance.new("Weld", p23)
  6047. w23.Name = "Wedge_Weld"
  6048. w23.Part0 = p23
  6049. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  6050. w23.Part1 = p24
  6051. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  6052. w24 = Instance.new("Weld", p24)
  6053. w24.Name = "Part_Weld"
  6054. w24.Part0 = p24
  6055. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  6056. w24.Part1 = p25
  6057. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  6058. w25 = Instance.new("Weld", p25)
  6059. w25.Name = "Part_Weld"
  6060. w25.Part0 = p25
  6061. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  6062. w25.Part1 = p26
  6063. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  6064. m.Parent = char
  6065. m:MakeJoints()
  6066. ----------------------------------------------------
  6067. local cor2 = Instance.new("Part", char.Claw)
  6068. cor2.Name = "Thingy"
  6069. cor2.Locked = true
  6070. cor2.BottomSurface = 0
  6071. cor2.CanCollide = false
  6072. cor2.Size = Vector3.new(2, 1, 1)
  6073. cor2.Transparency = 1
  6074. cor2.TopSurface = 0
  6075. corw2 = Instance.new("Weld", cor2)
  6076. corw2.Part0 = larm
  6077. corw2.Part1 = cor2
  6078. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  6079. corw2.C1 = CFrame.new(0, 0, 0)
  6080. weld2 = Instance.new("Weld", char.Claw)
  6081. weld2.Part0 = cor2
  6082. weld2.Part1 = char.Claw.ArmPart
  6083. weld2.C0 = CFrame.new(0, 0, 0)
  6084. ----------------------------------------------------
  6085. local m = Instance.new("Model")
  6086. m.Name = "LeftArm"
  6087. p1 = Instance.new("WedgePart", m)
  6088. p1.BrickColor = BrickColor.new("Bright blue")
  6089. p1.Material = Enum.Material.Neon
  6090. p1.Name = "Wedge"
  6091. p1.FormFactor = Enum.FormFactor.Custom
  6092. p1.Size = Vector3.new(1, 1.19999981, 4)
  6093. p1.CFrame = CFrame.new(60.830101, 8.39941978, -13.7674818, 1.52359269e-006, -0.707334042, 0.707343757, -2.62521735e-006, 0.707093, 0.707071185, -1.00027835, 3.43534703e-006, 4.43342998e-007)
  6094. p1.CanCollide = false
  6095. p1.Locked = true
  6096. p1.TopSurface = Enum.SurfaceType.Smooth
  6097. b1 = Instance.new("SpecialMesh", p1)
  6098. b1.MeshType = Enum.MeshType.Wedge
  6099. b1.Name = "Mesh"
  6100. b1.Scale = Vector3.new(0.200000003, 1, 1)
  6101. p2 = Instance.new("WedgePart", m)
  6102. p2.BrickColor = BrickColor.new("Bright blue")
  6103. p2.Material = Enum.Material.Neon
  6104. p2.Name = "Wedge"
  6105. p2.FormFactor = Enum.FormFactor.Custom
  6106. p2.Size = Vector3.new(1, 1.19999981, 4)
  6107. p2.CFrame = CFrame.new(60.8306694, 8.39941502, -12.5672398, 1.56085741e-006, -0.707337618, 0.707340181, -2.7146209e-006, 0.707089424, 0.707074761, -1.00027835, 3.34575839e-006, 4.06471969e-007)
  6108. p2.CanCollide = false
  6109. p2.Locked = true
  6110. p2.TopSurface = Enum.SurfaceType.Smooth
  6111. b2 = Instance.new("SpecialMesh", p2)
  6112. b2.MeshType = Enum.MeshType.Wedge
  6113. b2.Name = "Mesh"
  6114. b2.Scale = Vector3.new(0.200000003, 1, 1)
  6115. p3 = Instance.new("WedgePart", m)
  6116. p3.BrickColor = BrickColor.new("Bright blue")
  6117. p3.Material = Enum.Material.Neon
  6118. p3.Name = "Wedge"
  6119. p3.FormFactor = Enum.FormFactor.Custom
  6120. p3.Size = Vector3.new(1, 1.19999981, 4)
  6121. p3.CFrame = CFrame.new(60.8312187, 8.39939976, -13.1675138, 1.66519976e-006, -0.707341254, 0.707336545, -2.72952207e-006, 0.707085788, 0.707078397, -1.00027835, 3.26143936e-006, 4.69727013e-007)
  6122. p3.CanCollide = false
  6123. p3.Locked = true
  6124. p3.TopSurface = Enum.SurfaceType.Smooth
  6125. b3 = Instance.new("SpecialMesh", p3)
  6126. b3.MeshType = Enum.MeshType.Wedge
  6127. b3.Name = "Mesh"
  6128. b3.Scale = Vector3.new(0.200000003, 1, 1)
  6129. p4 = Instance.new("WedgePart", m)
  6130. p4.BrickColor = BrickColor.new("Bright blue")
  6131. p4.Material = Enum.Material.Neon
  6132. p4.Name = "Wedge"
  6133. p4.FormFactor = Enum.FormFactor.Custom
  6134. p4.Size = Vector3.new(1, 1.19999981, 4)
  6135. p4.CFrame = CFrame.new(60.8317757, 8.39937305, -13.1676111, 1.74718321e-006, -0.70734489, 0.707332909, -2.7742235e-006, 0.707082152, 0.707082033, -1.00027835, 3.17185027e-006, 4.96093037e-007)
  6136. p4.CanCollide = false
  6137. p4.Locked = true
  6138. p4.TopSurface = Enum.SurfaceType.Smooth
  6139. b4 = Instance.new("SpecialMesh", p4)
  6140. b4.MeshType = Enum.MeshType.Wedge
  6141. b4.Name = "Mesh"
  6142. b4.Scale = Vector3.new(0.200000003, 1, 1)
  6143. p5 = Instance.new("WedgePart", m)
  6144. p5.BrickColor = BrickColor.new("Bright blue")
  6145. p5.Material = Enum.Material.Neon
  6146. p5.Name = "Wedge"
  6147. p5.FormFactor = Enum.FormFactor.Custom
  6148. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  6149. p5.CFrame = CFrame.new(60.4623528, 9.0813055, -13.1677084, -1.74365277e-006, 0.422768414, 0.90661031, 3.01146247e-006, -0.90627563, 0.422602654, 1.00028574, -3.16541991e-006, -6.48408104e-007)
  6150. p5.CanCollide = false
  6151. p5.Locked = true
  6152. p5.TopSurface = Enum.SurfaceType.Smooth
  6153. b5 = Instance.new("SpecialMesh", p5)
  6154. b5.MeshType = Enum.MeshType.Wedge
  6155. b5.Name = "Mesh"
  6156. b5.Scale = Vector3.new(0.200000003, 1, 1)
  6157. p6 = Instance.new("WedgePart", m)
  6158. p6.BrickColor = BrickColor.new("Bright blue")
  6159. p6.Material = Enum.Material.Neon
  6160. p6.Name = "Wedge"
  6161. p6.FormFactor = Enum.FormFactor.Custom
  6162. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  6163. p6.CFrame = CFrame.new(60.4629173, 9.08128643, -13.7679863, -1.75857326e-006, 0.422772557, 0.906618714, 3.13068858e-006, -0.906274974, 0.422602147, 1.00029314, -3.27979569e-006, -6.11540997e-007)
  6164. p6.CanCollide = false
  6165. p6.Locked = true
  6166. p6.TopSurface = Enum.SurfaceType.Smooth
  6167. b6 = Instance.new("SpecialMesh", p6)
  6168. b6.MeshType = Enum.MeshType.Wedge
  6169. b6.Name = "Mesh"
  6170. b6.Scale = Vector3.new(0.200000003, 1, 1)
  6171. p7 = Instance.new("WedgePart", m)
  6172. p7.BrickColor = BrickColor.new("Bright blue")
  6173. p7.Material = Enum.Material.Neon
  6174. p7.Name = "Wedge"
  6175. p7.FormFactor = Enum.FormFactor.Custom
  6176. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  6177. p7.CFrame = CFrame.new(60.4634781, 9.0812645, -12.5677195, -1.77349398e-006, 0.422776699, 0.906627119, 3.24991538e-006, -0.906274319, 0.42260164, 1.00030053, -3.39417238e-006, -5.74673834e-007)
  6178. p7.CanCollide = false
  6179. p7.Locked = true
  6180. p7.TopSurface = Enum.SurfaceType.Smooth
  6181. b7 = Instance.new("SpecialMesh", p7)
  6182. b7.MeshType = Enum.MeshType.Wedge
  6183. b7.Name = "Mesh"
  6184. b7.Scale = Vector3.new(0.200000003, 1, 1)
  6185. p8 = Instance.new("Part", m)
  6186. p8.BrickColor = BrickColor.new("Really black")
  6187. p8.Material = Enum.Material.Neon
  6188. p8.FormFactor = Enum.FormFactor.Custom
  6189. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6190. p8.CFrame = CFrame.new(62.1344833, 9.89923668, -14.2683573, 1.0003655, -9.00030136e-006, -1.6914961e-006, -8.34465027e-007, 0.999961495, 3.15914986e-006, -2.15653972e-006, 3.05826416e-006, 1.00030792)
  6191. p8.CanCollide = false
  6192. p8.Locked = true
  6193. p8.BottomSurface = Enum.SurfaceType.Smooth
  6194. p8.TopSurface = Enum.SurfaceType.Smooth
  6195. b8 = Instance.new("SpecialMesh", p8)
  6196. b8.MeshType = Enum.MeshType.Sphere
  6197. b8.Name = "Mesh"
  6198. p9 = Instance.new("Part", m)
  6199. p9.BrickColor = BrickColor.new("Really black")
  6200. p9.Material = Enum.Material.Neon
  6201. p9.FormFactor = Enum.FormFactor.Custom
  6202. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6203. p9.CFrame = CFrame.new(62.1350441, 7.19933271, -14.2684784, 1.00037432, -9.11423649e-006, -1.78677055e-006, -8.82557742e-007, 0.999960482, 3.17407398e-006, -2.19382355e-006, 3.14769591e-006, 1.00031543)
  6204. p9.CanCollide = false
  6205. p9.Locked = true
  6206. p9.BottomSurface = Enum.SurfaceType.Smooth
  6207. p9.TopSurface = Enum.SurfaceType.Smooth
  6208. b9 = Instance.new("SpecialMesh", p9)
  6209. b9.MeshType = Enum.MeshType.Sphere
  6210. b9.Name = "Mesh"
  6211. p10 = Instance.new("Part", m)
  6212. p10.BrickColor = BrickColor.new("Bright blue")
  6213. p10.Material = Enum.Material.Neon
  6214. p10.FormFactor = Enum.FormFactor.Custom
  6215. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  6216. p10.CFrame = CFrame.new(62.4732666, 7.92819929, -14.2685785, -0.906659067, -0.422771662, -1.80169195e-006, 0.422602057, -0.906270981, 3.2933026e-006, 3.38190716e-006, -1.99476835e-006, 1.00032294)
  6217. p10.CanCollide = false
  6218. p10.Locked = true
  6219. p10.BottomSurface = Enum.SurfaceType.Smooth
  6220. p10.TopSurface = Enum.SurfaceType.Smooth
  6221. p11 = Instance.new("Part", m)
  6222. p11.BrickColor = BrickColor.new("Bright blue")
  6223. p11.Material = Enum.Material.Neon
  6224. p11.FormFactor = Enum.FormFactor.Custom
  6225. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  6226. p11.CFrame = CFrame.new(62.4794731, 9.45469475, -14.2686787, -0.819467902, 0.573809147, -1.81661335e-006, -0.573551893, -0.819118977, 3.41253167e-006, -9.27350783e-008, -4.03244348e-006, 1.00033033)
  6227. p11.CanCollide = false
  6228. p11.Locked = true
  6229. p11.BottomSurface = Enum.SurfaceType.Smooth
  6230. p11.TopSurface = Enum.SurfaceType.Smooth
  6231. p12 = Instance.new("Part", m)
  6232. p12.BrickColor = BrickColor.new("Really black")
  6233. p12.Material = Enum.Material.Neon
  6234. p12.FormFactor = Enum.FormFactor.Custom
  6235. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6236. p12.CFrame = CFrame.new(62.7369499, 6.29933262, -14.2688055, 1.00040102, -9.53674316e-006, -1.84644205e-006, -1.25169754e-006, 0.999957919, 3.50196092e-006, -2.25187659e-006, 3.46763295e-006, 1.00033784)
  6237. p12.CanCollide = false
  6238. p12.Locked = true
  6239. p12.BottomSurface = Enum.SurfaceType.Smooth
  6240. p12.TopSurface = Enum.SurfaceType.Smooth
  6241. b10 = Instance.new("SpecialMesh", p12)
  6242. b10.MeshType = Enum.MeshType.Sphere
  6243. b10.Name = "Mesh"
  6244. p13 = Instance.new("Part", m)
  6245. p13.BrickColor = BrickColor.new("Bright blue")
  6246. p13.Material = Enum.Material.Neon
  6247. p13.FormFactor = Enum.FormFactor.Custom
  6248. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  6249. p13.CFrame = CFrame.new(62.8003883, 10.1991549, -13.2136488, 1.00040984, -9.59636054e-006, -1.88372474e-006, -1.43051466e-006, 0.999956846, 3.58340549e-006, -2.3487878e-006, 3.4825357e-006, 1.00034535)
  6250. p13.CanCollide = false
  6251. p13.Locked = true
  6252. p13.BottomSurface = Enum.SurfaceType.Smooth
  6253. p13.TopSurface = Enum.SurfaceType.Smooth
  6254. b11 = Instance.new("SpecialMesh", p13)
  6255. b11.MeshType = Enum.MeshType.Sphere
  6256. b11.Name = "Mesh"
  6257. p14 = Instance.new("Part", m)
  6258. p14.BrickColor = BrickColor.new("Really black")
  6259. p14.Material = Enum.Material.Neon
  6260. p14.FormFactor = Enum.FormFactor.Custom
  6261. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6262. p14.CFrame = CFrame.new(62.7374802, 9.79915905, -14.2689018, 1.00041437, -9.80505502e-006, -1.96572228e-006, -1.37091877e-006, 0.999956131, 3.62812011e-006, -2.37115751e-006, 3.4527211e-006, 1.00034904)
  6263. p14.CanCollide = false
  6264. p14.Locked = true
  6265. p14.BottomSurface = Enum.SurfaceType.Smooth
  6266. p14.TopSurface = Enum.SurfaceType.Smooth
  6267. b12 = Instance.new("SpecialMesh", p14)
  6268. b12.MeshType = Enum.MeshType.Sphere
  6269. b12.Name = "Mesh"
  6270. p15 = Instance.new("Part", m)
  6271. p15.BrickColor = BrickColor.new("Really black")
  6272. p15.Material = Enum.Material.Metal
  6273. p15.Name = "Main"
  6274. p15.FormFactor = Enum.FormFactor.Custom
  6275. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  6276. p15.CFrame = CFrame.new(62.838131, 8.1992178, -13.1686192, 1.00041902, -9.80505047e-006, -1.96572933e-006, -1.54973122e-006, 0.999955654, 3.62813353e-006, -2.38607572e-006, 3.57197018e-006, 1.00035274)
  6277. p15.CanCollide = false
  6278. p15.Locked = true
  6279. p15.BottomSurface = Enum.SurfaceType.Smooth
  6280. p15.TopSurface = Enum.SurfaceType.Smooth
  6281. p16 = Instance.new("Part", m)
  6282. p16.BrickColor = BrickColor.new("Really black")
  6283. p16.Material = Enum.Material.Neon
  6284. p16.FormFactor = Enum.FormFactor.Custom
  6285. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6286. p16.CFrame = CFrame.new(62.9387741, 8.79918098, -14.2691231, 1.0004282, -9.95411301e-006, -2.00301338e-006, -1.66894927e-006, 0.999954581, 3.71756369e-006, -2.46808372e-006, 3.61668594e-006, 1.00036013)
  6287. p16.CanCollide = false
  6288. p16.Locked = true
  6289. p16.BottomSurface = Enum.SurfaceType.Smooth
  6290. p16.TopSurface = Enum.SurfaceType.Smooth
  6291. b13 = Instance.new("SpecialMesh", p16)
  6292. b13.MeshType = Enum.MeshType.Sphere
  6293. b13.Name = "Mesh"
  6294. p17 = Instance.new("Part", m)
  6295. p17.BrickColor = BrickColor.new("Bright blue")
  6296. p17.Material = Enum.Material.Neon
  6297. p17.FormFactor = Enum.FormFactor.Custom
  6298. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  6299. p17.CFrame = CFrame.new(63.0825539, 6.854743, -14.2692442, -0.866409063, -0.50020963, -2.099928e-006, 0.499978155, -0.86598444, 3.73249213e-006, 4.01878242e-006, -1.94999211e-006, 1.00036764)
  6300. p17.CanCollide = false
  6301. p17.Locked = true
  6302. p17.BottomSurface = Enum.SurfaceType.Smooth
  6303. p17.TopSurface = Enum.SurfaceType.Smooth
  6304. p18 = Instance.new("Part", m)
  6305. p18.BrickColor = BrickColor.new("Bright blue")
  6306. p18.Material = Enum.Material.Neon
  6307. p18.FormFactor = Enum.FormFactor.Custom
  6308. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  6309. p18.CFrame = CFrame.new(63.1831665, 8.15466595, -14.2693415, -0.906707585, 0.422816038, -2.11485258e-006, -0.422596663, -0.906265914, 3.8437388e-006, 6.9698217e-007, -4.50413063e-006, 1.00037515)
  6310. p18.CanCollide = false
  6311. p18.Locked = true
  6312. p18.BottomSurface = Enum.SurfaceType.Smooth
  6313. p18.TopSurface = Enum.SurfaceType.Smooth
  6314. p19 = Instance.new("Part", m)
  6315. p19.BrickColor = BrickColor.new("Bright blue")
  6316. p19.Material = Enum.Material.Neon
  6317. p19.FormFactor = Enum.FormFactor.Custom
  6318. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  6319. p19.CFrame = CFrame.new(63.2069473, 8.53140068, -14.2694473, -0.707418501, 0.707425714, -2.09994369e-006, -0.707068563, -0.707078457, 3.72453474e-006, -9.59315798e-007, -4.56575162e-006, 1.00037515)
  6320. p19.CanCollide = false
  6321. p19.Locked = true
  6322. p19.BottomSurface = Enum.SurfaceType.Smooth
  6323. p19.TopSurface = Enum.SurfaceType.Smooth
  6324. p20 = Instance.new("Part", m)
  6325. p20.BrickColor = BrickColor.new("Bright blue")
  6326. p20.Material = Enum.Material.Neon
  6327. p20.FormFactor = Enum.FormFactor.Custom
  6328. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  6329. p20.CFrame = CFrame.new(63.2280884, 9.68191624, -14.2694416, -0.342169315, 0.940117717, -2.11486008e-006, -0.93964541, -0.342010528, 3.84375198e-006, -2.7989995e-006, -3.73256239e-006, 1.00037885)
  6330. p20.CanCollide = false
  6331. p20.Locked = true
  6332. p20.BottomSurface = Enum.SurfaceType.Smooth
  6333. p20.TopSurface = Enum.SurfaceType.Smooth
  6334. p21 = Instance.new("Part", m)
  6335. p21.BrickColor = BrickColor.new("Bright blue")
  6336. p21.Material = Enum.Material.Neon
  6337. p21.FormFactor = Enum.FormFactor.Custom
  6338. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  6339. p21.CFrame = CFrame.new(63.3539009, 9.07959557, -14.2694454, 0.707428038, 0.707422554, -2.12876989e-006, -0.707079053, 0.707067132, 3.83015185e-006, -4.56554562e-006, 9.7875602e-007, 1.00037885)
  6340. p21.CanCollide = false
  6341. p21.Locked = true
  6342. p21.BottomSurface = Enum.SurfaceType.Smooth
  6343. p21.TopSurface = Enum.SurfaceType.Smooth
  6344. p22 = Instance.new("Part", m)
  6345. p22.BrickColor = BrickColor.new("Really black")
  6346. p22.Material = Enum.Material.Neon
  6347. p22.FormFactor = Enum.FormFactor.Custom
  6348. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6349. p22.CFrame = CFrame.new(63.4412346, 7.49916172, -14.269558, 1.0004549, -5.30481339e-006, -2.11486781e-006, -7.24196434e-006, 0.999951959, 3.84376608e-006, -2.5650661e-006, 4.02606338e-006, 1.00038254)
  6350. p22.CanCollide = false
  6351. p22.Locked = true
  6352. p22.BottomSurface = Enum.SurfaceType.Smooth
  6353. p22.TopSurface = Enum.SurfaceType.Smooth
  6354. b14 = Instance.new("SpecialMesh", p22)
  6355. b14.MeshType = Enum.MeshType.Sphere
  6356. b14.Name = "Mesh"
  6357. p23 = Instance.new("Part", m)
  6358. p23.BrickColor = BrickColor.new("Really black")
  6359. p23.Material = Enum.Material.Neon
  6360. p23.FormFactor = Enum.FormFactor.Custom
  6361. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6362. p23.CFrame = CFrame.new(63.5412827, 8.29912186, -14.2695541, 1.00045943, -5.54520193e-006, -2.12978443e-006, -7.22709638e-006, 0.999951601, 3.96298356e-006, -2.56507747e-006, 4.02606247e-006, 1.00038624)
  6363. p23.CanCollide = false
  6364. p23.Locked = true
  6365. p23.BottomSurface = Enum.SurfaceType.Smooth
  6366. p23.TopSurface = Enum.SurfaceType.Smooth
  6367. b15 = Instance.new("SpecialMesh", p23)
  6368. b15.MeshType = Enum.MeshType.Sphere
  6369. b15.Name = "Mesh"
  6370. p24 = Instance.new("Part", m)
  6371. p24.BrickColor = BrickColor.new("Really black")
  6372. p24.Material = Enum.Material.Neon
  6373. p24.FormFactor = Enum.FormFactor.Custom
  6374. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6375. p24.CFrame = CFrame.new(63.7413521, 9.49905682, -14.2695513, 1.00045943, -5.51538596e-006, -2.12978443e-006, -7.25689733e-006, 0.999951601, 3.96298356e-006, -2.56507769e-006, 4.02606247e-006, 1.00038624)
  6376. p24.CanCollide = false
  6377. p24.Locked = true
  6378. p24.BottomSurface = Enum.SurfaceType.Smooth
  6379. p24.TopSurface = Enum.SurfaceType.Smooth
  6380. b16 = Instance.new("SpecialMesh", p24)
  6381. b16.MeshType = Enum.MeshType.Sphere
  6382. b16.Name = "Mesh"
  6383. w1 = Instance.new("Weld", p1)
  6384. w1.Name = "Wedge_Weld"
  6385. w1.Part0 = p1
  6386. w1.C0 = CFrame.new(-13.7623367, 38.4686089, -47.5196228, 1.82382877e-007, -1.21785519e-007, -1.0000037, -0.707109988, 0.707106709, -1.20249211e-007, 0.707110047, 0.707106352, 1.16605563e-007)
  6387. w1.Part1 = p2
  6388. w1.C1 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  6389. w2 = Instance.new("Weld", p2)
  6390. w2.Name = "Wedge_Weld"
  6391. w2.Part0 = p2
  6392. w2.C0 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  6393. w2.Part1 = p3
  6394. w2.C1 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  6395. w3 = Instance.new("Weld", p3)
  6396. w3.Name = "Wedge_Weld"
  6397. w3.Part0 = p3
  6398. w3.C0 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  6399. w3.Part1 = p4
  6400. w3.C1 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  6401. w4 = Instance.new("Weld", p4)
  6402. w4.Name = "Wedge_Weld"
  6403. w4.Part0 = p4
  6404. w4.C0 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  6405. w4.Part1 = p5
  6406. w4.C1 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  6407. w5 = Instance.new("Weld", p5)
  6408. w5.Name = "Wedge_Weld"
  6409. w5.Part0 = p5
  6410. w5.C0 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  6411. w5.Part1 = p6
  6412. w5.C1 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  6413. w6 = Instance.new("Weld", p6)
  6414. w6.Name = "Wedge_Weld"
  6415. w6.Part0 = p6
  6416. w6.C0 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  6417. w6.Part1 = p7
  6418. w6.C1 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  6419. w7 = Instance.new("Weld", p7)
  6420. w7.Name = "Part_Weld"
  6421. w7.Part0 = p7
  6422. w7.C0 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  6423. w7.Part1 = p8
  6424. w7.C1 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  6425. w8 = Instance.new("Weld", p8)
  6426. w8.Name = "Part_Weld"
  6427. w8.Part0 = p8
  6428. w8.C0 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  6429. w8.Part1 = p9
  6430. w8.C1 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  6431. w9 = Instance.new("Weld", p9)
  6432. w9.Name = "Part_Weld"
  6433. w9.Part0 = p9
  6434. w9.C0 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  6435. w9.Part1 = p10
  6436. w9.C1 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6437. w10 = Instance.new("Weld", p10)
  6438. w10.Name = "Part_Weld"
  6439. w10.Part0 = p10
  6440. w10.C0 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6441. w10.Part1 = p11
  6442. w10.C1 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  6443. w11 = Instance.new("Weld", p11)
  6444. w11.Name = "Part_Weld"
  6445. w11.Part0 = p11
  6446. w11.C0 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  6447. w11.Part1 = p12
  6448. w11.C1 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  6449. w12 = Instance.new("Weld", p12)
  6450. w12.Name = "Part_Weld"
  6451. w12.Part0 = p12
  6452. w12.C0 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  6453. w12.Part1 = p13
  6454. w12.C1 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  6455. w13 = Instance.new("Weld", p13)
  6456. w13.Name = "Part_Weld"
  6457. w13.Part0 = p13
  6458. w13.C0 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  6459. w13.Part1 = p14
  6460. w13.C1 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  6461. w14 = Instance.new("Weld", p14)
  6462. w14.Name = "Part_Weld"
  6463. w14.Part0 = p14
  6464. w14.C0 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  6465. w14.Part1 = p15
  6466. w14.C1 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  6467. w15 = Instance.new("Weld", p15)
  6468. w15.Name = "Part_Weld"
  6469. w15.Part0 = p15
  6470. w15.C0 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  6471. w15.Part1 = p16
  6472. w15.C1 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  6473. w16 = Instance.new("Weld", p16)
  6474. w16.Name = "Part_Weld"
  6475. w16.Part0 = p16
  6476. w16.C0 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  6477. w16.Part1 = p17
  6478. w16.C1 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  6479. w17 = Instance.new("Weld", p17)
  6480. w17.Name = "Part_Weld"
  6481. w17.Part0 = p17
  6482. w17.C0 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  6483. w17.Part1 = p18
  6484. w17.C1 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6485. w18 = Instance.new("Weld", p18)
  6486. w18.Name = "Part_Weld"
  6487. w18.Part0 = p18
  6488. w18.C0 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6489. w18.Part1 = p19
  6490. w18.C1 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  6491. w19 = Instance.new("Weld", p19)
  6492. w19.Name = "Part_Weld"
  6493. w19.Part0 = p19
  6494. w19.C0 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  6495. w19.Part1 = p20
  6496. w19.C1 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  6497. w20 = Instance.new("Weld", p20)
  6498. w20.Name = "Part_Weld"
  6499. w20.Part0 = p20
  6500. w20.C0 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  6501. w20.Part1 = p21
  6502. w20.C1 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  6503. w21 = Instance.new("Weld", p21)
  6504. w21.Name = "Part_Weld"
  6505. w21.Part0 = p21
  6506. w21.C0 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  6507. w21.Part1 = p22
  6508. w21.C1 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6509. w22 = Instance.new("Weld", p22)
  6510. w22.Name = "Part_Weld"
  6511. w22.Part0 = p22
  6512. w22.C0 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6513. w22.Part1 = p23
  6514. w22.C1 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  6515. w23 = Instance.new("Weld", p23)
  6516. w23.Name = "Part_Weld"
  6517. w23.Part0 = p23
  6518. w23.C0 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  6519. w23.Part1 = p24
  6520. w23.C1 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  6521. w24 = Instance.new("Weld", p24)
  6522. w24.Name = "Part_Weld"
  6523. w24.Part0 = p24
  6524. w24.C0 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  6525. m.Parent = larm
  6526. m:MakeJoints()
  6527. ----------------------------------------------------
  6528. local cor3 = Instance.new("Part", larm.LeftArm)
  6529. cor3.Name = "Thingy"
  6530. cor3.Locked = true
  6531. cor3.BottomSurface = 0
  6532. cor3.CanCollide = false
  6533. cor3.Size = Vector3.new(2, 1, 1)
  6534. cor3.Transparency = 1
  6535. cor3.TopSurface = 0
  6536. corw2 = Instance.new("Weld", cor3)
  6537. corw2.Part0 = larm
  6538. corw2.Part1 = cor3
  6539. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6540. corw2.C1 = CFrame.new(0, 0, 0)
  6541. weld2 = Instance.new("Weld", larm.LeftArm)
  6542. weld2.Part0 = cor3
  6543. weld2.Part1 = p15
  6544. weld2.C0 = CFrame.new(0, 0, 0)
  6545. ----------------------------------------------------
  6546. local m = Instance.new("Model")
  6547. m.Name = "RightArm"
  6548. p1 = Instance.new("WedgePart", m)
  6549. p1.BrickColor = BrickColor.new("Bright blue")
  6550. p1.Material = Enum.Material.Neon
  6551. p1.Name = "Wedge"
  6552. p1.FormFactor = Enum.FormFactor.Custom
  6553. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  6554. p1.CFrame = CFrame.new(71.7528229, 9.08148766, -13.7657108, 2.20961255e-007, -0.422704399, -0.906498253, -1.70178805e-006, -0.906287491, 0.422612786, -1.00018191, -1.16194826e-006, 2.39246219e-006)
  6555. p1.CanCollide = false
  6556. p1.Locked = true
  6557. p1.TopSurface = Enum.SurfaceType.Smooth
  6558. b1 = Instance.new("SpecialMesh", p1)
  6559. b1.MeshType = Enum.MeshType.Wedge
  6560. b1.Name = "Mesh"
  6561. b1.Scale = Vector3.new(0.200000003, 1, 1)
  6562. p2 = Instance.new("WedgePart", m)
  6563. p2.BrickColor = BrickColor.new("Bright blue")
  6564. p2.Material = Enum.Material.Neon
  6565. p2.Name = "Wedge"
  6566. p2.FormFactor = Enum.FormFactor.Custom
  6567. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  6568. p2.CFrame = CFrame.new(71.7534714, 9.08147335, -12.5655851, 3.25293399e-007, -0.422708124, -0.906506479, -1.7167032e-006, -0.906286299, 0.422612339, -1.0001893, -1.13135729e-006, 2.49332743e-006)
  6569. p2.CanCollide = false
  6570. p2.Locked = true
  6571. p2.TopSurface = Enum.SurfaceType.Smooth
  6572. b2 = Instance.new("SpecialMesh", p2)
  6573. b2.MeshType = Enum.MeshType.Wedge
  6574. b2.Name = "Mesh"
  6575. b2.Scale = Vector3.new(0.200000003, 1, 1)
  6576. p3 = Instance.new("WedgePart", m)
  6577. p3.BrickColor = BrickColor.new("Bright blue")
  6578. p3.Material = Enum.Material.Neon
  6579. p3.Name = "Wedge"
  6580. p3.FormFactor = Enum.FormFactor.Custom
  6581. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  6582. p3.CFrame = CFrame.new(71.7541199, 9.08145237, -13.1658068, 4.29627249e-007, -0.422711849, -0.906514704, -1.73161834e-006, -0.906285107, 0.422611892, -1.0001967, -1.10076587e-006, 2.59419403e-006)
  6583. p3.CanCollide = false
  6584. p3.Locked = true
  6585. p3.TopSurface = Enum.SurfaceType.Smooth
  6586. b3 = Instance.new("SpecialMesh", p3)
  6587. b3.MeshType = Enum.MeshType.Wedge
  6588. b3.Name = "Mesh"
  6589. b3.Scale = Vector3.new(0.200000003, 1, 1)
  6590. p4 = Instance.new("WedgePart", m)
  6591. p4.BrickColor = BrickColor.new("Bright blue")
  6592. p4.Material = Enum.Material.Neon
  6593. p4.Name = "Wedge"
  6594. p4.FormFactor = Enum.FormFactor.Custom
  6595. p4.Size = Vector3.new(1, 1.19999981, 4)
  6596. p4.CFrame = CFrame.new(71.4245453, 8.39948177, -13.7660398, -5.32960883e-007, 0.70726943, -0.707265258, 1.90324067e-006, 0.707083881, 0.707096815, 1.0001967, 9.87842554e-008, 2.61978244e-006)
  6597. p4.CanCollide = false
  6598. p4.Locked = true
  6599. p4.TopSurface = Enum.SurfaceType.Smooth
  6600. b4 = Instance.new("SpecialMesh", p4)
  6601. b4.MeshType = Enum.MeshType.Wedge
  6602. b4.Name = "Mesh"
  6603. b4.Scale = Vector3.new(0.200000003, 1, 1)
  6604. p5 = Instance.new("WedgePart", m)
  6605. p5.BrickColor = BrickColor.new("Bright blue")
  6606. p5.Material = Enum.Material.Neon
  6607. p5.Name = "Wedge"
  6608. p5.FormFactor = Enum.FormFactor.Custom
  6609. p5.Size = Vector3.new(1, 1.19999981, 4)
  6610. p5.CFrame = CFrame.new(71.4251862, 8.39946651, -13.1660223, -6.3729243e-007, 0.707273066, -0.707261622, 1.91814229e-006, 0.707080245, 0.707100451, 1.0001967, 1.62003985e-007, 2.53547341e-006)
  6611. p5.CanCollide = false
  6612. p5.Locked = true
  6613. p5.TopSurface = Enum.SurfaceType.Smooth
  6614. b5 = Instance.new("SpecialMesh", p5)
  6615. b5.MeshType = Enum.MeshType.Wedge
  6616. b5.Name = "Mesh"
  6617. b5.Scale = Vector3.new(0.200000003, 1, 1)
  6618. p6 = Instance.new("WedgePart", m)
  6619. p6.BrickColor = BrickColor.new("Bright blue")
  6620. p6.Material = Enum.Material.Neon
  6621. p6.Name = "Wedge"
  6622. p6.FormFactor = Enum.FormFactor.Custom
  6623. p6.Size = Vector3.new(1, 1.19999981, 4)
  6624. p6.CFrame = CFrame.new(71.4258194, 8.39945126, -12.5660009, -7.41623865e-007, 0.707276702, -0.707257986, 1.93304436e-006, 0.707076609, 0.707104087, 1.0001967, 2.25224142e-007, 2.45116462e-006)
  6625. p6.CanCollide = false
  6626. p6.Locked = true
  6627. p6.TopSurface = Enum.SurfaceType.Smooth
  6628. b6 = Instance.new("SpecialMesh", p6)
  6629. b6.MeshType = Enum.MeshType.Wedge
  6630. b6.Name = "Mesh"
  6631. b6.Scale = Vector3.new(0.200000003, 1, 1)
  6632. p7 = Instance.new("Part", m)
  6633. p7.BrickColor = BrickColor.new("Really black")
  6634. p7.Material = Enum.Material.Neon
  6635. p7.FormFactor = Enum.FormFactor.Custom
  6636. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6637. p7.CFrame = CFrame.new(70.3255081, 6.6994977, -14.2663507, 1.00023162, 1.31726265e-005, -7.92685455e-007, -1.94311142e-005, 0.999976158, 1.97985287e-006, -1.62725564e-006, 1.86058458e-006, 1.00020039)
  6638. p7.CanCollide = false
  6639. p7.Locked = true
  6640. p7.BottomSurface = Enum.SurfaceType.Smooth
  6641. p7.TopSurface = Enum.SurfaceType.Smooth
  6642. b7 = Instance.new("SpecialMesh", p7)
  6643. b7.MeshType = Enum.MeshType.Sphere
  6644. b7.Name = "Mesh"
  6645. p8 = Instance.new("Part", m)
  6646. p8.BrickColor = BrickColor.new("Bright blue")
  6647. p8.Material = Enum.Material.Neon
  6648. p8.FormFactor = Enum.FormFactor.Custom
  6649. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  6650. p8.CFrame = CFrame.new(70.0060196, 9.16293144, -14.2664633, 0.881308079, -0.429463804, -0.198316693, 0.401435703, 0.900625467, -0.166355878, 0.250050306, 0.0670034215, 0.966122985)
  6651. p8.CanCollide = false
  6652. p8.Locked = true
  6653. p8.BottomSurface = Enum.SurfaceType.Smooth
  6654. p8.TopSurface = Enum.SurfaceType.Smooth
  6655. p9 = Instance.new("Part", m)
  6656. p9.BrickColor = BrickColor.new("Really black")
  6657. p9.Material = Enum.Material.Neon
  6658. p9.FormFactor = Enum.FormFactor.Custom
  6659. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6660. p9.CFrame = CFrame.new(70.2268219, 8.59942532, -14.2665701, 1.00024557, 1.30422413e-005, -8.7916851e-007, -1.95577741e-005, 0.999974489, 1.9967556e-006, -1.75833702e-006, 2.01165676e-006, 1.00021148)
  6661. p9.CanCollide = false
  6662. p9.Locked = true
  6663. p9.BottomSurface = Enum.SurfaceType.Smooth
  6664. p9.TopSurface = Enum.SurfaceType.Smooth
  6665. b8 = Instance.new("SpecialMesh", p9)
  6666. b8.MeshType = Enum.MeshType.Sphere
  6667. b8.Name = "Mesh"
  6668. p10 = Instance.new("Part", m)
  6669. p10.BrickColor = BrickColor.new("Really black")
  6670. p10.Material = Enum.Material.Neon
  6671. p10.FormFactor = Enum.FormFactor.Custom
  6672. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6673. p10.CFrame = CFrame.new(69.8274002, 9.5993948, -14.266675, 1.00025487, 1.30049675e-005, -9.23888138e-007, -1.9595207e-005, 0.999973536, 2.11597762e-006, -1.80306665e-006, 2.13088947e-006, 1.00021887)
  6674. p10.CanCollide = false
  6675. p10.Locked = true
  6676. p10.BottomSurface = Enum.SurfaceType.Smooth
  6677. p10.TopSurface = Enum.SurfaceType.Smooth
  6678. b9 = Instance.new("SpecialMesh", p10)
  6679. b9.MeshType = Enum.MeshType.Sphere
  6680. b9.Name = "Mesh"
  6681. p11 = Instance.new("Part", m)
  6682. p11.BrickColor = BrickColor.new("Bright blue")
  6683. p11.Material = Enum.Material.Neon
  6684. p11.FormFactor = Enum.FormFactor.Custom
  6685. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  6686. p11.CFrame = CFrame.new(69.693718, 7.37976837, -14.2265854, 0.690841019, -0.711695194, -0.129447505, 0.678571701, 0.699464202, -0.224133074, 0.250056893, 0.0670053288, 0.966144204)
  6687. p11.CanCollide = false
  6688. p11.Locked = true
  6689. p11.BottomSurface = Enum.SurfaceType.Smooth
  6690. p11.TopSurface = Enum.SurfaceType.Smooth
  6691. p12 = Instance.new("Part", m)
  6692. p12.BrickColor = BrickColor.new("Bright blue")
  6693. p12.Material = Enum.Material.Neon
  6694. p12.FormFactor = Enum.FormFactor.Custom
  6695. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  6696. p12.CFrame = CFrame.new(69.47966, 8.73308277, -14.2467909, 0.176576898, -0.984305978, 0.022559464, 0.951990068, 0.164877579, -0.257825077, 0.25006038, 0.0670051575, 0.966151059)
  6697. p12.CanCollide = false
  6698. p12.Locked = true
  6699. p12.BottomSurface = Enum.SurfaceType.Smooth
  6700. p12.TopSurface = Enum.SurfaceType.Smooth
  6701. p13 = Instance.new("Part", m)
  6702. p13.BrickColor = BrickColor.new("Bright blue")
  6703. p13.Material = Enum.Material.Neon
  6704. p13.FormFactor = Enum.FormFactor.Custom
  6705. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  6706. p13.CFrame = CFrame.new(69.3920746, 10.1993351, -13.2118578, 1.00028241, 1.27716921e-005, -1.06170774e-006, -1.99186616e-005, 0.999970496, 2.39908695e-006, -1.93528831e-006, 2.38418579e-006, 1.00024128)
  6707. p13.CanCollide = false
  6708. p13.Locked = true
  6709. p13.BottomSurface = Enum.SurfaceType.Smooth
  6710. p13.TopSurface = Enum.SurfaceType.Smooth
  6711. b10 = Instance.new("SpecialMesh", p13)
  6712. b10.MeshType = Enum.MeshType.Sphere
  6713. b10.Name = "Mesh"
  6714. p14 = Instance.new("Part", m)
  6715. p14.BrickColor = BrickColor.new("Really black")
  6716. p14.Material = Enum.Material.Metal
  6717. p14.Name = "Main"
  6718. p14.FormFactor = Enum.FormFactor.Custom
  6719. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  6720. p14.CFrame = CFrame.new(69.4298401, 8.19937706, -13.1668339, 1.00029147, 1.25630004e-005, -1.16605349e-006, -2.0008245e-005, 0.999969125, 2.41400744e-006, -2.03963987e-006, 2.39908786e-006, 1.00024867)
  6721. p14.CanCollide = false
  6722. p14.Locked = true
  6723. p14.BottomSurface = Enum.SurfaceType.Smooth
  6724. p14.TopSurface = Enum.SurfaceType.Smooth
  6725. p15 = Instance.new("Part", m)
  6726. p15.BrickColor = BrickColor.new("Really black")
  6727. p15.Material = Enum.Material.Neon
  6728. p15.FormFactor = Enum.FormFactor.Custom
  6729. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6730. p15.CFrame = CFrame.new(69.1303406, 7.89936399, -14.2672224, 1.00030053, 1.24437429e-005, -1.24804228e-006, -2.02170359e-005, 0.999968052, 2.45872889e-006, -2.07692119e-006, 2.48851507e-006, 1.00025606)
  6731. p15.CanCollide = false
  6732. p15.Locked = true
  6733. p15.BottomSurface = Enum.SurfaceType.Smooth
  6734. p15.TopSurface = Enum.SurfaceType.Smooth
  6735. b11 = Instance.new("SpecialMesh", p15)
  6736. b11.MeshType = Enum.MeshType.Sphere
  6737. b11.Name = "Mesh"
  6738. p16 = Instance.new("Part", m)
  6739. p16.BrickColor = BrickColor.new("Bright blue")
  6740. p16.Material = Enum.Material.Neon
  6741. p16.FormFactor = Enum.FormFactor.Custom
  6742. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  6743. p16.CFrame = CFrame.new(68.9101486, 8.4345789, -14.2572756, 0.881372392, -0.429496199, -0.198331535, 0.401431859, 0.900618315, -0.166353673, 0.250065029, 0.0670081601, 0.966180325)
  6744. p16.CanCollide = false
  6745. p16.Locked = true
  6746. p16.BottomSurface = Enum.SurfaceType.Smooth
  6747. p16.TopSurface = Enum.SurfaceType.Smooth
  6748. p17 = Instance.new("Part", m)
  6749. p17.BrickColor = BrickColor.new("Bright blue")
  6750. p17.Material = Enum.Material.Neon
  6751. p17.FormFactor = Enum.FormFactor.Custom
  6752. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  6753. p17.CFrame = CFrame.new(68.8972092, 7.71862125, -14.2674294, -0.70732069, -0.707330942, -1.25169754e-006, 0.707094371, -0.707072854, 2.48849392e-006, 3.42912972e-006, -4.32133675e-007, 1.00026357)
  6754. p17.CanCollide = false
  6755. p17.Locked = true
  6756. p17.BottomSurface = Enum.SurfaceType.Smooth
  6757. p17.TopSurface = Enum.SurfaceType.Smooth
  6758. p18 = Instance.new("Part", m)
  6759. p18.BrickColor = BrickColor.new("Really black")
  6760. p18.Material = Enum.Material.Neon
  6761. p18.FormFactor = Enum.FormFactor.Custom
  6762. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6763. p18.CFrame = CFrame.new(68.6320877, 8.89929676, -14.2675419, 1.000319, 7.09295273e-006, -1.29642399e-006, -1.53779984e-005, 0.999966145, 2.53321537e-006, -2.20864695e-006, 2.76013293e-006, 1.00027096)
  6764. p18.CanCollide = false
  6765. p18.Locked = true
  6766. p18.BottomSurface = Enum.SurfaceType.Smooth
  6767. p18.TopSurface = Enum.SurfaceType.Smooth
  6768. b12 = Instance.new("SpecialMesh", p18)
  6769. b12.MeshType = Enum.MeshType.Sphere
  6770. b12.Name = "Mesh"
  6771. p19 = Instance.new("Part", m)
  6772. p19.BrickColor = BrickColor.new("Really black")
  6773. p19.Material = Enum.Material.Neon
  6774. p19.FormFactor = Enum.FormFactor.Custom
  6775. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6776. p19.CFrame = CFrame.new(68.6320801, 7.49934578, -14.2675457, 1.00032365, 7.02587113e-006, -1.41567671e-006, -1.53780693e-005, 0.999965429, 2.48852461e-006, -2.20865695e-006, 2.76013111e-006, 1.00027466)
  6777. p19.CanCollide = false
  6778. p19.Locked = true
  6779. p19.BottomSurface = Enum.SurfaceType.Smooth
  6780. p19.TopSurface = Enum.SurfaceType.Smooth
  6781. b13 = Instance.new("SpecialMesh", p19)
  6782. b13.MeshType = Enum.MeshType.Sphere
  6783. b13.Name = "Mesh"
  6784. w1 = Instance.new("Weld", p1)
  6785. w1.Name = "Wedge_Weld"
  6786. w1.Part0 = p1
  6787. w1.C0 = CFrame.new(-13.7623348, 36.7341995, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.9372038e-008)
  6788. w1.Part1 = p2
  6789. w1.C1 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  6790. w2 = Instance.new("Weld", p2)
  6791. w2.Name = "Wedge_Weld"
  6792. w2.Part0 = p2
  6793. w2.C0 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  6794. w2.Part1 = p3
  6795. w2.C1 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  6796. w3 = Instance.new("Weld", p3)
  6797. w3.Name = "Wedge_Weld"
  6798. w3.Part0 = p3
  6799. w3.C0 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  6800. w3.Part1 = p4
  6801. w3.C1 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  6802. w4 = Instance.new("Weld", p4)
  6803. w4.Name = "Wedge_Weld"
  6804. w4.Part0 = p4
  6805. w4.C0 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  6806. w4.Part1 = p5
  6807. w4.C1 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  6808. w5 = Instance.new("Weld", p5)
  6809. w5.Name = "Wedge_Weld"
  6810. w5.Part0 = p5
  6811. w5.C0 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  6812. w5.Part1 = p6
  6813. w5.C1 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  6814. w6 = Instance.new("Weld", p6)
  6815. w6.Name = "Part_Weld"
  6816. w6.Part0 = p6
  6817. w6.C0 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  6818. w6.Part1 = p7
  6819. w6.C1 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  6820. w7 = Instance.new("Weld", p7)
  6821. w7.Name = "Part_Weld"
  6822. w7.Part0 = p7
  6823. w7.C0 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  6824. w7.Part1 = p8
  6825. w7.C1 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  6826. w8 = Instance.new("Weld", p8)
  6827. w8.Name = "Part_Weld"
  6828. w8.Part0 = p8
  6829. w8.C0 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  6830. w8.Part1 = p9
  6831. w8.C1 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  6832. w9 = Instance.new("Weld", p9)
  6833. w9.Name = "Part_Weld"
  6834. w9.Part0 = p9
  6835. w9.C0 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  6836. w9.Part1 = p10
  6837. w9.C1 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  6838. w10 = Instance.new("Weld", p10)
  6839. w10.Name = "Part_Weld"
  6840. w10.Part0 = p10
  6841. w10.C0 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  6842. w10.Part1 = p11
  6843. w10.C1 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  6844. w11 = Instance.new("Weld", p11)
  6845. w11.Name = "Part_Weld"
  6846. w11.Part0 = p11
  6847. w11.C0 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  6848. w11.Part1 = p12
  6849. w11.C1 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  6850. w12 = Instance.new("Weld", p12)
  6851. w12.Name = "Part_Weld"
  6852. w12.Part0 = p12
  6853. w12.C0 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  6854. w12.Part1 = p13
  6855. w12.C1 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  6856. w13 = Instance.new("Weld", p13)
  6857. w13.Name = "Part_Weld"
  6858. w13.Part0 = p13
  6859. w13.C0 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  6860. w13.Part1 = p14
  6861. w13.C1 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  6862. w14 = Instance.new("Weld", p14)
  6863. w14.Name = "Part_Weld"
  6864. w14.Part0 = p14
  6865. w14.C0 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  6866. w14.Part1 = p15
  6867. w14.C1 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6868. w15 = Instance.new("Weld", p15)
  6869. w15.Name = "Part_Weld"
  6870. w15.Part0 = p15
  6871. w15.C0 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6872. w15.Part1 = p16
  6873. w15.C1 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  6874. w16 = Instance.new("Weld", p16)
  6875. w16.Name = "Part_Weld"
  6876. w16.Part0 = p16
  6877. w16.C0 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  6878. w16.Part1 = p17
  6879. w16.C1 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6880. w17 = Instance.new("Weld", p17)
  6881. w17.Name = "Part_Weld"
  6882. w17.Part0 = p17
  6883. w17.C0 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  6884. w17.Part1 = p18
  6885. w17.C1 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  6886. w18 = Instance.new("Weld", p18)
  6887. w18.Name = "Part_Weld"
  6888. w18.Part0 = p18
  6889. w18.C0 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  6890. w18.Part1 = p19
  6891. w18.C1 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  6892. w19 = Instance.new("Weld", p19)
  6893. w19.Name = "Wedge_Weld"
  6894. w19.Part0 = p19
  6895. w19.C0 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  6896. m.Parent = rarm
  6897. m:MakeJoints()
  6898. ----------------------------------------------------
  6899. local cor4 = Instance.new("Part", rarm.RightArm)
  6900. cor4.Name = "Thingy"
  6901. cor4.Locked = true
  6902. cor4.BottomSurface = 0
  6903. cor4.CanCollide = false
  6904. cor4.Size = Vector3.new(2, 1, 1)
  6905. cor4.Transparency = 1
  6906. cor4.TopSurface = 0
  6907. corw2 = Instance.new("Weld", cor4)
  6908. corw2.Part0 = rarm
  6909. corw2.Part1 = cor4
  6910. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6911. corw2.C1 = CFrame.new(0, 0, 0)
  6912. weld2 = Instance.new("Weld", rarm.RightArm)
  6913. weld2.Part0 = cor4
  6914. weld2.Part1 = p14
  6915. weld2.C0 = CFrame.new(0, 0, 0)
  6916. ----------------------------------------------------
  6917. local m = Instance.new("Model")
  6918. m.Name = "Torso"
  6919. p1 = Instance.new("Part", m)
  6920. p1.BrickColor = BrickColor.new("Really black")
  6921. p1.Material = Enum.Material.Neon
  6922. p1.FormFactor = Enum.FormFactor.Custom
  6923. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6924. p1.CFrame = CFrame.new(67.3119202, 9.5997963, -14.263937, 1.00006402, 1.86259939e-007, 2.23464554e-008, -1.44914884e-006, 0.999991, -1.49014099e-008, -1.51248571e-006, 5.96053269e-008, 1.00005186)
  6925. p1.CanCollide = false
  6926. p1.Locked = true
  6927. p1.BottomSurface = Enum.SurfaceType.Smooth
  6928. p1.TopSurface = Enum.SurfaceType.Smooth
  6929. b1 = Instance.new("SpecialMesh", p1)
  6930. b1.MeshType = Enum.MeshType.Sphere
  6931. b1.Name = "Mesh"
  6932. p2 = Instance.new("Part", m)
  6933. p2.BrickColor = BrickColor.new("Really black")
  6934. p2.Material = Enum.Material.Neon
  6935. p2.FormFactor = Enum.FormFactor.Custom
  6936. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6937. p2.CFrame = CFrame.new(65.0111618, 9.59981537, -14.2638226, 1.00005496, 2.75671482e-007, 1.2665987e-007, -1.35973096e-006, 0.999992192, -2.98023224e-008, -1.40815973e-006, 4.47034836e-008, 1.00004447)
  6938. p2.CanCollide = false
  6939. p2.Locked = true
  6940. p2.BottomSurface = Enum.SurfaceType.Smooth
  6941. p2.TopSurface = Enum.SurfaceType.Smooth
  6942. b2 = Instance.new("SpecialMesh", p2)
  6943. b2.MeshType = Enum.MeshType.Sphere
  6944. b2.Name = "Mesh"
  6945. p3 = Instance.new("Part", m)
  6946. p3.BrickColor = BrickColor.new("Bright blue")
  6947. p3.Material = Enum.Material.Neon
  6948. p3.FormFactor = Enum.FormFactor.Custom
  6949. p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  6950. p3.CFrame = CFrame.new(67.6028595, 9.39744663, -14.2168236, 0.491504252, -0.868347466, -0.0669902489, 0.834227681, 0.491479307, -0.249998316, 0.250008702, 0.0669909269, 0.965961695)
  6951. p3.CanCollide = false
  6952. p3.Locked = true
  6953. p3.BottomSurface = Enum.SurfaceType.Smooth
  6954. p3.TopSurface = Enum.SurfaceType.Smooth
  6955. p4 = Instance.new("Part", m)
  6956. p4.BrickColor = BrickColor.new("Bright blue")
  6957. p4.Material = Enum.Material.Neon
  6958. p4.FormFactor = Enum.FormFactor.Custom
  6959. p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  6960. p4.CFrame = CFrame.new(64.6849442, 9.10655022, -14.2635975, 0.866056859, 0.500018656, 3.35280106e-007, -0.49999845, 0.866020203, -2.98035943e-008, -1.06866298e-006, -5.48167122e-007, 1.00002968)
  6961. p4.CanCollide = false
  6962. p4.Locked = true
  6963. p4.BottomSurface = Enum.SurfaceType.Smooth
  6964. p4.TopSurface = Enum.SurfaceType.Smooth
  6965. p5 = Instance.new("Part", m)
  6966. p5.BrickColor = BrickColor.new("Bright blue")
  6967. p5.Material = Enum.Material.Neon
  6968. p5.FormFactor = Enum.FormFactor.Custom
  6969. p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  6970. p5.CFrame = CFrame.new(66.9344177, 8.96636868, -14.2634897, -0.866048932, -0.500014246, 4.3958832e-007, 0.499999046, -0.866021395, -4.47044108e-008, 9.70867745e-007, 5.08911796e-007, 1.00002229)
  6971. p5.CanCollide = false
  6972. p5.Locked = true
  6973. p5.BottomSurface = Enum.SurfaceType.Smooth
  6974. p5.TopSurface = Enum.SurfaceType.Smooth
  6975. p6 = Instance.new("Part", m)
  6976. p6.BrickColor = BrickColor.new("Bright blue")
  6977. p6.Material = Enum.Material.Neon
  6978. p6.FormFactor = Enum.FormFactor.Custom
  6979. p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  6980. p6.CFrame = CFrame.new(65.358757, 9.04366112, -14.2633762, -0.866041601, 0.500008702, 5.43894771e-007, -0.499997824, -0.8660236, -5.96051208e-008, 8.43271948e-007, -5.21275751e-007, 1.0000149)
  6981. p6.CanCollide = false
  6982. p6.Locked = true
  6983. p6.BottomSurface = Enum.SurfaceType.Smooth
  6984. p6.TopSurface = Enum.SurfaceType.Smooth
  6985. p7 = Instance.new("Part", m)
  6986. p7.BrickColor = BrickColor.new("Really black")
  6987. p7.Material = Enum.Material.Neon
  6988. p7.FormFactor = Enum.FormFactor.Custom
  6989. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  6990. p7.CFrame = CFrame.new(68.0082169, 9.19989014, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308121e-007, -8.7916851e-007, 5.96046519e-008, 1.00001121)
  6991. p7.CanCollide = false
  6992. p7.Locked = true
  6993. p7.BottomSurface = Enum.SurfaceType.Smooth
  6994. p7.TopSurface = Enum.SurfaceType.Smooth
  6995. b3 = Instance.new("SpecialMesh", p7)
  6996. b3.MeshType = Enum.MeshType.Sphere
  6997. b3.Name = "Mesh"
  6998. p8 = Instance.new("Part", m)
  6999. p8.BrickColor = BrickColor.new("Really black")
  7000. p8.Material = Enum.Material.Neon
  7001. p8.FormFactor = Enum.FormFactor.Custom
  7002. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7003. p8.CFrame = CFrame.new(64.4081497, 8.59989357, -14.2632627, 1.00001383, 5.32715489e-007, 5.6624458e-007, -8.4191629e-007, 0.999997973, -2.980277e-008, -9.08971174e-007, -1.4901623e-008, 1.00001121)
  7004. p8.CanCollide = false
  7005. p8.Locked = true
  7006. p8.BottomSurface = Enum.SurfaceType.Smooth
  7007. p8.TopSurface = Enum.SurfaceType.Smooth
  7008. b4 = Instance.new("SpecialMesh", p8)
  7009. b4.MeshType = Enum.MeshType.Sphere
  7010. b4.Name = "Mesh"
  7011. p9 = Instance.new("Part", m)
  7012. p9.BrickColor = BrickColor.new("Really black")
  7013. p9.Material = Enum.Material.Neon
  7014. p9.FormFactor = Enum.FormFactor.Custom
  7015. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7016. p9.CFrame = CFrame.new(67.8082123, 8.49989128, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308128e-007, -8.7916851e-007, 5.96046448e-008, 1.00001121)
  7017. p9.CanCollide = false
  7018. p9.Locked = true
  7019. p9.BottomSurface = Enum.SurfaceType.Smooth
  7020. p9.TopSurface = Enum.SurfaceType.Smooth
  7021. b5 = Instance.new("SpecialMesh", p9)
  7022. b5.MeshType = Enum.MeshType.Sphere
  7023. b5.Name = "Mesh"
  7024. p10 = Instance.new("Part", m)
  7025. p10.BrickColor = BrickColor.new("Bright blue")
  7026. p10.Material = Enum.Material.Neon
  7027. p10.FormFactor = Enum.FormFactor.Custom
  7028. p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  7029. p10.CFrame = CFrame.new(67.3000946, 8.34052181, -14.1962805, -0.323144197, -0.934642911, 0.148454338, 0.912730813, -0.349243045, -0.212012067, 0.250002205, 0.0669885725, 0.965932906)
  7030. p10.CanCollide = false
  7031. p10.Locked = true
  7032. p10.BottomSurface = Enum.SurfaceType.Smooth
  7033. p10.TopSurface = Enum.SurfaceType.Smooth
  7034. p11 = Instance.new("Part", m)
  7035. p11.BrickColor = BrickColor.new("Really black")
  7036. p11.Material = Enum.Material.Metal
  7037. p11.Name = "Main"
  7038. p11.FormFactor = Enum.FormFactor.Custom
  7039. p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
  7040. p11.CFrame = CFrame.new(66.1075974, 8.19991207, -13.1631384, 1, 7.67355459e-007, 7.5990539e-007, -7.67355459e-007, 1, -2.98022478e-008, -7.5990539e-007, 2.98016651e-008, 1)
  7041. p11.CanCollide = false
  7042. p11.Locked = true
  7043. p11.BottomSurface = Enum.SurfaceType.Smooth
  7044. p11.TopSurface = Enum.SurfaceType.Smooth
  7045. p12 = Instance.new("Part", m)
  7046. p12.BrickColor = BrickColor.new("Really black")
  7047. p12.Material = Enum.Material.Neon
  7048. p12.FormFactor = Enum.FormFactor.Custom
  7049. p12.Size = Vector3.new(3, 3, 2)
  7050. p12.CFrame = CFrame.new(66.1075974, 8.19991302, -13.5631437, 1.00000453, 6.48145658e-007, 6.55599706e-007, -7.97160624e-007, 0.999999344, -1.49012251e-008, -7.5990863e-007, 2.98017362e-008, 1.0000037)
  7051. p12.CanCollide = false
  7052. p12.Locked = true
  7053. p12.BottomSurface = Enum.SurfaceType.Smooth
  7054. p12.TopSurface = Enum.SurfaceType.Smooth
  7055. b6 = Instance.new("SpecialMesh", p12)
  7056. b6.MeshType = Enum.MeshType.Sphere
  7057. b6.Name = "Mesh"
  7058. p13 = Instance.new("Part", m)
  7059. p13.BrickColor = BrickColor.new("Bright blue")
  7060. p13.Material = Enum.Material.Neon
  7061. p13.FormFactor = Enum.FormFactor.Custom
  7062. p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
  7063. p13.CFrame = CFrame.new(66.1331863, 7.82621098, -12.0632286, 6.04434092e-007, -1.00000906, 6.55602378e-007, 0.999998689, 8.72662156e-007, -1.49012802e-008, 4.47028583e-008, 8.64220965e-007, 1.00000739)
  7064. p13.CanCollide = false
  7065. p13.Locked = true
  7066. p13.BottomSurface = Enum.SurfaceType.Smooth
  7067. p13.TopSurface = Enum.SurfaceType.Smooth
  7068. p14 = Instance.new("Part", m)
  7069. p14.BrickColor = BrickColor.new("Bright blue")
  7070. p14.Material = Enum.Material.Neon
  7071. p14.FormFactor = Enum.FormFactor.Custom
  7072. p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  7073. p14.CFrame = CFrame.new(65.0837555, 8.11279583, -12.0633221, 0.866040885, 0.500009477, 5.5129766e-007, -0.499999583, 0.866022587, -2.09610107e-013, -8.68580742e-007, -4.3265041e-007, 1.00001478)
  7074. p14.CanCollide = false
  7075. p14.Locked = true
  7076. p14.BottomSurface = Enum.SurfaceType.Smooth
  7077. p14.TopSurface = Enum.SurfaceType.Smooth
  7078. p15 = Instance.new("Part", m)
  7079. p15.BrickColor = BrickColor.new("Bright blue")
  7080. p15.Material = Enum.Material.Neon
  7081. p15.FormFactor = Enum.FormFactor.Custom
  7082. p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  7083. p15.CFrame = CFrame.new(67.0844116, 8.11277008, -12.0634222, 0.866049111, -0.500013351, 4.46991237e-007, 0.49999693, 0.866022587, 1.49009658e-008, -8.91868751e-007, 6.00952262e-007, 1.00002217)
  7084. p15.CanCollide = false
  7085. p15.Locked = true
  7086. p15.BottomSurface = Enum.SurfaceType.Smooth
  7087. p15.TopSurface = Enum.SurfaceType.Smooth
  7088. p16 = Instance.new("Part", m)
  7089. p16.BrickColor = BrickColor.new("Bright blue")
  7090. p16.Material = Enum.Material.Neon
  7091. p16.FormFactor = Enum.FormFactor.Custom
  7092. p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
  7093. p16.CFrame = CFrame.new(65.484314, 7.30655766, -14.2634888, 0.906336308, 0.422632158, 3.49386681e-007, -0.422617853, 0.906302929, 2.46360354e-008, -1.01209048e-006, -3.84037776e-007, 1.00002587)
  7094. p16.CanCollide = false
  7095. p16.Locked = true
  7096. p16.BottomSurface = Enum.SurfaceType.Smooth
  7097. p16.TopSurface = Enum.SurfaceType.Smooth
  7098. p17 = Instance.new("Part", m)
  7099. p17.BrickColor = BrickColor.new("Bright blue")
  7100. p17.Material = Enum.Material.Neon
  7101. p17.FormFactor = Enum.FormFactor.Custom
  7102. p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
  7103. p17.CFrame = CFrame.new(67.1100159, 7.10342312, -14.2635927, 0.866056919, -0.50001812, 3.65035532e-007, 0.499996245, 0.866021872, 5.96044032e-008, -8.79435504e-007, 6.97014912e-007, 1.00002956)
  7104. p17.CanCollide = false
  7105. p17.Locked = true
  7106. p17.BottomSurface = Enum.SurfaceType.Smooth
  7107. p17.TopSurface = Enum.SurfaceType.Smooth
  7108. p18 = Instance.new("Part", m)
  7109. p18.BrickColor = BrickColor.new("Bright blue")
  7110. p18.Material = Enum.Material.Neon
  7111. p18.FormFactor = Enum.FormFactor.Custom
  7112. p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  7113. p18.CFrame = CFrame.new(65.6104889, 7.05342484, -14.2637053, -0.707138717, -0.707138956, 3.36865924e-007, 0.707104087, -0.707101464, 1.4901164e-007, 9.95719802e-007, 5.95316749e-007, 1.00003707)
  7114. p18.CanCollide = false
  7115. p18.Locked = true
  7116. p18.BottomSurface = Enum.SurfaceType.Smooth
  7117. p18.TopSurface = Enum.SurfaceType.Smooth
  7118. p19 = Instance.new("Part", m)
  7119. p19.BrickColor = BrickColor.new("Really black")
  7120. p19.Material = Enum.Material.Neon
  7121. p19.FormFactor = Enum.FormFactor.Custom
  7122. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7123. p19.CFrame = CFrame.new(65.2110596, 6.69982004, -14.2638168, 1.00005388, -1.78813906e-007, 3.08695888e-007, -1.7285347e-006, 0.999993682, 2.38419489e-007, -1.15321473e-006, 3.72538381e-007, 1.0000447)
  7124. p19.CanCollide = false
  7125. p19.Locked = true
  7126. p19.BottomSurface = Enum.SurfaceType.Smooth
  7127. p19.TopSurface = Enum.SurfaceType.Smooth
  7128. b7 = Instance.new("SpecialMesh", p19)
  7129. b7.MeshType = Enum.MeshType.Sphere
  7130. b7.Name = "Mesh"
  7131. p20 = Instance.new("Part", m)
  7132. p20.BrickColor = BrickColor.new("Really black")
  7133. p20.Material = Enum.Material.Neon
  7134. p20.FormFactor = Enum.FormFactor.Custom
  7135. p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7136. p20.CFrame = CFrame.new(66.7116928, 6.49980783, -14.2639294, 1.00006235, -2.98028993e-007, 2.80525398e-007, -1.8477574e-006, 0.999992907, 3.27827962e-007, -1.18139712e-006, 4.61949412e-007, 1.00005233)
  7137. p20.CanCollide = false
  7138. p20.Locked = true
  7139. p20.BottomSurface = Enum.SurfaceType.Smooth
  7140. p20.TopSurface = Enum.SurfaceType.Smooth
  7141. b8 = Instance.new("SpecialMesh", p20)
  7142. b8.MeshType = Enum.MeshType.Sphere
  7143. b8.Name = "Mesh"
  7144. p21 = Instance.new("Part", m)
  7145. p21.BrickColor = BrickColor.new("Bright blue")
  7146. p21.Material = Enum.Material.Neon
  7147. p21.FormFactor = Enum.FormFactor.Custom
  7148. p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
  7149. p21.CFrame = CFrame.new(67.0623169, 6.40337944, -14.264039, 0.258836836, -0.965994418, 2.52354425e-007, 0.965917706, 0.258818805, 4.17237061e-007, 2.19511691e-007, 1.31106742e-006, 1.00005996)
  7150. p21.CanCollide = false
  7151. p21.Locked = true
  7152. p21.BottomSurface = Enum.SurfaceType.Smooth
  7153. p21.TopSurface = Enum.SurfaceType.Smooth
  7154. p22 = Instance.new("Part", m)
  7155. p22.BrickColor = BrickColor.new("Really black")
  7156. p22.Material = Enum.Material.Neon
  7157. p22.FormFactor = Enum.FormFactor.Custom
  7158. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7159. p22.CFrame = CFrame.new(67.5129166, 6.29977846, -14.2641516, 1.00007939, -5.96046448e-007, 2.24182997e-007, -2.14576721e-006, 0.999991298, 5.06646757e-007, -1.23776351e-006, 6.40773351e-007, 1.00006759)
  7160. p22.CanCollide = false
  7161. p22.Locked = true
  7162. p22.BottomSurface = Enum.SurfaceType.Smooth
  7163. p22.TopSurface = Enum.SurfaceType.Smooth
  7164. b9 = Instance.new("SpecialMesh", p22)
  7165. b9.MeshType = Enum.MeshType.Sphere
  7166. b9.Name = "Mesh"
  7167. w1 = Instance.new("Weld", p1)
  7168. w1.Name = "Part_Weld"
  7169. w1.Part0 = p1
  7170. w1.C0 = CFrame.new(-67.3029404, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  7171. w1.Part1 = p2
  7172. w1.C1 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  7173. w2 = Instance.new("Weld", p2)
  7174. w2.Name = "Part_Weld"
  7175. w2.Part0 = p2
  7176. w2.C0 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  7177. w2.Part1 = p3
  7178. w2.C1 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  7179. w3 = Instance.new("Weld", p3)
  7180. w3.Name = "Part_Weld"
  7181. w3.Part0 = p3
  7182. w3.C0 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  7183. w3.Part1 = p4
  7184. w3.C1 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  7185. w4 = Instance.new("Weld", p4)
  7186. w4.Name = "Part_Weld"
  7187. w4.Part0 = p4
  7188. w4.C0 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  7189. w4.Part1 = p5
  7190. w4.C1 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  7191. w5 = Instance.new("Weld", p5)
  7192. w5.Name = "Part_Weld"
  7193. w5.Part0 = p5
  7194. w5.C0 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  7195. w5.Part1 = p6
  7196. w5.C1 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  7197. w6 = Instance.new("Weld", p6)
  7198. w6.Name = "Part_Weld"
  7199. w6.Part0 = p6
  7200. w6.C0 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  7201. w6.Part1 = p7
  7202. w6.C1 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  7203. w7 = Instance.new("Weld", p7)
  7204. w7.Name = "Part_Weld"
  7205. w7.Part0 = p7
  7206. w7.C0 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  7207. w7.Part1 = p8
  7208. w7.C1 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  7209. w8 = Instance.new("Weld", p8)
  7210. w8.Name = "Part_Weld"
  7211. w8.Part0 = p8
  7212. w8.C0 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  7213. w8.Part1 = p9
  7214. w8.C1 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  7215. w9 = Instance.new("Weld", p9)
  7216. w9.Name = "Part_Weld"
  7217. w9.Part0 = p9
  7218. w9.C0 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  7219. w9.Part1 = p10
  7220. w9.C1 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  7221. w10 = Instance.new("Weld", p10)
  7222. w10.Name = "Main_Weld"
  7223. w10.Part0 = p10
  7224. w10.C0 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  7225. w10.Part1 = p11
  7226. w10.C1 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  7227. w11 = Instance.new("Weld", p11)
  7228. w11.Name = "Part_Weld"
  7229. w11.Part0 = p11
  7230. w11.C0 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  7231. w11.Part1 = p12
  7232. w11.C1 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  7233. w12 = Instance.new("Weld", p12)
  7234. w12.Name = "Part_Weld"
  7235. w12.Part0 = p12
  7236. w12.C0 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  7237. w12.Part1 = p13
  7238. w12.C1 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  7239. w13 = Instance.new("Weld", p13)
  7240. w13.Name = "Part_Weld"
  7241. w13.Part0 = p13
  7242. w13.C0 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  7243. w13.Part1 = p14
  7244. w13.C1 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  7245. w14 = Instance.new("Weld", p14)
  7246. w14.Name = "Part_Weld"
  7247. w14.Part0 = p14
  7248. w14.C0 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  7249. w14.Part1 = p15
  7250. w14.C1 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  7251. w15 = Instance.new("Weld", p15)
  7252. w15.Name = "Part_Weld"
  7253. w15.Part0 = p15
  7254. w15.C0 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  7255. w15.Part1 = p16
  7256. w15.C1 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  7257. w16 = Instance.new("Weld", p16)
  7258. w16.Name = "Part_Weld"
  7259. w16.Part0 = p16
  7260. w16.C0 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  7261. w16.Part1 = p17
  7262. w16.C1 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  7263. w17 = Instance.new("Weld", p17)
  7264. w17.Name = "Part_Weld"
  7265. w17.Part0 = p17
  7266. w17.C0 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  7267. w17.Part1 = p18
  7268. w17.C1 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7269. w18 = Instance.new("Weld", p18)
  7270. w18.Name = "Part_Weld"
  7271. w18.Part0 = p18
  7272. w18.C0 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7273. w18.Part1 = p19
  7274. w18.C1 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7275. w19 = Instance.new("Weld", p19)
  7276. w19.Name = "Part_Weld"
  7277. w19.Part0 = p19
  7278. w19.C0 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7279. w19.Part1 = p20
  7280. w19.C1 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7281. w20 = Instance.new("Weld", p20)
  7282. w20.Name = "Part_Weld"
  7283. w20.Part0 = p20
  7284. w20.C0 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7285. w20.Part1 = p21
  7286. w20.C1 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7287. w21 = Instance.new("Weld", p21)
  7288. w21.Name = "Part_Weld"
  7289. w21.Part0 = p21
  7290. w21.C0 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7291. w21.Part1 = p22
  7292. w21.C1 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7293. w22 = Instance.new("Weld", p22)
  7294. w22.Name = "Wedge_Weld"
  7295. w22.Part0 = p22
  7296. w22.C0 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7297. m.Parent = torso
  7298. m:MakeJoints()
  7299. ----------------------------------------------------
  7300. local cor5 = Instance.new("Part", torso.Torso)
  7301. cor5.Name = "Thingy"
  7302. cor5.Locked = true
  7303. cor5.BottomSurface = 0
  7304. cor5.CanCollide = false
  7305. cor5.Size = Vector3.new(2, 1, 1)
  7306. cor5.Transparency = 1
  7307. cor5.TopSurface = 0
  7308. corw2 = Instance.new("Weld", cor5)
  7309. corw2.Part0 = torso
  7310. corw2.Part1 = cor5
  7311. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  7312. corw2.C1 = CFrame.new(0, 0, 0)
  7313. weld2 = Instance.new("Weld", torso.Torso)
  7314. weld2.Part0 = cor5
  7315. weld2.Part1 = p11
  7316. weld2.C0 = CFrame.new(0, 0, 0)
  7317. ----------------------------------------------------
  7318. local m = Instance.new("Model")
  7319. m.Name = "RightLeg"
  7320. p1 = Instance.new("Part", m)
  7321. p1.BrickColor = BrickColor.new("Really black")
  7322. p1.Material = Enum.Material.Neon
  7323. p1.FormFactor = Enum.FormFactor.Custom
  7324. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7325. p1.CFrame = CFrame.new(67.2429962, 5.49923229, -14.269578, 1.00045943, -5.51538596e-006, -2.14306033e-006, -7.25689733e-006, 0.999951601, 3.93318305e-006, -2.55180248e-006, 4.05587616e-006, 1.00038624)
  7326. p1.CanCollide = false
  7327. p1.Locked = true
  7328. p1.BottomSurface = Enum.SurfaceType.Smooth
  7329. p1.TopSurface = Enum.SurfaceType.Smooth
  7330. b1 = Instance.new("SpecialMesh", p1)
  7331. b1.MeshType = Enum.MeshType.Sphere
  7332. b1.Name = "Mesh"
  7333. p2 = Instance.new("Part", m)
  7334. p2.BrickColor = BrickColor.new("Really black")
  7335. p2.Material = Enum.Material.Neon
  7336. p2.FormFactor = Enum.FormFactor.Custom
  7337. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7338. p2.CFrame = CFrame.new(67.6437836, 4.79925013, -14.2696915, 1.00046372, -5.51538369e-006, -2.14306829e-006, -7.37613163e-006, 0.999951243, 3.93319806e-006, -2.57999613e-006, 4.14531632e-006, 1.00039005)
  7339. p2.CanCollide = false
  7340. p2.Locked = true
  7341. p2.BottomSurface = Enum.SurfaceType.Smooth
  7342. p2.TopSurface = Enum.SurfaceType.Smooth
  7343. b2 = Instance.new("SpecialMesh", p2)
  7344. b2.MeshType = Enum.MeshType.Sphere
  7345. b2.Name = "Mesh"
  7346. p3 = Instance.new("Part", m)
  7347. p3.BrickColor = BrickColor.new("Bright blue")
  7348. p3.Material = Enum.Material.Neon
  7349. p3.FormFactor = Enum.FormFactor.Custom
  7350. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  7351. p3.CFrame = CFrame.new(66.8881302, 5.17327356, -14.2696877, -0.707441688, -0.707433701, -2.14858301e-006, 0.707077265, -0.707066894, 4.0476084e-006, 4.7538756e-006, -1.07312485e-006, 1.00039387)
  7352. p3.CanCollide = false
  7353. p3.Locked = true
  7354. p3.BottomSurface = Enum.SurfaceType.Smooth
  7355. p3.TopSurface = Enum.SurfaceType.Smooth
  7356. p4 = Instance.new("Part", m)
  7357. p4.BrickColor = BrickColor.new("Really black")
  7358. p4.Material = Enum.Material.Neon
  7359. p4.FormFactor = Enum.FormFactor.Custom
  7360. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7361. p4.CFrame = CFrame.new(66.5432739, 4.7992568, -14.2696896, 1.00046802, -5.54323196e-006, -2.17126149e-006, -7.42077827e-006, 0.999950886, 4.02261594e-006, -2.58000705e-006, 4.14531496e-006, 1.00039387)
  7362. p4.CanCollide = false
  7363. p4.Locked = true
  7364. p4.BottomSurface = Enum.SurfaceType.Smooth
  7365. p4.TopSurface = Enum.SurfaceType.Smooth
  7366. b3 = Instance.new("SpecialMesh", p4)
  7367. b3.MeshType = Enum.MeshType.Sphere
  7368. b3.Name = "Mesh"
  7369. p5 = Instance.new("Part", m)
  7370. p5.BrickColor = BrickColor.new("Bright blue")
  7371. p5.Material = Enum.Material.Neon
  7372. p5.FormFactor = Enum.FormFactor.Custom
  7373. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  7374. p5.CFrame = CFrame.new(67.8495178, 4.41932487, -14.269804, -0.906733274, 0.422823101, -2.17126944e-006, -0.422590762, -0.906265974, 4.0226314e-006, 5.74146384e-007, -4.94026517e-006, 1.00039768)
  7375. p5.CanCollide = false
  7376. p5.Locked = true
  7377. p5.BottomSurface = Enum.SurfaceType.Smooth
  7378. p5.TopSurface = Enum.SurfaceType.Smooth
  7379. p6 = Instance.new("Part", m)
  7380. p6.BrickColor = BrickColor.new("Bright blue")
  7381. p6.Material = Enum.Material.Neon
  7382. p6.FormFactor = Enum.FormFactor.Custom
  7383. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  7384. p6.CFrame = CFrame.new(66.5438004, 4.21363878, -14.2698011, 1.00047636, -7.68899918e-006, -2.17678416e-006, -5.51342964e-006, 0.999950111, 4.13704174e-006, -2.63088032e-006, 4.20975539e-006, 1.0004015)
  7385. p6.CanCollide = false
  7386. p6.Locked = true
  7387. p6.BottomSurface = Enum.SurfaceType.Smooth
  7388. p6.TopSurface = Enum.SurfaceType.Smooth
  7389. p7 = Instance.new("Part", m)
  7390. p7.BrickColor = BrickColor.new("Really black")
  7391. p7.Material = Enum.Material.Metal
  7392. p7.Name = "Main"
  7393. p7.FormFactor = Enum.FormFactor.Custom
  7394. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  7395. p7.CFrame = CFrame.new(67.2447891, 3.99926972, -13.1694622, 1.00048089, -5.69129634e-006, -2.186149e-006, -7.65911773e-006, 0.999949753, 4.1418657e-006, -2.63640663e-006, 4.32419529e-006, 1.00040531)
  7396. p7.CanCollide = false
  7397. p7.Locked = true
  7398. p7.BottomSurface = Enum.SurfaceType.Smooth
  7399. p7.TopSurface = Enum.SurfaceType.Smooth
  7400. p8 = Instance.new("Part", m)
  7401. p8.BrickColor = BrickColor.new("Bright blue")
  7402. p8.Material = Enum.Material.Neon
  7403. p8.FormFactor = Enum.FormFactor.Custom
  7404. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  7405. p8.CFrame = CFrame.new(67.1560593, 4.19274044, -14.2700233, -0.766423643, -0.643097878, -2.21435107e-006, 0.642760634, -0.766000509, 4.23129995e-006, 4.88720252e-006, -1.69966381e-006, 1.00041294)
  7406. p8.CanCollide = false
  7407. p8.Locked = true
  7408. p8.BottomSurface = Enum.SurfaceType.Smooth
  7409. p8.TopSurface = Enum.SurfaceType.Smooth
  7410. p9 = Instance.new("WedgePart", m)
  7411. p9.BrickColor = BrickColor.new("Bright blue")
  7412. p9.Material = Enum.Material.Neon
  7413. p9.Name = "Wedge"
  7414. p9.FormFactor = Enum.FormFactor.Custom
  7415. p9.Size = Vector3.new(1, 1.19999981, 4)
  7416. p9.CFrame = CFrame.new(67.3460693, 3.49928832, -10.7686377, -1.00049889, -4.27957411e-006, 4.5400966e-006, 8.07642937e-006, 0.906259179, -0.422600418, 2.61850914e-006, -0.422791958, -0.906690836)
  7417. p9.CanCollide = false
  7418. p9.Locked = true
  7419. p9.TopSurface = Enum.SurfaceType.Smooth
  7420. b4 = Instance.new("SpecialMesh", p9)
  7421. b4.MeshType = Enum.MeshType.Wedge
  7422. b4.Name = "Mesh"
  7423. b4.Scale = Vector3.new(0.600000024, 1, 1)
  7424. p10 = Instance.new("Part", m)
  7425. p10.BrickColor = BrickColor.new("Really black")
  7426. p10.Material = Enum.Material.Neon
  7427. p10.FormFactor = Enum.FormFactor.Custom
  7428. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7429. p10.CFrame = CFrame.new(68.0469971, 3.99923301, -14.2702446, 1.00050783, -6.09550762e-006, -2.27330474e-006, -8.07715332e-006, 0.999947786, 4.38094139e-006, -2.69438578e-006, 4.64916229e-006, 1.0004282)
  7430. p10.CanCollide = false
  7431. p10.Locked = true
  7432. p10.BottomSurface = Enum.SurfaceType.Smooth
  7433. p10.TopSurface = Enum.SurfaceType.Smooth
  7434. b5 = Instance.new("SpecialMesh", p10)
  7435. b5.MeshType = Enum.MeshType.Sphere
  7436. b5.Name = "Mesh"
  7437. p11 = Instance.new("Part", m)
  7438. p11.BrickColor = BrickColor.new("Really black")
  7439. p11.Material = Enum.Material.Neon
  7440. p11.FormFactor = Enum.FormFactor.Custom
  7441. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7442. p11.CFrame = CFrame.new(66.5467682, 3.59925723, -14.2703533, 1.00051641, -6.21477238e-006, -2.30150818e-006, -8.22622587e-006, 0.999947011, 4.47037792e-006, -2.72259308e-006, 4.73860473e-006, 1.00043583)
  7443. p11.CanCollide = false
  7444. p11.Locked = true
  7445. p11.BottomSurface = Enum.SurfaceType.Smooth
  7446. p11.TopSurface = Enum.SurfaceType.Smooth
  7447. b6 = Instance.new("SpecialMesh", p11)
  7448. b6.MeshType = Enum.MeshType.Sphere
  7449. b6.Name = "Mesh"
  7450. p12 = Instance.new("Part", m)
  7451. p12.BrickColor = BrickColor.new("Bright blue")
  7452. p12.Material = Enum.Material.Neon
  7453. p12.FormFactor = Enum.FormFactor.Custom
  7454. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  7455. p12.CFrame = CFrame.new(67.558609, 3.39274073, -14.2704687, -0.766450763, -0.643119991, -2.33134415e-006, 0.642759323, -0.765998006, 4.5598149e-006, 5.20550884e-006, -1.92419975e-006, 1.00044346)
  7456. p12.CanCollide = false
  7457. p12.Locked = true
  7458. p12.BottomSurface = Enum.SurfaceType.Smooth
  7459. p12.TopSurface = Enum.SurfaceType.Smooth
  7460. p13 = Instance.new("Part", m)
  7461. p13.BrickColor = BrickColor.new("Really black")
  7462. p13.Material = Enum.Material.Neon
  7463. p13.FormFactor = Enum.FormFactor.Custom
  7464. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7465. p13.CFrame = CFrame.new(67.0482101, 2.79927826, -14.2705812, 1.00053358, -6.43730164e-006, -2.36118058e-006, -8.5234642e-006, 0.999945402, 4.64126742e-006, -2.78064022e-006, 4.90151251e-006, 1.00045109)
  7466. p13.CanCollide = false
  7467. p13.Locked = true
  7468. p13.BottomSurface = Enum.SurfaceType.Smooth
  7469. p13.TopSurface = Enum.SurfaceType.Smooth
  7470. b7 = Instance.new("SpecialMesh", p13)
  7471. b7.MeshType = Enum.MeshType.Sphere
  7472. b7.Name = "Mesh"
  7473. p14 = Instance.new("WedgePart", m)
  7474. p14.BrickColor = BrickColor.new("Bright blue")
  7475. p14.Material = Enum.Material.Neon
  7476. p14.Name = "Wedge"
  7477. p14.FormFactor = Enum.FormFactor.Custom
  7478. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7479. p14.CFrame = CFrame.new(66.8462448, 2.3492887, -14.7586241, 1.00054216, -6.55656913e-006, -2.38459074e-006, -8.61293847e-006, 0.999944568, 4.66311894e-006, -2.81690609e-006, 5.04259924e-006, 1.00045872)
  7480. p14.CanCollide = false
  7481. p14.Locked = true
  7482. p14.TopSurface = Enum.SurfaceType.Smooth
  7483. b8 = Instance.new("SpecialMesh", p14)
  7484. b8.MeshType = Enum.MeshType.Wedge
  7485. b8.Name = "Mesh"
  7486. b8.Scale = Vector3.new(0.200000003, 1, 1)
  7487. p15 = Instance.new("WedgePart", m)
  7488. p15.BrickColor = BrickColor.new("Bright blue")
  7489. p15.Material = Enum.Material.Neon
  7490. p15.Name = "Wedge"
  7491. p15.FormFactor = Enum.FormFactor.Custom
  7492. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7493. p15.CFrame = CFrame.new(68.0474777, 2.34926867, -14.7587423, 1.00055075, -6.67583618e-006, -2.41442808e-006, -8.73221416e-006, 0.999943614, 4.74457238e-006, -2.84674707e-006, 5.12405404e-006, 1.00046635)
  7494. p15.CanCollide = false
  7495. p15.Locked = true
  7496. p15.TopSurface = Enum.SurfaceType.Smooth
  7497. b9 = Instance.new("SpecialMesh", p15)
  7498. b9.MeshType = Enum.MeshType.Wedge
  7499. b9.Name = "Mesh"
  7500. b9.Scale = Vector3.new(0.200000003, 1, 1)
  7501. p16 = Instance.new("WedgePart", m)
  7502. p16.BrickColor = BrickColor.new("Bright blue")
  7503. p16.Material = Enum.Material.Neon
  7504. p16.Name = "Wedge"
  7505. p16.FormFactor = Enum.FormFactor.Custom
  7506. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7507. p16.CFrame = CFrame.new(67.4477234, 2.34926438, -14.7588549, 1.00055933, -6.79510413e-006, -2.44426587e-006, -8.85149075e-006, 0.99994266, 4.82602672e-006, -2.8765885e-006, 5.20550975e-006, 1.00047398)
  7508. p16.CanCollide = false
  7509. p16.Locked = true
  7510. p16.TopSurface = Enum.SurfaceType.Smooth
  7511. b10 = Instance.new("SpecialMesh", p16)
  7512. b10.MeshType = Enum.MeshType.Wedge
  7513. b10.Name = "Mesh"
  7514. b10.Scale = Vector3.new(0.200000003, 1, 1)
  7515. w1 = Instance.new("Weld", p1)
  7516. w1.Name = "Part_Weld"
  7517. w1.Part0 = p1
  7518. w1.C0 = CFrame.new(-67.2025909, -3.50003719, 14.2622871, 1, -8.94065977e-008, 5.79734944e-008, 8.94065977e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  7519. w1.Part1 = p2
  7520. w1.C1 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7521. w2 = Instance.new("Weld", p2)
  7522. w2.Name = "Part_Weld"
  7523. w2.Part0 = p2
  7524. w2.C0 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7525. w2.Part1 = p3
  7526. w2.C1 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  7527. w3 = Instance.new("Weld", p3)
  7528. w3.Name = "Part_Weld"
  7529. w3.Part0 = p3
  7530. w3.C0 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  7531. w3.Part1 = p4
  7532. w3.C1 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  7533. w4 = Instance.new("Weld", p4)
  7534. w4.Name = "Part_Weld"
  7535. w4.Part0 = p4
  7536. w4.C0 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  7537. w4.Part1 = p5
  7538. w4.C1 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7539. w5 = Instance.new("Weld", p5)
  7540. w5.Name = "Part_Weld"
  7541. w5.Part0 = p5
  7542. w5.C0 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7543. w5.Part1 = p6
  7544. w5.C1 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  7545. w6 = Instance.new("Weld", p6)
  7546. w6.Name = "Part_Weld"
  7547. w6.Part0 = p6
  7548. w6.C0 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  7549. w6.Part1 = p7
  7550. w6.C1 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  7551. w7 = Instance.new("Weld", p7)
  7552. w7.Name = "Part_Weld"
  7553. w7.Part0 = p7
  7554. w7.C0 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  7555. w7.Part1 = p8
  7556. w7.C1 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7557. w8 = Instance.new("Weld", p8)
  7558. w8.Name = "Wedge_Weld"
  7559. w8.Part0 = p8
  7560. w8.C0 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7561. w8.Part1 = p9
  7562. w8.C1 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  7563. w9 = Instance.new("Weld", p9)
  7564. w9.Name = "Part_Weld"
  7565. w9.Part0 = p9
  7566. w9.C0 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  7567. w9.Part1 = p10
  7568. w9.C1 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7569. w10 = Instance.new("Weld", p10)
  7570. w10.Name = "Part_Weld"
  7571. w10.Part0 = p10
  7572. w10.C0 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7573. w10.Part1 = p11
  7574. w10.C1 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7575. w11 = Instance.new("Weld", p11)
  7576. w11.Name = "Part_Weld"
  7577. w11.Part0 = p11
  7578. w11.C0 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7579. w11.Part1 = p12
  7580. w11.C1 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  7581. w12 = Instance.new("Weld", p12)
  7582. w12.Name = "Part_Weld"
  7583. w12.Part0 = p12
  7584. w12.C0 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  7585. w12.Part1 = p13
  7586. w12.C1 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  7587. w13 = Instance.new("Weld", p13)
  7588. w13.Name = "Wedge_Weld"
  7589. w13.Part0 = p13
  7590. w13.C0 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  7591. w13.Part1 = p14
  7592. w13.C1 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7593. w14 = Instance.new("Weld", p14)
  7594. w14.Name = "Wedge_Weld"
  7595. w14.Part0 = p14
  7596. w14.C0 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7597. w14.Part1 = p15
  7598. w14.C1 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7599. w15 = Instance.new("Weld", p15)
  7600. w15.Name = "Wedge_Weld"
  7601. w15.Part0 = p15
  7602. w15.C0 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7603. w15.Part1 = p16
  7604. w15.C1 = CFrame.new(-67.4004517, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7605. m.Parent = rleg
  7606. m:MakeJoints()
  7607. ----------------------------------------------------
  7608. local cor6 = Instance.new("Part", rleg.RightLeg)
  7609. cor6.Name = "Thingy"
  7610. cor6.Locked = true
  7611. cor6.BottomSurface = 0
  7612. cor6.CanCollide = false
  7613. cor6.Size = Vector3.new(2, 1, 1)
  7614. cor6.Transparency = 1
  7615. cor6.TopSurface = 0
  7616. corw2 = Instance.new("Weld", cor6)
  7617. corw2.Part0 = rleg
  7618. corw2.Part1 = cor6
  7619. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  7620. corw2.C1 = CFrame.new(0, 0, 0)
  7621. weld2 = Instance.new("Weld", rleg.RightLeg)
  7622. weld2.Part0 = cor6
  7623. weld2.Part1 = p7
  7624. weld2.C0 = CFrame.new(0, 0, 0)
  7625. ----------------------------------------------------
  7626. local m = Instance.new("Model")
  7627. m.Name = "LeftLeg"
  7628. p1 = Instance.new("WedgePart", m)
  7629. p1.BrickColor = BrickColor.new("Bright blue")
  7630. p1.Material = Enum.Material.Neon
  7631. p1.Name = "Wedge"
  7632. p1.FormFactor = Enum.FormFactor.Custom
  7633. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7634. p1.CFrame = CFrame.new(64.3107605, 2.34980536, -14.7520046, 1.00008786, -7.1526415e-007, 2.00803143e-007, -2.2649931e-006, 0.999990404, 5.36453001e-007, -1.27237047e-006, 7.81809263e-007, 1.00007522)
  7635. p1.CanCollide = false
  7636. p1.Locked = true
  7637. p1.TopSurface = Enum.SurfaceType.Smooth
  7638. b1 = Instance.new("SpecialMesh", p1)
  7639. b1.MeshType = Enum.MeshType.Wedge
  7640. b1.Name = "Mesh"
  7641. b1.Scale = Vector3.new(0.200000003, 1, 1)
  7642. p2 = Instance.new("WedgePart", m)
  7643. p2.BrickColor = BrickColor.new("Bright blue")
  7644. p2.Material = Enum.Material.Neon
  7645. p2.Name = "Wedge"
  7646. p2.FormFactor = Enum.FormFactor.Custom
  7647. p2.Size = Vector3.new(1, 1.19999981, 4)
  7648. p2.CFrame = CFrame.new(64.9138336, 3.49979234, -10.7640553, -1.00009644, -6.38643314e-007, 1.81689501e-007, 2.53323037e-006, 0.906298041, -0.422614515, 1.23479219e-006, -0.422652602, -0.906383216)
  7649. p2.CanCollide = false
  7650. p2.Locked = true
  7651. p2.TopSurface = Enum.SurfaceType.Smooth
  7652. b2 = Instance.new("SpecialMesh", p2)
  7653. b2.MeshType = Enum.MeshType.Wedge
  7654. b2.Name = "Mesh"
  7655. b2.Scale = Vector3.new(0.600000024, 1, 1)
  7656. p3 = Instance.new("Part", m)
  7657. p3.BrickColor = BrickColor.new("Really black")
  7658. p3.Material = Enum.Material.Metal
  7659. p3.Name = "Main"
  7660. p3.FormFactor = Enum.FormFactor.Custom
  7661. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  7662. p3.CFrame = CFrame.new(65.0144501, 3.99976897, -13.1643734, 1.00010526, -9.43461771e-007, 1.5135204e-007, -2.48442234e-006, 0.999988973, 7.74860382e-007, -1.32394814e-006, 8.94069672e-007, 1.00009048)
  7663. p3.CanCollide = false
  7664. p3.Locked = true
  7665. p3.BottomSurface = Enum.SurfaceType.Smooth
  7666. p3.TopSurface = Enum.SurfaceType.Smooth
  7667. p4 = Instance.new("Part", m)
  7668. p4.BrickColor = BrickColor.new("Really black")
  7669. p4.Material = Enum.Material.Neon
  7670. p4.FormFactor = Enum.FormFactor.Custom
  7671. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7672. p4.CFrame = CFrame.new(64.8149185, 4.09976244, -14.2645903, 1.00011396, -1.07351866e-006, 1.23178822e-007, -2.62327239e-006, 0.999988258, 8.64272579e-007, -1.33881622e-006, 1.01328953e-006, 1.00009811)
  7673. p4.CanCollide = false
  7674. p4.Locked = true
  7675. p4.BottomSurface = Enum.SurfaceType.Smooth
  7676. p4.TopSurface = Enum.SurfaceType.Smooth
  7677. b3 = Instance.new("SpecialMesh", p4)
  7678. b3.MeshType = Enum.MeshType.Sphere
  7679. b3.Name = "Mesh"
  7680. p5 = Instance.new("WedgePart", m)
  7681. p5.BrickColor = BrickColor.new("Bright blue")
  7682. p5.Material = Enum.Material.Neon
  7683. p5.Name = "Wedge"
  7684. p5.FormFactor = Enum.FormFactor.Custom
  7685. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7686. p5.CFrame = CFrame.new(64.9130707, 2.34976578, -14.7524614, 1.00012243, -1.19274011e-006, 9.97973828e-008, -2.74250215e-006, 0.999987364, 8.94081438e-007, -1.37342522e-006, 1.15432931e-006, 1.00010574)
  7687. p5.CanCollide = false
  7688. p5.Locked = true
  7689. p5.TopSurface = Enum.SurfaceType.Smooth
  7690. b4 = Instance.new("SpecialMesh", p5)
  7691. b4.MeshType = Enum.MeshType.Wedge
  7692. b4.Name = "Mesh"
  7693. b4.Scale = Vector3.new(0.200000003, 1, 1)
  7694. p6 = Instance.new("Part", m)
  7695. p6.BrickColor = BrickColor.new("Bright blue")
  7696. p6.Material = Enum.Material.Neon
  7697. p6.FormFactor = Enum.FormFactor.Custom
  7698. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  7699. p6.CFrame = CFrame.new(65.1539307, 3.56787443, -14.2648125, -0.81925869, 0.573652625, 6.3568308e-008, -0.573566198, -0.819142461, 1.03511331e-006, 4.69596898e-007, -1.7646264e-006, 1.00011337)
  7700. p6.CanCollide = false
  7701. p6.Locked = true
  7702. p6.BottomSurface = Enum.SurfaceType.Smooth
  7703. p6.TopSurface = Enum.SurfaceType.Smooth
  7704. p7 = Instance.new("Part", m)
  7705. p7.BrickColor = BrickColor.new("Bright blue")
  7706. p7.Material = Enum.Material.Neon
  7707. p7.FormFactor = Enum.FormFactor.Custom
  7708. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  7709. p7.CFrame = CFrame.new(64.9899063, 4.4266243, -14.2649202, 0.86614728, 0.500068843, 4.87115699e-008, -0.499995351, 0.866011381, 1.14634361e-006, -1.86828663e-006, 3.82691809e-007, 1.000121)
  7710. p7.CanCollide = false
  7711. p7.Locked = true
  7712. p7.BottomSurface = Enum.SurfaceType.Smooth
  7713. p7.TopSurface = Enum.SurfaceType.Smooth
  7714. p8 = Instance.new("Part", m)
  7715. p8.BrickColor = BrickColor.new("Really black")
  7716. p8.Material = Enum.Material.Neon
  7717. p8.FormFactor = Enum.FormFactor.Custom
  7718. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7719. p8.CFrame = CFrame.new(65.2172623, 4.89969873, -14.2650318, 1.00014877, -1.43051147e-006, 2.05365609e-008, -3.09944153e-006, 0.99998486, 1.2357583e-006, -1.44150738e-006, 1.38478742e-006, 1.00012863)
  7720. p8.CanCollide = false
  7721. p8.Locked = true
  7722. p8.BottomSurface = Enum.SurfaceType.Smooth
  7723. p8.TopSurface = Enum.SurfaceType.Smooth
  7724. b5 = Instance.new("SpecialMesh", p8)
  7725. b5.MeshType = Enum.MeshType.Sphere
  7726. b5.Name = "Mesh"
  7727. p9 = Instance.new("Part", m)
  7728. p9.BrickColor = BrickColor.new("Really black")
  7729. p9.Material = Enum.Material.Neon
  7730. p9.FormFactor = Enum.FormFactor.Custom
  7731. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7732. p9.CFrame = CFrame.new(65.517868, 2.99971151, -14.2651463, 1.00015736, -1.5520751e-006, -9.27031252e-009, -3.21633729e-006, 0.999984026, 1.32517368e-006, -1.46969478e-006, 1.46621869e-006, 1.00013626)
  7733. p9.CanCollide = false
  7734. p9.Locked = true
  7735. p9.BottomSurface = Enum.SurfaceType.Smooth
  7736. p9.TopSurface = Enum.SurfaceType.Smooth
  7737. b6 = Instance.new("SpecialMesh", p9)
  7738. b6.MeshType = Enum.MeshType.Sphere
  7739. b6.Name = "Mesh"
  7740. p10 = Instance.new("Part", m)
  7741. p10.BrickColor = BrickColor.new("Bright blue")
  7742. p10.Material = Enum.Material.Neon
  7743. p10.FormFactor = Enum.FormFactor.Custom
  7744. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  7745. p10.CFrame = CFrame.new(64.79879, 5.1497221, -14.2652512, -0.642893076, 0.766172707, -3.7446263e-008, -0.766029418, -0.64277941, 1.40660427e-006, -2.27817864e-007, -2.14863894e-006, 1.00014389)
  7746. p10.CanCollide = false
  7747. p10.Locked = true
  7748. p10.BottomSurface = Enum.SurfaceType.Smooth
  7749. p10.TopSurface = Enum.SurfaceType.Smooth
  7750. p11 = Instance.new("Part", m)
  7751. p11.BrickColor = BrickColor.new("Bright blue")
  7752. p11.Material = Enum.Material.Neon
  7753. p11.FormFactor = Enum.FormFactor.Custom
  7754. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  7755. p11.CFrame = CFrame.new(65.2189484, 5.30325174, -14.2653618, 1.00017476, -1.78813934e-006, -6.56227002e-008, -3.4570694e-006, 0.999982595, 1.49602079e-006, -1.52770292e-006, 1.64505627e-006, 1.00015152)
  7756. p11.CanCollide = false
  7757. p11.Locked = true
  7758. p11.BottomSurface = Enum.SurfaceType.Smooth
  7759. p11.TopSurface = Enum.SurfaceType.Smooth
  7760. p12 = Instance.new("WedgePart", m)
  7761. p12.BrickColor = BrickColor.new("Bright blue")
  7762. p12.Material = Enum.Material.Neon
  7763. p12.Name = "Wedge"
  7764. p12.FormFactor = Enum.FormFactor.Custom
  7765. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  7766. p12.CFrame = CFrame.new(65.5171509, 2.34969687, -14.7532635, 1.00018334, -1.89246384e-006, -8.90070169e-008, -3.54650388e-006, 0.999981821, 1.52583425e-006, -1.56231545e-006, 1.78610321e-006, 1.00015914)
  7767. p12.CanCollide = false
  7768. p12.Locked = true
  7769. p12.TopSurface = Enum.SurfaceType.Smooth
  7770. b7 = Instance.new("SpecialMesh", p12)
  7771. b7.MeshType = Enum.MeshType.Wedge
  7772. b7.Name = "Mesh"
  7773. b7.Scale = Vector3.new(0.200000003, 1, 1)
  7774. p13 = Instance.new("Part", m)
  7775. p13.BrickColor = BrickColor.new("Really black")
  7776. p13.Material = Enum.Material.Neon
  7777. p13.FormFactor = Enum.FormFactor.Custom
  7778. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7779. p13.CFrame = CFrame.new(64.3198929, 5.59963703, -14.2655821, 1.00019193, -1.97098893e-006, -1.23608402e-007, -3.67657594e-006, 0.999981046, 1.66687016e-006, -1.58571254e-006, 1.81590929e-006, 1.00016677)
  7780. p13.CanCollide = false
  7781. p13.Locked = true
  7782. p13.BottomSurface = Enum.SurfaceType.Smooth
  7783. p13.TopSurface = Enum.SurfaceType.Smooth
  7784. b8 = Instance.new("SpecialMesh", p13)
  7785. b8.MeshType = Enum.MeshType.Sphere
  7786. b8.Name = "Mesh"
  7787. p14 = Instance.new("Part", m)
  7788. p14.BrickColor = BrickColor.new("Really black")
  7789. p14.Material = Enum.Material.Neon
  7790. p14.FormFactor = Enum.FormFactor.Custom
  7791. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  7792. p14.CFrame = CFrame.new(65.2206192, 5.79961872, -14.2656937, 1.00020039, -2.10105645e-006, -1.51786239e-007, -3.75511786e-006, 0.99998033, 1.7562885e-006, -1.6139021e-006, 1.90533035e-006, 1.0001744)
  7793. p14.CanCollide = false
  7794. p14.Locked = true
  7795. p14.BottomSurface = Enum.SurfaceType.Smooth
  7796. p14.TopSurface = Enum.SurfaceType.Smooth
  7797. b9 = Instance.new("SpecialMesh", p14)
  7798. b9.MeshType = Enum.MeshType.Sphere
  7799. b9.Name = "Mesh"
  7800. w1 = Instance.new("Weld", p1)
  7801. w1.Name = "Wedge_Weld"
  7802. w1.Part0 = p1
  7803. w1.C0 = CFrame.new(-64.3004303, -0.350028396, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7804. w1.Part1 = p2
  7805. w1.C1 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  7806. w2 = Instance.new("Weld", p2)
  7807. w2.Name = "Part_Weld"
  7808. w2.Part0 = p2
  7809. w2.C0 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  7810. w2.Part1 = p3
  7811. w2.C1 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  7812. w3 = Instance.new("Weld", p3)
  7813. w3.Name = "Part_Weld"
  7814. w3.Part0 = p3
  7815. w3.C0 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  7816. w3.Part1 = p4
  7817. w3.C1 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7818. w4 = Instance.new("Weld", p4)
  7819. w4.Name = "Wedge_Weld"
  7820. w4.Part0 = p4
  7821. w4.C0 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7822. w4.Part1 = p5
  7823. w4.C1 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7824. w5 = Instance.new("Weld", p5)
  7825. w5.Name = "Part_Weld"
  7826. w5.Part0 = p5
  7827. w5.C0 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7828. w5.Part1 = p6
  7829. w5.C1 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  7830. w6 = Instance.new("Weld", p6)
  7831. w6.Name = "Part_Weld"
  7832. w6.Part0 = p6
  7833. w6.C0 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  7834. w6.Part1 = p7
  7835. w6.C1 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  7836. w7 = Instance.new("Weld", p7)
  7837. w7.Name = "Part_Weld"
  7838. w7.Part0 = p7
  7839. w7.C0 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  7840. w7.Part1 = p8
  7841. w7.C1 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7842. w8 = Instance.new("Weld", p8)
  7843. w8.Name = "Part_Weld"
  7844. w8.Part0 = p8
  7845. w8.C0 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7846. w8.Part1 = p9
  7847. w8.C1 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  7848. w9 = Instance.new("Weld", p9)
  7849. w9.Name = "Part_Weld"
  7850. w9.Part0 = p9
  7851. w9.C0 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  7852. w9.Part1 = p10
  7853. w9.C1 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7854. w10 = Instance.new("Weld", p10)
  7855. w10.Name = "Part_Weld"
  7856. w10.Part0 = p10
  7857. w10.C0 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7858. w10.Part1 = p11
  7859. w10.C1 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7860. w11 = Instance.new("Weld", p11)
  7861. w11.Name = "Wedge_Weld"
  7862. w11.Part0 = p11
  7863. w11.C0 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7864. w11.Part1 = p12
  7865. w11.C1 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7866. w12 = Instance.new("Weld", p12)
  7867. w12.Name = "Part_Weld"
  7868. w12.Part0 = p12
  7869. w12.C0 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  7870. w12.Part1 = p13
  7871. w12.C1 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7872. w13 = Instance.new("Weld", p13)
  7873. w13.Name = "Part_Weld"
  7874. w13.Part0 = p13
  7875. w13.C0 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7876. w13.Part1 = p14
  7877. w13.C1 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7878. w14 = Instance.new("Weld", p14)
  7879. w14.Name = "Wedge_Weld"
  7880. w14.Part0 = p14
  7881. w14.C0 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  7882. m.Parent = lleg
  7883. m:MakeJoints()
  7884. ----------------------------------------------------
  7885. local cor7 = Instance.new("Part", lleg.LeftLeg)
  7886. cor7.Name = "Thingy"
  7887. cor7.Locked = true
  7888. cor7.BottomSurface = 0
  7889. cor7.CanCollide = false
  7890. cor7.Size = Vector3.new(2, 1, 1)
  7891. cor7.Transparency = 1
  7892. cor7.TopSurface = 0
  7893. corw2 = Instance.new("Weld", cor7)
  7894. corw2.Part0 = lleg
  7895. corw2.Part1 = cor7
  7896. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  7897. corw2.C1 = CFrame.new(0, 0, 0)
  7898. weld2 = Instance.new("Weld", lleg.LeftLeg)
  7899. weld2.Part0 = cor7
  7900. weld2.Part1 = p3
  7901. weld2.C0 = CFrame.new(0, 0, 0)
  7902. ----------------------------------------------------
  7903. function weld5(part0, part1, c0, c1)
  7904. weeld=Instance.new("Weld", part0)
  7905. weeld.Part0=part0
  7906. weeld.Part1=part1
  7907. weeld.C0=c0
  7908. weeld.C1=c1
  7909. return weeld
  7910. end
  7911. ----------------------------------------------------
  7912. function newRay(start,face,range,wat)
  7913. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  7914. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  7915. return rey,hit,pos
  7916. end
  7917. ----------------------------------------------------
  7918. mod5 = Instance.new("Model",char)
  7919.  
  7920. function FindNearestTorso(Position,Distance,SinglePlayer)
  7921. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  7922. local List = {}
  7923. for i,v in pairs(workspace:GetChildren())do
  7924. if v:IsA("Model")then
  7925. if v:findFirstChild("Torso")then
  7926. if v ~= char then
  7927. if(v.Torso.Position -Position).magnitude <= Distance then
  7928. table.insert(List,v)
  7929. end
  7930. end
  7931. end
  7932. end
  7933. end
  7934. return List
  7935. end
  7936.  
  7937. function Landing()
  7938. part=Instance.new('Part',mod5)
  7939. part.Anchored=true
  7940. part.CanCollide=false
  7941. part.FormFactor='Custom'
  7942. part.Size=Vector3.new(.2,.2,.2)
  7943. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  7944. part.Transparency=.7
  7945. part.BrickColor=BrickColor.new('Really black')
  7946. part2=part:clone()
  7947. part2.Parent = mod5
  7948. part2.BrickColor=BrickColor.new('Bright blue')
  7949. mesh=Instance.new('SpecialMesh',part)
  7950. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  7951. mesh.Scale=Vector3.new(10,5,10)
  7952. mesh2=mesh:clone()
  7953. mesh2.Parent=part2
  7954. mesh2.Scale=Vector3.new(12, 6, 12)
  7955.  
  7956. for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
  7957. if v:FindFirstChild('Humanoid') then
  7958. v.Humanoid:TakeDamage(math.random(20,30))
  7959. v.Humanoid.PlatformStand = true
  7960. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
  7961. end
  7962. end
  7963.  
  7964. coroutine.resume(coroutine.create(function()
  7965. for i=0,3.8,0.05 do
  7966. wait()
  7967. part.CFrame=part.CFrame
  7968. part.Transparency=i
  7969. part2.CFrame=part2.CFrame
  7970. part2.Transparency=i
  7971. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  7972. mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
  7973. end
  7974. part.Parent = nil
  7975. end))
  7976. end
  7977. ----------------------------------------------------
  7978. mod4 = Instance.new("Model",char)
  7979.  
  7980. ptez = {0.7, 0.8, 0.9, 1}
  7981.  
  7982. function FindNearestTorso(Position,Distance,SinglePlayer)
  7983. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  7984. local List = {}
  7985. for i,v in pairs(workspace:GetChildren())do
  7986. if v:IsA("Model")then
  7987. if v:findFirstChild("Torso")then
  7988. if v ~= char then
  7989. if(v.Torso.Position -Position).magnitude <= Distance then
  7990. table.insert(List,v)
  7991. end
  7992. end
  7993. end
  7994. end
  7995. end
  7996. return List
  7997. end
  7998.  
  7999. function GroundPound()
  8000. part=Instance.new('Part',mod4)
  8001. part.Anchored=true
  8002. part.CanCollide=false
  8003. part.FormFactor='Custom'
  8004. part.Size=Vector3.new(.2,.2,.2)
  8005. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  8006. part.Transparency=.7
  8007. part.BrickColor=BrickColor.new('Really black')
  8008. mesh=Instance.new('SpecialMesh',part)
  8009. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  8010. mesh.Scale=Vector3.new(3,3,3)
  8011. part2=Instance.new('Part',mod4)
  8012. part2.Anchored=true
  8013. part2.CanCollide=false
  8014. part2.FormFactor='Custom'
  8015. part2.Size=Vector3.new(.2,.2,.2)
  8016. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  8017. part2.Transparency=.7
  8018. part2.BrickColor=BrickColor.new('Really red')
  8019. mesh2=Instance.new('SpecialMesh',part2)
  8020. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  8021. mesh2.Scale=Vector3.new(3,1.5,3)
  8022. x = Instance.new("Sound",char)
  8023. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  8024. x.Pitch = ptez[math.random(1,#ptez)]
  8025. x.Volume = 1
  8026. wait(.1)
  8027. x:Play()
  8028. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  8029. if v:FindFirstChild('Humanoid') then
  8030. v.Humanoid:TakeDamage(math.random(8,15))
  8031. end
  8032. end
  8033. coroutine.resume(coroutine.create(function()
  8034. for i=0,0.62,0.13 do
  8035. wait()
  8036. part.CFrame=part.CFrame
  8037. part.Transparency=i
  8038. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  8039. part2.CFrame=part2.CFrame
  8040. part2.Transparency=i
  8041. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  8042. end
  8043. part.Parent=nil
  8044. part2.Parent=nil
  8045. x:Destroy()
  8046. end))
  8047. end
  8048. ----------------------------------------------------
  8049. mod=Instance.new('Model',char)
  8050.  
  8051. function charge()
  8052. hed.Velocity=hed.CFrame.lookVector*200
  8053. part=Instance.new('Part',mod)
  8054. part.Anchored=true
  8055. part.CanCollide=false
  8056. part.FormFactor='Custom'
  8057. part.Size=Vector3.new(.2,.2,.2)
  8058. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  8059. part.Transparency=.7
  8060. part.BrickColor=BrickColor.new('Black')
  8061. mesh=Instance.new('SpecialMesh',part)
  8062. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  8063. mesh.Scale=Vector3.new(10,5,10)
  8064. part2=part:clone()
  8065. part2.Parent=mod
  8066. part2.BrickColor=BrickColor.new('Bright red')
  8067. mesh2=mesh:clone()
  8068. mesh2.Parent=part2
  8069. mesh2.Scale=Vector3.new(20,10,20)
  8070. part3=part2:clone()
  8071. part3.Parent = mod
  8072. part3.BrickColor=BrickColor.new('Really black')
  8073. mesh3=mesh2:clone()
  8074. mesh2.Parent=part3
  8075. mesh3.Scale=Vector3.new(30,15,30)
  8076. coroutine.resume(coroutine.create(function()
  8077. for i=0,1,0.1 do
  8078. wait()
  8079. part.CFrame=part.CFrame
  8080. part.Transparency=i
  8081. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  8082. part2.CFrame=part2.CFrame
  8083. part2.Transparency=i
  8084. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  8085. part3.CFrame=part3.CFrame
  8086. part3.Transparency=i
  8087. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  8088. end
  8089. part.Parent=nil
  8090. part2.Parent=nil
  8091. part3.Parent = nil
  8092. end))
  8093. end
  8094. ----------------------------------------------------
  8095. function FindNearestTorso(Position,Distance,SinglePlayer)
  8096. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  8097. local List = {}
  8098. for i,v in pairs(workspace:GetChildren())do
  8099. if v:IsA("Model")then
  8100. if v:findFirstChild("Torso")then
  8101. if v ~= char then
  8102. if(v.Torso.Position -Position).magnitude <= Distance then
  8103. table.insert(List,v)
  8104. end
  8105. end
  8106. end
  8107. end
  8108. end
  8109. return List
  8110. end
  8111.  
  8112. mod3 = Instance.new("Model",rleg)
  8113.  
  8114. function Stomp()
  8115. part=Instance.new('Part',mod3)
  8116. part.Anchored=true
  8117. part.CanCollide=false
  8118. part.FormFactor='Custom'
  8119. part.Size=Vector3.new(.2,.2,.2)
  8120. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  8121. part.Transparency=.7
  8122. part.BrickColor=BrickColor.new('Bright green')
  8123. mesh=Instance.new('SpecialMesh',part)
  8124. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  8125. mesh.Scale=Vector3.new(25,25,25)
  8126. part2=part:clone()
  8127. part2.Parent=mod3
  8128. part2.BrickColor=BrickColor.new('Bright green')
  8129. mesh2=mesh:clone()
  8130. mesh2.Parent=part2
  8131. mesh2.Scale=Vector3.new(15,15,15)
  8132. part3=part:clone()
  8133. part3.Parent=mod3
  8134. part3.TopSurface=0
  8135. part3.BottomSurface=0
  8136. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  8137. mesh3=Instance.new('SpecialMesh',part3)
  8138. mesh3.MeshType = 3
  8139. mesh3.Scale=Vector3.new(12,12,12)
  8140. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  8141. if v:FindFirstChild('Humanoid') then
  8142. v.Humanoid:TakeDamage(math.random(20,60))
  8143. v.Humanoid.PlatformStand = true
  8144. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  8145. end
  8146. end
  8147. coroutine.resume(coroutine.create(function()
  8148. for i=0,3.8,0.05 do
  8149. wait()
  8150. part.CFrame=part.CFrame
  8151. part.Transparency=i
  8152. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  8153. part2.CFrame=part2.CFrame
  8154. part2.Transparency=i
  8155. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  8156. part3.CFrame=part3.CFrame
  8157. part3.Transparency=i
  8158. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  8159. end
  8160. end))
  8161. end
  8162. ----------------------------------------------------
  8163.  
  8164. local acos = math.acos
  8165. local sqrt = math.sqrt
  8166. local Vec3 = Vector3.new
  8167. local fromAxisAngle = CFrame.fromAxisAngle
  8168.  
  8169. local function toAxisAngle(CFr)
  8170. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  8171. local Angle = math.acos((R00+R11+R22-1)/2)
  8172. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  8173. A = A == 0 and 0.00001 or A
  8174. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  8175. B = B == 0 and 0.00001 or B
  8176. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  8177. C = C == 0 and 0.00001 or C
  8178. local x = (R21-R12)/sqrt(A)
  8179. local y = (R02-R20)/sqrt(B)
  8180. local z = (R10-R01)/sqrt(C)
  8181. return Vec3(x,y,z),Angle
  8182. end
  8183.  
  8184. function ApplyTrig(Num,Func)
  8185. local Min,Max = Func(0),Func(1)
  8186. local i = Func(Num)
  8187. return (i-Min)/(Max-Min)
  8188. --[[if Func == "sin" then
  8189. return (math.sin((1-Num)*math.pi)+1)/2
  8190. elseif Func == "cos" then
  8191. return (math.cos((1-Num)*math.pi)+1)/2
  8192. end]]
  8193. end
  8194.  
  8195. function LerpCFrame(CFrame1,CFrame2,Num)
  8196. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  8197. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  8198. end
  8199.  
  8200. function Crater(Torso,Radius)
  8201. Spawn(function()
  8202. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  8203. local Ignore = {}
  8204. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  8205. if v.Character ~= nil then
  8206. Ignore[#Ignore+1] = v.Character
  8207. end
  8208. end
  8209. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  8210. if Hit == nil then return end
  8211. local Parts = {}
  8212. for i = 1,360,10 do
  8213. local P = Instance.new("Part",Torso.Parent)
  8214. P.Anchored = true
  8215. P.FormFactor = "Custom"
  8216. P.BrickColor = Hit.BrickColor
  8217. P.Material = Hit.Material
  8218. P.TopSurface = "Smooth"
  8219. P.BottomSurface = "Smooth"
  8220. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  8221. 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)))
  8222. 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}
  8223. if math.random(0,5) == 0 then -- rubble
  8224. local P = Instance.new("Part",Torso.Parent)
  8225. P.Anchored = true
  8226. P.FormFactor = "Custom"
  8227. P.BrickColor = Hit.BrickColor
  8228. P.Material = Hit.Material
  8229. P.TopSurface = "Smooth"
  8230. P.BottomSurface = "Smooth"
  8231. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  8232. 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)))
  8233. 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}
  8234. end
  8235. end
  8236. for i = 0,1,0.05 do
  8237. for i2,v in pairs(Parts) do
  8238. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  8239. end
  8240. wait(0.02)
  8241. end
  8242. for i,v in pairs(Parts) do
  8243. if v[1].Size.X > 2.1 then
  8244. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  8245. end
  8246. v[1].Anchored = false
  8247. end
  8248. for i = 0,1,0.05 do
  8249. for i2,v in pairs(Parts) do
  8250. v[1].Transparency = i
  8251. if i == 1 then
  8252. v[1]:Destroy()
  8253. elseif i >= 0.25 then
  8254. v[1].CanCollide = false
  8255. end
  8256. end
  8257. wait(0.02)
  8258. end
  8259. Parts = nil
  8260. end)
  8261. end
  8262.  
  8263. ----------------------------------------------------
  8264. mouse.KeyDown:connect(function(key)
  8265. if key == "r" then
  8266. larm.BrickColor = BrickColor.new("Bright red")
  8267. rarm.BrickColor = BrickColor.new("Bright red")
  8268. if Debounces.CanAttack == true then
  8269. Debounces.CanAttack = false
  8270. Debounces.on = true
  8271. Debounces.NoIdl = true
  8272. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  8273. hit = ht.Parent
  8274. if ht and hit:IsA("Model") then
  8275. if hit:FindFirstChild("Humanoid") then
  8276. if hit.Name ~= p.Name then
  8277. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  8278. Debounces.Slashed = true]]--
  8279. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  8280. wait(1)
  8281. --Debounces.Slashed = false
  8282. --end
  8283. end
  8284. end
  8285. elseif ht and hit:IsA("Hat") then
  8286. if hit.Parent.Name ~= p.Name then
  8287. if hit.Parent:FindFirstChild("Humanoid") then
  8288. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  8289. Debounces.Slashed = true]]--
  8290. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  8291. wait(1)
  8292. --Debounces.Slashed = false
  8293. end
  8294. end
  8295. end
  8296. end)
  8297. q = Instance.new("Sound",hed)
  8298. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  8299. q.Pitch = 0.85
  8300. q.Looped = false
  8301. q1 = Instance.new("Sound",hed)
  8302. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  8303. q1.Pitch = 0.85
  8304. q1.Looped = false
  8305. q:Play()
  8306. q1:Play()
  8307. for i = 1,20 do
  8308. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  8309. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  8310. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  8311. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  8312. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  8313. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  8314. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.25)
  8315. if Debounces.on == false then break end
  8316. rs:wait(.6)
  8317. end
  8318. n = Instance.new("Sound",hed)
  8319. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  8320. n.Pitch = 0.94
  8321. n.Looped = false
  8322. n1 = Instance.new("Sound",hed)
  8323. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  8324. n1.Pitch = 0.94
  8325. n1.Looped = false
  8326. n:Play()
  8327. n1:Play()
  8328. b = Instance.new("Sound",hed)
  8329. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  8330. b.Pitch = 0.94
  8331. b.Looped = false
  8332. b1 = Instance.new("Sound",hed)
  8333. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  8334. b1.Pitch = 0.94
  8335. b1.Looped = false
  8336. b:Play()
  8337. b1:Play()
  8338. for i = 1,26 do
  8339. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.25)
  8340. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.25)
  8341. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),0.25)
  8342. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
  8343. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
  8344. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
  8345. 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)), 0.25)
  8346. if Debounces.on == false then break end
  8347. rs:wait(1)
  8348. end
  8349. wait(.5)
  8350. to:disconnect()
  8351. q:Destroy()
  8352. q1:Destroy()
  8353. n:Destroy()
  8354. n1:Destroy()
  8355. larm.BrickColor = BrickColor.new("Really black")
  8356. rarm.BrickColor = BrickColor.new("Really black")
  8357. if Debounces.CanAttack == false then
  8358. Debounces.CanAttack = true
  8359. Debounces.on = false
  8360. Debounces.NoIdl = false
  8361. end
  8362. end
  8363. end
  8364. end)
  8365. ----------------------------------------------------
  8366. mouse.KeyDown:connect(function(key)
  8367. if key == "q" then
  8368. larm.BrickColor = BrickColor.new("Bright red")
  8369. rarm.BrickColor = BrickColor.new("Bright red")
  8370. if Debounces.CanAttack == true then
  8371. Debounces.CanAttack = false
  8372. Debounces.on = true
  8373. Debounces.NoIdl = true
  8374. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  8375. hit = ht.Parent
  8376. if ht and hit:IsA("Model") then
  8377. if hit:FindFirstChild("Humanoid") then
  8378. if hit.Name ~= p.Name then
  8379. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  8380. Debounces.Slashed = true]]--
  8381. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  8382. wait(1)
  8383. --Debounces.Slashed = false
  8384. --end
  8385. end
  8386. end
  8387. elseif ht and hit:IsA("Hat") then
  8388. if hit.Parent.Name ~= p.Name then
  8389. if hit.Parent:FindFirstChild("Humanoid") then
  8390. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  8391. Debounces.Slashed = true]]--
  8392. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  8393. wait(1)
  8394. --Debounces.Slashed = false
  8395. end
  8396. end
  8397. end
  8398. end)
  8399. for i = 1, 20 do
  8400. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
  8401. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
  8402. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  8403. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  8404. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  8405. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  8406. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  8407. if Debounces.on == false then break end
  8408. rs:wait(2)
  8409. end
  8410. z = Instance.new("Sound",hed)
  8411. z.SoundId = "rbxassetid://160069154"
  8412. z.Looped = false
  8413. z.Pitch = .9
  8414. z1 = Instance.new("Sound",hed)
  8415. z1.SoundId = "rbxassetid://160069154"
  8416. z1.Looped = false
  8417. z1.Pitch = .9
  8418. wait(0.01)
  8419. z:Play()
  8420. z1:Play()
  8421. for i = 1, 20 do
  8422. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
  8423. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.9,-1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
  8424. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  8425. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
  8426. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  8427. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  8428. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  8429. if Debounces.on == false then break end
  8430. rs:wait(2)
  8431. end
  8432. for i = 1, 20 do
  8433. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
  8434. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
  8435. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  8436. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  8437. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  8438. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  8439. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  8440. if Debounces.on == false then break end
  8441. rs:wait(2)
  8442. end
  8443. z = Instance.new("Sound",hed)
  8444. z.SoundId = "rbxassetid://168586621"
  8445. z.Looped = false
  8446. z.Pitch = 1
  8447. z1 = Instance.new("Sound",hed)
  8448. z1.SoundId = "rbxassetid://168586621"
  8449. z1.Looped = false
  8450. z1.Pitch = 1
  8451. wait(0.01)
  8452. z:Play()
  8453. z1:Play()
  8454. for i = 1, 20 do
  8455. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
  8456. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
  8457. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  8458. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  8459. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  8460. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  8461. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
  8462. if Debounces.on == false then break end
  8463. rs:wait(2)
  8464. end
  8465. to:disconnect()
  8466. larm.BrickColor = BrickColor.new("Really black")
  8467. rarm.BrickColor = BrickColor.new("Really black")
  8468. if Debounces.CanAttack == false then
  8469. Debounces.CanAttack = true
  8470. Debounces.on = false
  8471. Debounces.NoIdl = false
  8472. end
  8473. end
  8474. end
  8475. end)
  8476. ----------------------------------------------------
  8477. Sit = false
  8478. mouse.KeyDown:connect(function(key)
  8479. if key == "v" then
  8480. if Sit == false then
  8481. Sit = true
  8482. hum.WalkSpeed = 0.001
  8483. stanceToggle = "Sitting"
  8484. elseif Sit == true then
  8485. Sit = false
  8486. hum.WalkSpeed = 7
  8487. stanceToggle = "Normal"
  8488. end
  8489. end
  8490. end)
  8491. ----------------------------------------------------
  8492. mouse.KeyDown:connect(function(key)
  8493. if key == "t" then
  8494. if Debounces.CanAttack == true then
  8495. Debounces.CanAttack = false
  8496. Debounces.on = true
  8497. Debounces.NoIdl = true
  8498. for i = 1, 20 do
  8499. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  8500. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  8501. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  8502. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  8503. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
  8504. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  8505. 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)
  8506. if Debounces.on == false then break end
  8507. rs:wait(2.6)
  8508. end
  8509. Spawn(function()
  8510. local Parts = {}
  8511. for Y = -5,5 do
  8512. local P = Instance.new("Part",char)
  8513. P.Anchored = true
  8514. P.FormFactor = "Custom"
  8515. P.CanCollide = false
  8516. P.Size = Vector3.new(1,2,1)
  8517. P.TopSurface = "SmoothNoOutlines"
  8518. P.BottomSurface = "SmoothNoOutlines"
  8519. P.BrickColor = BrickColor.new("Really black")
  8520. P.Name = tostring(Y)
  8521. local i = (Y+5)/(10)
  8522. i = 1-math.cos(math.pi*i-(math.pi/2))
  8523. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  8524. --[[P.Touched:connect(function(ht)
  8525. local hit = ht.Parent
  8526. if hit:FindFirstChild("Humanoid") then
  8527. hit.Humanoid:TakeDamage(math.random(20,50))
  8528. end
  8529. end)]]--
  8530. s = Instance.new("Sound",P)
  8531. s.SoundId = "rbxassetid://228343271"
  8532. s.Volume = .7
  8533. s.Pitch = 0.9
  8534. s:Play()
  8535. P.Touched:connect(function(ht)
  8536. hit = ht.Parent
  8537. if ht and hit:IsA("Model") then
  8538. if hit:FindFirstChild("Humanoid") then
  8539. if hit.Name ~= p.Name then
  8540. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  8541. Debounces.Slashed = true]]--
  8542. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  8543. hit:FindFirstChild("Humanoid").PlatformStand = true
  8544. wait(1)
  8545. --Debounces.Slashed = false
  8546. --end
  8547. end
  8548. end
  8549. elseif ht and hit:IsA("Hat") then
  8550. if hit.Parent.Name ~= p.Name then
  8551. if hit.Parent:FindFirstChild("Humanoid") then
  8552. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  8553. Debounces.Slashed = true]]--
  8554. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  8555. hit:FindFirstChild("Humanoid").PlatformStand = true
  8556. wait(1)
  8557. --Debounces.Slashed = false
  8558. --end
  8559. end
  8560. end
  8561. end
  8562. end)
  8563. Parts[#Parts+1] = P
  8564. end
  8565. local BREAKIT = false
  8566. local CParts = {}
  8567. local Rocks = {}
  8568. local LastPos = nil
  8569. for i = 1,70 do
  8570. for i2,v in pairs(Parts) do
  8571. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  8572. local cf = v.CFrame
  8573. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  8574. v.CFrame = cf
  8575. v.Transparency = v.Transparency+0.02
  8576. if v.Transparency >= 0.975 then BREAKIT = true end
  8577. if v.Name == "0" then
  8578. local Ignore = {}
  8579. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  8580. if v.Character ~= nil then
  8581. Ignore[#Ignore+1] = v.Character
  8582. end
  8583. end
  8584. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  8585. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  8586. if Hit ~= nil then
  8587. if #Rocks == 0 then
  8588. for i = 1,5 do
  8589. local P = Instance.new("Part",char)
  8590. Rocks[#Rocks+1] = P
  8591. P.Anchored = true
  8592. P.FormFactor = "Custom"
  8593. P.BrickColor = Hit.BrickColor
  8594. P.Material = Hit.Material
  8595. P.TopSurface = "Smooth"
  8596. P.BottomSurface = "Smooth"
  8597. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  8598. end
  8599. end
  8600. for i,P in pairs(Rocks) do
  8601. 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)))
  8602. end
  8603. local P = Instance.new("Part",char)
  8604. CParts[#CParts+1] = {P,tick()}
  8605. P.Anchored = true
  8606. P.FormFactor = "Custom"
  8607. P.BrickColor = Hit.BrickColor
  8608. P.Material = Hit.Material
  8609. P.TopSurface = "Smooth"
  8610. P.BottomSurface = "Smooth"
  8611. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  8612. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  8613. Pos = Pos.p
  8614. 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)))
  8615. local P = P:Clone()
  8616. CParts[#CParts+1] = {P,tick()}
  8617. P.Parent = char
  8618. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  8619. Pos = Pos.p
  8620. 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)))
  8621. if LastPos ~= nil then
  8622. local P = P:Clone()
  8623. CParts[#CParts+1] = {P,tick()}
  8624. P.Parent = char
  8625. P.BrickColor = BrickColor.new("Really black")
  8626. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  8627. Pos = Pos.p
  8628. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  8629. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  8630. --P.Velocity = Vector3.new(0,-1000,0)
  8631. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  8632. end
  8633. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  8634. end
  8635. end
  8636. end
  8637. if BREAKIT then break end
  8638. wait(0.002)
  8639. end
  8640. for i,v in pairs(Rocks) do
  8641. CParts[#CParts+1] = {v,tick()}
  8642. end
  8643. for i,v in pairs(Parts) do
  8644. v:Destroy()
  8645. end
  8646. Parts = nil
  8647. while true do
  8648. local t = tick()
  8649. local p = nil
  8650. for i,v in pairs(CParts) do
  8651. if t-v[2] > 4 then
  8652. v[1].Transparency = v[1].Transparency+0.05
  8653. if v[1].Transparency >= 1 then
  8654. v[1]:Destroy()
  8655. CParts[i] = nil
  8656. end
  8657. end
  8658. p = v
  8659. end
  8660. if p == nil then break end
  8661. wait(0.002)
  8662. end
  8663. for i,v in pairs(CParts) do
  8664. v:Destroy()
  8665. end
  8666. CParts = {}
  8667. end)
  8668. for i = 1, 20 do
  8669. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  8670. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  8671. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  8672. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  8673. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  8674. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  8675. 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)
  8676. if Debounces.on == false then break end
  8677. rs:wait(2)
  8678. end
  8679. if Debounces.CanAttack == false then
  8680. Debounces.CanAttack = true
  8681. Debounces.on = false
  8682. Debounces.NoIdl = false
  8683. end
  8684. end
  8685. end
  8686. end)
  8687. ----------------------------------------------------
  8688. mouse.KeyDown:connect(function(key)
  8689. if key == "e" then
  8690. larm.BrickColor = BrickColor.new("Bright red")
  8691. rarm.BrickColor = BrickColor.new("Bright red")
  8692. if Debounces.CanAttack == true then
  8693. Debounces.CanAttack = false
  8694. Debounces.on = true
  8695. Debounces.NoIdl = true
  8696. for i = 1, 18 do
  8697. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
  8698. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  8699. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  8700. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  8701. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  8702. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  8703. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  8704. if Debounces.on == false then break end
  8705. rs:wait(4)
  8706. end
  8707. local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0,8.8,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  8708. local rng = Instance.new("Part", char.Absolution.Handle)
  8709. rng.Anchored = true
  8710. rng.BrickColor = BrickColor.new("Really black")
  8711. rng.CanCollide = true
  8712. rng.FormFactor = 3
  8713. rng.Name = "Ring"
  8714. rng.Size = Vector3.new(1, 1, 1)
  8715. rng.CanCollide = false
  8716. rng.Transparency = 0.35
  8717. rng.TopSurface = 0
  8718. rng.BottomSurface = 0
  8719. rng.CFrame = HandCF
  8720. local rngm = Instance.new("SpecialMesh", rng)
  8721. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8722. rngm.Scale = Vector3.new(1, 1, 2)
  8723. x = Instance.new("Sound", hed)
  8724. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  8725. x.Looped = false
  8726. x.Pitch = .7
  8727. x.Volume = 1
  8728. x1 = Instance.new("Sound", hed)
  8729. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  8730. x1.Looped = false
  8731. x1.Pitch = .7
  8732. x1.Volume = 1
  8733. x:Play()
  8734. x1:Play()
  8735. rngto = rng.Touched:connect(function(ht)
  8736. hit = ht.Parent
  8737. if ht and hit:IsA("Model") then
  8738. if hit:FindFirstChild("Humanoid") then
  8739. if hit.Name ~= p.Name then
  8740. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  8741. Debounces.Slashed = true]]--
  8742. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  8743. hit:FindFirstChild("Humanoid").PlatformStand = true
  8744. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  8745. --Debounces.Slashed = false
  8746. --end
  8747. end
  8748. end
  8749. elseif ht and hit:IsA("Hat") then
  8750. if hit.Parent.Name ~= p.Name then
  8751. if hit.Parent:FindFirstChild("Humanoid") then
  8752. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  8753. Debounces.Slashed = true]]--
  8754. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  8755. hit:FindFirstChild("Humanoid").PlatformStand = true
  8756. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  8757. --Debounces.Slashed = false
  8758. end
  8759. end
  8760. end
  8761. end)
  8762. coroutine.wrap(function()
  8763. for i = 1, 60, 2 do
  8764. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  8765. rng.Size = rngm.Scale
  8766. rng.CFrame = HandCF
  8767. rng.Transparency = i/60
  8768. wait()
  8769. end
  8770. wait()
  8771. rng:Destroy()
  8772. end)()
  8773. for i = 1, 18 do
  8774. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
  8775. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  8776. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  8777. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  8778. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  8779. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  8780. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  8781. if Debounces.on == false then break end
  8782. rs:wait(2.4)
  8783. end
  8784. larm.BrickColor = BrickColor.new("Really black")
  8785. rarm.BrickColor = BrickColor.new("Really black")
  8786. x:Destroy()
  8787. x1:Destroy()
  8788. if Debounces.CanAttack == false then
  8789. Debounces.CanAttack = true
  8790. Debounces.on = false
  8791. Debounces.NoIdl = false
  8792. end
  8793. end
  8794. end
  8795. end)
  8796. ----------------------------------------------------
  8797. mouse.KeyDown:connect(function(key)
  8798. if key == "y" then
  8799. if Debounces.CanAttack == true then
  8800. Debounces.CanAttack = false
  8801. Debounces.on = true
  8802. Debounces.NoIdl = true
  8803. for i = 1, 15 do
  8804. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  8805. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-89)), 0.6)
  8806. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  8807. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  8808. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  8809. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  8810. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  8811. if Debounces.on == false then break end
  8812. rs:wait(2.7)
  8813. end
  8814. x = Instance.new("Sound",char)
  8815. x.SoundId = "rbxassetid://228343271"
  8816. x.Pitch = 1
  8817. x.Volume = .8
  8818. wait(.1)
  8819. x:Play()
  8820. Debounces.on = false
  8821. Debounces.Here = false
  8822. shot = shot + 1
  8823. local rng = Instance.new("Part", char)
  8824. rng.Anchored = true
  8825. rng.BrickColor = BrickColor.new("Bright blue")
  8826. rng.CanCollide = false
  8827. rng.FormFactor = 3
  8828. rng.Name = "Ring"
  8829. rng.Size = Vector3.new(1, 1, 1)
  8830. rng.Transparency = 0.35
  8831. rng.TopSurface = 0
  8832. rng.BottomSurface = 0
  8833. rng2 = rng:clone()
  8834. rng3 = rng2:clone()
  8835. rng4 = rng2:clone()
  8836. local rngm = Instance.new("SpecialMesh", rng)
  8837. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8838. rngm.Scale = Vector3.new(10, 10, 1)
  8839. rngm2 = rngm:clone()
  8840. rngm2.Scale = Vector3.new(5, 5, 3)
  8841. rngm3=rngm2:clone()
  8842. rngm3.Parent = rng3
  8843. rngm3.Scale = Vector3.new(8, 8, 1)
  8844. rngm4 = rngm2:clone()
  8845. rngm4.Parent = rng4
  8846. rngm4.Scale = Vector3.new(6, 6, 1)
  8847. local bem = Instance.new("Part", char)
  8848. bem.Anchored = true
  8849. bem.BrickColor = BrickColor.new("Really black")
  8850. bem.CanCollide = false
  8851. bem.FormFactor = 3
  8852. bem.Name = "Beam" .. shot
  8853. bem.Size = Vector3.new(1, 1, 1)
  8854. bem.Transparency = 0.35
  8855. bem.TopSurface = 0
  8856. bem.BottomSurface = 0
  8857. local bemm = Instance.new("SpecialMesh", bem)
  8858. bemm.MeshType = 4
  8859. bemm.Scale = Vector3.new(1, 4, 4)
  8860. local out = Instance.new("Part", char)
  8861. out.Anchored = true
  8862. out.BrickColor = BrickColor.new("Really black")
  8863. out.CanCollide = false
  8864. out.FormFactor = 3
  8865. out.Name = "Out"
  8866. out.Size = Vector3.new(4, 4, 4)
  8867. out.Transparency = 0.35
  8868. out.TopSurface = 0
  8869. out.BottomSurface = 0
  8870. local outm = Instance.new("SpecialMesh", out)
  8871. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  8872. outm.Scale = Vector3.new(4, 4, 4)
  8873. local bnd = Instance.new("Part", char)
  8874. bnd.Anchored = true
  8875. bnd.BrickColor = BrickColor.new("Bright blue")
  8876. bnd.CanCollide = false
  8877. bnd.FormFactor = 3
  8878. bnd.Name = "Bend"
  8879. bnd.Size = Vector3.new(1, 1, 1)
  8880. bnd.Transparency = 1
  8881. bnd.TopSurface = 0
  8882. bnd.BottomSurface = 0
  8883. local bndm = Instance.new("SpecialMesh", bnd)
  8884. bndm.MeshType = 3
  8885. bndm.Scale = Vector3.new(8, 8, 8)
  8886. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  8887. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  8888. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  8889. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  8890. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  8891. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  8892. Debounces.Shewt = true
  8893. coroutine.wrap(function()
  8894. for i = 1, 20, 0.2 do
  8895. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  8896. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  8897. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  8898. rng.Transparency = i/20
  8899. rng3.Transparency = 1/24
  8900. rng4.Transparency = i/26
  8901. wait()
  8902. end
  8903. wait()
  8904. rng:Destroy()
  8905. end)()
  8906. if Debounces.Shewt == true then
  8907. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  8908. hit = ht.Parent
  8909. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  8910. if HasntTouched(hit.Name) == true and deb == false then
  8911. deb = true
  8912. coroutine.wrap(function()
  8913. hit:FindFirstChild("Humanoid").PlatformStand = true
  8914. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  8915. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  8916. end)()
  8917. table.insert(Touche, hit.Name)
  8918. deb = false
  8919. end
  8920. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  8921. if HasntTouched(hit.Parent.Name) == true and deb == false then
  8922. deb = true
  8923. coroutine.wrap(function()
  8924. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  8925. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  8926. wait(1)
  8927. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  8928. end)()
  8929. table.insert(Touche, hit.Parent.Name)
  8930. deb = false
  8931. for i, v in pairs(Touche) do
  8932. print(v)
  8933. end
  8934. end
  8935. end
  8936. end)
  8937. end
  8938. for i = 0, 260, 8 do
  8939. bem.Size = Vector3.new(i, 2, 2)
  8940. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  8941. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  8942. bnd.Size = Vector3.new(1,1,1)
  8943. bndm.Scale = Vector3.new(8,8,8)
  8944. if i % 10 == 0 then
  8945. local newRng = rng2:Clone()
  8946. newRng.Parent = char
  8947. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  8948. local newRngm = rngm2:clone()
  8949. newRngm.Parent=newRng
  8950. coroutine.wrap(function()
  8951. for i = 1, 10, 0.2 do
  8952. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  8953. newRng.Transparency = i/10
  8954. wait()
  8955. end
  8956. wait()
  8957. newRng:Destroy()
  8958. end)()
  8959. end
  8960. wait()
  8961. end
  8962. wait()
  8963. Debounces.Shewt = false
  8964. bem:Destroy()
  8965. out:Destroy()
  8966. bnd:Destroy()
  8967. Debounces.Ready = false
  8968. for i, v in pairs(Touche) do
  8969. table.remove(Touche, i)
  8970. end
  8971. wait()
  8972. table.insert(Touche, char.Name)
  8973. Debounces.NoIdl = false
  8974. if Debounces.CanAttack == false then
  8975. Debounces.CanAttack = true
  8976. end
  8977. end
  8978. end
  8979. end)
  8980. ----------------------------------------------------
  8981. sidz = {"231917888", "231917845", "231917806"}
  8982. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  8983. mouse.KeyDown:connect(function(key)
  8984. if key == "f" then
  8985. larm.BrickColor = BrickColor.new("Bright red")
  8986. rarm.BrickColor = BrickColor.new("Bright red")
  8987. if Debounces.CanAttack == true then
  8988. Debounces.CanAttack = false
  8989. Debounces.on = true
  8990. Debounces.NoIdl = true
  8991. for i = 1, 20 do
  8992. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  8993. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  8994. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  8995. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  8996. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  8997. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  8998. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  8999. if Debounces.on == false then break end
  9000. rs:wait(6)
  9001. end
  9002. z = Instance.new("Sound",char)
  9003. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  9004. z.Pitch = ptz[math.random(1,#ptz)]
  9005. z.Volume = 1
  9006. z1 = Instance.new("Sound",char)
  9007. z1.SoundId = z.SoundId
  9008. z1.Pitch = z.Pitch
  9009. z1.Volume = 1
  9010. z:Play()
  9011. z1:Play()
  9012. Stomp()
  9013. for i = 1, 20 do
  9014. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  9015. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  9016. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
  9017. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  9018. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  9019. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  9020. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  9021. if Debounces.on == false then break end
  9022. rs:wait(2.5)
  9023. end
  9024. if Debounces.CanAttack == false then
  9025. Debounces.CanAttack = true
  9026. Debounces.on = false
  9027. Debounces.NoIdl = false
  9028. larm.BrickColor = BrickColor.new("Really black")
  9029. rarm.BrickColor = BrickColor.new("Really black")
  9030. end
  9031. end
  9032. end
  9033. end)
  9034. ----------------------------------------------------
  9035. mouse.KeyDown:connect(function(key)
  9036. if key == "g" then
  9037. larm.BrickColor = BrickColor.new("Bright red")
  9038. rarm.BrickColor = BrickColor.new("Bright red")
  9039. if Debounces.CanAttack == true then
  9040. Debounces.CanAttack = false
  9041. Debounces.on = true
  9042. Debounces.NoIdl = true
  9043. chrg = lleg.Touched:connect(function(ht)
  9044. hit = ht.Parent
  9045. if ht and hit:IsA("Model") then
  9046. if hit:FindFirstChild("Humanoid") then
  9047. if hit.Name ~= p.Name then
  9048. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9049. Debounces.Slashed = true]]--
  9050. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  9051. hit:FindFirstChild("Humanoid").PlatformStand = true
  9052. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  9053. --Debounces.Slashed = false
  9054. --end
  9055. end
  9056. end
  9057. elseif ht and hit:IsA("Hat") then
  9058. if hit.Parent.Name ~= p.Name then
  9059. if hit.Parent:FindFirstChild("Humanoid") then
  9060. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  9061. Debounces.Slashed = true]]--
  9062. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  9063. hit:FindFirstChild("Humanoid").PlatformStand = true
  9064. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  9065. --Debounces.Slashed = false
  9066. end
  9067. end
  9068. end
  9069. end)
  9070. for i = 1, 14 do
  9071. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  9072. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.2)
  9073. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.2)
  9074. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.2)
  9075. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.8, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  9076. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  9077. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  9078. if Debounces.on == false then break end
  9079. rs:wait(3)
  9080. end
  9081. charge()
  9082. z = Instance.new("Sound",char)
  9083. z.SoundId = "rbxassetid://200632875"
  9084. z.Volume = 1
  9085. z.Pitch = .8
  9086. z1 = Instance.new("Sound",char)
  9087. z1.SoundId = "rbxassetid://200632875"
  9088. z1.Volume = 1
  9089. z1.Pitch = .9
  9090. z:Play()
  9091. z1:Play()
  9092. wait(1)
  9093. z:Destroy()
  9094. z1:Destroy()
  9095. chrg:disconnect()
  9096. if Debounces.CanAttack == false then
  9097. Debounces.CanAttack = true
  9098. Debounces.on = false
  9099. Debounces.NoIdl = false
  9100. larm.BrickColor = BrickColor.new("Really black")
  9101. rarm.BrickColor = BrickColor.new("Really black")
  9102. end
  9103. end
  9104. end
  9105. end)
  9106. ----------------------------------------------------
  9107. pt = {0.7, 0.8, 0.9}
  9108. mouse.KeyDown:connect(function(key)
  9109. if key == "h" then
  9110. if Debounces.CanJoke == true then
  9111. Debounces.CanJoke = false
  9112. u = Instance.new("Sound")
  9113. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  9114. u.Parent = char
  9115. u.Looped = false
  9116. u.Pitch = pt[math.random(1,#pt)]
  9117. u.Volume = 1
  9118. u2 = Instance.new("Sound")
  9119. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  9120. u2.Parent = char
  9121. u2.Looped = false
  9122. u2.Pitch = u.Pitch
  9123. u2.Volume = 1
  9124. wait(.01)
  9125. u:Play()
  9126. u2:Play()
  9127. wait(6)
  9128. u:Destroy()
  9129. u2:Destroy()
  9130. if Debounces.CanJoke == false then
  9131. Debounces.CanJoke = true
  9132. end
  9133. end
  9134. end
  9135. end)
  9136. ----------------------------------------------------
  9137. mouse.KeyDown:connect(function(key)
  9138. if key == "j" then
  9139. if Debounces.CanJoke == true then
  9140. Debounces.CanJoke = false
  9141. z = Instance.new("Sound",char)
  9142. z.SoundId = "rbxassetid://135017755"
  9143. z.Pitch = .76
  9144. z.Volume = 1
  9145. wait()
  9146. z:Play()
  9147. wait(6)
  9148. z:Destroy()
  9149. if Debounces.CanJoke == false then
  9150. Debounces.CanJoke = true
  9151. end
  9152. end
  9153. end
  9154. end)
  9155. ----------------------------------------------------
  9156. mouse.KeyDown:connect(function(key)
  9157. if key == "k" then
  9158. if Debounces.CanJoke == true then
  9159. Debounces.CanJoke = false
  9160. z = Instance.new("Sound",char)
  9161. z.SoundId = "rbxassetid://135017578"
  9162. z.Pitch = .76
  9163. z.Volume = 1
  9164. wait()
  9165. z:Play()
  9166. wait(4)
  9167. z:Destroy()
  9168. if Debounces.CanJoke == false then
  9169. Debounces.CanJoke = true
  9170. end
  9171. end
  9172. end
  9173. end)
  9174. ----------------------------------------------------
  9175. mouse.KeyDown:connect(function(key)
  9176. if key == "x" then
  9177. if Debounces.CanAttack == true then
  9178. Debounces.CanAttack = false
  9179. Debounces.NoIdl = true
  9180. Debounces.on = true
  9181. Debounces.ks = true
  9182. for i = 1, 10 do
  9183. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  9184. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7,.9,-.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(20)), 0.2)
  9185. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
  9186. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  9187. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  9188. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, .6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.2)
  9189. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  9190. if Debounces.on == false then break end
  9191. rs:wait(1)
  9192. end
  9193. z = Instance.new("Sound",hed)
  9194. z.SoundId = "rbxassetid://169445092"
  9195. z.Volume = 1
  9196. wait(0.1)
  9197. z:Play()
  9198. kik = rleg.Touched:connect(function(ht)
  9199. hit = ht.Parent
  9200. if ht and hit:IsA("Model") then
  9201. if hit:FindFirstChild("Humanoid") then
  9202. if hit.Name ~= p.Name then
  9203. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9204. Debounces.Slashed = true]]--
  9205. if Debounces.ks==true then
  9206. z = Instance.new("Sound",hed)
  9207. z.SoundId = "rbxassetid://169380525"
  9208. z.Volume = 1
  9209. z:Play()
  9210. Debounces.ks=false
  9211. end
  9212. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  9213. hit:FindFirstChild("Humanoid").PlatformStand = true
  9214. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  9215. --Debounces.Slashed = false
  9216. --end
  9217. end
  9218. end
  9219. elseif ht and hit:IsA("Hat") then
  9220. if hit.Parent.Name ~= p.Name then
  9221. if hit.Parent:FindFirstChild("Humanoid") then
  9222. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  9223. Debounces.Slashed = true]]--
  9224. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  9225. hit:FindFirstChild("Humanoid").PlatformStand = true
  9226. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  9227. --Debounces.Slashed = false
  9228. --end
  9229. end
  9230. end
  9231. end
  9232. end)
  9233. for i = 1, 8 do
  9234. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.3)
  9235. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.3)
  9236. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
  9237. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
  9238. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.3)
  9239. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.3)
  9240. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  9241. if Debounces.on == false then break end
  9242. rs:wait(.7)
  9243. end
  9244. kik:disconnect()
  9245. if Debounces.CanAttack == false then
  9246. Debounces.CanAttack = true
  9247. Debounces.on = false
  9248. Debounces.NoIdl = false
  9249. end
  9250. end
  9251. end
  9252. end)
  9253. ----------------------------------------------------
  9254. mouse.KeyDown:connect(function(key)
  9255. if key == "c" then
  9256. if Debounces.CanAttack == true then
  9257. Debounces.CanAttack = false
  9258. Debounces.NoIdl = true
  9259. Debounces.on = true
  9260. SIDZ = {"231917744", "231917742"}
  9261. PTZ = {0.7, 0.8, 0.9, 1}
  9262. for i = 1, 20 do
  9263. wait()
  9264. for i,v in pairs(char.Absolution:children()) do
  9265. if v:IsA("Part") or v:IsA("WedgePart") then
  9266. v.Transparency = v.Transparency + 0.05
  9267. end
  9268. end
  9269. end
  9270. function FindNearestTorso(Position,Distance,SinglePlayer)
  9271. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  9272. local List = {}
  9273. for i,v in pairs(workspace:GetChildren())do
  9274. if v:IsA("Model")then
  9275. if v:findFirstChild("Torso")then
  9276. if v ~= char then
  9277. if(v.Torso.Position -Position).magnitude <= Distance then
  9278. table.insert(List,v)
  9279. end
  9280. end
  9281. end
  9282. end
  9283. end
  9284. return List
  9285. end
  9286. GroundPound()
  9287. for i = 1, 11 do
  9288. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  9289. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  9290. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  9291. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  9292. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  9293. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  9294. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  9295. if Debounces.on == false then break end
  9296. rs:wait(1.4)
  9297. end
  9298. GroundPound()
  9299. for i = 1, 11 do
  9300. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  9301. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  9302. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  9303. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  9304. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  9305. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  9306. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  9307. if Debounces.on == false then break end
  9308. rs:wait(1.4)
  9309. end
  9310. GroundPound()
  9311. for i = 1, 11 do
  9312. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  9313. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  9314. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  9315. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  9316. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  9317. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  9318. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  9319. if Debounces.on == false then break end
  9320. rs:wait(1.4)
  9321. end
  9322. GroundPound()
  9323. for i = 1, 11 do
  9324. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  9325. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  9326. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  9327. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  9328. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  9329. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  9330. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  9331. if Debounces.on == false then break end
  9332. rs:wait(1.4)
  9333. end
  9334. GroundPound()
  9335. for i = 1, 11 do
  9336. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  9337. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  9338. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  9339. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  9340. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  9341. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  9342. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  9343. if Debounces.on == false then break end
  9344. rs:wait(1.4)
  9345. end
  9346. GroundPound()
  9347. for i = 1, 11 do
  9348. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  9349. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  9350. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  9351. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  9352. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  9353. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  9354. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  9355. if Debounces.on == false then break end
  9356. rs:wait(1.4)
  9357. end
  9358. for i = 1, 24 do
  9359. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.2)
  9360. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(10)), 0.2)
  9361. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  9362. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  9363. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  9364. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  9365. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  9366. if Debounces.on == false then break end
  9367. rs:wait(3)
  9368. end
  9369. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  9370. if v:FindFirstChild('Humanoid') then
  9371. v.Humanoid:TakeDamage(math.random(20,60))
  9372. v.Humanoid.PlatformStand = true
  9373. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  9374. end
  9375. end
  9376. x = Instance.new("Sound",char)
  9377. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  9378. x.Pitch = PTZ[math.random(1,#PTZ)]
  9379. x.Volume = 1
  9380. wait(0.1)
  9381. x:Play()
  9382. Crater(hed,20)
  9383. for i = 1, 20 do
  9384. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)), 0.6)
  9385. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)), 0.6)
  9386. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  9387. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  9388. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  9389. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  9390. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  9391. if Debounces.on == false then break end
  9392. rs:wait(2)
  9393. end
  9394. if Debounces.CanAttack == false then
  9395. Debounces.CanAttack = true
  9396. Debounces.on = false
  9397. Debounces.NoIdl = false
  9398. for i = 1, 20 do
  9399. wait()
  9400. for i,v in pairs(char.Absolution:children()) do
  9401. if v:IsA("Part") or v:IsA("WedgePart") then
  9402. v.Transparency = v.Transparency - 0.05
  9403. end
  9404. end
  9405. end
  9406. end
  9407. end
  9408. end
  9409. end)
  9410. ----------------------------------------------------176349813
  9411. mouse.KeyDown:connect(function(key)
  9412. if key == "b" then
  9413. hum.WalkSpeed = 0.01
  9414. if Debounces.CanAttack == true then
  9415. Debounces.CanAttack = false
  9416. Debounces.NoIdl = true
  9417. Debounces.on = true
  9418. for i = 1, 30 do
  9419. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  9420. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  9421. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  9422. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  9423. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  9424. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  9425. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  9426. if Debounces.on == false then break end
  9427. rs:wait(6)
  9428. end
  9429. v = Instance.new("Sound")
  9430. v.SoundId = "rbxassetid://181384451"
  9431. v.Parent = char
  9432. v.Looped = false
  9433. v.Pitch = .94
  9434. v.Volume = 1
  9435. wait(.01)
  9436. v:Play()
  9437.  
  9438. if Daytime == true then
  9439. Daytime = false
  9440. l.TimeOfDay = 24
  9441. else
  9442. Daytime = true
  9443. l.TimeOfDay = 12
  9444. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  9445. end
  9446.  
  9447. local Shockwave = function()
  9448. local rng1 = Instance.new("Part", char)
  9449. rng1.Anchored = true
  9450. rng1.BrickColor = BrickColor.new("Really black")
  9451. rng1.CanCollide = false
  9452. rng1.FormFactor = 3
  9453. rng1.Name = "Ring"
  9454. rng1.Size = Vector3.new(1, 1, 1)
  9455. rng1.Transparency = 0.35
  9456. rng1.TopSurface = 0
  9457. rng1.BottomSurface = 0
  9458. local rngm1 = Instance.new("SpecialMesh", rng)
  9459. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9460. rngm1.Scale = Vector3.new(10, 10, 1)
  9461. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  9462. local Wave = Instance.new("Part", game.Workspace--[[?]])
  9463. Wave.Name = "Shockwave"
  9464. Wave.BrickColor = BrickColor.new("Really black")
  9465. Wave.Size = Vector3.new(1, 1, 1)
  9466. Wave.Shape = "Ball"
  9467. Wave.CanCollide = false
  9468. Wave.Anchored = true
  9469. Wave.TopSurface = 0
  9470. Wave.BottomSurface = 0
  9471. Wave.Touched:connect(function(hit)
  9472. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  9473. local Occlude = true
  9474. local NotOccludes = {
  9475. char.Name;
  9476. "Wings";
  9477. "Scythe";
  9478. "Thingy";
  9479. "Thingy2"; -- put all of the names in a table pls
  9480. }
  9481. for i,v in pairs(NotOccludes) do
  9482. if hit.Parent.Name == v then
  9483. Occlude = false
  9484. end
  9485. end
  9486. --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
  9487. if Occlude then
  9488. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  9489. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  9490. end
  9491. end
  9492. end)
  9493.  
  9494. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  9495.  
  9496. coroutine.wrap(function()
  9497. for i = 1, 20, 0.2 do
  9498. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  9499. rng1.Transparency = i/20
  9500. wait()
  9501. end
  9502. wait()
  9503. rng1:Destroy()
  9504. end)()
  9505.  
  9506. Delay(0, function()
  9507.  
  9508. if Daytime == false then
  9509. for i = 1, 50, 1 do
  9510. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  9511. Wave.CFrame = char.Torso.CFrame
  9512. local t = i / 50
  9513. Wave.Transparency = t
  9514. wait()
  9515. end
  9516. else
  9517. for i = 1, 50, 1 do
  9518. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  9519. Wave.CFrame = char.Torso.CFrame
  9520. local t = i / 50
  9521. Wave.Transparency = t
  9522. wait()
  9523. end
  9524. end
  9525. Wave:Destroy()
  9526. end)
  9527. Delay(0, function()
  9528. while wait() do
  9529. if Wave ~= nil then
  9530. Wave.CFrame = char.Torso.CFrame
  9531. else
  9532. break
  9533. end
  9534. end
  9535. end)
  9536. end
  9537. Shockwave()
  9538. for i = 1, 30 do
  9539. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.3)
  9540. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
  9541. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  9542. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  9543. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  9544. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3.2, .3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  9545. if Debounces.on == false then break end
  9546. rs:wait()
  9547. end
  9548. wait(2.4)
  9549. Debounces.NoIdl = false
  9550. hum.WalkSpeed = 5
  9551. Debounces.on = false
  9552. wait()
  9553. if Debounces.CanAttack == false then
  9554. Debounces.CanAttack = true
  9555. v:Destroy()
  9556. end
  9557. end
  9558. end
  9559. end)
  9560. ----------------------------------------------------
  9561. mouse.KeyDown:connect(function(key)
  9562. if key == "l" then
  9563. for i = 1, 20 do
  9564. wait()
  9565. for i,v in pairs(char.Absolution:children()) do
  9566. if v:IsA("Part") or v:IsA("WedgePart") then
  9567. v.Transparency = v.Transparency + 0.05
  9568. end
  9569. end
  9570. end
  9571. if Debounces.CanAttack == true then
  9572. Debounces.CanAttack = false
  9573. Debounces.NoIdl = true
  9574. Debounces.on = true
  9575. bv = Instance.new("BodyVelocity",torso)
  9576. bv.maxForce = Vector3.new(0,200000,0)
  9577. bv.P = 100000
  9578. bv.velocity = Vector3.new(0,500,0)
  9579. wait(2)
  9580. bv:Destroy()
  9581. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  9582. for i = 1, 20 do
  9583. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  9584. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  9585. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  9586. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  9587. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  9588. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  9589. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  9590. if Debounces.on == false then break end
  9591. wait()
  9592. end
  9593. for i = 1, 360, 20 do wait()
  9594. torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
  9595. end
  9596. end
  9597. torso.Weld.C1 = CFrame.new(0,-1.2,0)
  9598. local ry,ht,ps=nil,nil,nil
  9599. while ht==nil do
  9600. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  9601. wait()
  9602. end
  9603. z = Instance.new("Sound",char)
  9604. z.SoundId = "rbxassetid://245537790"
  9605. z.Pitch = 1
  9606. z.Volume = 1
  9607. wait(0.1)
  9608. z:Play()
  9609. local sp = Instance.new("Part", char)
  9610. sp.Name = "Energy"
  9611. sp.BrickColor = BrickColor.new("Really black")
  9612. sp.Size = Vector3.new(1, 1, 1)
  9613. sp.Shape = "Ball"
  9614. sp.CanCollide = false
  9615. sp.Anchored = true
  9616. sp.TopSurface = 0
  9617. sp.BottomSurface = 0
  9618. local spm = Instance.new("SpecialMesh",sp)
  9619. spm.MeshId = "rbxassetid://9982590"
  9620. spm.Scale = Vector3.new(3,3,3)
  9621. local sp2 = Instance.new("Part", char)
  9622. sp2.Name = "Energy2"
  9623. sp2.BrickColor = BrickColor.new("Really black")
  9624. sp2.Size = Vector3.new(1, 1, 1)
  9625. sp2.Shape = "Ball"
  9626. sp2.CanCollide = false
  9627. sp2.Anchored = true
  9628. sp2.TopSurface = 0
  9629. sp2.BottomSurface = 0
  9630. local spm2 = Instance.new("SpecialMesh",sp2)
  9631. spm2.MeshId = "rbxassetid://9982590"
  9632. spm2.Scale = Vector3.new(3,3,3)
  9633. sp.Touched:connect(function(hit)
  9634. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  9635. local Occlude = true
  9636. local NotOccludes = {
  9637. char.Name;
  9638. "Wings";
  9639. "Scythe";
  9640. "Thingy";
  9641. "Thingy2"; -- put all of the names in a table pls
  9642. }
  9643. for i,v in pairs(NotOccludes) do
  9644. if hit.Parent.Name == v then
  9645. Occlude = false
  9646. end
  9647. end
  9648. --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
  9649. if Occlude then
  9650. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 80
  9651. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  9652. end
  9653. end
  9654. end)
  9655. sp2.Touched:connect(function(hit)
  9656. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  9657. local Occlude = true
  9658. local NotOccludes = {
  9659. char.Name;
  9660. "Wings";
  9661. "Scythe";
  9662. "Thingy";
  9663. "Thingy2"; -- put all of the names in a table pls
  9664. }
  9665. for i,v in pairs(NotOccludes) do
  9666. if hit.Parent.Name == v then
  9667. Occlude = false
  9668. end
  9669. end
  9670. --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
  9671. if Occlude then
  9672. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  9673. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  9674. end
  9675. end
  9676. end)
  9677. for i = 1, 100, 1 do
  9678. sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  9679. sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  9680. sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
  9681. sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  9682. spm.Scale = sp.Size
  9683. spm2.Scale = sp2.Size
  9684. local t = i / 100
  9685. sp.Transparency = t
  9686. sp2.Transparency = t
  9687. wait()
  9688. end
  9689. sp:Destroy()
  9690. sp2:Destroy()
  9691. z:Destroy()
  9692. for i = 1, 20 do
  9693. wait()
  9694. for i,v in pairs(char.Absolution:children()) do
  9695. if v:IsA("Part") or v:IsA("WedgePart") then
  9696. v.Transparency = v.Transparency - 0.05
  9697. end
  9698. end
  9699. end
  9700. if Debounces.CanAttack == false then
  9701. Debounces.CanAttack = true
  9702. Debounces.NoIdl = false
  9703. Debounces.on = false
  9704. end
  9705. end
  9706. end
  9707. end)
  9708. ----------------------------------------------------
  9709. local orbt={}
  9710. local stlt={}
  9711. local chot={}
  9712. local cfxt={}
  9713. local pfxt={}
  9714. local cns=0
  9715. local cnOrb=nil
  9716. mouse.KeyDown:connect(function(key)
  9717. if key == "u" then
  9718. if Debounces.CanAttack == true then
  9719. Debounces.CanAttack = false
  9720. Debounces.NoIdl = true
  9721. Debounces.on = true
  9722. orbt={}
  9723. stlt={}
  9724. chot={}
  9725. cfxt={}
  9726. for i = 1, 20 do
  9727. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(30)), 0.2)
  9728. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(170),math.rad(-20),math.rad(-30)), 0.2)
  9729. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  9730. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  9731. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(20), math.rad(-10)), 0.2)
  9732. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, -0.4) * CFrame.Angles(math.rad(20), math.rad(-10), math.rad(10)), 0.2)
  9733. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  9734. if Debounces.on == false then end
  9735. rs:wait()
  9736. end
  9737. z = Instance.new("Sound",char)
  9738. z.SoundId = "rbxassetid://170053944"
  9739. z.Pitch = 1.07
  9740. z.Volume = 1
  9741. wait(0.1)
  9742. z:Play()
  9743. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  9744. debris:AddItem(cnOrb,50)
  9745. cnOrb.Mesh.MeshType=3
  9746. table.insert(orbt,cnOrb)
  9747. table.insert(stlt,cnOrb)
  9748. local nt=0
  9749. for i=0,5,0.02 do
  9750. nt=nt+1
  9751. cns=i
  9752. if nt>=2 then
  9753. nt=0
  9754. local cho=nwPrt(mod3,Vector3.new(2,2,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),"Really black")
  9755. debris:AddItem(cho,1)
  9756. cho.Mesh.MeshType=3
  9757. table.insert(chot,cho)
  9758. end
  9759. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  9760. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  9761. wait()
  9762. end
  9763. for i = 1, 14 do
  9764. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  9765. if Debounces.on == false then end
  9766. rs:wait()
  9767. end
  9768. coroutine.wrap(function()
  9769. for i = 1, 20 do
  9770. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.45)
  9771. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.8,-.3)*CFrame.Angles(math.rad(70),math.rad(20),math.rad(50)), 0.6)
  9772. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  9773. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  9774. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, -0.4) * CFrame.Angles(math.rad(60), math.rad(20), math.rad(-10)), 0.5)
  9775. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0.4) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.5)
  9776. if Debounces.on == false then end
  9777. rs:wait()
  9778. end
  9779. end)()
  9780. wait(0.1)
  9781. stlt={}
  9782. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
  9783. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  9784. local nt=0
  9785. for i=0,160,3 do
  9786. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  9787. nt=nt+1
  9788. if nt>=6 then
  9789. nt=0
  9790. local cfx=nwPrt(mod3,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Really black")
  9791. cfx.Mesh.MeshId="rbxassetid://20329976"
  9792. cfx.Transparency=0.4
  9793. table.insert(cfxt,cfx)
  9794. debris:AddItem(cfx,1)
  9795. end
  9796. if (cnOrb.Position-ps).magnitude<6 then
  9797. break
  9798. end
  9799. wait()
  9800. end
  9801. orbt={}
  9802.  
  9803. for i=0,1,0.1 do
  9804. local cs=cnOrb.Mesh.Scale
  9805. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  9806. wait()
  9807. end
  9808. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  9809. ofx.Transparency=0.5
  9810. ofx.Mesh.MeshType=3
  9811. ofx.Mesh.Scale=Vector3.new(30,30,30)
  9812. for _,v in pairs(game:service"Players":GetChildren()) do
  9813. pcall(function()
  9814. for _,c in pairs(v.Character:GetChildren()) do
  9815. if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<60 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>15 then
  9816. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  9817. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  9818. end
  9819. end
  9820. end)
  9821. end
  9822. for i=0,1,0.05 do
  9823. local cs=cnOrb.Mesh.Scale
  9824. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  9825. local ofs=ofx.Mesh.Scale
  9826. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  9827. ofx.Transparency=Tween(ofx.Transparency,1,i)
  9828. wait()
  9829. end
  9830. ofx:Destroy()
  9831. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  9832. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  9833. cnfx.Mesh.MeshType=3
  9834. cnOrb.Transparency=0.05
  9835. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  9836. cnr.Mesh.MeshType=3
  9837. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  9838. rn1.Transparency=1
  9839. rn1.Mesh.MeshId="rbxassetid://3270017"
  9840. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  9841. rn2.Transparency=1
  9842. rn2.Mesh.MeshId="rbxassetid://3270017"
  9843. local nt=0
  9844. local cs=nil
  9845. for i=0,1,0.05 do
  9846. cs=cnOrb.Mesh.Scale
  9847. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  9848. local fs=cnfx.Mesh.Scale
  9849. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  9850. cnfx.Transparency=cnfx.Transparency+0.05
  9851. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  9852. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  9853. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  9854. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  9855. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  9856. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  9857. local rs=cnr.Mesh.Scale
  9858. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  9859. nt=nt+1
  9860. if nt>=6 then
  9861. local pls={}
  9862. for _,v in pairs(game.Players:GetChildren()) do
  9863. table.insert(pls,v)
  9864. end
  9865. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  9866. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  9867. pffx.Mesh.MeshId="rbxassetid://20329976"
  9868. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  9869. debris:AddItem(pffx,2)
  9870. table.insert(pfxt,pffx)
  9871. nt=0
  9872. end
  9873. wait()
  9874. end
  9875. local int=0
  9876. coroutine.wrap(function()
  9877. for i=1,500 do
  9878. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  9879. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  9880. nt=nt+1
  9881. int=int+1
  9882. local htd={p}
  9883. for _,v in pairs(game:service"Players":GetChildren()) do
  9884. pcall(function()
  9885. for _,c in pairs(v.Character:GetChildren()) do
  9886. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  9887. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  9888. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  9889. table.insert(htd,v)
  9890. end
  9891. end
  9892. end)
  9893. end
  9894. htd={p}
  9895. if int>=6 then
  9896. for _,v in pairs(game:service"Players":GetChildren()) do
  9897. pcall(function()
  9898. for _,c in pairs(v.Character:GetChildren()) do
  9899. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  9900. table.insert(htd,v)
  9901. 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)),"Really black")
  9902. hfx.Mesh.Scale=Vector3.new(2,2,2)
  9903. hfx.Mesh.MeshType=3
  9904. debris:AddItem(hfx,2)
  9905. coroutine.wrap(function()
  9906. pcall(function()
  9907. for i=0,1,0.05 do
  9908. pcall(function()
  9909. local hs=hfx.Mesh.Scale
  9910. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  9911. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  9912. end)
  9913. wait()
  9914. end
  9915. hfx:Destroy()
  9916. end)
  9917. end)()
  9918. end
  9919. end
  9920. end)
  9921. end
  9922. int=0
  9923. end
  9924. if nt>=4 then
  9925. local pls={}
  9926. for _,v in pairs(game.Players:GetChildren()) do
  9927. table.insert(pls,v)
  9928. end
  9929. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  9930. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  9931. pffx.Transparency=0.4
  9932. pffx.Mesh.MeshId="rbxassetid://20329976"
  9933. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  9934. debris:AddItem(pffx,2)
  9935. table.insert(pfxt,pffx)
  9936. nt=0
  9937. end
  9938. wait()
  9939. end
  9940. cnOrb:Destroy()
  9941. cnfx:Destroy()
  9942. for _,v in pairs(mod3:GetChildren()) do
  9943. v:Destroy()
  9944. end
  9945. orbt={}
  9946. stlt={}
  9947. chot={}
  9948. cfxt={}
  9949. pfxt={}
  9950. end)()
  9951. if Debounces.CanAttack == false then
  9952. Debounces.CanAttack = true
  9953. Debounces.NoIdl = false
  9954. Debounces.on = false
  9955. end
  9956. end
  9957. end
  9958. end)
  9959. ----------------------------------------------------
  9960. mouse.KeyDown:connect(function(key)
  9961. if key == "m" then
  9962. if Debounces.CanAttack == true then
  9963. Debounces.CanAttack = false
  9964. Debounces.on = true
  9965. Debounces.NoIdl = true
  9966. --[[x = Instance.new("Sound",char)
  9967. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  9968. x.Looped = false
  9969. x.Pitch = 1.1
  9970. x.Volume = 1
  9971. x:Play()
  9972. x2 = Instance.new("Sound",char)
  9973. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  9974. x2.Looped = false
  9975. x2.Pitch = .7
  9976. x2.Volume = 1
  9977. wait(.1)
  9978. x:Play()
  9979. x2:Play()
  9980. for i = 1, 20 do
  9981. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  9982. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  9983. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  9984. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3.2, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  9985. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -1.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  9986. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.6, -2, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  9987. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.4)
  9988. if Debounces.on == false then break end
  9989. wait()
  9990. x:Destroy()
  9991. x2:Destroy()
  9992. end
  9993. wait(1)]]--
  9994. local rng = Instance.new("Part", char)
  9995. rng.Anchored = true
  9996. rng.BrickColor = BrickColor.new("Really black")
  9997. rng.CanCollide = false
  9998. rng.FormFactor = 3
  9999. rng.Name = "Ring"
  10000. rng.Size = Vector3.new(1, 1, 1)
  10001. rng.Transparency = 0.35
  10002. rng.TopSurface = 0
  10003. rng.BottomSurface = 0
  10004. rng.Position = torso.Position - Vector3.new(0,5,0)
  10005. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  10006. local rngm = Instance.new("SpecialMesh", rng)
  10007. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  10008. rngm.Scale = Vector3.new(1, 1, 2)
  10009. x = Instance.new("Sound",char)
  10010. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  10011. x.Looped = false
  10012. x.Pitch = .7
  10013. x.Volume = 1
  10014. x:Play()
  10015. coroutine.wrap(function()
  10016. for i = 1, 60, 2 do
  10017. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  10018. rng.Transparency = i/60
  10019. wait()
  10020. end
  10021. wait()
  10022. rng:Destroy()
  10023. end)()
  10024. hum.WalkSpeed = 100
  10025. BV = Instance.new("BodyVelocity", torso)
  10026. BV.maxForce = Vector3.new(0,200000,0)
  10027. BV.P = 240000
  10028. BV.velocity = Vector3.new(0,700,0)
  10029. for i = 1, 20 do
  10030. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  10031. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  10032. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  10033. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  10034. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  10035. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  10036. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  10037. if Debounces.on == false then break end
  10038. wait()
  10039. end
  10040. x:Destroy()
  10041. BV:Destroy()
  10042. --[[for i = 1, 30 do
  10043. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  10044. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  10045. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  10046. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  10047. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  10048. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  10049. if Debounces.on == false then break end
  10050. wait()
  10051. end]]--
  10052. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  10053. for i = 1, 30 do
  10054. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  10055. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  10056. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-120)), 0.3)
  10057. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)), 0.3)
  10058. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  10059. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  10060. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  10061. if Debounces.on == false then break end
  10062. wait()
  10063. end
  10064. end
  10065. Debounces.on = false
  10066. Debounces.NoIdl = false
  10067. local ry,ht,ps=nil,nil,nil
  10068. while ht==nil do
  10069. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  10070. wait()
  10071. end
  10072. z = Instance.new("Sound",char)
  10073. z.SoundId = "rbxassetid://142070127"
  10074. z.Volume = 1
  10075. wait(.1)
  10076. z:Play()
  10077. Landing()
  10078. hum.WalkSpeed = 8
  10079. if Debounces.CanAttack == false then
  10080. Debounces.CanAttack = true
  10081. end
  10082. end
  10083. end
  10084. end)
  10085. ----------------------------------------------------
  10086. Grab = false
  10087. mouse.KeyDown:connect(function(key)
  10088. if key == "z" then
  10089. Debounces.on = true
  10090. Debounces.NoIdl = true
  10091. if Grab == false then
  10092. gp = nil
  10093. con1=larm.Touched:connect(function(hit) -- this is grab
  10094. ht = hit.Parent
  10095. hum1=ht:FindFirstChild('Humanoid')
  10096. if hum1 ~= nil then
  10097. hum1.PlatformStand=true
  10098. gp = ht
  10099. Grab = true
  10100. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  10101. asd.Parent = larm
  10102. asd.Name = "asd"
  10103. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  10104. con1:disconnect()
  10105. elseif hum1 ~= nil then
  10106. con1:disconnect()
  10107. wait() return
  10108. end
  10109. end)
  10110. for i = 1, 18 do
  10111. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(36)), 0.2)
  10112. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65,.9,-.5)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  10113. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  10114. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  10115. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  10116. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  10117. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  10118. if Debounces.on == false then break end
  10119. wait()
  10120. end
  10121. con1:disconnect()
  10122. Debounces.on = false
  10123. Debounces.NoIdl = false
  10124. elseif Grab == true then
  10125. Grab = false
  10126. for i = 1, 20 do
  10127. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.2)
  10128. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-20)), 0.1)
  10129. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  10130. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  10131. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  10132. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  10133. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  10134. if Debounces.on == false then end
  10135. wait()
  10136. end
  10137. if gp ~= nil then
  10138. for i,v in pairs(larm:GetChildren()) do
  10139. if v.Name == "asd" and v:IsA("Weld") then
  10140. v:Remove()
  10141. end
  10142. end
  10143. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  10144. bv.maxForce = Vector3.new(400000, 400000, 400000)
  10145. bv.P = 125000
  10146. bv.velocity = char.Head.CFrame.lookVector * 200
  10147. for i = 1, 12 do
  10148. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.75)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(20)), 0.5)
  10149. if Debounces.on == false then end
  10150. wait()
  10151. end--
  10152. ht=nil
  10153. Spawn(function()
  10154. wait(0.5)
  10155. bv:Destroy()
  10156. end)
  10157. Debounces.on = false
  10158. Debounces.NoIdl = false
  10159. elseif ht == nil then wait()
  10160. Grab = false
  10161. Debounces.on = false
  10162. Debounces.NoIdl = false
  10163. end
  10164. end
  10165. end
  10166. end)
  10167. ----------------------------------------------------
  10168. mouse.KeyDown:connect(function(key)
  10169. if string.byte(key) == 52 then
  10170. char.Humanoid.WalkSpeed = 21
  10171. end
  10172. end)
  10173. mouse.KeyUp:connect(function(key)
  10174. if string.byte(key) == 52 then
  10175. char.Humanoid.WalkSpeed = 5
  10176. end
  10177. end)
  10178. ----------------------------------------------------
  10179. Change = false
  10180. mouse.KeyDown:connect(function(key)
  10181. if key == "n" then
  10182. if Change == false then
  10183. Change = true
  10184. stanceToggle = "Normal2"
  10185. elseif Change == true then
  10186. Change = false
  10187. stanceToggle = "Normal"
  10188. end
  10189. end
  10190. end)
  10191. ----------------------------------------------------
  10192. local animpose = "Idle"
  10193. local lastanimpose = "Idle"
  10194. local sine = 0
  10195. local change = 1
  10196. local val = 0
  10197. local ffing = false
  10198. local och = 0
  10199. ----------------------------------------------------
  10200. game:GetService("RunService").RenderStepped:connect(function()
  10201. --[[if char.Humanoid.Jump == true then
  10202. jump = true
  10203. else
  10204. jump = false
  10205. end]]
  10206. char.Humanoid.FreeFalling:connect(function(f)
  10207. if f then
  10208. ffing = true
  10209. else
  10210. ffing = false
  10211. end
  10212. end)
  10213. sine = sine + change
  10214. if jumpn == true then
  10215. animpose = "Jumping"
  10216. elseif ffing == true then
  10217. animpose = "Freefalling"
  10218. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  10219. animpose = "Idle"
  10220. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  10221. animpose = "Walking"
  10222. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  10223. animpose = "Running"
  10224. end
  10225. if animpose ~= lastanimpose then
  10226. sine = 0
  10227. if Debounces.NoIdl == false then
  10228. if animpose == "Idle" then
  10229. for i = 1, 2 do
  10230. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  10231. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  10232. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  10233. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  10234. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  10235. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  10236. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  10237. end
  10238. elseif animpose == "Walking" then
  10239. for i = 1, 2 do
  10240. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  10241. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  10242. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  10243. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  10244. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  10245. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  10246. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  10247. end
  10248. elseif animpose == "Running" then
  10249. for i = 1, 2 do
  10250. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  10251. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
  10252. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  10253. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  10254. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  10255. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  10256. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  10257. end
  10258. rs:wait(2)
  10259. end
  10260. else
  10261. end
  10262. end
  10263. lastanimpose = animpose
  10264. if Debounces.NoIdl == false then
  10265. if animpose == "Idle" then
  10266. if stanceToggle == "Normal" then
  10267. change = 0.5
  10268. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  10269. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  10270. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  10271. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  10272. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  10273. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  10274. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  10275. elseif stanceToggle == "Sitting" then
  10276. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  10277. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(math.rad(-36+1*math.cos(sine/14)), math.rad(0), math.rad(-30)), 0.2)
  10278. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  10279. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.8, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  10280. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
  10281. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  10282. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  10283. elseif stanceToggle == "Normal2" then
  10284. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(30+2*math.cos(sine/14)),math.rad(40),math.rad(40)), 0.2)
  10285. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-20),math.rad(30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  10286. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(-40),0), 0.2)
  10287. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  10288. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(-20), math.rad(-14)), 0.2)
  10289. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(10), math.rad(-30), math.rad(18)), 0.2)
  10290. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  10291. end
  10292. elseif animpose == "Walking" then
  10293. if stanceToggle == "Normal" then
  10294. change = 1
  10295. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(90+2*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
  10296. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
  10297. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0-8*math.cos(sine/14)), math.rad(0)),0.2)
  10298. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), math.rad(0+8*math.cos(sine/14)), math.rad(0)), 0.2)
  10299. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + -math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  10300. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  10301. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  10302. elseif stanceToggle == "Normal2" then
  10303. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), math.sin(sine/14)/2)*CFrame.Angles(-math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(20)), 0.2)
  10304. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(-20)), 0.2)
  10305. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
  10306. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
  10307. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
  10308. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
  10309. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  10310. end
  10311. elseif animpose == "Running" then
  10312. change = 1
  10313. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
  10314. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
  10315. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  10316. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  10317. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  10318. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  10319. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  10320. end
  10321. end
  10322. och=och+1
  10323. for _,v in pairs(orbt) do
  10324. pcall(function()
  10325. 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)))
  10326. end)
  10327. end
  10328. for _,v in pairs(stlt) do
  10329. pcall(function()
  10330. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  10331. end)
  10332. end
  10333. for _,v in pairs(chot) do
  10334. pcall(function()
  10335. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  10336. 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))
  10337. end)
  10338. end
  10339. for _,v in pairs(cfxt) do
  10340. pcall(function()
  10341. local vs=v.Mesh.Scale
  10342. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  10343. v.Transparency=v.Transparency+0.05
  10344. end)
  10345. end
  10346. for _,v in pairs(pfxt) do
  10347. pcall(function()
  10348. local vs=v.Mesh.Scale
  10349. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  10350. v.Transparency=v.Transparency+0.025
  10351. end)
  10352. end
  10353. end)
  10354. end)
  10355. OMG.Name = "OMG"
  10356. OMG.Parent = Frame
  10357. OMG.BackgroundColor3 = Color3.new(0.184314, 0.509804, 1)
  10358. OMG.BackgroundTransparency = 0.60000002384186
  10359. OMG.Position = UDim2.new(0, 0, 0, 285)
  10360. OMG.Size = UDim2.new(0, 129, 0, 40)
  10361. OMG.Font = Enum.Font.Arcade
  10362. OMG.FontSize = Enum.FontSize.Size24
  10363. OMG.Text = "OMG"
  10364. OMG.TextColor3 = Color3.new(0.576471, 1, 0.0941177)
  10365. OMG.TextSize = 20
  10366. OMG.MouseButton1Down:connect(function()
  10367. script.Parent = workspace.CurrentCamera
  10368. local plr = game:GetService("Players").LocalPlayer
  10369. local tool = Instance.new("Tool",plr:WaitForChild("Backpack"))
  10370. tool.Grip = CFrame.new(0,-0.8,-0.2) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  10371. tool.Name = "bluE"
  10372. local part = Instance.new("Part",tool)
  10373. part.Name = "Handle"
  10374. part.Size = Vector3.new(4,6,4)
  10375. part.TopSurface = "Smooth"
  10376. part.BottomSurface = "Smooth"
  10377. part.CanCollide = false
  10378. part:BreakJoints()
  10379.  
  10380. local mesh = Instance.new("SpecialMesh",part)
  10381. mesh.MeshId = "rbxassetid://431003868" --mesh.MeshId = "rbxassetid://132920499"
  10382. mesh.TextureId = "rbxassetid://430627740" --"http://www.roblox.com/asset/?id=134479421"
  10383. mesh.Scale = Vector3.new(2,2,2)
  10384.  
  10385. local sound = Instance.new("Sound",part)
  10386. sound.SoundId = "rbxassetid://511340819"
  10387. sound.Volume = 3
  10388.  
  10389. local sound2 = Instance.new("Sound",part)
  10390. sound2.SoundId = "rbxassetid://280667448"
  10391. sound2.Volume = 5
  10392.  
  10393. local sound3 = Instance.new("Sound",part)
  10394. sound3.SoundId = "rbxassetid://139100774"
  10395. sound3.Volume = 10
  10396.  
  10397. local sound4 = Instance.new("Sound",part)
  10398. sound4.SoundId = "rbxassetid://258057783"
  10399. sound4.Volume = 10
  10400.  
  10401. local sound5 = Instance.new("Sound",part)
  10402. sound5.SoundId = "rbxassetid://130932305"
  10403. sound5.Volume = 10
  10404.  
  10405. local sound6 = Instance.new("Sound",part)
  10406. sound6.SoundId = "rbxassetid://906084456"
  10407. sound6.Volume = 10
  10408. sound6.TimePosition = 2
  10409.  
  10410. function firstHum(target)
  10411. for i,v in pairs(target:GetChildren()) do
  10412. if v:IsA("Humanoid") then
  10413. return v
  10414. end
  10415. end
  10416. return nil
  10417. end
  10418.  
  10419. local slap = false
  10420. local cd = false
  10421.  
  10422. plr:GetMouse().Button1Down:connect(function()
  10423. if tool.Parent == plr.Character then
  10424. if slap == false then
  10425. slap = true
  10426. sound2:Play()
  10427. local str = Instance.new("StringValue")
  10428. str.Name = "toolanim"
  10429. str.Value = "Slash"
  10430. str.Parent = tool
  10431. wait(1)
  10432. slap = false
  10433. end
  10434. end
  10435. end)
  10436.  
  10437. part.Touched:connect(function(hit)
  10438. if slap == true then
  10439. if cd == false then
  10440. if not hit:IsDescendantOf(plr.Character) then
  10441. if hit.Parent:IsA("Model") then
  10442. local fhum = firstHum(hit.Parent)
  10443. if fhum then
  10444. cd = true
  10445. fhum.PlatformStand = true
  10446. sound:Play()
  10447. local con1
  10448. con1 = game:GetService("RunService").Heartbeat:connect(function()
  10449. fhum.PlatformStand = true
  10450. end)
  10451. wait(0.1)
  10452. local vel = Instance.new("BodyVelocity",hit)
  10453. vel.Velocity = ((hit.Position - plr.Character:WaitForChild("HumanoidRootPart").Position).unit + Vector3.new(0,0.5,0))*50
  10454. vel.MaxForce = Vector3.new(10000000,10000000,10000000)
  10455. wait(1)
  10456. cd = false
  10457. vel:Destroy()
  10458. local vel2 = Instance.new("BodyVelocity",hit)
  10459. vel2.Velocity = Vector3.new(0,12.5,0)
  10460. vel2.MaxForce = Vector3.new(10000000,10000000,10000000)
  10461. local p2 = Instance.new("Part",hit)
  10462. p2.Anchored = true
  10463. p2.Transparency = 0.6
  10464. p2.CanCollide = false
  10465. p2.Size = Vector3.new(0.2,0.2,0.2)
  10466. p2.CFrame = CFrame.new(hit.CFrame.p) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  10467. p2.BrickColor = BrickColor.new("New Yeller")
  10468. p2.Material = "Neon"
  10469. local m2 = Instance.new("CylinderMesh",p2)
  10470. m2.Scale = Vector3.new(60,10000,60)
  10471. local scln = sound3:Clone()
  10472. scln.Parent = hit
  10473. scln:Play()
  10474. local con2
  10475. con2 = game:GetService("RunService").Heartbeat:connect(function()
  10476. p2.CFrame = CFrame.new(hit.CFrame.p) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  10477. end)
  10478. wait(7)
  10479. vel2.Velocity = Vector3.new(0,0,0)
  10480. wait(0.5)
  10481. scln:Stop()
  10482. local scln3 = sound5:Clone()
  10483. scln3.Parent = hit
  10484. scln3:Play()
  10485. wait(1)
  10486. local bav = Instance.new("BodyAngularVelocity",hit)
  10487. bav.AngularVelocity = Vector3.new(math.random(0,360),math.random(0,360),math.random(0,360))
  10488. vel2.Velocity = Vector3.new(0,-250,0)
  10489. p2.BrickColor = BrickColor.new("Really red")
  10490. local scln6 = sound6:Clone()
  10491. scln6.Parent = hit
  10492. scln6:Play()
  10493. local continue = false
  10494. local htc
  10495. htc = hit.Touched:connect(function(hitp)
  10496. if not hitp:IsDescendantOf(hit.Parent) then
  10497. continue = true
  10498. scln6:Stop()
  10499. vel2:Destroy()
  10500. con2:Disconnect()
  10501. con1:Disconnect()
  10502. htc:Disconnect()
  10503. p2:Destroy()
  10504. end
  10505. end)
  10506. repeat wait() until continue == true
  10507. local ctab = {}
  10508. for i=1,4 do
  10509. local p = Instance.new("Part",hit)
  10510. p.Size = Vector3.new(30,30,30)
  10511. p.Anchored = true
  10512. p.CanCollide = false
  10513. p.TopSurface = "Smooth"
  10514. p.BottomSurface = "Smooth"
  10515. p.Color = Color3.fromRGB(255,math.random(0,255),0)
  10516. p.CFrame = hit.CFrame
  10517. local con
  10518. con = game:GetService("RunService").Heartbeat:connect(function()
  10519. p.CFrame = p.CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  10520. p.Transparency = p.Transparency + 0.01
  10521. if p.Transparency >= 1 then
  10522. con:Disconnect()
  10523. end
  10524. end)
  10525. table.insert(ctab,con)
  10526. end
  10527. Instance.new("Explosion",workspace).Position = hit.Position
  10528. local scln2 = sound4:Clone()
  10529. scln2.Parent = hit
  10530. scln2:Play()
  10531. vel2:Destroy()
  10532. hit.Parent:BreakJoints()
  10533. repeat wait() until not hit:IsDescendantOf(workspace)
  10534. con2:Disconnect()
  10535. end
  10536. end
  10537. end
  10538. end
  10539. end
  10540. end)
  10541. end)
  10542. Btool.Name = "Btool"
  10543. Btool.Parent = Frame
  10544. Btool.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
  10545. Btool.BackgroundTransparency = 0.60000002384186
  10546. Btool.Position = UDim2.new(0, 277, 0, 85)
  10547. Btool.Size = UDim2.new(0, 105, 0, 29)
  10548. Btool.Font = Enum.Font.Arcade
  10549. Btool.FontSize = Enum.FontSize.Size24
  10550. Btool.Text = "Btools"
  10551. Btool.TextColor3 = Color3.new(0.847059, 0.196078, 0.109804)
  10552. Btool.TextSize = 20
  10553. Btool.MouseButton1Down:connect(function()
  10554. for i, p in pairs(game.Players:GetChildren()) do
  10555. local a = Instance.new("HopperBin")
  10556. a.BinType = "GameTool"
  10557. a.Parent = p.Backpack
  10558. local a = Instance.new("HopperBin")
  10559. a.BinType = "Clone"
  10560. a.Parent = p.Backpack
  10561. local a = Instance.new("HopperBin")
  10562. a.BinType = "Hammer"
  10563. a.Parent = p.Backpack
  10564. end
  10565. end)
  10566. Admin.Name = "Admin"
  10567. Admin.Parent = Frame
  10568. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  10569. Admin.BackgroundTransparency = 1
  10570. Admin.Position = UDim2.new(0, 280, 0, 55)
  10571. Admin.Size = UDim2.new(0, 102, 0, 18)
  10572. Admin.Font = Enum.Font.Arcade
  10573. Admin.FontSize = Enum.FontSize.Size32
  10574. Admin.Text = "Admin"
  10575. Admin.TextColor3 = Color3.new(1, 0.360784, 0.235294)
  10576. Admin.TextSize = 30
  10577.  
  10578. Kill.Name = "Kill"
  10579. Kill.Parent = Frame
  10580. Kill.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
  10581. Kill.BackgroundTransparency = 0.60000002384186
  10582. Kill.Position = UDim2.new(0, 277, 0, 133)
  10583. Kill.Size = UDim2.new(0, 105, 0, 29)
  10584. Kill.Font = Enum.Font.Arcade
  10585. Kill.FontSize = Enum.FontSize.Size24
  10586. Kill.Text = "Kliier"
  10587. Kill.TextColor3 = Color3.new(0.847059, 0.196078, 0.109804)
  10588. Kill.TextSize = 20
  10589. Kill.MouseButton1Down:connect(function()
  10590. workspace[Taget.Text]:BreakJoints()
  10591. end)
  10592. Taget.Name = "Taget"
  10593. Taget.Parent = Frame
  10594. Taget.BackgroundColor3 = Color3.new(1, 0.556863, 0.168627)
  10595. Taget.BackgroundTransparency = 0.60000002384186
  10596. Taget.Position = UDim2.new(0, 279, 0, 162)
  10597. Taget.Size = UDim2.new(0, 103, 0, 20)
  10598. Taget.Font = Enum.Font.Arcade
  10599. Taget.FontSize = Enum.FontSize.Size14
  10600. Taget.Text = ""
  10601. Taget.TextColor3 = Color3.new(0.741176, 0.898039, 0.160784)
  10602. Taget.TextSize = 14
  10603.  
  10604. Music.Name = "Music"
  10605. Music.Parent = Frame
  10606. Music.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
  10607. Music.BackgroundTransparency = 0.60000002384186
  10608. Music.Position = UDim2.new(0, 277, 0, 256)
  10609. Music.Size = UDim2.new(0, 105, 0, 29)
  10610. Music.Font = Enum.Font.Arcade
  10611. Music.FontSize = Enum.FontSize.Size24
  10612. Music.Text = "Music"
  10613. Music.TextColor3 = Color3.new(0.847059, 0.196078, 0.109804)
  10614. Music.TextSize = 20
  10615. Music.MouseButton1Down:connect(function()
  10616. if workspace:FindFirstChild("ExploitSound") then
  10617. workspace:FindFirstChild("ExploitSound"):Remove()
  10618. end
  10619. s = Instance.new("Sound",workspace)
  10620. s.Looped = true
  10621. s.Playing = true
  10622. s.Name = "ExploitSound"
  10623. s.Volume = 10
  10624. s.SoundId = "rbxassetid://"..tonumber(ID.Text)
  10625. s.Pitch = 1
  10626. end)
  10627. ID.Name = "ID"
  10628. ID.Parent = Frame
  10629. ID.BackgroundColor3 = Color3.new(1, 0.556863, 0.168627)
  10630. ID.BackgroundTransparency = 0.60000002384186
  10631. ID.Position = UDim2.new(0, 280, 0, 286)
  10632. ID.Size = UDim2.new(0, 102, 0, 20)
  10633. ID.Font = Enum.Font.Arcade
  10634. ID.FontSize = Enum.FontSize.Size14
  10635. ID.Text = ""
  10636. ID.TextColor3 = Color3.new(0.741176, 0.898039, 0.160784)
  10637. ID.TextSize = 14
  10638.  
  10639. HINT.Name = "HINT"
  10640. HINT.Parent = Frame
  10641. HINT.BackgroundColor3 = Color3.new(1, 0.470588, 0.470588)
  10642. HINT.BackgroundTransparency = 0.60000002384186
  10643. HINT.Position = UDim2.new(0, 0, 0, 71)
  10644. HINT.Size = UDim2.new(0, 142, 0, 31)
  10645. HINT.Font = Enum.Font.Arcade
  10646. HINT.FontSize = Enum.FontSize.Size14
  10647. HINT.Text = "Hint"
  10648. HINT.TextColor3 = Color3.new(0.792157, 1, 0.101961)
  10649. HINT.TextSize = 14
  10650. HINT.MouseButton1Down:connect(function()
  10651. h = Instance.new("Hint",workspace)
  10652. h.Name = "ExploitHint"
  10653. h.Text = tostring(TextBox.Text)
  10654. end)
  10655. TextBox.Parent = Frame
  10656. TextBox.BackgroundColor3 = Color3.new(1, 0.180392, 0.0745098)
  10657. TextBox.BackgroundTransparency = 0.44999998807907
  10658. TextBox.Position = UDim2.new(0, 0, 0, 105)
  10659. TextBox.Size = UDim2.new(0, 140, 0, 18)
  10660. TextBox.Font = Enum.Font.Arcade
  10661. TextBox.FontSize = Enum.FontSize.Size14
  10662. TextBox.TextColor3 = Color3.new(1, 0.74902, 0.113725)
  10663. TextBox.TextSize = 14
Add Comment
Please, Sign In to add comment