Advertisement
Guest User

12356

a guest
Sep 22nd, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.95 KB | None | 0 0
  1.  
  2. --[[
  3. Beerus - God of Destruction
  4. Credits:
  5. Riz
  6. Riz v3rmillion = Afizixu
  7. Riz Roblox = DankScripter and Grogidox
  8. ]]
  9.  
  10. local p = game.Players.LocalPlayer
  11. local char = p.Character
  12. local mouse = p:GetMouse()
  13. local larm = char["Left Arm"]
  14. local rarm = char["Right Arm"]
  15. local lleg = char["Left Leg"]
  16. local rleg = char["Right Leg"]
  17. local hed = char.Head
  18. local torso = char.Torso
  19. local hum = char.Humanoid
  20. local cam = game.Workspace.CurrentCamera
  21. local root = char.HumanoidRootPart
  22. local deb = false
  23. local shot = 0
  24. local potential = false
  25. local debris=game:service"Debris"
  26. local l = game:GetService("Lighting")
  27. local rs = game:GetService("RunService").RenderStepped
  28. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  29. math.randomseed(os.time())
  30. for i,v in pairs(char:children()) do
  31. if v:IsA("Accessory") then
  32. v:Destroy()
  33. end
  34. end
  35. for i,v in pairs (hed:GetChildren()) do
  36. if v:IsA("Sound") then
  37. v:Destroy()
  38. end
  39. end
  40. ----------------------------------------------------
  41. Debounces = {
  42. CanAttack = true;
  43. NoIdl = false;
  44. Slashing = false;
  45. Slashed = false;
  46. RPunch = false;
  47. Invisible = false;
  48. RPunched = false;
  49. LPunch = false;
  50. LPunched = false;
  51. }
  52. local Touche = {char.Name, }
  53. ----------------------------------------------------
  54. hed.face.Texture = "rbxassetid://342828206"
  55. char["Body Colors"].HeadColor = BrickColor.new("Lavender")
  56. char["Body Colors"].TorsoColor = BrickColor.new("Lavender")
  57. char["Body Colors"].LeftArmColor = BrickColor.new("Lavender")
  58. char["Body Colors"].RightArmColor = BrickColor.new("Lavender")
  59. ----------------------------------------------------
  60. ypcall(function()
  61. shirt = Instance.new("Shirt", char)
  62. shirt.Name = "Shirt"
  63. pants = Instance.new("Pants", char)
  64. pants.Name = "Pants"
  65. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=245880330"
  66. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=245880370"
  67. end)
  68. ----------------------------------------------------
  69. ----------------------------------------------------
  70. --[[Additional Functions]]
  71.  
  72. cf=CFrame.new
  73. vt=Vector3.new
  74.  
  75. function swait(num)
  76. if num==0 or num==nil then
  77. game:service'RunService'.Stepped:wait(0)
  78. else
  79. for i=0,num do
  80. game:service'RunService'.Stepped:wait(0)
  81. end
  82. end
  83. end
  84.  
  85. so = function(id,par,vol,pit)
  86. coroutine.resume(coroutine.create(function()
  87. local sou = Instance.new("Sound",par or workspace)
  88. sou.Volume=vol
  89. sou.Pitch=pit or 1
  90. sou.SoundId=id
  91. swait()
  92. sou:play()
  93. game:GetService("Debris"):AddItem(sou,6)
  94. end))
  95. end
  96.  
  97. ----------------------------------------------------
  98.  
  99. function lerp(a, b, t) -- Linear interpolation
  100. return a + (b - a)*t
  101. end
  102.  
  103. function slerp(a, b, t) --Spherical interpolation
  104. dot = a:Dot(b)
  105. if dot > 0.99999 or dot < -0.99999 then
  106. return t <= 0.5 and a or b
  107. else
  108. r = math.acos(dot)
  109. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  110. end
  111. end
  112.  
  113. function matrixInterpolate(a, b, t)
  114. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  115. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  116. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  117. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  118. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  119. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  120. local t = v1:Dot(v2)
  121. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  122. return CFrame.new()
  123. end
  124. return CFrame.new(
  125. v0.x, v0.y, v0.z,
  126. v1.x, v1.y, v1.z,
  127. v2.x, v2.y, v2.z,
  128. v3.x, v3.y, v3.z)
  129. end
  130. lmod = Instance.new("Model",char)
  131. ----------------------------------------------------
  132. function Landing()
  133. part=Instance.new('Part',lmod)
  134. part.Anchored=true
  135. part.CanCollide=false
  136. part.FormFactor='Custom'
  137. part.Size=Vector3.new(.2,.2,.2)
  138. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  139. part.Transparency=.7
  140. part.BrickColor=BrickColor.new('Institutional white')
  141. mesh=Instance.new('SpecialMesh',part)
  142. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  143. mesh.Scale=Vector3.new(8,3,8)
  144.  
  145. for i,v in pairs(FindNearestTorso(torso.CFrame.p,20))do
  146. if v:FindFirstChild('Humanoid') then
  147. v.Humanoid:TakeDamage(math.random(20,30))
  148. v.Humanoid.PlatformStand = true
  149. coroutine.resume(coroutine.create(function()
  150. wait(2)
  151. v.Humanoid.PlatformStand = false
  152. end))
  153. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  154. end
  155. end
  156.  
  157. coroutine.resume(coroutine.create(function()
  158. for i=0,3.8,0.05 do
  159. wait()
  160. part.CFrame=part.CFrame
  161. part.Transparency=i + 0.5
  162. mesh.Scale=mesh.Scale+Vector3.new(1, -0.1 ,1)
  163. end
  164. part.Parent = nil
  165. end))
  166. end
  167. function newRay(start,face,range,wat)
  168. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  169. hit,pos=game.Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  170. return rey,hit,pos
  171. end
  172. ----------------------------------------------------
  173. partic2 = Instance.new("ParticleEmitter",torso)
  174. partic2.Color = ColorSequence.new(Color3.new(100/225,100/255,100/255),Color3.new(100/255,100/255,100/255))
  175. partic2.LightEmission = .95
  176. partic2.VelocityInheritance = 0.2
  177. partic2.Rate = 300
  178. partic2.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  179. partic2.Lifetime = NumberRange.new(0.1,0.2)
  180. partic2.RotSpeed = NumberRange.new(100,100)
  181. partic2.Speed = NumberRange.new(2,6)
  182. partic2.Enabled = false
  183. partic2.LockedToPart = false
  184. --------------------
  185. function Charge()
  186. pt=Instance.new('Part',torso)
  187. pt.Anchored=true
  188. pt.CanCollide=false
  189. pt.Locked = true
  190. pt.FormFactor='Custom'
  191. pt.Size=Vector3.new(1,1,1)
  192. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  193. pt.Transparency=0.2
  194. pt.BrickColor=BrickColor.new("Eggplant")
  195. msh=Instance.new('SpecialMesh',pt)
  196. msh.MeshId='http://www.roblox.com/asset/?id=24388358'
  197. msh.Scale=Vector3.new(6,3,6)
  198. pt2=pt:clone()
  199. pt2.Parent = torso
  200. pt2.Transparency=0.4
  201. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  202. pt2.BrickColor=BrickColor.new("Eggplant")
  203. msh2=msh:clone()
  204. msh2.Parent=pt2
  205. msh2.Scale=Vector3.new(8,4,8)
  206. pt3=Instance.new('Part',torso)
  207. pt3.Anchored=true
  208. pt3.CanCollide=false
  209. pt3.Locked = true
  210. pt3.FormFactor='Custom'
  211. pt3.Size=Vector3.new(1,1,1)
  212. pt3.CFrame=root.CFrame*CFrame.new(0,-1,0)
  213. pt3.Transparency=0.6
  214. pt3.BrickColor=BrickColor.new("Eggplant")
  215. msh3=Instance.new('SpecialMesh',pt3)
  216. msh3.MeshId='http://www.roblox.com/asset/?id=24388358'
  217. msh3.Scale=Vector3.new(12,6,12)
  218. pt4=pt:clone()
  219. pt4.Parent = torso
  220. pt4.CFrame=root.CFrame*CFrame.new(0,-1,0)
  221. pt4.Transparency=0.8
  222. pt4.BrickColor=BrickColor.new("Eggplant")
  223. msh4=msh:clone()
  224. msh4.Parent=pt4
  225. msh4.Scale=Vector3.new(16,8,16)
  226. coroutine.resume(coroutine.create(function()
  227. for i=1, math.huge, 4 do
  228. if Charging == true then
  229. wait()
  230. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2+0.11*math.cos(sine/10)),0)
  231. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2+0.12*math.cos(sine/12)),0)
  232. pt3.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2+0.13*math.cos(sine/14)),0)
  233. pt4.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2+0.14*math.cos(sine/16)),0)
  234. pt.CFrame = pt.CFrame+Vector3.new(0,0.01,0)
  235. pt2.CFrame = pt2.CFrame+Vector3.new(0,0.01,0)
  236. pt3.CFrame = pt3.CFrame+Vector3.new(0,0.01,0)
  237. pt4.CFrame = pt4.CFrame+Vector3.new(0,0.01,0)
  238. msh.Scale = msh.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/9),0.05)
  239. msh2.Scale = msh2.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/7),0.05)
  240. msh3.Scale = msh3.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/5),0.05)
  241. msh4.Scale = msh4.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/3),0.05)
  242. elseif Charging == false then
  243. pt:Remove()
  244. pt2:Remove()
  245. pt3:Remove()
  246. pt4:Remove()
  247. break
  248. end
  249. end
  250. end))
  251. end
  252. ---------------
  253. Magik = function()
  254. Spawn(function()
  255. if Debounces.Invisible == false then
  256. local function lerp(a,b,c)
  257. return a+(b-a)*c
  258. end
  259. local function rndRange(rng)
  260. return math.random(-rng*1000,rng*1000)/1000
  261. end
  262. local magik = Instance.new("Part", larm)
  263. local Colors = {"Lavender", "Royal purple", "Black"}
  264. magik.Anchored = true
  265. magik.Locked = true
  266. magik.FormFactor = "Custom"
  267. magik.Size = Vector3.new(1.2, 1.2, 1.2)
  268. magik.TopSurface = "Smooth"
  269. magik.Transparency = 0
  270. magik.Material = "Neon"
  271.  
  272. magik.BottomSurface = "Smooth"
  273. magik.CanCollide = false
  274. magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  275. local mr = math.rad
  276. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  277. local cf = lleg.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)--bad argument #1 to '?'
  278. magik.CFrame = cf
  279. for i = 0, 1, .05 do
  280. local newTrans = lerp(0.5, 1, i)
  281. local ns = lerp(1,1.2,i)
  282. magik.Transparency = newTrans
  283. magik.Size = Vector3.new(ns,ns,ns)
  284. magik.CFrame = cf
  285. rs:wait()
  286. end
  287. magik:Destroy()
  288. elseif Debounces.Invisible == true then
  289. wait()
  290. end
  291. end)
  292. end
  293. ----------------------------------------------------
  294. Magik2 = function()
  295. Spawn(function()
  296. if Debounces.Invisible == false then
  297. local function lerp(a,b,c)
  298. return a+(b-a)*c
  299. end
  300. local function rndRange(rng)
  301. return math.random(-rng*1000,rng*1000)/1000
  302. end
  303. local magik2 = Instance.new("Part", larm)
  304. local Colors = {"Lavender", "Royal purple", "Black"}
  305. magik2.Anchored = true
  306. magik2.Locked = true
  307. magik2.FormFactor = "Custom"
  308. magik2.Size = Vector3.new(1.2, 1.2, 1.2)
  309. magik2.TopSurface = "Smooth"
  310. magik2.Transparency = 0
  311. magik2.Material = "Neon"
  312.  
  313. magik2.BottomSurface = "Smooth"
  314. magik2.CanCollide = false
  315. magik2.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  316. local mr = math.rad
  317. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  318. local cf = rleg.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)--bad argument #1 to '?'
  319. magik2.CFrame = cf
  320. for i = 0, 1, .05 do
  321. local newTrans = lerp(0.5, 1, i)
  322. local ns = lerp(1,1.2,i)
  323. magik2.Transparency = newTrans
  324. magik2.Size = Vector3.new(ns,ns,ns)
  325. magik2.CFrame = cf
  326. rs:wait()
  327. end
  328. magik2:Destroy()
  329. elseif Debounces.Invisible == true then
  330. wait()
  331. end
  332. end)
  333. end
  334. ----------------------------------------------------
  335. function NewPart(prnt,siz,cf,col,mat)
  336. local prt=Instance.new("Part")
  337. prt.Parent=prnt
  338. prt.FormFactor=3
  339. prt.Name="Part"
  340. prt.Size=siz
  341. prt.CanCollide=false
  342. prt.Anchored=true
  343. prt.Locked=true
  344. prt.TopSurface=10
  345. prt.BottomSurface=10
  346. prt.FrontSurface=10
  347. prt.BackSurface=10
  348. prt.LeftSurface=10
  349. prt.RightSurface=10
  350. prt:BreakJoints()
  351. prt.CFrame=cf or CFrame.new(30,10,30)
  352. prt.Material=mat
  353. prt.BrickColor=BrickColor.new(col)
  354. m=Instance.new("SpecialMesh",prt)
  355. m.MeshType=6
  356. return prt
  357. end
  358. -----------------------------------------
  359.  
  360. function genWeld(a,b)
  361. local w = Instance.new("Weld",a)
  362. w.Part0 = a
  363. w.Part1 = b
  364. return w
  365. end
  366. function weld(a, b)
  367. local weld = Instance.new("Weld")
  368. weld.Name = "W"
  369. weld.Part0 = a
  370. weld.Part1 = b
  371. weld.C0 = a.CFrame:inverse() * b.CFrame
  372. weld.Parent = a
  373. return weld;
  374. end
  375. ----------------------------------------------------
  376. function Lerp(c1,c2,al)
  377. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  378. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  379. for i,v in pairs(com1) do
  380. com1[i] = v+(com2[i]-v)*al
  381. end
  382. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  383. end
  384. ----------------------------------------------------
  385. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  386. local wld = Instance.new("Weld", wp1)
  387. wld.Part0 = wp0
  388. wld.Part1 = wp1
  389. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  390. end
  391. ----------------------------------------------------
  392. function weld5(part0, part1, c0, c1)
  393. weeld=Instance.new("Weld", part0)
  394. weeld.Part0=part0
  395. weeld.Part1=part1
  396. weeld.C0=c0
  397. weeld.C1=c1
  398. return weeld
  399. end
  400. ----------------------------------------------------
  401. function HasntTouched(plrname)
  402. local ret = true
  403. for _, v in pairs(Touche) do
  404. if v == plrname then
  405. ret = false
  406. end
  407. end
  408. return ret
  409. end
  410. ----------------------------------------------------
  411. newWeld(torso, larm, -1.5, 0.5, 0)
  412. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  413. newWeld(torso, rarm, 1.5, 0.5, 0)
  414. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  415. newWeld(torso, hed, 0, 1.5, 0)
  416. newWeld(torso, lleg, -0.5, -1, 0)
  417. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  418. newWeld(torso, rleg, 0.5, -1, 0)
  419. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  420. newWeld(root, torso, 0, -1, 0)
  421. torso.Weld.C1 = CFrame.new(0, -1, 0)
  422. ------------------------------------------------------music
  423. z = Instance.new("Sound", char)
  424. z.SoundId = "rbxassetid://693779092"--552945114
  425. z.Looped = true
  426. z.Pitch = 1
  427. z.Volume = 1
  428. wait(.1)
  429. z:Play()
  430. ----------------------------------------------------
  431. local Transforming = false
  432. hum.WalkSpeed = 0
  433. local fx = Instance.new("Part",torso)
  434. fx.Anchored = true
  435. fx.Material = "Neon"
  436. fx.CanCollide = false
  437. fx.Locked = true
  438. fx.Transparency = 1
  439. fx.Material = "SmoothPlastic"
  440. fx.Size = Vector3.new(1,1,1)
  441. fx.TopSurface = "SmoothNoOutlines"
  442. fx.BottomSurface = "SmoothNoOutlines"
  443. fx.BrickColor = BrickColor.new("Lavender")
  444. fxm = Instance.new("SpecialMesh",fx)
  445. fxm.MeshType = "Sphere"
  446. fxm.Scale = Vector3.new(1,1,1)
  447. for i = 1, 20 do rs:wait()
  448. fx.Transparency = fx.Transparency - (1/20)
  449. fx.CFrame = torso.CFrame
  450. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  451.  
  452. end
  453. ------------------------------------------------
  454.  
  455. local m = Instance.new("Model")
  456. m.Name = "Hair"
  457. p1 = Instance.new("Part", m)
  458. p1.BrickColor = BrickColor.new("Lavender")
  459. p1.Transparency = 1
  460. p1.FormFactor = Enum.FormFactor.Symmetric
  461. p1.Size = Vector3.new(1, 1, 1)
  462. p1.CFrame = CFrame.new(-2.49043155, 8.24595642, -3.40113306, -5.48362732e-006, -0.978699088, 0.205299795, 3.27825546e-007, -0.205299854, -0.978699148, 1, -5.28991222e-006, 1.48639083e-006)
  463. p1.CanCollide = false
  464. p1.Locked = true
  465. p1.BottomSurface = Enum.SurfaceType.Smooth
  466. p1.TopSurface = Enum.SurfaceType.Smooth
  467. b1 = Instance.new("SpecialMesh", p1)
  468. b1.MeshId = "http://www.roblox.com/asset/?id=101176852"
  469. b1.TextureId = ""
  470. b1.MeshType = Enum.MeshType.FileMesh
  471. b1.Name = "Mesh"
  472. b1.VertexColor = Vector3.new(0, 0, 0)
  473. b1.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  474. p2 = Instance.new("Part", m)
  475. p2.BrickColor = BrickColor.new("Pastel brown")
  476. p2.Transparency = 1
  477. p2.Name = "Head"
  478. p2.FormFactor = Enum.FormFactor.Symmetric
  479. p2.Size = Vector3.new(2, 1, 1)
  480. p2.CFrame = CFrame.new(-1.70008016, 8.14794922, -3.40013027, 4.24603923e-006, 7.4505806e-008, -1, -1.50268988e-007, 1, 1.49011612e-008, 1.00000012, 6.79109462e-008, 4.23316806e-006)
  481. p2.CanCollide = false
  482. p2.Locked = true
  483. p2.TopSurface = Enum.SurfaceType.Smooth
  484. b2 = Instance.new("SpecialMesh", p2)
  485. b2.MeshType = Enum.MeshType.Head
  486. b2.Name = "Mesh"
  487. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  488. p3 = Instance.new("Part", m)
  489. p3.BrickColor = BrickColor.new("Lavender")
  490. p3.Transparency = 1
  491. p3.FormFactor = Enum.FormFactor.Symmetric
  492. p3.Size = Vector3.new(2, 2, 2)
  493. p3.CFrame = CFrame.new(-1.70003617, 8.71796131, -3.4000442, 2.57710985e-006, 6.95607483e-008, -1.00000012, -1.20466638e-007, 1, 9.95640903e-009, 1.00000024, 3.81086345e-008, 2.56423846e-006)
  494. p3.CanCollide = false
  495. p3.Locked = true
  496. p3.BottomSurface = Enum.SurfaceType.Smooth
  497. p3.TopSurface = Enum.SurfaceType.Smooth
  498. b3 = Instance.new("SpecialMesh", p3)
  499. b3.MeshId = "http://www.roblox.com/asset/?id=101176852"
  500. b3.TextureId = ""
  501. b3.MeshType = Enum.MeshType.FileMesh
  502. b3.Name = "Mesh"
  503. b3.VertexColor = Vector3.new(0, 0, 0)
  504. b3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  505. p4 = Instance.new("Part", m)
  506. p4.BrickColor = BrickColor.new("Lavender")
  507. p4.FormFactor = Enum.FormFactor.Symmetric
  508. p4.Size = Vector3.new(1, 1, 1)
  509. p4.Transparency = 1
  510. p4.CFrame = CFrame.new(-1.77981007, 8.84795475, -3.40016508, 5.79576135e-006, 7.9450956e-008, -1.00000012, -1.80071311e-007, 1, 1.98458743e-008, 1.00000024, 9.77132402e-008, 5.78289018e-006)
  511. p4.CanCollide = false
  512. p4.Locked = true
  513. p4.BottomSurface = Enum.SurfaceType.Smooth
  514. p4.TopSurface = Enum.SurfaceType.Smooth
  515. b4 = Instance.new("SpecialMesh", p4)
  516. b4.MeshId = "http://www.roblox.com/asset/?id=101176852"
  517. b4.TextureId = ""
  518. b4.MeshType = Enum.MeshType.FileMesh
  519. b4.Name = "Mesh"
  520. b4.VertexColor = Vector3.new(0, 0, 0)
  521. p5 = Instance.new("Part", m)
  522. p5.BrickColor = BrickColor.new("Lavender")
  523. p5.FormFactor = Enum.FormFactor.Symmetric
  524. p5.Size = Vector3.new(1, 1, 1)
  525. p5.CFrame = CFrame.new(-1.70003772, 8.46796131, -3.40004301, -3.43517968e-007, 2.98088111e-007, -1, -1.00421907e-007, 1, 2.38484063e-007, 1.00000012, 1.80640072e-008, -3.56389592e-007)
  526. p5.CanCollide = false
  527. p5.Transparency = 1
  528. p5.Locked = true
  529. p5.BottomSurface = Enum.SurfaceType.Smooth
  530. p5.TopSurface = Enum.SurfaceType.Smooth
  531. b5 = Instance.new("SpecialMesh", p5)
  532. b5.MeshId = "http://www.roblox.com/asset/?id=101176852"
  533. b5.TextureId = ""
  534. b5.MeshType = Enum.MeshType.FileMesh
  535. b5.Name = "Mesh"
  536. b5.VertexColor = Vector3.new(0, 0, 0)
  537. b5.Scale = Vector3.new(1, 0.899999976, 1)
  538. p6 = Instance.new("Part", m)
  539. p6.BrickColor = BrickColor.new("Lavender")
  540. p6.FormFactor = Enum.FormFactor.Symmetric
  541. p6.Transparency = 1
  542. p6.Size = Vector3.new(1, 1, 1)
  543. p6.CFrame = CFrame.new(-1.89967656, 8.58795834, -3.44990659, -5.81936433e-007, 5.36502284e-007, -0.99999994, -1.3998249e-007, 1, 4.76898265e-007, 1, 5.76247672e-008, -5.94808171e-007)
  544. p6.CanCollide = false
  545. p6.Locked = true
  546. p6.BottomSurface = Enum.SurfaceType.Smooth
  547. p6.TopSurface = Enum.SurfaceType.Smooth
  548. b6 = Instance.new("SpecialMesh", p6)
  549. b6.MeshId = "http://www.roblox.com/asset/?id=101176852"
  550. b6.TextureId = ""
  551. b6.MeshType = Enum.MeshType.FileMesh
  552. b6.Name = "Mesh"
  553. b6.VertexColor = Vector3.new(0, 0, 0)
  554. p7 = Instance.new("Part", m)
  555. p7.BrickColor = BrickColor.new("Lavender")
  556. p7.FormFactor = Enum.FormFactor.Symmetric
  557. p7.Transparency = 1
  558. p7.Size = Vector3.new(1, 1, 1)
  559. p7.CFrame = CFrame.new(-1.89918542, 8.31796837, -3.50097537, -4.62727087e-007, 5.36502228e-007, -0.999999881, -1.39982518e-007, 1, 4.76898208e-007, 0.99999994, 5.76247459e-008, -4.75598938e-007)
  560. p7.CanCollide = false
  561. p7.Locked = true
  562. p7.BottomSurface = Enum.SurfaceType.Smooth
  563. p7.TopSurface = Enum.SurfaceType.Smooth
  564. b7 = Instance.new("SpecialMesh", p7)
  565. b7.MeshId = "http://www.roblox.com/asset/?id=101176852"
  566. b7.TextureId = ""
  567. b7.MeshType = Enum.MeshType.FileMesh
  568. b7.Name = "Mesh"
  569. b7.VertexColor = Vector3.new(0, 0, 0)
  570. p8 = Instance.new("Part", m)
  571. p8.BrickColor = BrickColor.new("Lavender")
  572. p8.FormFactor = Enum.FormFactor.Symmetric
  573. p8.Size = Vector3.new(1, 1, 1)
  574. p8.CFrame = CFrame.new(-2.62433338, 7.66397905, -3.4010179, -1.17798254e-006, -0.805111349, 0.593123376, -2.5008859e-007, -0.593123615, -0.805111527, 0.999999881, -9.58229293e-007, 4.4941558e-007)
  575. p8.CanCollide = false
  576. p8.Transparency = 1
  577. p8.Locked = true
  578. p8.BottomSurface = Enum.SurfaceType.Smooth
  579. p8.TopSurface = Enum.SurfaceType.Smooth
  580. b8 = Instance.new("SpecialMesh", p8)
  581. b8.MeshId = "http://www.roblox.com/asset/?id=101176852"
  582. b8.TextureId = ""
  583. b8.MeshType = Enum.MeshType.FileMesh
  584. b8.Name = "Mesh"
  585. b8.VertexColor = Vector3.new(0, 0, 0)
  586. b8.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  587. p9 = Instance.new("Part", m)
  588. p9.BrickColor = BrickColor.new("Lavender")
  589. p9.FormFactor = Enum.FormFactor.Symmetric
  590. p9.Size = Vector3.new(2, 1, 2)
  591. p9.Transparency = 1
  592. p9.CFrame = CFrame.new(-1.76505995, 8.56096649, -3.40065479, -9.73168881e-007, -0.0995008349, -0.995037436, -1.70322267e-007, 0.995037675, -0.0995009243, 1, 1.13823972e-007, -6.80968242e-007)
  593. p9.CanCollide = false
  594. p9.Locked = true
  595. p9.BottomSurface = Enum.SurfaceType.Smooth
  596. p9.TopSurface = Enum.SurfaceType.Smooth
  597. b9 = Instance.new("SpecialMesh", p9)
  598. b9.MeshId = "http://www.roblox.com/asset/?id=101176852"
  599. b9.TextureId = ""
  600. b9.MeshType = Enum.MeshType.FileMesh
  601. b9.Name = "Mesh"
  602. b9.VertexColor = Vector3.new(0, 0, 0)
  603. b9.Scale = Vector3.new(1.01999998, 1.04999995, 1.04999995)
  604. p10 = Instance.new("Part", m)
  605. p10.BrickColor = BrickColor.new("Lavender")
  606. p10.Transparency = 1
  607. p10.FormFactor = Enum.FormFactor.Symmetric
  608. p10.Size = Vector3.new(1, 1, 1)
  609. p10.CFrame = CFrame.new(-2.0207715, 9.06097031, -3.39961624, -1.10652763e-006, -0.683569431, -0.729885519, -2.85231891e-007, 0.729885638, -0.68356967, 1.00000012, -3.22293062e-007, -8.40051371e-007)
  610. p10.CanCollide = false
  611. p10.Locked = true
  612. p10.BottomSurface = Enum.SurfaceType.Smooth
  613. p10.TopSurface = Enum.SurfaceType.Smooth
  614. b10 = Instance.new("SpecialMesh", p10)
  615. b10.MeshId = "http://www.roblox.com/asset/?id=101176852"
  616. b10.TextureId = ""
  617. b10.MeshType = Enum.MeshType.FileMesh
  618. b10.Name = "Mesh"
  619. b10.VertexColor = Vector3.new(0, 0, 0)
  620. b10.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  621. p11 = Instance.new("Part", m)
  622. p11.BrickColor = BrickColor.new("Lavender")
  623. p11.Transparency = 1
  624. p11.FormFactor = Enum.FormFactor.Symmetric
  625. p11.Size = Vector3.new(1, 1, 1)
  626. p11.CFrame = CFrame.new(-2.16468835, 8.78595829, -3.40089417, -1.41617738e-006, -0.989475727, -0.144699216, -4.36450762e-007, 0.144699067, -0.989476085, 1.00000024, -9.47996682e-007, -7.38401468e-007)
  627. p11.CanCollide = false
  628. p11.Locked = true
  629. p11.BottomSurface = Enum.SurfaceType.Smooth
  630. p11.TopSurface = Enum.SurfaceType.Smooth
  631. b11 = Instance.new("SpecialMesh", p11)
  632. b11.MeshId = "http://www.roblox.com/asset/?id=101176852"
  633. b11.TextureId = ""
  634. b11.MeshType = Enum.MeshType.FileMesh
  635. b11.Name = "Mesh"
  636. b11.VertexColor = Vector3.new(0, 0, 0)
  637. b11.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  638. p12 = Instance.new("Part", m)
  639. p12.BrickColor = BrickColor.new("Lavender")
  640. p12.FormFactor = Enum.FormFactor.Custom
  641. p12.Size = Vector3.new(1, 3.5, 1)
  642. p12.CFrame = CFrame.new(-3.74216318, 6.74288082, -3.40101933, -1.20476273e-006, -0.553697288, 0.832718134, -3.31002866e-007, -0.832718611, -0.553697169, 1.00000036, -8.7345768e-007, 3.69213154e-007)
  643. p12.CanCollide = false
  644. p12.Transparency = 1
  645. p12.Locked = true
  646. p12.BottomSurface = Enum.SurfaceType.Smooth
  647. p12.TopSurface = Enum.SurfaceType.Smooth
  648. b12 = Instance.new("SpecialMesh", p12)
  649. b12.MeshId = "http://www.roblox.com/asset/?id=101176852"
  650. b12.TextureId = ""
  651. b12.MeshType = Enum.MeshType.FileMesh
  652. b12.Name = "Mesh"
  653. b12.VertexColor = Vector3.new(0, 0, 0)
  654. b12.Scale = Vector3.new(1, 3, 1.29999995)
  655. p13 = Instance.new("Part", m)
  656. p13.Transparency = 1
  657. p13.BrickColor = BrickColor.new("Lavender")
  658. p13.FormFactor = Enum.FormFactor.Custom
  659. p13.Size = Vector3.new(1, 2, 1)
  660. p13.CFrame = CFrame.new(-3.32689047, 6.86741829, -3.40101862, -9.81709945e-007, -0.319307148, 0.947651446, -5.6545997e-007, -0.947651923, -0.31930691, 1.00000048, -8.39551717e-007, 1.79318391e-007)
  661. p13.CanCollide = false
  662. p13.Locked = true
  663. p13.BottomSurface = Enum.SurfaceType.Smooth
  664. p13.TopSurface = Enum.SurfaceType.Smooth
  665. b13 = Instance.new("SpecialMesh", p13)
  666. b13.MeshId = "http://www.roblox.com/asset/?id=101176852"
  667. b13.TextureId = ""
  668. b13.MeshType = Enum.MeshType.FileMesh
  669. b13.Name = "Mesh"
  670. b13.VertexColor = Vector3.new(0, 0, 0)
  671. b13.Scale = Vector3.new(1, 3, 1.29999995)
  672. p14 = Instance.new("Part", m)
  673. p14.Transparency = 1
  674. p14.BrickColor = BrickColor.new("Lavender")
  675. p14.FormFactor = Enum.FormFactor.Custom
  676. p14.Size = Vector3.new(1, 2, 1)
  677. p14.CFrame = CFrame.new(-3.02689028, 7.96740961, -3.40101862, -1.33478545e-006, -0.750354111, 0.661036491, -5.20037702e-008, -0.661037207, -0.750354171, 1.0000006, -6.31296757e-007, 2.01137496e-007)
  678. p14.CanCollide = false
  679. p14.Locked = true
  680. p14.BottomSurface = Enum.SurfaceType.Smooth
  681. p14.TopSurface = Enum.SurfaceType.Smooth
  682. b14 = Instance.new("SpecialMesh", p14)
  683. b14.MeshId = "http://www.roblox.com/asset/?id=101176852"
  684. b14.TextureId = ""
  685. b14.MeshType = Enum.MeshType.FileMesh
  686. b14.Name = "Mesh"
  687. b14.VertexColor = Vector3.new(0, 0, 0)
  688. b14.Scale = Vector3.new(1, 3, 1.29999995)
  689. p15 = Instance.new("Part", m)
  690. p15.BrickColor = BrickColor.new("Lavender")
  691. p15.FormFactor = Enum.FormFactor.Custom
  692. p15.Size = Vector3.new(1, 2.5, 1)
  693. p15.CFrame = CFrame.new(-2.96531463, 7.75924349, -2.90101862, 0.342019022, -0.520305753, 0.782499552, -1.1920929e-007, -0.832718909, -0.553697407, 0.939693451, 0.189374983, -0.284806281)
  694. p15.CanCollide = false
  695. p15.Transparency = 1
  696. p15.Locked = true
  697. p15.BottomSurface = Enum.SurfaceType.Smooth
  698. p15.TopSurface = Enum.SurfaceType.Smooth
  699. b15 = Instance.new("SpecialMesh", p15)
  700. b15.MeshId = "http://www.roblox.com/asset/?id=101176852"
  701. b15.TextureId = ""
  702. b15.MeshType = Enum.MeshType.FileMesh
  703. b15.Name = "Mesh"
  704. b15.VertexColor = Vector3.new(0, 0, 0)
  705. b15.Scale = Vector3.new(1, 3, 1.29999995)
  706. p16 = Instance.new("Part", m)
  707. p16.BrickColor = BrickColor.new("Lavender")
  708. p16.FormFactor = Enum.FormFactor.Custom
  709. p16.Size = Vector3.new(1, 2.5, 1)
  710. p16.Transparency = 1
  711. p16.CFrame = CFrame.new(-2.96531439, 7.75924349, -3.80101967, -0.258820295, -0.534830391, 0.804343879, -1.78813934e-007, -0.832718968, -0.553697228, 0.96592629, -0.143308073, 0.215523779)
  712. p16.CanCollide = false
  713. p16.Locked = true
  714. p16.BottomSurface = Enum.SurfaceType.Smooth
  715. p16.TopSurface = Enum.SurfaceType.Smooth
  716. b16 = Instance.new("SpecialMesh", p16)
  717. b16.MeshId = "http://www.roblox.com/asset/?id=101176852"
  718. b16.TextureId = ""
  719. b16.MeshType = Enum.MeshType.FileMesh
  720. b16.Name = "Mesh"
  721. b16.VertexColor = Vector3.new(0, 0, 0)
  722. b16.Scale = Vector3.new(1, 3, 1.29999995)
  723. p17 = Instance.new("Part", m)
  724. p17.BrickColor = BrickColor.new("Lavender")
  725. p17.Transparency = 1
  726. p17.FormFactor = Enum.FormFactor.Custom
  727. p17.Size = Vector3.new(1, 2.4000001, 1)
  728. p17.CFrame = CFrame.new(-2.69075108, 7.07788849, -3.40101933, -1.13248825e-006, -0.319307148, 0.947651625, -1.1920929e-006, -0.947652161, -0.319306791, 1.0000006, -1.54972076e-006, 1.04308128e-007)
  729. p17.CanCollide = false
  730. p17.Locked = true
  731. p17.BottomSurface = Enum.SurfaceType.Smooth
  732. p17.TopSurface = Enum.SurfaceType.Smooth
  733. b17 = Instance.new("SpecialMesh", p17)
  734. b17.MeshId = "http://www.roblox.com/asset/?id=101176852"
  735. b17.TextureId = ""
  736. b17.MeshType = Enum.MeshType.FileMesh
  737. b17.Name = "Mesh"
  738. b17.VertexColor = Vector3.new(0, 0, 0)
  739. b17.Scale = Vector3.new(1, 3, 1.29999995)
  740. p18 = Instance.new("Part", m)
  741. p18.BrickColor = BrickColor.new("Lavender")
  742. p18.FormFactor = Enum.FormFactor.Custom
  743. p18.Size = Vector3.new(2, 2, 2)
  744. p18.Transparency = 1
  745. p18.CFrame = CFrame.new(-1.70003319, 8.71796608, -3.40004444, -2.37434961e-006, 1.78813934e-007, 1.00000036, -2.35242567e-007, 1.00000072, 3.27825546e-007, -1.0000006, 7.95440158e-009, -2.91315405e-006)
  746. p18.CanCollide = false
  747. p18.Locked = true
  748. p18.BottomSurface = Enum.SurfaceType.Smooth
  749. p18.TopSurface = Enum.SurfaceType.Smooth
  750. b18 = Instance.new("SpecialMesh", p18)
  751. b18.MeshId = "http://www.roblox.com/asset/?id=101176852"
  752. b18.TextureId = ""
  753. b18.MeshType = Enum.MeshType.FileMesh
  754. b18.Name = "Mesh"
  755. b18.VertexColor = Vector3.new(0, 0, 0)
  756. b18.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  757. w1 = Instance.new("Weld", p1)
  758. w1.Name = "Head_Weld"
  759. w1.Part0 = p1
  760. w1.C0 = CFrame.new(3.40111661, -0.744508088, 8.58160019, -5.48362732e-006, 3.27825546e-007, 1, -0.978699088, -0.205299854, -5.30481339e-006, 0.205299824, -0.978699148, 1.49011612e-006)
  761. w1.Part1 = p2
  762. w1.C1 = CFrame.new(3.40013766, -8.14794827, -1.70006609, 4.23192978e-006, -1.08796726e-007, 1.00000012, 2.9664772e-008, 1, 1.08796598e-007, -1.00000012, 2.96642924e-008, 4.23192978e-006)
  763. w2 = Instance.new("Weld", p2)
  764. w2.Name = "Part_Weld"
  765. w2.Part0 = p2
  766. w2.C0 = CFrame.new(3.40013766, -8.14794827, -1.70006609, 4.23192978e-006, -1.08796726e-007, 1.00000012, 2.9664772e-008, 1, 1.08796598e-007, -1.00000012, 2.96642924e-008, 4.23192978e-006)
  767. w2.Part1 = p3
  768. w2.C1 = CFrame.new(3.40004802, -8.71796036, -1.70002759, 2.56299973e-006, -7.89943471e-008, 1, 2.47196947e-008, 1, 7.89942831e-008, -1, 2.47194887e-008, 2.56299973e-006)
  769. w3 = Instance.new("Weld", p3)
  770. w3.Name = "Part_Weld"
  771. w3.Part0 = p3
  772. w3.C0 = CFrame.new(3.40004802, -8.71796036, -1.70002759, 2.56299973e-006, -7.89943471e-008, 1, 2.47196947e-008, 1, 7.89942831e-008, -1, 2.47194887e-008, 2.56299973e-006)
  773. w3.Part1 = p4
  774. w3.C1 = CFrame.new(3.40017533, -8.8479538, -1.77979064, 5.78165054e-006, -1.38599077e-007, 1, 3.46098972e-008, 1, 1.38598878e-007, -1, 3.46090907e-008, 5.78165054e-006)
  775. w4 = Instance.new("Weld", p4)
  776. w4.Name = "Part_Weld"
  777. w4.Part0 = p4
  778. w4.C0 = CFrame.new(3.40017533, -8.8479538, -1.77979064, 5.78165054e-006, -1.38599077e-007, 1, 3.46098972e-008, 1, 1.38598878e-007, -1, 3.46090907e-008, 5.78165054e-006)
  779. w4.Part1 = p5
  780. w4.C1 = CFrame.new(3.40004182, -8.46796036, -1.70004117, -3.57627869e-007, -5.89495883e-008, 0.99999994, 2.53247009e-007, 1, 5.89496665e-008, -0.99999994, 2.53247009e-007, -3.57627869e-007)
  781. w5 = Instance.new("Weld", p5)
  782. w5.Name = "Part_Weld"
  783. w5.Part0 = p5
  784. w5.C0 = CFrame.new(3.40004182, -8.46796036, -1.70004117, -3.57627869e-007, -5.89495883e-008, 0.99999994, 2.53247009e-007, 1, 5.89496665e-008, -0.99999994, 2.53247009e-007, -3.57627869e-007)
  785. w5.Part1 = p6
  786. w5.C1 = CFrame.new(3.44990563, -8.58795738, -1.89968324, -5.96046448e-007, -9.85101565e-008, 1, 4.91661183e-007, 1, 9.85104407e-008, -1, 4.9166124e-007, -5.96046448e-007)
  787. w6 = Instance.new("Weld", p6)
  788. w6.Name = "Part_Weld"
  789. w6.Part0 = p6
  790. w6.C0 = CFrame.new(3.44990563, -8.58795738, -1.89968324, -5.96046448e-007, -9.85101565e-008, 1, 4.91661183e-007, 1, 9.85104407e-008, -1, 4.9166124e-007, -5.96046448e-007)
  791. w6.Part1 = p7
  792. w6.C1 = CFrame.new(3.50097466, -8.31796741, -1.89919162, -4.76837158e-007, -9.85101849e-008, 0.99999994, 4.91661126e-007, 1, 9.85104265e-008, -0.99999994, 4.91661183e-007, -4.76837158e-007)
  793. w7 = Instance.new("Weld", p7)
  794. w7.Name = "Part_Weld"
  795. w7.Part0 = p7
  796. w7.C0 = CFrame.new(3.50097466, -8.31796741, -1.89919162, -4.76837158e-007, -9.85101849e-008, 0.99999994, 4.91661126e-007, 1, 9.85104265e-008, -0.99999994, 4.91661183e-007, -4.76837158e-007)
  797. w7.Part1 = p8
  798. w7.C1 = CFrame.new(3.40101647, 2.43280101, 7.72691393, -1.1920929e-006, -2.08616257e-007, 1, -0.805111527, -0.593123555, -9.83476639e-007, 0.593123496, -0.805111527, 4.17232513e-007)
  799. w8 = Instance.new("Weld", p8)
  800. w8.Name = "Part_Weld"
  801. w8.Part0 = p8
  802. w8.C0 = CFrame.new(3.40101647, 2.43280101, 7.72691393, -1.1920929e-006, -2.08616257e-007, 1, -0.805111527, -0.593123555, -9.83476639e-007, 0.593123496, -0.805111527, 4.17232513e-007)
  803. w8.Part1 = p9
  804. w8.C1 = CFrame.new(3.40065455, -8.6941061, -0.904481649, -8.34465027e-007, -1.67638063e-007, 1.00000012, -0.0995008498, 0.995037496, 1.00582838e-007, -0.995037615, -0.0995008498, -8.34465027e-007)
  805. w9 = Instance.new("Weld", p9)
  806. w9.Name = "Part_Weld"
  807. w9.Part0 = p9
  808. w9.C0 = CFrame.new(3.40065455, -8.6941061, -0.904481649, -8.34465027e-007, -1.67638063e-007, 1.00000012, -0.0995008498, 0.995037496, 1.00582838e-007, -0.995037615, -0.0995008498, -8.34465027e-007)
  809. w9.Part1 = p10
  810. w9.C1 = CFrame.new(3.39961672, -7.99480963, 4.71886492, -9.53674316e-007, -2.98023224e-007, 1, -0.683569372, 0.729885519, -4.47034836e-007, -0.729885459, -0.683569431, -9.53674316e-007)
  811. w10 = Instance.new("Weld", p10)
  812. w10.Name = "Part_Weld"
  813. w10.Part0 = p10
  814. w10.C0 = CFrame.new(3.39961672, -7.99480963, 4.71886492, -9.53674316e-007, -2.98023224e-007, 1, -0.683569372, 0.729885519, -4.47034836e-007, -0.729885459, -0.683569431, -9.53674316e-007)
  815. w10.Part1 = p11
  816. w10.C1 = CFrame.new(3.40089583, -3.41323304, 8.38025856, -1.31130219e-006, -4.76837158e-007, 1.00000012, -0.989475787, 0.144699097, -1.07288361e-006, -0.144699246, -0.989475787, -7.15255737e-007)
  817. w11 = Instance.new("Weld", p11)
  818. w11.Name = "Part_Weld"
  819. w11.Part0 = p11
  820. w11.C0 = CFrame.new(3.40089583, -3.41323304, 8.38025856, -1.31130219e-006, -4.76837158e-007, 1.00000012, -0.989475787, 0.144699097, -1.07288361e-006, -0.144699246, -0.989475787, -7.15255737e-007)
  821. w11.Part1 = p12
  822. w11.C1 = CFrame.new(3.40101814, 3.54288888, 6.84968376, -9.53674316e-007, -4.47034836e-007, 1, -0.553697109, -0.832718134, -9.23871994e-007, 0.832718134, -0.553697109, 6.55651093e-007)
  823. w12 = Instance.new("Weld", p12)
  824. w12.Name = "Part_Weld"
  825. w12.Part0 = p12
  826. w12.C0 = CFrame.new(3.40101814, 3.54288888, 6.84968376, -9.53674316e-007, -4.47034836e-007, 1, -0.553697109, -0.832718134, -9.23871994e-007, 0.832718134, -0.553697109, 6.55651093e-007)
  827. w12.Part1 = p13
  828. w12.C1 = CFrame.new(3.40102005, 5.44561195, 5.34554911, -8.34465027e-007, -6.40749931e-007, 1.00000012, -0.319307029, -0.947651505, -8.19563866e-007, 0.947651386, -0.319307029, 3.57627869e-007)
  829. w13 = Instance.new("Weld", p13)
  830. w13.Name = "Part_Weld"
  831. w13.Part0 = p13
  832. w13.C0 = CFrame.new(3.40102005, 5.44561195, 5.34554911, -8.34465027e-007, -6.40749931e-007, 1.00000012, -0.319307029, -0.947651505, -8.19563866e-007, 0.947651386, -0.319307029, 3.57627869e-007)
  833. w13.Part1 = p14
  834. w13.C1 = CFrame.new(3.40101624, 2.99550176, 7.97925997, -9.53674316e-007, -1.49011612e-007, 1, -0.750353813, -0.661036491, -8.64267349e-007, 0.661036491, -0.750353813, 5.36441803e-007)
  835. w14 = Instance.new("Weld", p14)
  836. w14.Name = "Part_Weld"
  837. w14.Part0 = p14
  838. w14.C0 = CFrame.new(3.40101624, 2.99550176, 7.97925997, -9.53674316e-007, -1.49011612e-007, 1, -0.750353813, -0.661036491, -8.64267349e-007, 0.661036491, -0.750353813, 5.36441803e-007)
  839. w14.Part1 = p15
  840. w14.C1 = CFrame.new(3.74026394, 5.46776819, 5.79039907, 0.34201923, -3.27825546e-007, 0.939692974, -0.520305395, -0.832718134, 0.189374775, 0.782499313, -0.553697109, -0.284805775)
  841. w15 = Instance.new("Weld", p15)
  842. w15.Name = "Part_Weld"
  843. w15.Part0 = p15
  844. w15.C0 = CFrame.new(3.74026394, 5.46776819, 5.79039907, 0.34201923, -3.27825546e-007, 0.939692974, -0.520305395, -0.832718134, 0.189374775, 0.782499313, -0.553697109, -0.284805775)
  845. w15.Part1 = p16
  846. w15.C1 = CFrame.new(2.90401983, 4.33060169, 7.50061178, -0.258819938, -2.68220901e-007, 0.965925574, -0.534830093, -0.832718134, -0.143308043, 0.80434382, -0.55369705, 0.215523928)
  847. w16 = Instance.new("Weld", p16)
  848. w16.Name = "Part_Weld"
  849. w16.Part0 = p16
  850. w16.C0 = CFrame.new(2.90401983, 4.33060169, 7.50061178, -0.258819938, -2.68220901e-007, 0.965925574, -0.534830093, -0.832718134, -0.143308043, 0.80434382, -0.55369705, 0.215523928)
  851. w16.Part1 = p17
  852. w16.C1 = CFrame.new(3.4010253, 5.84818506, 4.80991411, -8.56413749e-007, -1.3483392e-006, 1, -0.31930685, -0.947651386, -1.55121427e-006, 0.947651386, -0.31930685, 3.81047698e-007)
  853. w17 = Instance.new("Weld", p17)
  854. w17.Name = "Part_Weld"
  855. w17.Part0 = p17
  856. w17.C0 = CFrame.new(3.4010253, 5.84818506, 4.80991411, -8.56413749e-007, -1.3483392e-006, 1, -0.31930685, -0.947651386, -1.55121427e-006, 0.947651386, -0.31930685, 3.81047698e-007)
  857. w17.Part1 = p18
  858. w17.C1 = CFrame.new(-3.40004683, -8.71796036, 1.70002675, -2.6504224e-006, -7.89943471e-008, -1, -2.47197018e-008, 1, -7.89942831e-008, 1, 2.47194887e-008, -2.6504224e-006)
  859. m.Parent = char
  860. m:MakeJoints()
  861.  
  862. ----------------------------------------------------
  863. --Huge Magic Mega Fighting Punch--
  864.  
  865.  
  866.  
  867.  
  868.  
  869. ----------------------------------------------------
  870. local cor = Instance.new("Part", char.Hair)
  871. cor.Name = "Link"
  872. cor.Locked = true
  873. cor.BottomSurface = 0
  874. cor.CanCollide = false
  875. cor.Size = Vector3.new(1, 9, 1)
  876. cor.Transparency = 1
  877. cor.TopSurface = 0
  878. corw = Instance.new("Weld", cor)
  879. corw.Part0 = hed
  880. corw.Part1 = cor
  881. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  882. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  883. weld1 = Instance.new("Weld", char.Hair)
  884. weld1.Part0 = cor
  885. weld1.Part1 = char.Hair.Head
  886. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  887. ----------------------------------------------------betterhair
  888. pr = Instance.new("Part",hed)
  889. pr.BrickColor = BrickColor.new("Lavender")
  890. pr.Material = "Metal"
  891. pr.Reflectance = 0.04
  892. pr.Anchored = false
  893. pr.CanCollide = false
  894. pr.Archivable = false
  895. pr.Locked = true
  896. pr.Size = Vector3.new(0,0,0)
  897. prm = Instance.new("SpecialMesh",pr)
  898. prm.MeshType = "FileMesh"
  899. prm.MeshId = "rbxassetid://101176852"
  900. prm.Scale = Vector3.new(1,1,1)
  901. newWeld(hed, pr, 0, 0, 0)
  902. pr.Weld.C1 = CFrame.new(0,-.9,-.0) * CFrame.Angles(0,0,0)
  903. ----------------------------------------------------
  904.  
  905. GroundWave1 = function()
  906. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  907. local Colors = {"Royal purple", "Lavender"}
  908. local wave = Instance.new("Part", torso)
  909. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  910. wave.Anchored = true
  911. wave.CanCollide = false
  912. wave.Locked = true
  913. wave.Size = Vector3.new(1, 1, 1)
  914. wave.TopSurface = "Smooth"
  915. wave.BottomSurface = "Smooth"
  916. wave.Transparency = 0.35
  917. wave.CFrame = HandCF
  918. wm = Instance.new("SpecialMesh", wave)
  919. wm.MeshId = "rbxassetid://24388358"
  920. coroutine.wrap(function()
  921. for i = 1, 30, 1 do
  922. wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1)
  923. wave.Size = wm.Scale
  924. wave.CFrame = HandCF
  925. wave.Transparency = i/30
  926. wait()
  927. end
  928. wait()
  929. wave:Destroy()
  930. end)()
  931. end
  932. ----------------------------------------------------
  933. GroundWave = function()
  934. if Transforming == true then
  935. local wave = Instance.new("Part", torso)
  936. wave.BrickColor = BrickColor.new("Lavender")
  937. wave.Anchored = true
  938. wave.CanCollide = false
  939. wave.Locked = true
  940. wave.Size = Vector3.new(1, 1, 1)
  941. wave.TopSurface = "Smooth"
  942. wave.BottomSurface = "Smooth"
  943. wave.Transparency = 0.35
  944. wave.CFrame = fx.CFrame
  945. wm = Instance.new("SpecialMesh", wave)
  946. wm.MeshType = "Sphere"
  947. wm.Scale = Vector3.new(1,1,1)
  948. coroutine.wrap(function()
  949. for i = 1, 18, 1 do
  950. wm.Scale = Vector3.new(2 + i*2, 2 + i*2, 2 + i*2)
  951. --wave.Size = wm.Scale
  952. wave.CFrame = fx.CFrame
  953. wave.Transparency = i/14
  954. wait()
  955. end
  956. wait()
  957. wave:Destroy()
  958. end)()
  959. elseif Transforming == false then
  960. wait()
  961. end
  962. end
  963.  
  964. for i = 1, 100 do rs:wait()
  965. fx.CFrame = torso.CFrame
  966. end
  967.  
  968. Spawn(function()
  969. while wait(1) do
  970. GroundWave()
  971. end
  972. end)
  973.  
  974. wait(4)
  975.  
  976. Transforming = false
  977.  
  978. for i = 1, 20 do rs:wait()
  979. fx.Transparency = fx.Transparency + (1/20)
  980. fx.CFrame = torso.CFrame
  981. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  982. rs:wait()
  983. end
  984.  
  985. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  986. local wave = Instance.new("Part", torso)
  987. wave.BrickColor = BrickColor.new("Institutional white")
  988. wave.Anchored = true
  989. wave.CanCollide = false
  990. wave.Locked = true
  991. wave.Size = Vector3.new(1, 1, 1)
  992. wave.TopSurface = "Smooth"
  993. wave.BottomSurface = "Smooth"
  994. wave.Transparency = 0.35
  995. wave.CFrame = HandCF
  996. wm = Instance.new("SpecialMesh", wave)
  997. wm.MeshId = "rbxassetid://24388358"
  998. coroutine.wrap(function()
  999. for i = 1, 14, 1 do
  1000. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  1001. wave.Size = wm.Scale
  1002. wave.CFrame = HandCF
  1003. wave.Transparency = i/14
  1004. wait()
  1005. end
  1006. wait()
  1007. wave:Destroy()
  1008. end)()
  1009. hum.WalkSpeed = 16
  1010. ----------------------------------------------------
  1011. Blast = function()
  1012. local Colors = {"Lavender", "Royal purple"}
  1013. local wave = Instance.new("Part", torso)
  1014. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1015. wave.Anchored = true
  1016. wave.CanCollide = false
  1017. wave.Locked = true
  1018. wave.Size = Vector3.new(1, 1, 1)
  1019. wave.TopSurface = "Smooth"
  1020. wave.BottomSurface = "Smooth"
  1021. wave.Transparency = 0.35
  1022. wave.CFrame = rarm.CFrame
  1023. wm = Instance.new("SpecialMesh", wave)
  1024. wm.MeshType = "Sphere"
  1025. wm.Scale = Vector3.new(1,1,1)
  1026. z = Instance.new("Sound",wave)
  1027. z.SoundId = "rbxassetid://237035051"
  1028. z.Volume = 1
  1029. z.Pitch = .9
  1030. z:Play()
  1031. coroutine.wrap(function()
  1032. for i = 1, 30, 1 do
  1033. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  1034. --wave.Size = wm.Scale
  1035. wave.CFrame = rarm.CFrame
  1036. wave.Transparency = (1/14)
  1037. rs:wait()
  1038. end
  1039. rs:wait()
  1040. wave:Destroy()
  1041. z:Destroy()
  1042. end)()
  1043. end
  1044.  
  1045. function explosion(col1,col2,cfr,sz,rng,dmg)
  1046. local a= Part(1,1,1,col1,.5,false,true,game:GetService("Workspace"))
  1047. local a2= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  1048. local a3= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  1049. v1,v2,v3=sz.x,sz.y,sz.z
  1050. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  1051. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  1052. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  1053. a.CFrame=cfr
  1054. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1055. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1056. for i,v in pairs(game:GetService("Workspace"):children()) do
  1057. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  1058. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  1059. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= char.Name then
  1060. local hit=v
  1061. hit.Humanoid.Health=v.Humanoid.Health-dmg
  1062. hit.Humanoid.PlatformStand=true
  1063. hit.Torso.Velocity=Vector3.new(math.random(-100,100),100,math.random(- 100,-100))
  1064. wait(.1)
  1065. Spawn(function()wait(2)hit.Humanoid.PlatformStand=false end)
  1066. end
  1067. end
  1068. end
  1069. end
  1070. Spawn(function()
  1071. while wait() do
  1072. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  1073. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  1074. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  1075. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  1076. a.Transparency=a.Transparency+0.05
  1077. a2.Transparency=a2.Transparency+0.05
  1078. a3.Transparency=a3.Transparency+0.05
  1079. end
  1080. end)
  1081. end
  1082.  
  1083. ----------------------------------------------------
  1084. rarm.Touched:connect(function(ht)
  1085. hit = ht.Parent
  1086. if ht and hit:IsA("Model") then
  1087. if hit:FindFirstChild("Humanoid") then
  1088. if hit.Name ~= p.Name then
  1089. if Debounces.RPunch == true and Debounces.RPunched == false then
  1090. Debounces.RPunched = true
  1091. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1092. if Debounces.ks==true then
  1093. z = Instance.new("Sound",hed)
  1094. z.SoundId = "rbxassetid://470279287"
  1095. z.Pitch = ptz[math.random(1,#ptz)]
  1096. z.Volume = 1
  1097. z:Play()
  1098. end
  1099. wait(.2)
  1100. Debounces.RPunched = false
  1101. end
  1102. end
  1103. end
  1104. elseif ht and hit:IsA("Hat") then
  1105. if hit.Parent.Name ~= p.Name then
  1106. if hit.Parent:FindFirstChild("Humanoid") then
  1107. if Debounces.RPunch == true and Debounces.RPunched == false then
  1108. Debounces.RPunched = true
  1109. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1110. if Debounces.ks==true then
  1111. z = Instance.new("Sound",hed)
  1112. z.SoundId = "rbxassetid://169380525"
  1113. z.Pitch = ptz[math.random(1,#ptz)]
  1114. z.Volume = 1
  1115. z:Play()
  1116. end
  1117. wait(.2)
  1118. Debounces.RPunched = false
  1119. end
  1120. end
  1121. end
  1122. end
  1123. end)
  1124. larm.Touched:connect(function(ht)
  1125. hit = ht.Parent
  1126. if ht and hit:IsA("Model") then
  1127. if hit:FindFirstChild("Humanoid") then
  1128. if hit.Name ~= p.Name then
  1129. if Debounces.LPunch == true and Debounces.LPunched == false then
  1130. Debounces.LPunched = true
  1131. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1132. if Debounces.ks2==true then
  1133. z = Instance.new("Sound",hed)
  1134. z.SoundId = "rbxassetid://169380525"
  1135. z.Pitch = ptz[math.random(1,#ptz)]
  1136. z.Volume = 1
  1137. z:Play()
  1138. end
  1139. wait(.2)
  1140. Debounces.LPunched = false
  1141. end
  1142. end
  1143. end
  1144. elseif ht and hit:IsA("Hat") then
  1145. if hit.Parent.Name ~= p.Name then
  1146. if hit.Parent:FindFirstChild("Humanoid") then
  1147. if Debounces.LPunch == true and Debounces.LPunched == false then
  1148. Debounces.LPunched = true
  1149. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1150. if Debounces.ks2==true then
  1151. z = Instance.new("Sound",hed)
  1152. z.SoundId = "rbxassetid://169380525"
  1153. z.Pitch = ptz[math.random(1,#ptz)]
  1154. z.Volume = 1
  1155. z:Play()
  1156. end
  1157. wait(.2)
  1158. Debounces.LPunched = false
  1159. end
  1160. end
  1161. end
  1162. end
  1163. end)
  1164. ----------------------------------------------------
  1165.  
  1166. mod4 = Instance.new("Model",char)
  1167.  
  1168. ptez = {0.7, 0.8, 0.9, 1}
  1169.  
  1170. function FindNearestTorso(Position,Distance,SinglePlayer)
  1171. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1172. local List = {}
  1173. for i,v in pairs(workspace:GetChildren())do
  1174. if v:IsA("Model")then
  1175. if v:findFirstChild("Torso")then
  1176. if v ~= char then
  1177. if(v.Torso.Position -Position).magnitude <= Distance then
  1178. table.insert(List,v)
  1179. end
  1180. end
  1181. end
  1182. end
  1183. end
  1184. return List
  1185. end
  1186.  
  1187. function Punch()
  1188. part=Instance.new('Part',mod4)
  1189. part.Anchored=true
  1190. part.CanCollide=false
  1191. part.FormFactor='Custom'
  1192. part.Size=Vector3.new(.2,.2,.2)
  1193. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  1194. part.Transparency=.7
  1195. part.BrickColor=BrickColor.new('Lavender')
  1196. mesh=Instance.new('SpecialMesh',part)
  1197. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  1198. mesh.Scale=Vector3.new(3,3,3)
  1199. part2=Instance.new('Part',mod4)
  1200. part2.Anchored=true
  1201. part2.CanCollide=false
  1202. part2.FormFactor='Custom'
  1203. part2.Size=Vector3.new(.2,.2,.2)
  1204. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1205. part2.Transparency=.7
  1206. part2.BrickColor=BrickColor.new('Lavender')
  1207. mesh2=Instance.new('SpecialMesh',part2)
  1208. mesh2.MeshId='http://www.roblox.com/asset/?id=24388358'
  1209. mesh2.Scale=Vector3.new(3,1.5,3)
  1210. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  1211. if v:FindFirstChild('Humanoid') then
  1212. v.Humanoid:TakeDamage(math.random(2,6))
  1213. end
  1214. end
  1215. coroutine.resume(coroutine.create(function()
  1216. for i=0,0.62,0.4 do
  1217. wait()
  1218. part.CFrame=part.CFrame
  1219. part.Transparency=i
  1220. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1221. part2.CFrame=part2.CFrame
  1222. part2.Transparency=i
  1223. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1224. end
  1225. part.Parent=nil
  1226. part2.Parent=nil
  1227. end))
  1228. end
  1229. ----------------------------------------------------
  1230. rarm.Touched:connect(function(ht)
  1231. hit = ht.Parent
  1232. if ht and hit:IsA("Model") then
  1233. if hit:FindFirstChild("Humanoid") then
  1234. if hit.Name ~= p.Name then
  1235. if Debounces.RPunch == true and Debounces.RPunched == false then
  1236. Debounces.RPunched = true
  1237. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1238. if Debounces.ks==true then
  1239. z = Instance.new("Sound",hed)
  1240. z.SoundId = "rbxassetid://169380525"
  1241. z.Pitch = ptz[math.random(1,#ptz)]
  1242. z.Volume = 1
  1243. z:Play()
  1244. end
  1245. wait(.2)
  1246. Debounces.RPunched = false
  1247. end
  1248. end
  1249. end
  1250. elseif ht and hit:IsA("Hat") then
  1251. if hit.Parent.Name ~= p.Name then
  1252. if hit.Parent:FindFirstChild("Humanoid") then
  1253. if Debounces.RPunch == true and Debounces.RPunched == false then
  1254. Debounces.RPunched = true
  1255. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1256. if Debounces.ks==true then
  1257. z = Instance.new("Sound",hed)
  1258. z.SoundId = "rbxassetid://169380525"
  1259. z.Pitch = ptz[math.random(1,#ptz)]
  1260. z.Volume = 1
  1261. z:Play()
  1262. end
  1263. wait(.2)
  1264. Debounces.RPunched = false
  1265. end
  1266. end
  1267. end
  1268. end
  1269. end)
  1270. larm.Touched:connect(function(ht)
  1271. hit = ht.Parent
  1272. if ht and hit:IsA("Model") then
  1273. if hit:FindFirstChild("Humanoid") then
  1274. if hit.Name ~= p.Name then
  1275. if Debounces.LPunch == true and Debounces.LPunched == false then
  1276. Debounces.LPunched = true
  1277. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1278. if Debounces.ks2==true then
  1279. z = Instance.new("Sound",hed)
  1280. z.SoundId = "rbxassetid://169380525"
  1281. z.Pitch = ptz[math.random(1,#ptz)]
  1282. z.Volume = 1
  1283. z:Play()
  1284. end
  1285. wait(.2)
  1286. Debounces.LPunched = false
  1287. end
  1288. end
  1289. end
  1290. elseif ht and hit:IsA("Hat") then
  1291. if hit.Parent.Name ~= p.Name then
  1292. if hit.Parent:FindFirstChild("Humanoid") then
  1293. if Debounces.LPunch == true and Debounces.LPunched == false then
  1294. Debounces.LPunched = true
  1295. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1296. if Debounces.ks2==true then
  1297. z = Instance.new("Sound",hed)
  1298. z.SoundId = "rbxassetid://169380525"
  1299. z.Pitch = ptz[math.random(1,#ptz)]
  1300. z.Volume = 1
  1301. z:Play()
  1302. end
  1303. wait(.2)
  1304. Debounces.LPunched = false
  1305. end
  1306. end
  1307. end
  1308. end
  1309. end)
  1310. ----------------------------------------------------
  1311. local player = game.Players.LocalPlayer
  1312. local pchar = player.Character
  1313. local mouse = player:GetMouse()
  1314. local cam = workspace.CurrentCamera
  1315.  
  1316. local rad = math.rad
  1317.  
  1318. local keysDown = {}
  1319. local flySpeed = 0
  1320. local MAX_FLY_SPEED = 150
  1321.  
  1322. local canFly = false
  1323. local flyToggled = false
  1324.  
  1325. local forward, side = 0, 0
  1326. local lastForward, lastSide = 0, 0
  1327.  
  1328. local floatBP = Instance.new("BodyPosition")
  1329. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  1330. local flyBV = Instance.new("BodyVelocity")
  1331. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1332. local turnBG = Instance.new("BodyGyro")
  1333. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1334.  
  1335. mouse.KeyDown:connect(function(key)
  1336. keysDown[key] = true
  1337.  
  1338. if key == "f" then
  1339. flyToggled = not flyToggled
  1340.  
  1341. if not flyToggled then
  1342. stanceToggle = "Normal"
  1343. floatBP.Parent = nil
  1344. flyBV.Parent = nil
  1345. turnBG.Parent = nil
  1346. root.Velocity = Vector3.new()
  1347. pchar.Humanoid.PlatformStand = false
  1348. end
  1349. end
  1350.  
  1351. end)
  1352. mouse.KeyUp:connect(function(key)
  1353. keysDown[key] = nil
  1354. end)
  1355.  
  1356. local function updateFly()
  1357.  
  1358. if not flyToggled then return end
  1359.  
  1360. lastForward = forward
  1361. lastSide = side
  1362.  
  1363. forward = 0
  1364. side = 0
  1365.  
  1366. if keysDown.w then
  1367. forward = forward + 1
  1368. end
  1369. if keysDown.s then
  1370. forward = forward - 1
  1371. end
  1372. if keysDown.a then
  1373. side = side - 1
  1374. end
  1375. if keysDown.d then
  1376. side = side + 1
  1377. end
  1378.  
  1379. canFly = (forward ~= 0 or side ~= 0)
  1380.  
  1381. if canFly then
  1382. stanceToggle = "Floating"
  1383. turnBG.Parent = root
  1384. floatBP.Parent = nil
  1385. flyBV.Parent = root
  1386.  
  1387. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  1388. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  1389. else
  1390. floatBP.position = root.Position
  1391. floatBP.Parent = root
  1392.  
  1393. flySpeed = flySpeed - 1
  1394. if flySpeed < 0 then flySpeed = 0 end
  1395. end
  1396.  
  1397. local camCF = cam.CoordinateFrame
  1398. local in_forward = canFly and forward or lastForward
  1399. local in_side = canFly and side or lastSide
  1400.  
  1401. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  1402. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  1403.  
  1404. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  1405. 0)
  1406. end
  1407.  
  1408. game:service'RunService'.RenderStepped:connect(function()
  1409. if flyToggled then
  1410. pchar.Humanoid.PlatformStand = true
  1411. end
  1412. updateFly()
  1413. end)
  1414. ----------------------------------------------------
  1415. ---------------------------------------------
  1416. local Part11 = Instance.new("Part", Model)
  1417. Part11.Name = "Tail"
  1418. Part11.Reflectance = 1
  1419. Part11.Transparency = 1
  1420. Part11.Anchored = true
  1421. Part11.Archivable = true
  1422. Part11.CanCollide = true
  1423. Part11.Locked = false
  1424. Part11.BrickColor = BrickColor.new("Lavender")
  1425. Part11.Material = Enum.Material.SmoothPlastic
  1426. Part11.Position = Vector3.new(-127.08619689941, 1.9775161743164, 187.12478637695)
  1427. Part11.Size = Vector3.new(1, 1.6000000238419, 1)
  1428. Part11.Rotation = Vector3.new(-0, -0.97545057535172, -90)
  1429. ---------------------------------------------
  1430. ----------------------------------------------------
  1431. pt = {0.7, 0.8, 0.9}
  1432. mouse.KeyDown:connect(function(key)
  1433. if key == "h" then
  1434. if Debounces.CanJoke == true then
  1435. Debounces.CanJoke = false
  1436. u = Instance.new("Sound")
  1437. u.SoundId = "http://www.roblox.com/asset/?id=430315987"
  1438. u.Parent = char
  1439. u.Looped = false
  1440. u.Pitch = 1
  1441. u.Volume = 1
  1442. u2 = Instance.new("Sound")
  1443. u2.SoundId = "http://www.roblox.com/asset/?id=430315987"
  1444. u2.Parent = char
  1445. u2.Looped = false
  1446. u2.Pitch = 1
  1447. u2.Volume = 1
  1448. wait(.01)
  1449. u:Play()
  1450. u2:Play()
  1451. wait(6)
  1452. u:Destroy()
  1453. u2:Destroy()
  1454. if Debounces.CanJoke == false then
  1455. Debounces.CanJoke = true
  1456. end
  1457. end
  1458. end
  1459. end)
  1460. ----------------------------------------------------
  1461. ----------------------------------------------------
  1462. mouse.KeyDown:connect(function(key)
  1463. if key == "b" then
  1464. hum.WalkSpeed = 0
  1465. if Debounces.CanAttack == true then
  1466. Debounces.CanAttack = false
  1467. Debounces.NoIdl = true
  1468. Debounces.on = true
  1469. v = Instance.new("Sound")
  1470. v.SoundId = "http://www.roblox.com/asset/?id=753551986"
  1471. v.Parent = char
  1472. v.Looped = false
  1473. v.Pitch = 1
  1474. v.Volume = 3000
  1475. wait(0.01)
  1476. v:Play()
  1477. wait()
  1478. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  1479. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  1480. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  1481. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  1482. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(-5)), 0.1)
  1483. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(30), 0, math.rad(5)), 0.1)
  1484. if Debounces.on == false then
  1485. end
  1486. wait()
  1487. end
  1488. wait()
  1489.  
  1490.  
  1491. local function Shockwave7()
  1492. local ENERGY = Instance.new("Part", Char)
  1493. ENERGY.Name = "ENERGY"
  1494. ENERGY.CanCollide = false
  1495. ENERGY.BrickColor = BrickColor.new("Really black")
  1496. ENERGY.Transparency = 0.2
  1497. ENERGY.TopSurface = 0
  1498. ENERGY.BottomSurface = 0
  1499. ENERGY.Anchored = true
  1500. local cm = Instance.new("CylinderMesh", ENERGY)
  1501. cm.Scale = Vector3.new(1, 20, 1)
  1502. ENERGY.Size = Vector3.new(5, 20, 5)
  1503. ENERGY.CFrame = char.Torso.CFrame
  1504. ENERGY.Touched:connect(function(hit)
  1505. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  1506. local Occlude = true
  1507. local NotOccludes = {
  1508. char.Name;
  1509. "Wings";
  1510. "Scythe";
  1511. "Thingy";
  1512. "Thingy2"; -- put all of the names in a table pls
  1513. }
  1514. for i,v in pairs(NotOccludes) do
  1515. if hit.Parent.Name == v then
  1516. Occlude = false
  1517. end
  1518. end
  1519. --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
  1520. if Occlude then
  1521. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - +inf
  1522. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * 220
  1523. end
  1524. end
  1525. end)
  1526. for i = 1, 50 do
  1527. ENERGY.CFrame = char.Torso.CFrame
  1528. ENERGY.Transparency = ENERGY.Transparency + 0.012
  1529. ENERGY.Size = ENERGY.Size + Vector3.new(0.2, 0, 0.2)
  1530. wait()
  1531. end
  1532. ENERGY:Destroy()
  1533. end
  1534. Shockwave7()
  1535.  
  1536.  
  1537. pt=Instance.new('Part',torso)
  1538. pt.Anchored=true
  1539. pt.CanCollide=false
  1540. pt.Locked = true
  1541. pt.FormFactor='Custom'
  1542. pt.Size=Vector3.new(1,1,1)
  1543. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  1544. pt.Transparency=.6
  1545. pt.BrickColor=BrickColor.new('Royal purple')
  1546. msh=Instance.new('SpecialMesh',pt)
  1547. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  1548. msh.Scale=Vector3.new(8,4,8)
  1549. pt2=pt:clone()
  1550. pt2.Parent = torso
  1551. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  1552. pt2.BrickColor=BrickColor.new("Really black")
  1553. msh2=msh:clone()
  1554. msh2.Parent=pt2
  1555. msh2.Scale=Vector3.new(10,5,10)
  1556.  
  1557. 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}
  1558. bl = Instance.new("Part", char)
  1559. bl.Locked = true
  1560. bl.Name = "Shell"
  1561. bl.BrickColor = BrickColor.new("Royal purple")
  1562. bl.Anchored = true
  1563. bl.CanCollide = false
  1564. bl.Transparency = 0
  1565. bl.Reflectance = 0
  1566. bl.BottomSurface = 0
  1567. bl.TopSurface = 0
  1568. bl.Shape = 0
  1569. blm = Instance.new("SpecialMesh",bl)
  1570. blm.MeshType = "Sphere"
  1571. blm.Scale = Vector3.new(1,1,1)
  1572. blm.MeshId = "rbxassetid://9982590"
  1573.  
  1574. coroutine.resume(coroutine.create(function()
  1575. for i=1, math.huge, 4 do
  1576. rs:wait()
  1577. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  1578. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  1579. bl.Transparency = bl.Transparency + 0.005
  1580. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  1581. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  1582. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  1583. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  1584. end
  1585. end))
  1586.  
  1587. for i = 1, 15 do
  1588. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  1589. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  1590. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  1591. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  1592. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1593. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1594. if Debounces.on == false then
  1595. break
  1596. end
  1597. wait()
  1598. end
  1599. for i = 1, 15 do
  1600. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  1601. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  1602. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  1603. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  1604. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1605. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1606. if Debounces.on == false then
  1607. break
  1608. end
  1609. wait()
  1610. end
  1611. for i = 1, 15 do
  1612. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  1613. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  1614. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  1615. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  1616. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1617. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1618. if Debounces.on == false then
  1619. break
  1620. end
  1621. wait()
  1622. end
  1623. for i = 1, 15 do
  1624. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  1625. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  1626. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  1627. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  1628. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1629. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1630. if Debounces.on == false then
  1631. break
  1632. end
  1633. wait()
  1634. end
  1635. for i = 1, 15 do
  1636. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  1637. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  1638. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  1639. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  1640. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  1641. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1642. if Debounces.on == false then
  1643. break
  1644. end
  1645. wait()
  1646. end
  1647. for i = 1, 10 do
  1648. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  1649. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  1650. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  1651. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  1652. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  1653. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  1654. if Debounces.on == false then
  1655. break
  1656. end
  1657. wait()
  1658. end
  1659. wait(1.4)
  1660. Debounces.NoIdl = false
  1661. hum.WalkSpeed = 5
  1662. Debounces.on = false
  1663. wait()
  1664. if Debounces.CanAttack == false then
  1665. Debounces.CanAttack = true
  1666. v:Destroy()
  1667. bl:Destroy()
  1668. blm:Destroy()
  1669. pt:Destroy()
  1670. pt2:Destroy()
  1671. msh:Destroy()
  1672. msh2:Destroy()
  1673. end
  1674. end
  1675. end)
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681. local grabbed = false
  1682. local cf = CFrame.new
  1683. local mr = math.rad
  1684. local angles = CFrame.Angles
  1685. local ud = UDim2.new
  1686. local c3 = Color3.new
  1687. local NeckCF = cf(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1688. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  1689. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  1690. local LHCF = (CFrame.fromEulerAnglesXYZ(0, -1.6, 0))
  1691.  
  1692. clerp = function(a, b, t)
  1693. return a:lerp(b, t)
  1694. end
  1695.  
  1696. local RbxUtility = LoadLibrary("RbxUtility")
  1697. local Create = RbxUtility.Create
  1698. RemoveOutlines = function(part)
  1699. part.TopSurface = 10
  1700. end
  1701.  
  1702. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1703. 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})
  1704. RemoveOutlines(Part)
  1705. return Part
  1706. end
  1707.  
  1708. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1709. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  1710. if Mesh == "SpecialMesh" then
  1711. Msh.MeshType = MeshType
  1712. Msh.MeshId = MeshId
  1713. end
  1714. return Msh
  1715. end
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723. ArtificialHB = Instance.new("BindableEvent", script)
  1724. ArtificialHB.Name = "Heartbeat"
  1725. script:WaitForChild("Heartbeat")
  1726. frame = 0.033333333333333
  1727. tf = 0
  1728. allowframeloss = false
  1729. tossremainder = false
  1730. lastframe = tick()
  1731. script.Heartbeat:Fire()
  1732. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1733. tf = tf + s
  1734. if frame <= tf then
  1735. if allowframeloss then
  1736. script.Heartbeat:Fire()
  1737. lastframe = tick()
  1738. else
  1739. for i = 1, math.floor(tf / frame) do
  1740. script.Heartbeat:Fire()
  1741. end
  1742. lastframe = tick()
  1743. end
  1744. if tossremainder then
  1745. tf = 0
  1746. else
  1747. tf = tf - frame * math.floor(tf / frame)
  1748. end
  1749. end
  1750. end
  1751. )
  1752. swait = function(num)
  1753. if num == 0 or num == nil then
  1754. ArtificialHB.Event:wait()
  1755. else
  1756. for i = 0, num do
  1757. ArtificialHB.Event:wait()
  1758. end
  1759. end
  1760. end
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  1771. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  1772. return Weld
  1773. end
  1774.  
  1775. rayCast = function(Position, Direction, Range, Ignore)
  1776. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  1777. end
  1778.  
  1779. CreateSound = function(id, par, vol, pit)
  1780. coroutine.resume(coroutine.create(function()
  1781. local sou = Instance.new("Sound", par or workspace)
  1782. sou.Volume = vol
  1783. sou.Pitch = pit or 1
  1784. sou.SoundId = id
  1785. swait()
  1786. sou:play()
  1787. game:GetService("Debris"):AddItem(sou, 6)
  1788. end
  1789. ))
  1790. end
  1791.  
  1792. local getclosest = function(obj, distance)
  1793. local last, lastx = distance + 1, nil
  1794. for i,v in pairs(workspace:GetChildren()) do
  1795. if v:IsA("Model") and v ~= char and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  1796. local t = v.Torso
  1797. local dist = t.Position - obj.Position.magnitude
  1798. if dist <= distance and dist < last then
  1799. last = dist
  1800. lastx = v
  1801. end
  1802. end
  1803. end
  1804. return lastx
  1805. end
  1806.  
  1807. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  1808. if hit.Parent == nil then
  1809. return
  1810. end
  1811. local h = hit.Parent:FindFirstChild("Humanoid")
  1812. for _,v in pairs(hit.Parent:children()) do
  1813. if v:IsA("Humanoid") then
  1814. h = v
  1815. end
  1816. end
  1817. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  1818. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  1819. return
  1820. end
  1821. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").LocalPlayer, Parent = h})
  1822. game:GetService("Debris"):AddItem(c, 0.5)
  1823. if HitSound ~= nil and HitPitch ~= nil then
  1824. CreateSound(HitSound, hit, 1, HitPitch)
  1825. end
  1826. local Damage = math.random(minim, maxim)
  1827. local blocked = false
  1828. local block = hit.Parent:findFirstChild("Block")
  1829. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  1830. blocked = true
  1831. block.Value = block.Value - 1
  1832. print(block.Value)
  1833. end
  1834. if blocked == false then
  1835. h.Health = h.Health - Damage
  1836. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  1837. else
  1838. h.Health = h.Health - Damage / 2
  1839. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  1840. end
  1841. if Type == "Knockdown" then
  1842. local hum = hit.Parent.Humanoid
  1843. hum.PlatformStand = true
  1844. coroutine.resume(coroutine.create(function(HHumanoid)
  1845. swait(1)
  1846. HHumanoid.PlatformStand = false
  1847. end
  1848. ), hum)
  1849. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  1850. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  1851. local rl = Create("BodyAngularVelocity")({P = 3000, maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), Parent = hit})
  1852. game:GetService("Debris"):AddItem(bodvol, 0.5)
  1853. game:GetService("Debris"):AddItem(rl, 0.5)
  1854. else
  1855. do
  1856. if Type == "Debuff" then
  1857. print'hi'
  1858. else
  1859. if Type == "Up" then
  1860. local bodyVelocity = Create("BodyVelocity")({velocity = vt(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  1861. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  1862. else
  1863. do
  1864. if Type == "DarkUp" then
  1865. coroutine.resume(coroutine.create(function()
  1866. for i = 0, 1, 0.1 do
  1867. swait()
  1868. BlockEffect(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, 0.08, 1)
  1869. end
  1870. end
  1871. ))
  1872. local bodyVelocity = Create("BodyVelocity")({velocity = vt(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  1873. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  1874. else
  1875. do
  1876. if Type == "Snare" then
  1877. local bp = Create("BodyPosition")({P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  1878. game:GetService("Debris"):AddItem(bp, 1)
  1879. else
  1880. do
  1881. if Type == "Freeze" then
  1882. local BodPos = Create("BodyPosition")({P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  1883. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  1884. hit.Parent.Torso.Anchored = true
  1885. coroutine.resume(coroutine.create(function(Part)
  1886. swait(1.5)
  1887. Part.Anchored = false
  1888. end), hit.Parent.Torso)
  1889. game:GetService("Debris"):AddItem(BodPos, 3)
  1890. game:GetService("Debris"):AddItem(BodGy, 3)
  1891. end
  1892. do
  1893. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  1894. game:GetService("Debris"):AddItem(debounce, Delay)
  1895. c = Instance.new("ObjectValue")
  1896. c.Name = "creator"
  1897. c.Value = Player
  1898. c.Parent = h
  1899. game:GetService("Debris"):AddItem(c, 0.5)
  1900. end
  1901. end
  1902. end
  1903. end
  1904. end
  1905. end
  1906. end
  1907. end
  1908. end
  1909. end
  1910. end
  1911. end
  1912.  
  1913. ShowDamage = function(Pos, Text, Time, Color)
  1914. local Rate = 0.033333333333333
  1915. if not Pos then
  1916. local Pos = Vector3.new(0, 0, 0)
  1917. end
  1918. local Text = Text or ""
  1919. local Time = Time or 2
  1920. if not Color then
  1921. local Color = Color3.new(1, 0, 1)
  1922. end
  1923. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", vt(0, 0, 0))
  1924. EffectPart.Anchored = true
  1925. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  1926. local TextLabel = Create("TextLabel")({BackgroundTransparency = 1, Size = UDim2.new(1, 0, 1, 0), Text = Text, TextColor3 = Color, TextScaled = true, Font = Enum.Font.ArialBold, Parent = BillboardGui})
  1927. game.Debris:AddItem(EffectPart, Time + 0.1)
  1928. EffectPart.Parent = game:GetService("Workspace")
  1929. delay(0, function()
  1930. local Frames = Time / Rate
  1931. for Frame = 1, Frames do
  1932. wait(Rate)
  1933. local Percent = Frame / Frames
  1934. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  1935. TextLabel.TextTransparency = Percent
  1936. end
  1937. if EffectPart and EffectPart.Parent then
  1938. EffectPart:Destroy()
  1939. end
  1940. end
  1941. )
  1942. end
  1943.  
  1944. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type)
  1945. for _,c in pairs(workspace:children()) do
  1946. local hum = c:findFirstChild("Humanoid")
  1947. if hum ~= nil then
  1948. local head = c:findFirstChild("Torso")
  1949. if head ~= nil then
  1950. local targ = head.Position - Part.Position
  1951. local mag = targ.magnitude
  1952. if mag <= magni and c.Name ~= Player.Name then
  1953. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1)
  1954. end
  1955. end
  1956. end
  1957. end
  1958. end
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964. local effect = Instance.new("Model", Char)
  1965. effect.Name = "Effects"
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971. BlockEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1972. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1973. prt.Anchored = true
  1974. prt.CFrame = cframe
  1975. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1976. game:GetService("Debris"):AddItem(prt, 10)
  1977. if Type == 1 or Type == nil then
  1978. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  1979. else
  1980. if Type == 2 then
  1981. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  1982. end
  1983. end
  1984. end
  1985.  
  1986.  
  1987.  
  1988.  
  1989. WaveEffect = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1990. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1991. prt.Anchored = true
  1992. prt.CFrame = cframe
  1993. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1994. game:GetService("Debris"):AddItem(prt, 10)
  1995. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  1996. end
  1997.  
  1998.  
  1999.  
  2000. local grabbing = false
  2001. WindFloor = function()
  2002.  
  2003. end
  2004.  
  2005.  
  2006.  
  2007. bc = BrickColor.new
  2008. function WindFloor2()
  2009. local shur = Instance.new("Part",char)
  2010. local gahd = Instance.new("Sound",shur)
  2011. gahd.SoundId = "rbxassetid://402981977"
  2012. gahd.Volume = 5
  2013. gahd.Pitch = 0.75
  2014. gahd:Play()
  2015. shur.Transparency = 1
  2016. shur.Material = "Neon"
  2017. shur.BrickColor = bc("Royal purple")
  2018. shur.Anchored = true
  2019. shur.CFrame = mouse.Hit
  2020. shur.Rotation = vt(0,math.random(-500,500),0)
  2021. shur.Size = vt(1,0.2,1)
  2022. shur.CanCollide = false
  2023. local dec = Instance.new("Decal",shur)
  2024. dec.Texture = symbolimg
  2025. dec.Face = "Top"
  2026. local dec2 = dec:Clone()
  2027. dec2.Parent = shur
  2028. dec2.Face = "Bottom"
  2029. local Meshshur = Instance.new("CylinderMesh",shur)
  2030. Meshshur.Scale = vt(0,1,0)
  2031. local value1 = 1*2.25
  2032. for i = 0, 50 do
  2033. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2034. value1 = value1 - 0.015*2.25
  2035. wait(0)
  2036. end
  2037. local spart = Instance.new("Part",char)
  2038. local tick = Instance.new("Sound",spart)
  2039. tick.SoundId = "rbxassetid://414516914"
  2040. tick.Volume = 2.5
  2041. tick.Pitch = 0.45
  2042. tick:Play()
  2043. spart.Size = vt(1,1,1)
  2044. spart.BrickColor = BrickColor.new("Royal purple")
  2045. spart.Transparency = 0.1
  2046. spart.Anchored = true
  2047. spart.CanCollide = false
  2048. spart.CFrame = shur.CFrame + vt(0,2.5,0)
  2049. local expld = Instance.new("Explosion", spart)
  2050. expld.BlastRadius = 27.5
  2051. expld.Position = spart.Position
  2052. local mesh = Instance.new("SpecialMesh",spart)
  2053. mesh.MeshType = "FileMesh"
  2054. mesh.Scale = vt(1,0.01,1)
  2055. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  2056. local parz = spart:Clone()
  2057. local mshe = parz.Mesh
  2058. mshe.MeshId = "http://www.roblox.com/asset/?id=1051557"
  2059. parz.CFrame = spart.CFrame
  2060. parz.Parent = char
  2061. local par2 = spart:Clone()
  2062. local msh = par2.Mesh
  2063. par2.Mesh.MeshType = "Sphere"
  2064. par2.Material = "Neon"
  2065. par2.CFrame = spart.CFrame
  2066. par2.BrickColor = BrickColor.new("Royal purple")
  2067. par2.Parent = char
  2068. local par3 = spart:Clone()
  2069. local msh3 = par2.Mesh
  2070. msh3.Scale = vt(15,0,15)
  2071. par3.Mesh.MeshType = "Sphere"
  2072. par3.Material = "Neon"
  2073. par3.CFrame = spart.CFrame
  2074. par3.BrickColor = BrickColor.new("Royal purple")
  2075. par3.Parent = char
  2076. for i = 0, 150 do
  2077. spart.Transparency = spart.Transparency + 0.01
  2078. mesh.Scale = mesh.Scale + vt(2.25,0.15,2.25)
  2079. spart.Position = spart.Position
  2080. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  2081. par2.Transparency = par2.Transparency + 0.01
  2082. msh.Scale = msh.Scale + vt(1.5/1.25,1.5/1.25,1.5/1.25)
  2083. par2.Position = par2.Position
  2084. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2085. par3.Transparency = par2.Transparency + 0.05
  2086. msh3.Scale = msh3.Scale + vt(-0.5,50/1.25,-0.5)
  2087. par3.Position = par2.Position
  2088. par3.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2089. parz.Transparency = par2.Transparency + 0.01
  2090. mshe.Scale = msh.Scale + vt(4,1,4)
  2091. parz.Position = parz.Position
  2092. parz.CFrame = parz.CFrame*CFrame.Angles(0,-0.5,0)
  2093. wait(0)
  2094. end
  2095. for i = 0, 100 do
  2096. dec.Transparency = dec.Transparency + 0.015
  2097. dec2.Transparency = dec.Transparency
  2098. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2099. value1 = value1 - 0.015*2.25
  2100. wait(0)
  2101. end
  2102. shur:Destroy()
  2103. par2:Destroy()
  2104. spart:Destroy()
  2105. end
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113. function BlastStorm()
  2114.  
  2115. local lag = Instance.new("Sound", workspace)
  2116. lag.SoundId = "rbxassetid://752783199"
  2117. lag.Volume = 20000
  2118. lag.Pitch = 1
  2119. lag:Play()
  2120. wait(0)
  2121. local ff = Instance.new("ForceField",char)
  2122. local shur = Instance.new("Part",char)
  2123. local gahd = Instance.new("Sound",char)
  2124. gahd.SoundId = "rbxassetid://402981977"
  2125. gahd.Volume = 2.5
  2126. gahd.Pitch = 0.6
  2127. gahd:Play()
  2128. shur.Transparency = 1
  2129. shur.Material = "Neon"
  2130. shur.BrickColor = bc("Royal purple")
  2131. shur.Anchored = true
  2132. shur.CFrame = mouse.Hit
  2133. shur.Size = vt(1,0.2,1)
  2134. shur.CanCollide = false
  2135. local dec = Instance.new("Decal",shur)
  2136. dec.Texture = symbolimg
  2137. dec.Face = "Top"
  2138. local dec2 = dec:Clone()
  2139. dec2.Parent = shur
  2140. dec2.Face = "Bottom"
  2141. local Meshshur = Instance.new("CylinderMesh",shur)
  2142. Meshshur.Scale = vt(0,1,0)
  2143. local value1 = 1*12.5
  2144. for i = 0, 50 do
  2145. shur.CFrame = torso.CFrame + vt(0,-2.5,0)
  2146. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2147. value1 = value1 - 0.015*12.5
  2148. wait(0)
  2149. end
  2150.  
  2151. wait(0)
  2152. local spart = Instance.new("Part",char)
  2153. local tick = Instance.new("Sound",char)
  2154. tick.SoundId = "rbxassetid://414516914"
  2155. tick.Volume = 2.5
  2156. tick.Pitch = 0.4
  2157. tick:Play()
  2158. local tickz = Instance.new("Sound",char)
  2159. tickz.SoundId = "rbxassetid://435742675"
  2160. tickz.Volume = 1
  2161. tickz.Pitch = 1
  2162. tickz:Play()
  2163. local tickr = Instance.new("Sound",char)
  2164. tickr.SoundId = "rbxassetid://435742675"
  2165. tickr.Volume = 2.5
  2166. tickr.Pitch = 0.5
  2167. tickr:Play()
  2168. local tickel = Instance.new("Sound",char)
  2169. tickel.SoundId = "rbxassetid://2248511"
  2170. tickel.Volume = 3
  2171. tickel.Pitch = 0.2
  2172. tickel:Play()
  2173. spart.Size = vt(1,1,1)
  2174. spart.BrickColor = BrickColor.new("Royal purple")
  2175. spart.Transparency = 0.1
  2176. spart.Anchored = true
  2177. spart.CanCollide = false
  2178. spart.CFrame = mouse.Hit
  2179. local expld = Instance.new("Explosion", spart)
  2180. expld.BlastRadius = 500000
  2181. expld.Position = spart.Position
  2182. local mesh = Instance.new("SpecialMesh",spart)
  2183. mesh.MeshType = "FileMesh"
  2184. mesh.Scale = vt(1,0.01,1)
  2185. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  2186. local parz = spart:Clone()
  2187. local mshe = parz.Mesh
  2188. mshe.MeshId = "http://www.roblox.com/asset/?id=1051557"
  2189. parz.CFrame = spart.CFrame
  2190. parz.Parent = char
  2191. local par2 = spart:Clone()
  2192. local msh = par2.Mesh
  2193. par2.Mesh.MeshType = "Sphere"
  2194. par2.Material = "Neon"
  2195. par2.CFrame = spart.CFrame
  2196. par2.BrickColor = BrickColor.new("Royal purple")
  2197. par2.Parent = char
  2198. for i = 0, 200 do
  2199. spart.Transparency = spart.Transparency + 0.005
  2200. mesh.Scale = mesh.Scale + vt(10,1,10)
  2201. spart.Position = spart.Position
  2202. spart.CFrame = spart.CFrame*CFrame.Angles(0,0.5,0)
  2203. par2.Transparency = par2.Transparency + 0.005
  2204. msh.Scale = msh.Scale + vt(5/1.25,1000/1.25,5/1.25)
  2205. par2.Position = par2.Position
  2206. par2.CFrame = par2.CFrame*CFrame.Angles(0,-0.5,0)
  2207. parz.Transparency = par2.Transparency + 0.005
  2208. mshe.Scale = msh.Scale + vt(6,1,6)
  2209. parz.Position = parz.Position
  2210. parz.CFrame = parz.CFrame*CFrame.Angles(0,-0.5,0)
  2211. wait(0)
  2212. end
  2213. ff:Destroy()
  2214. for i = 0, 100 do
  2215. dec.Transparency = dec.Transparency + 0.015
  2216. dec2.Transparency = dec.Transparency
  2217. Meshshur.Scale = Meshshur.Scale + vt(value1,0,value1)
  2218. value1 = value1 - 0.015*12.5
  2219. wait(0)
  2220. end
  2221. shur:Destroy()
  2222. par2:Destroy()
  2223. spart:Destroy()
  2224. tick:Destroy()
  2225. tickr:Destroy()
  2226. tickz:Destroy()
  2227. tickel:Destroy()
  2228. end
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237. local maincolor = Color3.new(170/255,0/255,255/255)
  2238.  
  2239.  
  2240.  
  2241. function noobyisscripter()
  2242. local hitted = false
  2243. local valuesize = 5
  2244. local lb = Instance.new("Part")
  2245. lb.Parent = char
  2246. lb.Material = "Neon"
  2247. lb.BrickColor = BrickColor.new(maincolor)
  2248. lb.CanCollide = false
  2249. lb.Shape = "Ball"
  2250. lb.CFrame = char.Torso.CFrame + Vector3.new(0,0.7,0)
  2251. lb.Anchored = false
  2252. lb.Size = vt(1,1,1)
  2253. local thing = Instance.new("SpecialMesh",lb)
  2254. thing.MeshType = "Sphere"
  2255. local trail = Instance.new("ParticleEmitter",lb)
  2256. trail.Texture = "rbxassetid://296874871"
  2257. trail.LightEmission = 0.95
  2258. trail.Color = ColorSequence.new(maincolor)
  2259. trail.Rate = 10000
  2260. trail.Lifetime = NumberRange.new(1.5)
  2261. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1.5,0),NumberSequenceKeypoint.new(1,0,0)})
  2262. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2263. trail.Speed = NumberRange.new(0,0)
  2264. trail.RotSpeed = NumberRange.new(-500,500)
  2265. local bv = Instance.new("BodyVelocity")
  2266. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2267. bv.velocity = mouse.Hit.lookVector *100
  2268. bv.Parent = lb
  2269. wait(0.1)
  2270. pewdiepie=lb.Touched:connect(function(hit)
  2271. if hitted == false then
  2272. local sd = Instance.new("Sound",lb)
  2273. sd.SoundId = "rbxassetid://138210320"
  2274. sd.Volume = 2.5
  2275. sd:Play()
  2276. hitted = true
  2277. trail.Rate = 0
  2278. lb.Anchored = true
  2279. local explosion = Instance.new("Explosion",lb)
  2280. explosion.BlastRadius = 10
  2281. explosion.Position = lb.Position
  2282. local ex = Instance.new("ParticleEmitter",lb)
  2283. ex.Texture = "rbxassetid://296874871"
  2284. ex.LightEmission = 0.95
  2285. ex.Color = ColorSequence.new(maincolor)
  2286. ex.Rate = 10000
  2287. ex.Lifetime = NumberRange.new(1.75)
  2288. ex.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,25,0)})
  2289. ex.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2290. ex.Speed = NumberRange.new(25,45)
  2291. ex.VelocitySpread = 90000
  2292. ex.RotSpeed = NumberRange.new(-500,500)
  2293. for i = 0, 19 do
  2294. wait()
  2295. valuesize = valuesize - 0.25
  2296. thing.Scale = thing.Scale + vt(valuesize,valuesize,valuesize)
  2297. end
  2298. ex.Rate = 0
  2299. for i = 0, 9 do
  2300. wait()
  2301. lb.Transparency = lb.Transparency + 0.1
  2302. end
  2303. wait(5)
  2304. lb:Destroy()
  2305. end
  2306. end)
  2307. end
  2308. ----------------------------------------------------
  2309.  
  2310. ----------------------------------------------------
  2311. mouse.KeyDown:connect(function(key)
  2312. if key == "g" then
  2313. hum.WalkSpeed = 0
  2314. if Debounces.CanAttack == true then
  2315. Debounces.CanAttack = false
  2316. Debounces.on = true
  2317. Debounces.NoIdl = true
  2318. wait(.1)
  2319. so("http://www.roblox.com/asset/?id=169445572",hed,1.5,1.5)
  2320. so("http://www.roblox.com/asset/?id=169380495",hed,1.5,1.5)
  2321. for i = 1, 20 do
  2322. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  2323. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  2324. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  2325. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  2326. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  2327. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  2328. if Debounces.on == false then break end
  2329. wait()
  2330. end
  2331. wait(0.5)
  2332. local rng = Instance.new("Part", char)
  2333. rng.Anchored = true
  2334. rng.BrickColor = BrickColor.new("Institutional white")
  2335. rng.CanCollide = false
  2336. rng.FormFactor = 3
  2337. rng.Name = "Ring"
  2338. rng.Size = Vector3.new(1, 1, 1)
  2339. rng.Transparency = 0.5
  2340. rng.TopSurface = 0
  2341. rng.BottomSurface = 0
  2342. rng.Position = torso.Position - Vector3.new(0,2,0)
  2343. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2344. local rngm = Instance.new("SpecialMesh", rng)
  2345. rngm.MeshId = "http://www.roblox.com/asset/?id=156292355"
  2346. rngm.Scale = Vector3.new(1, 1, 2)
  2347. x = Instance.new("Sound",torso)
  2348. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  2349. x.Looped = false
  2350. x.Pitch = .7
  2351. x.Volume = 2
  2352. x:Play()
  2353. partic2.Enabled = true
  2354. coroutine.wrap(function()
  2355. for i = 1, 60, 8 do
  2356. rngm.Scale = Vector3.new(1.2 + i*1.1, 1.2 + i*1.1, 1)
  2357. rng.Transparency = i/60
  2358. wait()
  2359. end
  2360. wait()
  2361. rng:Destroy()
  2362. end)()
  2363. hum.WalkSpeed = 50
  2364. BV = Instance.new("BodyVelocity", torso)
  2365. BV.maxForce = Vector3.new(0,200000,0)
  2366. BV.P = 100000
  2367. BV.velocity = Vector3.new(0,150,0)
  2368. for i = 1, 20 do
  2369. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  2370. 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)
  2371. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  2372. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  2373. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  2374. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  2375. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  2376. if Debounces.on == false then break end
  2377. wait()
  2378. end
  2379. x:Destroy()
  2380. BV:Destroy()
  2381.  
  2382. coroutine.resume(coroutine.create(function()
  2383. for i = 1, 2880, 48 do
  2384. torso.Weld.C1 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(i), math.rad(0), math.rad(0))
  2385. rs:wait(4)
  2386. end
  2387. torso.Weld.C1 = CFrame.new(0, -1, 0)
  2388. end))
  2389.  
  2390. for i = 1, 30 do
  2391. 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)
  2392. 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)
  2393. 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)
  2394. 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)
  2395. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  2396. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  2397. if Debounces.on == false then break end
  2398. wait()
  2399. end
  2400.  
  2401. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  2402. for i = 1, 30 do
  2403. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-18),math.rad(0), math.rad(0)),0.3)
  2404. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-13), math.rad (0), math.rad(0)), 0.3)
  2405. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3)
  2406. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)), 0.3)
  2407. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  2408. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  2409. if Debounces.on == false then break end
  2410. wait()
  2411. end
  2412. end
  2413. local ry,ht,ps=nil,nil,nil
  2414. while ht==nil do
  2415. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  2416. wait()
  2417. end
  2418. Landing()
  2419. z = Instance.new("Sound",torso)
  2420. z.SoundId = "rbxassetid://142070127"
  2421. z.Volume = 2
  2422. wait(.1)
  2423. z:Play()
  2424. partic2.Enabled = false
  2425. hum.WalkSpeed = 0
  2426. for i = 1, 25 do
  2427. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0.3) *CFrame.Angles (math.rad(120),math.rad(10),math.rad(32)), 0.2)
  2428. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,1,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-20)), 0.2)
  2429. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (-8),math.rad(-40), math.rad(-8)),0.2)
  2430. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-50), math.rad(40), math.rad(0)), 0.2)
  2431. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, 0, -.6) * CFrame.Angles(math.rad(30), 0, math.rad(20)), 0.2)
  2432. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(0)), 0.2)
  2433. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 229.5, 0), 0.3)
  2434. if Debounces.on == false then break end
  2435. wait()
  2436. end
  2437. wait(0.2)
  2438. Debounces.on = false
  2439. Debounces.NoIdl = false
  2440. cor.Weld.C1 = CFrame.Angles(0,0,0)
  2441.  
  2442. if Debounces.CanAttack == false then
  2443. Debounces.CanAttack = true
  2444. hum.WalkSpeed = 14
  2445. end
  2446. end
  2447. end
  2448. end)
  2449. ----------------------------------------------------
  2450. ----------------------------------------------------
  2451. -------------------------------
  2452. mouse.KeyDown:connect(function(key)
  2453. if key == "q" then
  2454. if Debounces.CanAttack == true then
  2455. Debounces.CanAttack = false
  2456. Debounces.NoIdl = true
  2457. Debounces.on = true
  2458. function FindNearestTorso(Position,Distance,SinglePlayer)
  2459. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2460. local List = {}
  2461. for i,v in pairs(workspace:GetChildren())do
  2462. if v:IsA("Model")then
  2463. if v:findFirstChild("Torso")then
  2464. if v ~= char then
  2465. if(v.Torso.Position -Position).magnitude <= Distance then
  2466. table.insert(List,v)
  2467. end
  2468. end
  2469. end
  2470. end
  2471. end
  2472. return List
  2473. end
  2474. z = Instance.new("Sound",hed)
  2475. z.SoundId = "rbxassetid://232213955"
  2476. z.Pitch = 1
  2477. z.Volume = 1
  2478. wait(0.2)
  2479. z:Play()
  2480. sp = Instance.new("Part",rarm)
  2481. sp.Anchored = true
  2482. sp.CanCollide = false
  2483. sp.Locked = true
  2484. sp.Transparency = 0
  2485. sp.Material = "Neon"
  2486. sp.Size = Vector3.new(1,1,1)
  2487. sp.TopSurface = "SmoothNoOutlines"
  2488. sp.BottomSurface = "SmoothNoOutlines"
  2489. sp.BrickColor = BrickColor.new("Royal purple")
  2490. spm = Instance.new("SpecialMesh",sp)
  2491. spm.MeshType = "Sphere"
  2492. spm.Scale = Vector3.new(21,21,21)
  2493. sp2 = Instance.new("Part", rarm)
  2494. sp2.Name = "Energy"
  2495. sp2.BrickColor = BrickColor.new("Royal purple")
  2496. sp2.Size = Vector3.new(1, 1, 1)
  2497. sp2.Shape = "Ball"
  2498. sp2.CanCollide = false
  2499. sp2.Anchored = true
  2500. sp2.Locked = true
  2501. sp2.TopSurface = 0
  2502. sp2.BottomSurface = 0
  2503. sp2.Transparency = 1
  2504. spm2 = Instance.new("SpecialMesh",sp2)
  2505. spm2.MeshId = "rbxassetid://9982590"
  2506. spm2.Scale = Vector3.new(2,2,2)
  2507. for i = 1, 20 do
  2508. spm.Scale = spm.Scale - Vector3.new(1,1,1)
  2509. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  2510. 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)
  2511. 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)
  2512. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  2513. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2514. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2515. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2516. if Debounces.on == false then break end
  2517. rs:wait()
  2518. end
  2519. for i = 1, 100, 20 do rs:wait()
  2520. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  2521. end
  2522. for i = 1, 20 do
  2523. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  2524. 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)
  2525. 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)
  2526. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  2527. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  2528. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2529. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2530. if Debounces.on == false then break end
  2531. rs:wait()
  2532. end
  2533. sp.Transparency = 1
  2534. for i = 1, 20 do
  2535. 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)
  2536. 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)
  2537. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  2538. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  2539. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  2540. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  2541. if Debounces.on == false then break end
  2542. rs:wait()
  2543. end
  2544. wait(1)
  2545. sp.Transparency = 0
  2546. sp2.Transparency = 0.84
  2547. for i = 1, 20 do
  2548. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  2549. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  2550. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  2551. 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)
  2552. 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)
  2553. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  2554. 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)
  2555. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  2556. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  2557. if Debounces.on == false then break end
  2558. rs:wait()
  2559. end
  2560. for i = 1, 2880, 50 do
  2561. rs:wait()
  2562. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  2563. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  2564. rs:wait()
  2565. end
  2566. sp:Destroy()
  2567. sp2:Destroy()
  2568. local X = Instance.new("Part",char)
  2569. local O = Instance.new("ObjectValue",X)
  2570. O.Name = "creator"
  2571. X.Locked = true
  2572. X.Name = "Shell"
  2573. X.Anchored = false
  2574. X.CanCollide = false
  2575. X.Transparency = 0
  2576. X.Reflectance = 0
  2577. X.BottomSurface = 0
  2578. X.TopSurface = 0
  2579. X.Shape = 0
  2580. local V = Instance.new("ObjectValue",X)
  2581. V.Value = char
  2582. V.Name = "creator"
  2583. X.BrickColor = BrickColor.new("Royal purple")
  2584. X.Size = Vector3.new(2,2,2)
  2585. X.Material = "Neon"
  2586. local Z = Instance.new("SpecialMesh",X)
  2587. Z.MeshType = "Sphere"
  2588. Z.Scale = Vector3.new(0.5,0.5,1)
  2589. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  2590. local bv = Instance.new("BodyVelocity",X)
  2591. bv.maxForce = Vector3.new(99999,99999,99999)
  2592. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  2593. bv.velocity = X.CFrame.lookVector*65
  2594.  
  2595. Explode = X.Touched:connect(function(hit)
  2596. if hit ~= char and hit.Name ~= "Shell" then
  2597. local cf = X.CFrame
  2598. bv:Destroy()
  2599. X.Anchored = true
  2600. Z:Remove()
  2601. Explode:disconnect()
  2602. X.Size = Vector3.new(3,3,3)
  2603. X.Touched:connect(function(hit) end)
  2604. X.CanCollide = false
  2605. local part3 = Instance.new("Part", rarm)
  2606. part3.Anchored=true
  2607. part3.CanCollide=false
  2608. part3.Locked = true
  2609. part3.TopSurface = "SmoothNoOutlines"
  2610. part3.BottomSurface = "SmoothNoOutlines"
  2611. part3.FormFactor='Custom'
  2612. part3.Size=Vector3.new(1,1, 1)
  2613. part3.CFrame=X.CFrame
  2614. part3.Transparency=0
  2615. part3.BrickColor=BrickColor.new("Royal purple")
  2616. local mesh3 = Instance.new("SpecialMesh",part3)
  2617. mesh3.MeshType = "Sphere"
  2618. mesh3.Scale = Vector3.new(1,1,1)
  2619. --debris:AddItem(X,8)
  2620. local part4 = Instance.new("Part", rarm)
  2621. part4.Material = "Neon"
  2622. part4.Anchored=true
  2623. part4.CanCollide=false
  2624. part4.Locked = true
  2625. part4.TopSurface = "SmoothNoOutlines"
  2626. part4.BottomSurface = "SmoothNoOutlines"
  2627. part4.FormFactor='Custom'
  2628. part4.Size=Vector3.new(1,1, 1)
  2629. part4.CFrame=X.CFrame
  2630. part4.Transparency=0
  2631. part4.BrickColor=BrickColor.new("Hot pink")
  2632. local mesh4 = Instance.new("SpecialMesh",part4)
  2633. mesh4.MeshType = "Sphere"
  2634. mesh4.Scale = Vector3.new(.5,.5,.5)
  2635. local part7 = Instance.new("Part", rarm)
  2636. part7.Material = "Neon"
  2637. part7.Anchored=true
  2638. part7.CanCollide=false
  2639. part7.Locked = true
  2640. part7.TopSurface = "SmoothNoOutlines"
  2641. part7.BottomSurface = "SmoothNoOutlines"
  2642. part7.FormFactor='Custom'
  2643. part7.Size=Vector3.new(1,1, 1)
  2644. part7.CFrame=X.CFrame
  2645. part7.Transparency=0
  2646. part7.BrickColor=BrickColor.new("Royal purple")
  2647. local mesh7 = Instance.new("SpecialMesh",part7)
  2648. mesh7.MeshType = "Sphere"
  2649. mesh7.Scale = Vector3.new(0.1, 0.1, 0.1)
  2650. --[[X.Touched:connect(function(ht)
  2651. hit = ht.Parent
  2652. if ht and hit:IsA("Model") then
  2653. if hit:FindFirstChild("Humanoid") then
  2654. if hit.Name ~= p.Name then
  2655. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2656. wait(.3)
  2657. end
  2658. end
  2659. elseif ht and hit:IsA("Hat") then
  2660. if hit.Parent.Name ~= p.Name then
  2661. if hit.Parent:FindFirstChild("Humanoid") then
  2662. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2663. wait(.3)
  2664. end
  2665. end
  2666. end
  2667. end)
  2668. part3.Touched:connect(function(ht)
  2669. hit = ht.Parent
  2670. if ht and hit:IsA("Model") then
  2671. if hit:FindFirstChild("Humanoid") then
  2672. if hit.Name ~= p.Name then
  2673. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2674. wait(.3)
  2675. end
  2676. end
  2677. elseif ht and hit:IsA("Hat") then
  2678. if hit.Parent.Name ~= p.Name then
  2679. if hit.Parent:FindFirstChild("Humanoid") then
  2680. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  2681. wait(.3)
  2682. end
  2683. end
  2684. end
  2685. end)]]--
  2686. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  2687. if v:FindFirstChild('Humanoid') then
  2688. v.Humanoid:TakeDamage(math.random(60,90))
  2689. v.Humanoid.PlatformStand = true
  2690. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2691. end
  2692. end
  2693.  
  2694. local acos = math.acos
  2695. local sqrt = math.sqrt
  2696. local Vec3 = Vector3.new
  2697. local fromAxisAngle = CFrame.fromAxisAngle
  2698.  
  2699. local function toAxisAngle(CFr)
  2700. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  2701. local Angle = math.acos((R00+R11+R22-1)/2)
  2702. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2703. A = A == 0 and 0.00001 or A
  2704. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2705. B = B == 0 and 0.00001 or B
  2706. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  2707. C = C == 0 and 0.00001 or C
  2708. local x = (R21-R12)/sqrt(A)
  2709. local y = (R02-R20)/sqrt(B)
  2710. local z = (R10-R01)/sqrt(C)
  2711. return Vec3(x,y,z),Angle
  2712. end
  2713.  
  2714. function ApplyTrig(Num,Func)
  2715. local Min,Max = Func(0),Func(1)
  2716. local i = Func(Num)
  2717. return (i-Min)/(Max-Min)
  2718. end
  2719.  
  2720. function LerpCFrame(CFrame1,CFrame2,Num)
  2721. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  2722. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  2723. end
  2724.  
  2725. function Crater(Torso,Radius)
  2726. Spawn(function()
  2727. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  2728. local Ignore = {}
  2729. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2730. if v.Character ~= nil then
  2731. Ignore[#Ignore+1] = v.Character
  2732. end
  2733. end
  2734. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  2735. if Hit == nil then return end
  2736. local Parts = {}
  2737. for i = 1,360,10 do
  2738. local P = Instance.new("Part",Torso.Parent)
  2739. P.Anchored = true
  2740. P.FormFactor = "Custom"
  2741. P.BrickColor = Hit.BrickColor
  2742. P.Material = Hit.Material
  2743. P.TopSurface = "Smooth"
  2744. P.BottomSurface = "Smooth"
  2745. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  2746. 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)))
  2747. 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}
  2748. if math.random(0,5) == 0 then -- rubble
  2749. local P = Instance.new("Part",Torso.Parent)
  2750. P.Anchored = true
  2751. P.FormFactor = "Custom"
  2752. P.BrickColor = Hit.BrickColor
  2753. P.Material = Hit.Material
  2754. P.TopSurface = "Smooth"
  2755. P.BottomSurface = "Smooth"
  2756. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  2757. 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)))
  2758. 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}
  2759. end
  2760. end
  2761. for i = 0,1,0.05 do
  2762. for i2,v in pairs(Parts) do
  2763. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  2764. end
  2765. wait(0.02)
  2766. end
  2767. for i,v in pairs(Parts) do
  2768. if v[1].Size.X > 2.1 then
  2769. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  2770. end
  2771. v[1].Anchored = false
  2772. end
  2773. for i = 0,1,0.05 do
  2774. for i2,v in pairs(Parts) do
  2775. v[1].Transparency = i
  2776. if i == 1 then
  2777. v[1]:Destroy()
  2778. elseif i >= 0.25 then
  2779. v[1].CanCollide = false
  2780. end
  2781. end
  2782. wait(0.02)
  2783. end
  2784. Parts = nil
  2785. end)
  2786. end
  2787.  
  2788. ROW = function(out, trans, s, wt, t, ang, plus)
  2789. for i = 1, 360, 360/t do
  2790. local c = Instance.new("Part", game.Workspace)
  2791. c.FormFactor = 3
  2792. c.TopSurface = 0
  2793. c.BottomSurface = 0
  2794. c.Size = s
  2795. c.Anchored = true
  2796. c.CanCollide = wt
  2797. c.Material=workspace.Base.Material
  2798. c.Transparency = trans
  2799. c.BrickColor = workspace.Base.BrickColor
  2800. 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
  2801. c.Locked=true
  2802. game.Debris:AddItem(c,15)
  2803. end
  2804. end
  2805.  
  2806. Part = function(x,y,z,color,tr,cc,an,parent)
  2807. local p = Instance.new('Part',parent or Weapon)
  2808. p.formFactor = 'Custom'
  2809. p.Size = Vector3.new(x,y,z)
  2810. p.BrickColor = BrickColor.new(color)
  2811. p.CanCollide = cc
  2812. p.Transparency = tr
  2813. p.Anchored = an
  2814. p.TopSurface,p.BottomSurface = 0,0
  2815. p.Locked=true
  2816. p:BreakJoints()
  2817. return p end
  2818.  
  2819. Mesh = function(par,num,x,y,z)
  2820. local msh = _
  2821. if num == 1 then msh = Instance.new("CylinderMesh",par)
  2822. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  2823. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  2824. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  2825. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  2826. end msh.Scale = Vector3.new(x,y,z)
  2827. return msh end
  2828.  
  2829. function explosion(col1,col2,cfr,sz,rng,dmg)
  2830. local a= Part(1,1,1,col1,.5,false,true,workspace)
  2831. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  2832. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  2833. v1,v2,v3=sz.x,sz.y,sz.z
  2834. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  2835. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  2836. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  2837. a.CFrame=cfr
  2838. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  2839. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  2840.  
  2841. Spawn(function()
  2842. while wait() do
  2843. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  2844. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  2845. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  2846. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  2847. a.Transparency=a.Transparency+0.05
  2848. a2.Transparency=a2.Transparency+0.05
  2849. a3.Transparency=a3.Transparency+0.05
  2850. end
  2851. end)
  2852. end
  2853.  
  2854. Crater(X,20)
  2855. 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)
  2856. z = Instance.new("Sound",X)
  2857. z.SoundId = "rbxassetid://231917744"
  2858. z.Pitch = .5
  2859. z.Volume = 10
  2860. z1 = Instance.new("Sound",X)
  2861. z1.SoundId = "rbxassetid://231917744"
  2862. z1.Pitch = .5
  2863. z1.Volume = 10
  2864. z2 = Instance.new("Sound",X)
  2865. z2.SoundId = "rbxassetid://231917744"
  2866. z2.Pitch = .5
  2867. z2.Volume = 10
  2868. z3 = Instance.new("Sound",X)
  2869. z3.SoundId = "rbxassetid://245537790"
  2870. z3.Pitch = .7
  2871. z3.Volume = 1
  2872. z4 = Instance.new("Sound",X)
  2873. z4.SoundId = "rbxassetid://245537790"
  2874. z4.Pitch = .7
  2875. z4.Volume = 1
  2876. wait(0.1)
  2877. z:Play()
  2878. z1:Play()
  2879. z2:Play()
  2880. z3:Play()
  2881. z4:Play()
  2882.  
  2883. local part=Instance.new('Part',rarm)
  2884. part.Anchored=true
  2885. part.CanCollide=false
  2886. part.Locked = true
  2887. part.FormFactor='Custom'
  2888. part.Size=Vector3.new(1,1,1)
  2889. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  2890. part.Transparency=0
  2891. part.BrickColor=BrickColor.new('Royal purple')
  2892. local mesh=Instance.new('SpecialMesh',part)
  2893. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  2894. mesh.Scale=Vector3.new(2,2,2)
  2895. local part2=part:clone()
  2896. part2.Parent = rarm
  2897. part2.BrickColor=BrickColor.new("Royal purple")
  2898. local part5=part:clone()
  2899. part5.Parent = rarm
  2900. part5.BrickColor=BrickColor.new("Magenta")
  2901. local part6=part:clone()
  2902. part6.Parent = rarm
  2903. part6.BrickColor=BrickColor.new("Black")
  2904. local mesh2=mesh:clone()
  2905. mesh2.Parent=part2
  2906. mesh2.Scale=Vector3.new(3, 3, 3)
  2907. local mesh5=mesh:clone()
  2908. mesh5.Parent=part5
  2909. mesh5.Scale=Vector3.new(3, 3, 3)
  2910. local mesh6=mesh:clone()
  2911. mesh6.Parent=part6
  2912. mesh6.Scale=Vector3.new(3, 3, 3)
  2913. local blast = Instance.new("Part", rarm)
  2914. blast.BrickColor = BrickColor.new("Royal purple")
  2915. blast.Anchored = true
  2916. blast.CanCollide = false
  2917. blast.Locked = true
  2918. blast.Size = Vector3.new(1, 1, 1)
  2919. blast.TopSurface = "Smooth"
  2920. blast.BottomSurface = "Smooth"
  2921. blast.Transparency = 0
  2922. blast.CFrame = HandCF
  2923. local bm = Instance.new("SpecialMesh", blast)
  2924. bm.Scale = Vector3.new(5,1,5)
  2925. bm.MeshId = "rbxassetid://24388358"
  2926. local blast2 = Instance.new("Part", rarm)
  2927. blast2.BrickColor = BrickColor.new("Royal purple")
  2928. blast2.Anchored = true
  2929. blast2.CanCollide = false
  2930. blast2.Locked = true
  2931. blast2.Size = Vector3.new(1, 1, 1)
  2932. blast2.TopSurface = "Smooth"
  2933. blast2.BottomSurface = "Smooth"
  2934. blast2.Transparency = 0
  2935. blast2.CFrame = HandCF
  2936. local bm2 = Instance.new("SpecialMesh", blast2)
  2937. bm2.Scale = Vector3.new(3,1,3)
  2938. bm2.MeshId = "rbxassetid://24388358"
  2939. local blast3 = Instance.new("Part", rarm)
  2940. blast3.BrickColor = BrickColor.new("Royal purple")
  2941. blast3.Anchored = true
  2942. blast3.CanCollide = false
  2943. blast3.Locked = true
  2944. blast3.Size = Vector3.new(1, 1, 1)
  2945. blast3.TopSurface = "Smooth"
  2946. blast3.BottomSurface = "Smooth"
  2947. blast3.Transparency = 0
  2948. blast3.CFrame = HandCF
  2949. local bm3 = Instance.new("SpecialMesh", blast3)
  2950. bm3.Scale = Vector3.new(3,1,3)
  2951. bm3.MeshId = "rbxassetid://24388358"
  2952. for i = 1,120 do rs:wait()
  2953. X.Transparency = X.Transparency + (1/120)
  2954. part.Transparency = part.Transparency + (1/120)
  2955. part2.Transparency = part2.Transparency + (1/120)
  2956. part3.Transparency = part3.Transparency + (1/120)
  2957. part4.Transparency = part4.Transparency + (1/120)
  2958. part5.Transparency = part5.Transparency + (1/120)
  2959. part6.Transparency = part6.Transparency + (1/120)
  2960. part7.Transparency = part7.Transparency + (1/120)
  2961. blast.Transparency = blast.Transparency + (1/120)
  2962. blast2.Transparency = blast2.Transparency + (1/120)
  2963. blast3.Transparency = blast3.Transparency + (1/120)
  2964. X.Size = X.Size + Vector3.new(.8,.8,.8)
  2965. --part3.Size = part3.Size + Vector3.new(3,3,3)
  2966. mesh.Scale = mesh.Scale + Vector3.new(1,.2,1)
  2967. mesh2.Scale = mesh2.Scale + Vector3.new(1.1,.2,1.1)
  2968. mesh3.Scale = mesh3.Scale + Vector3.new(3,3,3)
  2969. mesh4.Scale = mesh4.Scale + Vector3.new(1.7,1.7,1.7)
  2970. mesh5.Scale = mesh5.Scale + Vector3.new(1.6,.2,1.6)
  2971. mesh6.Scale = mesh6.Scale + Vector3.new(2,.2,2)
  2972. mesh7.Scale = mesh7.Scale + Vector3.new(4,4,4)
  2973. bm.Scale = bm.Scale + Vector3.new(6,6,.2)
  2974. bm2.Scale = bm2.Scale + Vector3.new(4,4,.2)
  2975. bm3.Scale = bm3.Scale + Vector3.new(4,4,.2)
  2976. X.CFrame = cf
  2977. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  2978. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  2979. part3.CFrame=X.CFrame
  2980. part4.CFrame=X.CFrame
  2981. part7.CFrame=X.CFrame
  2982. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  2983. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  2984. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2985. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  2986. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  2987. rs:wait()
  2988. end
  2989. X:Destroy()
  2990. part:Destroy()
  2991. part2:Destroy()
  2992. part3:Destroy()
  2993. part4:Destroy()
  2994. part5:Destroy()
  2995. part6:Destroy()
  2996. blast:Destroy()
  2997. blast2:Destroy()
  2998. blast3:Destroy()
  2999. z:Destroy()
  3000. z1:Destroy()
  3001. z2:Destroy()
  3002. z3:Destroy()
  3003. z4:Destroy()
  3004. end
  3005. end)
  3006. for i = 1, 20 do
  3007. 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)
  3008. 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)
  3009. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3010. 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)
  3011. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  3012. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  3013. if Debounces.on == false then break end
  3014. rs:wait()
  3015. end
  3016. if Debounces.CanAttack == false then
  3017. Debounces.CanAttack = true
  3018. Debounces.NoIdl = false
  3019. Debounces.on = false
  3020. end
  3021. end
  3022. end
  3023. end)
  3024. ----------------------------------------------------
  3025. mouse.KeyDown:connect(function(key)
  3026. if key == "e" then
  3027. if Debounces.CanAttack == true then
  3028. Debounces.CanAttack = false
  3029. Debounces.on = true
  3030. Debounces.NoIdl = true
  3031. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  3032. z = Instance.new("Sound", rarm)
  3033. z.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  3034. z.Volume = .6
  3035. z.Pitch = pt[math.random(1,#pt)]
  3036. z.Looped = false
  3037. z:Play()
  3038. Debounces.RPunch = true
  3039. Debounces.LPunch = true
  3040. Debounces.ks = true
  3041. Debounces.ks2 = true
  3042. for i = 1, 3 do
  3043. 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)
  3044. 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)
  3045. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3046. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3047. 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)
  3048. 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)
  3049. if Debounces.on == false then break end
  3050. wait()
  3051. end
  3052. z2 = Instance.new("Sound", larm)
  3053. z2.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3054. z2.Volume = .6
  3055. z2.Pitch = pt[math.random(1,#pt)]
  3056. z2.Looped = false
  3057. z2:Play()
  3058. for i = 1, 3 do
  3059. 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)
  3060. 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)
  3061. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3062. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3063. 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)
  3064. 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)
  3065. if Debounces.on == false then break end
  3066. wait()
  3067. end
  3068. z3 = Instance.new("Sound", rarm)
  3069. z3.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3070. z3.Volume = 0.6
  3071. z3.Pitch = pt[math.random(1,#pt)]
  3072. z3.Looped = false
  3073. z3:Play()
  3074. for i = 1, 3 do
  3075. 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)
  3076. 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)
  3077. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3078. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3079. 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)
  3080. 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)
  3081. if Debounces.on == false then break end
  3082. wait()
  3083. end
  3084. z4 = Instance.new("Sound", larm)
  3085. z4.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3086. z4.Volume = .6
  3087. z4.Pitch = pt[math.random(1,#pt)]
  3088. z4.Looped = false
  3089. z4:Play()
  3090. for i = 1, 3 do
  3091. 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)
  3092. 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)
  3093. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3094. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3095. 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)
  3096. 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)
  3097. if Debounces.on == false then break end
  3098. wait()
  3099. end
  3100. z5 = Instance.new("Sound", rarm)
  3101. z5.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3102. z5.Volume = .6
  3103. z5.Pitch = pt[math.random(1,#pt)]
  3104. z5.Looped = false
  3105. z5:Play()
  3106. for i = 1, 3 do
  3107. 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)
  3108. 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)
  3109. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  3110. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  3111. 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)
  3112. 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)
  3113. if Debounces.on == false then break end
  3114. wait()
  3115. end
  3116. z6 = Instance.new("Sound", larm)
  3117. z6.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3118. z6.Volume = .6
  3119. z6.Pitch = pt[math.random(1,#pt)]
  3120. z6.Looped = false
  3121. z6:Play()
  3122. for i = 1, 3 do
  3123. 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)
  3124. 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)
  3125. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3126. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3127. 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)
  3128. 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)
  3129. if Debounces.on == false then break end
  3130. wait()
  3131. end
  3132. z7 = Instance.new("Sound", rarm)
  3133. z7.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  3134. z7.Volume = .6
  3135. z7.Pitch = pt[math.random(1,#pt)]
  3136. z7.Looped = false
  3137. z7:Play()
  3138. for i = 1, 3 do
  3139. 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)
  3140. 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)
  3141. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3142. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3143. 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)
  3144. 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)
  3145. if Debounces.on == false then break end
  3146. wait()
  3147. end
  3148. z8 = Instance.new("Sound", larm)
  3149. z8.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3150. z8.Volume = .6
  3151. z8.Pitch = pt[math.random(1,#pt)]
  3152. z8.Looped = false
  3153. z8:Play()
  3154. for i = 1, 3 do
  3155. 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)
  3156. 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)
  3157. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3158. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3159. 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)
  3160. 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)
  3161. if Debounces.on == false then break end
  3162. wait()
  3163. end
  3164. z9 = Instance.new("Sound", rarm)
  3165. z9.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3166. z9.Volume = 0.6
  3167. z9.Pitch = pt[math.random(1,#pt)]
  3168. z9.Looped = false
  3169. z9:Play()
  3170. for i = 1, 3 do
  3171. 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)
  3172. 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)
  3173. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3174. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3175. 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)
  3176. 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)
  3177. if Debounces.on == false then break end
  3178. wait()
  3179. end
  3180. z10 = Instance.new("Sound", larm)
  3181. z10.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3182. z10.Volume = .6
  3183. z10.Pitch = pt[math.random(1,#pt)]
  3184. z10.Looped = false
  3185. z10:Play()
  3186. for i = 1, 3 do
  3187. 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)
  3188. 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)
  3189. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3190. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3191. 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)
  3192. 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)
  3193. if Debounces.on == false then break end
  3194. wait()
  3195. end
  3196. z11 = Instance.new("Sound", rarm)
  3197. z11.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3198. z11.Volume = .6
  3199. z11.Pitch = pt[math.random(1,#pt)]
  3200. z11.Looped = false
  3201. z11:Play()
  3202. for i = 1, 3 do
  3203. 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)
  3204. 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)
  3205. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  3206. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  3207. 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)
  3208. 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)
  3209. if Debounces.on == false then break end
  3210. wait()
  3211. end
  3212. z12 = Instance.new("Sound", larm)
  3213. z12.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3214. z12.Volume = .6
  3215. z12.Pitch = pt[math.random(1,#pt)]
  3216. z12.Looped = false
  3217. z12:Play()
  3218. for i = 1, 3 do
  3219. 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)
  3220. 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)
  3221. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3222. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3223. 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)
  3224. 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)
  3225. if Debounces.on == false then break end
  3226. wait()
  3227. end
  3228. z13 = Instance.new("Sound", rarm)
  3229. z13.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3230. z13.Volume = 0.6
  3231. z13.Pitch = pt[math.random(1,#pt)]
  3232. z13.Looped = false
  3233. z13:Play()
  3234. for i = 1, 3 do
  3235. 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)
  3236. 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)
  3237. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3238. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3239. 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)
  3240. 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)
  3241. if Debounces.on == false then break end
  3242. wait()
  3243. end
  3244. z14 = Instance.new("Sound", larm)
  3245. z14.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3246. z14.Volume = .6
  3247. z14.Pitch = pt[math.random(1,#pt)]
  3248. z14.Looped = false
  3249. z14:Play()
  3250. for i = 1, 3 do
  3251. 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)
  3252. 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)
  3253. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3254. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3255. 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)
  3256. 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)
  3257. if Debounces.on == false then break end
  3258. wait()
  3259. end
  3260. z15 = Instance.new("Sound", rarm)
  3261. z15.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3262. z15.Volume = .6
  3263. z15.Pitch = pt[math.random(1,#pt)]
  3264. z15.Looped = false
  3265. z15:Play()
  3266. for i = 1, 3 do
  3267. 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)
  3268. 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)
  3269. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  3270. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  3271. 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)
  3272. 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)
  3273. if Debounces.on == false then break end
  3274. wait()
  3275. end
  3276. z16 = Instance.new("Sound", larm)
  3277. z16.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3278. z16.Volume = .6
  3279. z16.Pitch = pt[math.random(1,#pt)]
  3280. z16.Looped = false
  3281. z16:Play()
  3282. for i = 1, 3 do
  3283. 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)
  3284. 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)
  3285. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3286. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3287. 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)
  3288. 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)
  3289. if Debounces.on == false then break end
  3290. wait()
  3291. end
  3292. z17 = Instance.new("Sound", rarm)
  3293. z17.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  3294. z17.Volume = .6
  3295. z17.Pitch = pt[math.random(1,#pt)]
  3296. z17.Looped = false
  3297. z17:Play()
  3298. for i = 1, 3 do
  3299. 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)
  3300. 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)
  3301. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3302. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3303. 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)
  3304. 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)
  3305. if Debounces.on == false then break end
  3306. wait()
  3307. end
  3308. z18 = Instance.new("Sound", larm)
  3309. z18.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3310. z18.Volume = .6
  3311. z18.Pitch = pt[math.random(1,#pt)]
  3312. z18.Looped = false
  3313. z18:Play()
  3314. for i = 1, 3 do
  3315. 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)
  3316. 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)
  3317. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3318. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3319. 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)
  3320. 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)
  3321. if Debounces.on == false then break end
  3322. wait()
  3323. end
  3324. z19 = Instance.new("Sound", rarm)
  3325. z19.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3326. z19.Volume = 0.6
  3327. z19.Pitch = pt[math.random(1,#pt)]
  3328. z19.Looped = false
  3329. z19:Play()
  3330. for i = 1, 3 do
  3331. 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)
  3332. 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)
  3333. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  3334. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  3335. 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)
  3336. 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)
  3337. if Debounces.on == false then break end
  3338. wait()
  3339. end
  3340. z20 = Instance.new("Sound", larm)
  3341. z20.SoundId = "http://www.roblox.com/asset/?id=206083107"
  3342. z20.Volume = .6
  3343. z20.Pitch = pt[math.random(1,#pt)]
  3344. z20.Looped = false
  3345. z20:Play()
  3346. for i = 1, 3 do
  3347. 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)
  3348. 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)
  3349. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  3350. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  3351. 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)
  3352. 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)
  3353. if Debounces.on == false then break end
  3354. wait()
  3355. end
  3356. z:Destroy()
  3357. z2:Destroy()
  3358. z3:Destroy()
  3359. z4:Destroy()
  3360. z5:Destroy()
  3361. z6:Destroy()
  3362. z7:Destroy()
  3363. z8:Destroy()
  3364. z9:Destroy()
  3365. z10:Destroy()
  3366. z11:Destroy()
  3367. z12:Destroy()
  3368. z13:Destroy()
  3369. z14:Destroy()
  3370. z15:Destroy()
  3371. z16:Destroy()
  3372. z17:Destroy()
  3373. z18:Destroy()
  3374. z19:Destroy()
  3375. z20:Destroy()
  3376. Debounces.LPunch = false
  3377. Debounces.RPunch = false
  3378. Debounces.ks = false
  3379. Debounces.ks2 = false
  3380. if Debounces.CanAttack == false then
  3381. Debounces.CanAttack = true
  3382. Debounces.on = false
  3383. Debounces.NoIdl = false
  3384. end
  3385. end
  3386. end
  3387. end)
  3388. -------------------------------
  3389. mouse.KeyDown:connect(function(key)
  3390. if key == "t" then
  3391. if Debounces.CanAttack == true then
  3392. Debounces.CanAttack = false
  3393. Debounces.NoIdl = true
  3394. Debounces.on = true
  3395. Debounces.ks = true
  3396. kik = rleg.Touched:connect(function(ht)
  3397. hit = ht.Parent
  3398. if ht and hit:IsA("Model") then
  3399. if hit:FindFirstChild("Humanoid") then
  3400. if hit.Name ~= p.Name then
  3401. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3402. Debounces.Slashed = true]]--
  3403. if Debounces.ks==true then
  3404. z = Instance.new("Sound",hed)
  3405. z.SoundId = "rbxassetid://169380525"
  3406. z.Volume = 1
  3407. z:Play()
  3408. Debounces.ks=false
  3409. end
  3410. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  3411. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  3412. --Debounces.Slashed = false
  3413. --end
  3414. end
  3415. end
  3416. elseif ht and hit:IsA("Hat") then
  3417. if hit.Parent.Name ~= p.Name then
  3418. if hit.Parent:FindFirstChild("Humanoid") then
  3419. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3420. Debounces.Slashed = true]]--
  3421. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  3422. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  3423. --Debounces.Slashed = false
  3424. --end
  3425. end
  3426. end
  3427. end
  3428. end)
  3429. for i = 1,20 do
  3430. 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)
  3431. 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)
  3432. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3433. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  3434. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  3435. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  3436. if Debounces.on == false then break end
  3437. rs:wait()
  3438. end
  3439. kik:disconnect()
  3440. if Debounces.CanAttack == false then
  3441. Debounces.CanAttack = true
  3442. Debounces.NoIdl = false
  3443. Debounces.on = false
  3444. end
  3445. end
  3446. end
  3447. end)
  3448. ----------------------------------------------------
  3449. mouse.KeyDown:connect(function(key)
  3450. if key == "y" then
  3451. if Debounces.CanAttack == true then
  3452. Debounces.CanAttack = false
  3453. Debounces.on = true
  3454. Debounces.NoIdl = true
  3455. for i = 1, 15 do
  3456. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(90+1), math.rad(0), math.rad(-60)), 0.2)
  3457. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(93),math.rad(0),math.rad(10)), 0.2)
  3458. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-20),math.rad(-10),0), 0.2)
  3459. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(10), 0), 0.2)
  3460. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.2)
  3461. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.2)
  3462. if Debounces.on == false then break end if Debounces.on == false then break end
  3463. rs:wait(2.7)
  3464. end
  3465. x = Instance.new("Sound",char)
  3466. x.SoundId = "rbxassetid://228343271"
  3467. x.Pitch = 1
  3468. x.Volume = .8
  3469. wait(.1)
  3470. x:Play()
  3471. Debounces.on = false
  3472. Debounces.Here = false
  3473. shot = shot + 1
  3474. local rng = Instance.new("Part", larm)
  3475. rng.Anchored = true
  3476. rng.BrickColor = BrickColor.new("Royal purple")
  3477. rng.CanCollide = false
  3478. rng.FormFactor = 3
  3479. rng.Name = "Ring"
  3480. rng.Size = Vector3.new(1, 1, 1)
  3481. rng.Transparency = 0.35
  3482. rng.TopSurface = 0
  3483. rng.BottomSurface = 0
  3484. rng2 = rng:clone()
  3485. rng3 = rng2:clone()
  3486. rng4 = rng2:clone()
  3487. local rngm = Instance.new("SpecialMesh", rng)
  3488. rngm.MeshId = "http://www.roblox.com/asset/?id=1125473" -- 1125473
  3489. rngm.Scale = Vector3.new(10, 10, 1)
  3490. rngm2 = rngm:clone()
  3491. rngm2.Scale = Vector3.new(5, 5, 3)
  3492. rngm3=rngm2:clone()
  3493. rngm3.Parent = rng3
  3494. rngm3.Scale = Vector3.new(8, 8, 1)
  3495. rngm4 = rngm2:clone()
  3496. rngm4.Parent = rng4
  3497. rngm4.Scale = Vector3.new(6, 6, 1)
  3498. local bem = Instance.new("Part", larm)
  3499. bem.Anchored = true
  3500. bem.BrickColor = BrickColor.new("Royal purple")
  3501. bem.CanCollide = false
  3502. bem.FormFactor = 3
  3503. bem.Name = "Beam" .. shot
  3504. bem.Size = Vector3.new(1, 1, 1)
  3505. bem.Transparency = 0.35
  3506. bem.TopSurface = 0
  3507. bem.BottomSurface = 0
  3508. local bemm = Instance.new("SpecialMesh", bem)
  3509. bemm.MeshType = 4
  3510. bemm.Scale = Vector3.new(1, 4, 4)
  3511. local out = Instance.new("Part", larm)
  3512. out.Anchored = true
  3513. out.BrickColor = BrickColor.new("Royal purple")
  3514. out.CanCollide = false
  3515. out.FormFactor = 3
  3516. out.Name = "Out"
  3517. out.Size = Vector3.new(4, 4, 4)
  3518. out.Transparency = 0.35
  3519. out.TopSurface = 0
  3520. out.BottomSurface = 0
  3521. local outm = Instance.new("SpecialMesh", out)
  3522. outm.MeshId = "http://www.roblox.com/asset/?id=24388358"
  3523. outm.Scale = Vector3.new(6, 4, 6)
  3524. local bnd = Instance.new("Part", larm)
  3525. bnd.Anchored = true
  3526. bnd.BrickColor = BrickColor.new("Lavender")
  3527. bnd.CanCollide = false
  3528. bnd.FormFactor = 3
  3529. bnd.Name = "Bend"
  3530. bnd.Size = Vector3.new(1, 1, 1)
  3531. bnd.Transparency = 1
  3532. bnd.TopSurface = 0
  3533. bnd.BottomSurface = 0
  3534. local bndm = Instance.new("SpecialMesh", bnd)
  3535. bndm.MeshType = 3
  3536. bndm.Scale = Vector3.new(8, 8, 8)
  3537. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  3538. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  3539. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3540. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3541. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  3542. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  3543. Debounces.Shewt = true
  3544. coroutine.wrap(function()
  3545. for i = 1, 20, 0.2 do
  3546. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  3547. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  3548. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  3549. rng.Transparency = i/20
  3550. rng3.Transparency = 1/24
  3551. rng4.Transparency = i/26
  3552. wait()
  3553. end
  3554. wait()
  3555. rng:Destroy()
  3556. end)()
  3557. if Debounces.Shewt == true then
  3558. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  3559. hit = ht.Parent
  3560. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  3561. if HasntTouched(hit.Name) == true and deb == false then
  3562. deb = true
  3563. coroutine.wrap(function()
  3564. hit:FindFirstChild("Humanoid").PlatformStand = true
  3565. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3566. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  3567. end)()
  3568. table.insert(Touche, hit.Name)
  3569. deb = false
  3570. end
  3571. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  3572. if HasntTouched(hit.Parent.Name) == true and deb == false then
  3573. deb = true
  3574. coroutine.wrap(function()
  3575. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  3576. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3577. wait(1)
  3578. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  3579. end)()
  3580. table.insert(Touche, hit.Parent.Name)
  3581. deb = false
  3582. for i, v in pairs(Touche) do
  3583. print(v)
  3584. end
  3585. end
  3586. end
  3587. end)
  3588. end
  3589. for i = 0, 260, 8 do
  3590. bem.Size = Vector3.new(i, 3, 3)
  3591. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  3592. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  3593. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  3594. bnd.Size = Vector3.new(1,1,1)
  3595. bndm.Scale = Vector3.new(8,8,8)
  3596. if i % 10 == 0 then
  3597. local newRng = rng2:Clone()
  3598. newRng.Parent = larm
  3599. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  3600. local newRngm = rngm2:clone()
  3601. newRngm.Parent=newRng
  3602. coroutine.wrap(function()
  3603. for i = 1, 10, 0.2 do
  3604. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  3605. newRng.Transparency = i/10
  3606. wait()
  3607. end
  3608. wait()
  3609. newRng:Destroy()
  3610. end)()
  3611. end
  3612. wait()
  3613. end
  3614. wait()
  3615. Debounces.Shewt = false
  3616. bem:Destroy()
  3617. out:Destroy()
  3618. bnd:Destroy()
  3619. Debounces.Ready = false
  3620. for i, v in pairs(Touche) do
  3621. table.remove(Touche, i)
  3622. end
  3623. wait()
  3624. table.insert(Touche, char.Name)
  3625. Debounces.NoIdl = false
  3626. if Debounces.CanAttack == false then
  3627. Debounces.CanAttack = true
  3628. end
  3629. end
  3630. end
  3631. end)
  3632. ----------------------------------------------------
  3633. mouse.KeyDown:connect(function(key)
  3634. if key == "x" then
  3635. if Debounces.CanAttack == true then
  3636. Debounces.CanAttack = false
  3637. Debounces.NoIdl = true
  3638. Debounces.on = true
  3639. hed.Anchored=true
  3640. local shell = Instance.new("Part",torso)
  3641. shell.BrickColor = BrickColor.new("Lavender")
  3642. shell.Anchored = false
  3643. shell.CanCollide = false
  3644. shell.Locked = true
  3645. shell.Material = "Neon"
  3646. shell.TopSurface = "SmoothNoOutlines"
  3647. shell.BottomSurface = "SmoothNoOutlines"
  3648. shell.Size = Vector3.new(2.2,2.2,2.2)
  3649. shell.FormFactor = 3
  3650. local shellm = Instance.new("SpecialMesh",shell)
  3651. shellm.MeshType = "Sphere"
  3652. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  3653. local Omega = function()
  3654. local X = Instance.new("Part",char)
  3655. local O = Instance.new("ObjectValue",X)
  3656. O.Name = "creator"
  3657. X.Locked = true
  3658. X.Name = "Shell"
  3659. X.Anchored = false
  3660. X.CanCollide = false
  3661. X.Transparency = 0.5
  3662. X.Reflectance = 0
  3663. X.BottomSurface = 0
  3664. X.TopSurface = 0
  3665. X.Shape = 0
  3666. local V = Instance.new("ObjectValue",X)
  3667. V.Value = char
  3668. V.Name = "creator"
  3669. X.BrickColor = BrickColor.new("Lavender")
  3670. X.Size = Vector3.new(100,40,100)
  3671. X.CFrame=torso.CFrame*CFrame.new(0,0,-40)
  3672. X.Material = "Neon"
  3673. b = Instance.new("Sound")
  3674. b.SoundId = "http://www.roblox.com/asset/?id=262498472"
  3675. b.Parent = char.Head
  3676. b.Looped = false
  3677. b.Pitch = 1
  3678. b.Volume = 1
  3679. wait(.1)
  3680. b:Play()
  3681. local Z = Instance.new("SpecialMesh",X)
  3682. Z.MeshType = "Sphere"
  3683. Z.Scale = Vector3.new(0.2,0.2,0.2)
  3684. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  3685. local bv = Instance.new("BodyVelocity",X)
  3686. bv.maxForce = Vector3.new(99999,99999,99999)
  3687. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  3688. bv.velocity = root.CFrame.lookVector*10
  3689. Explode = X.Touched:connect(function(hit)
  3690. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart") then
  3691. local cf = X.CFrame
  3692. bv:Destroy()
  3693. X.Anchored = true
  3694. Z:Remove()
  3695. Explode:disconnect()
  3696. X.Size = Vector3.new(3,3,3)
  3697. X.Touched:connect(function(hit) end)
  3698. X.CanCollide = false
  3699. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  3700. if v:FindFirstChild('Humanoid') then
  3701. v.Humanoid:TakeDamage(math.random(80,120))
  3702. end
  3703. end
  3704. for i = 1, (40) do rs:wait()
  3705. X.Transparency = X.Transparency + (1/40)
  3706. X.Size = X.Size + Vector3.new(1,1,1)
  3707. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  3708. end
  3709. X:Destroy()
  3710. end
  3711. end)
  3712. end
  3713. --Omega()
  3714. local function wat()
  3715. local sweld=Instance.new('ManualWeld',shell)
  3716. sweld.Part0=shell
  3717. sweld.Part1=rarm
  3718. sweld.C0=CFrame.new(0,1,0)
  3719. return sweld
  3720. end
  3721. local watweld=wat()
  3722. for i = 1,200 do
  3723. 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)
  3724. 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)
  3725. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3726. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3727. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3728. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3729. if Debounces.on == false then break end
  3730. rs:wait()
  3731. end
  3732. b = Instance.new("Sound")
  3733. b.SoundId = "http://www.roblox.com/asset/?id=245537790"
  3734. b.Parent = char.Head
  3735. b.Looped = false
  3736. b.Pitch = 1
  3737. b.Volume = 1
  3738. wait(.1)
  3739. b:Play()
  3740. watweld.Part1=torso
  3741. watweld.C0=CFrame.new(0,-4,0)
  3742. for i = 1,30 do
  3743. watweld.C0=watweld.C0*CFrame.new(0,-1,0)
  3744. 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)
  3745. 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)
  3746. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3747. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3748. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3749. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3750. if Debounces.on == false then break end
  3751. rs:wait()
  3752. end
  3753. local shelbx=true
  3754. --Experimental Damagefunction
  3755. coroutine.resume(coroutine.create(function() while shelbx do wait()
  3756. for _,v in pairs(game.workspace:GetChildren()) do
  3757. if v:IsA'Model' and v:FindFirstChild'Humanoid' and v:FindFirstChild'Torso' and v~=pchar then
  3758. local mag=(v.Torso.CFrame.p-shell.CFrame.p).magnitude
  3759. if mag <= shell.Size.x then
  3760. v.Humanoid.Health=v.Humanoid.Health-(v.Humanoid.MaxHealth/7)
  3761. end
  3762. end
  3763. end
  3764. end end))
  3765. for i = 1,40 do
  3766. --shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  3767. shell.Size = shell.Size + Vector3.new(1,1,1)
  3768. local watweld=wat()
  3769. watweld.C0=CFrame.new(0,-14-i,0)
  3770. watweld.Part1=torso
  3771. 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)
  3772. 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)
  3773. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3774. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3775. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3776. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3777. if Debounces.on == false then break end
  3778. rs:wait()
  3779. end
  3780. for i = 1,40 do
  3781. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  3782. local watweld=wat()
  3783. watweld.Part1=torso
  3784. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,40),1)
  3785. 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)
  3786. 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)
  3787. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3788. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3789. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3790. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3791. if Debounces.on == false then break end
  3792. rs:wait()
  3793. end
  3794. for i = 1,60 do
  3795. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  3796. local watweld=wat()
  3797. watweld.Part1=torso
  3798. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,60),1)
  3799. 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)
  3800. 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)
  3801. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3802. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3803. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3804. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3805. if Debounces.on == false then break end
  3806. rs:wait()
  3807. end
  3808. for i = 1,60 do
  3809. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  3810. --shell.Size = shell.Size + Vector3.new(1,1,1)
  3811. shell.Size=shell.Size+Vector3.new(1,1,1)
  3812. local watweld=wat()
  3813. watweld.Part1=torso
  3814. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,62),1)
  3815. 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)
  3816. 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)
  3817. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3818. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3819. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3820. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3821. if Debounces.on == false then break end
  3822. rs:wait()
  3823. end
  3824. coroutine.resume(coroutine.create(function()
  3825. for i=0,1,.1 do wait() shell.Transparency=i end
  3826. shell:Destroy()
  3827. shelbx=false
  3828. end))
  3829. hed.Anchored=false
  3830. if Debounces.CanAttack == false then
  3831. Debounces.CanAttack = true
  3832. Debounces.NoIdl = false
  3833. Debounces.on = false
  3834. b:Destroy()
  3835.  
  3836. end
  3837. end
  3838. end
  3839. end)
  3840. ----------------------------------------------------
  3841. mouse.KeyDown:connect(function(key)
  3842. if key == "z" then
  3843. if Debounces.CanAttack == true then
  3844. Debounces.CanAttack = false
  3845. Debounces.NoIdl = true
  3846. char.Humanoid.WalkSpeed = .01
  3847. Debounces.on = true
  3848. for i = 1, 20 do
  3849. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-12)), 0.3)
  3850. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(90), 0, math.rad(90)), 0.3)
  3851. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.3)
  3852. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.3)
  3853. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.3)
  3854. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.3)
  3855. if Debounces.on == false then
  3856. break
  3857. end
  3858. wait()
  3859. end
  3860. for i = 1, 20 do
  3861. wait()
  3862. end
  3863. x = Instance.new("Sound")
  3864. x.SoundId = "http://www.roblox.com/asset/?id=235097614"
  3865. x.Parent = char
  3866. x.Looped = false
  3867. x.Pitch = .7
  3868. x.Volume = .6
  3869. wait(.1)
  3870. x:Play()
  3871. Debounces.on = false
  3872. Debounces.Here = false
  3873. shot = shot + 1
  3874. for i = 1, 6 do
  3875. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-12)), 0.4)
  3876. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(90), 0, math.rad(90)), 0.4)
  3877. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.4)
  3878. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.4)
  3879. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.4)
  3880. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 3) * CFrame.Angles(0, math.rad(90), 0), 0.4)
  3881. wait()
  3882. end
  3883. local rng = Instance.new("Part", char)
  3884. rng.Anchored = true
  3885. rng.BrickColor = BrickColor.new("Royal purple")
  3886. rng.CanCollide = false
  3887. rng.FormFactor = 3
  3888. rng.Name = "Ring"
  3889. rng.Size = Vector3.new(1, 1, 1)
  3890. rng.Transparency = 0.35
  3891. rng.TopSurface = 0
  3892. rng.BottomSurface = 0
  3893. local rngm = Instance.new("SpecialMesh", rng)
  3894. rngm.MeshId = "http://www.roblox.com/asset/?id=24388358"
  3895. rngm.Scale = Vector3.new(10, 10, 1)
  3896. local bem = Instance.new("Part", char)
  3897. bem.Anchored = true
  3898. bem.BrickColor = BrickColor.new("Royal purple")
  3899. bem.CanCollide = false
  3900. bem.FormFactor = 3
  3901. bem.Name = "Beam" .. shot
  3902. bem.Size = Vector3.new(1, 1, 1)
  3903. bem.Transparency = 0.35
  3904. bem.TopSurface = 0
  3905. bem.BottomSurface = 0
  3906. local bemm = Instance.new("SpecialMesh", bem)
  3907. bemm.MeshType = 4
  3908. bemm.Scale = Vector3.new(1, 4, 4)
  3909. local out = Instance.new("Part", char)
  3910. out.Anchored = true
  3911. out.BrickColor = BrickColor.new("Royal purple")
  3912. out.CanCollide = false
  3913. out.FormFactor = 3
  3914. out.Name = "Out"
  3915. out.Size = Vector3.new(4, 4, 4)
  3916. out.Transparency = 0.35
  3917. out.TopSurface = 0
  3918. out.BottomSurface = 0
  3919. local outm = Instance.new("SpecialMesh", out)
  3920. outm.MeshId = "http://www.roblox.com/asset/?id=24388358" --24388358
  3921. outm.Scale = Vector3.new(4, 4, 4)
  3922. local bnd = Instance.new("Part", char)
  3923. bnd.Anchored = true
  3924. bnd.BrickColor = BrickColor.new("Royal purple")
  3925. bnd.CanCollide = false
  3926. bnd.FormFactor = 3
  3927. bnd.Name = "Bend"
  3928. bnd.Size = Vector3.new(1, 1, 1)
  3929. bnd.Transparency = 1
  3930. bnd.TopSurface = 0
  3931. bnd.BottomSurface = 0
  3932. local bndm = Instance.new("SpecialMesh", bnd)
  3933. bndm.MeshType = 3
  3934. bndm.Scale = Vector3.new(8, 8, 8)
  3935. out.CFrame = rarm.CFrame * CFrame.new(0, -1.75, 0)
  3936. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  3937. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3938. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3939. Debounces.Shewt = true
  3940. coroutine.wrap(function()
  3941. for i = 1, 20, 0.2 do
  3942. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  3943. rng.Transparency = i/20
  3944. wait()
  3945. end
  3946. wait()
  3947. rng:Destroy()
  3948. end)()
  3949. if Debounces.Shewt == true then
  3950. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  3951. hit = ht.Parent
  3952. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  3953. if HasntTouched(hit.Name) == true and deb == false then
  3954. deb = true
  3955. coroutine.wrap(function()
  3956. hit:FindFirstChild("Humanoid").PlatformStand = true
  3957. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3958. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  3959. end)()
  3960. table.insert(Touche, hit.Name)
  3961. deb = false
  3962. end
  3963. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  3964. if HasntTouched(hit.Parent.Name) == true and deb == false then
  3965. deb = true
  3966. coroutine.wrap(function()
  3967. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  3968. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3969. wait(1)
  3970. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  3971. end)()
  3972. table.insert(Touche, hit.Parent.Name)
  3973. deb = false
  3974. for i, v in pairs(Touche) do
  3975. print(v)
  3976. end
  3977. end
  3978. end
  3979. end)
  3980. end
  3981. for i = 0, 260, 8 do
  3982. bem.Size = Vector3.new(i, 2, 2)
  3983. bem.CFrame = rarm.CFrame * CFrame.new(0, -3.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  3984. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  3985. bnd.Size = Vector3.new(1,1,1)
  3986. bndm.Scale = Vector3.new(8,8,8)
  3987. wait()
  3988. end
  3989. wait()
  3990. Debounces.Shewt = false
  3991. bem:Destroy()
  3992. out:Destroy()
  3993. bnd:Destroy()
  3994. char.Humanoid.WalkSpeed = 10
  3995. Debounces.Ready = false
  3996. for i, v in pairs(Touche) do
  3997. table.remove(Touche, i)
  3998. end
  3999. wait()
  4000. table.insert(Touche, char.Name)
  4001. Debounces.NoIdl = false
  4002. if Debounces.CanAttack == false then
  4003. Debounces.CanAttack = true
  4004. for i = 1, 20 do
  4005. wait()
  4006. hum.WalkSpeed = 5
  4007. end
  4008. end
  4009. end
  4010. end
  4011. end)
  4012.  
  4013. ----------------------------------------------------
  4014. Charging = false
  4015. mouse.KeyDown:connect(function(key)
  4016. if key == "r" then
  4017. if Charging == false then
  4018. Charging = true
  4019. if Debounces.CanAttack == true then
  4020. Debounces.CanAttack = false
  4021. Debounces.NoIdl = true
  4022. Debounces.on = true
  4023.  
  4024. for i = 1,20 do
  4025. 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)
  4026. 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)
  4027. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  4028. 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)
  4029. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  4030. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  4031. if Debounces.on == false then break end
  4032. rs:wait()
  4033. end
  4034.  
  4035.  
  4036. pt=Instance.new('Part',torso)
  4037. pt.Anchored=true
  4038. pt.CanCollide=false
  4039. pt.Locked = true
  4040. pt.FormFactor='Custom'
  4041. pt.Size=Vector3.new(1,1,1)
  4042. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  4043. pt.Transparency=.6
  4044. pt.BrickColor=BrickColor.new('Royal purple')
  4045. msh=Instance.new('SpecialMesh',pt)
  4046. msh.MeshId='http://www.roblox.com/asset/?id=24388358'
  4047. msh.Scale=Vector3.new(8,4,8)
  4048. pt2=pt:clone()
  4049. pt2.Parent = torso
  4050. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  4051. pt2.BrickColor=BrickColor.new("Royal purple")
  4052. msh2=msh:clone()
  4053. msh2.Parent=pt2
  4054. msh2.Scale=Vector3.new(10,5,10)
  4055. particle = Instance.new("ParticleEmitter", pt)
  4056. particle.Size = NumberSequence.new(1.2)
  4057. particle.LightEmission = 0.2
  4058. particle.EmissionDirection = "Top"
  4059. particle.Lifetime = NumberRange.new(5,10)
  4060. particle.Rotation = NumberRange.new(5,10)
  4061. particle.RotSpeed = NumberRange.new(5)
  4062. particle.Speed = NumberRange.new(15)
  4063. particle.VelocitySpread = 500
  4064. particle.Rate = 150
  4065. if potential then
  4066. particle.Color = ColorSequence.new(Color3.new(.139,0,.139))
  4067. else
  4068. particle.Color = ColorSequence.new(Color3.new(0,0,0))
  4069. end
  4070. ------------------
  4071.  
  4072. 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}
  4073.  
  4074. bl = Instance.new("Part", char)
  4075. bl.Locked = true
  4076. bl.Name = "Shell"
  4077. bl.BrickColor = BrickColor.new("Royal purple")
  4078. bl.Anchored = true
  4079. bl.CanCollide = false
  4080. bl.Transparency = 0
  4081. bl.Reflectance = 0
  4082. bl.BottomSurface = 0
  4083. bl.TopSurface = 0
  4084. bl.Shape = 0
  4085. blm = Instance.new("SpecialMesh",bl)
  4086. blm.MeshType = "Sphere"
  4087. blm.Scale = Vector3.new(1,1,1)
  4088. blm.MeshId = "rbxassetid://9982590"
  4089. --
  4090. b = Instance.new("Sound")
  4091. b.SoundId = "http://www.roblox.com/asset/?id=262498472"
  4092. b.Parent = char.Head
  4093. b.Looped = true
  4094. b.Pitch = 1
  4095. b.Volume = 1
  4096. wait(.1)
  4097. b:Play()
  4098. --
  4099. coroutine.resume(coroutine.create(function()
  4100. for i=1, math.huge, 4 do
  4101. if Charging == true then
  4102. rs:wait()
  4103. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  4104. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  4105. bl.Transparency = bl.Transparency + 0.005
  4106. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  4107. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  4108. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  4109. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  4110. elseif Charging == false then break
  4111. end
  4112. end
  4113. end))
  4114.  
  4115. repeat
  4116. local p = Instance.new('Part',torso)
  4117. p.formFactor = 'Custom'
  4118. p.Size = Vector3.new(1,1,1)
  4119. p.BrickColor = workspace.Base.BrickColor
  4120. p.CanCollide = false
  4121. p.Transparency = 0
  4122. p.Anchored = true
  4123. p.Locked=true
  4124. p.Material = workspace.Base.Material
  4125. s = math.random(1,40)/10
  4126. local m = Instance.new("BlockMesh",p)
  4127. m.Scale = Vector3.new(s,s,s)
  4128. 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())
  4129. --[[coroutine.wrap(function()
  4130. wait(2)
  4131. while Charging == true do
  4132. wait(2)
  4133. GroundWave1()
  4134. wait(2)
  4135. end
  4136. end)()]]--
  4137. Spawn(function()
  4138. while rs:wait() do
  4139. if Charging == true then
  4140. 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)))
  4141. 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)))
  4142. 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))
  4143. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  4144. 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)))
  4145. 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)))
  4146. elseif Charging == false then break
  4147. end
  4148. end
  4149. end)
  4150. Spawn(function()
  4151. while rs:wait() do
  4152. if p.Transparency >= 1 then p:Destroy() break end
  4153. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  4154. p.Transparency = p.Transparency+0.01
  4155. end
  4156. end)
  4157. wait(.3)
  4158. until Charging == false
  4159. end
  4160. end
  4161. end
  4162. end)
  4163. ----------------------------------------------------
  4164. mouse.KeyUp:connect(function(key)
  4165. if key == "r" then
  4166. if Charging == true then
  4167. Charging = false
  4168. pt:Destroy()
  4169. pt2:Destroy()
  4170. bl:Destroy()
  4171. particle:Destroy()
  4172. if Debounces.CanAttack == false then
  4173. Debounces.CanAttack = true
  4174. Debounces.NoIdl = false
  4175. Debounces.on = false
  4176. end
  4177. end
  4178. b:Stop()
  4179. end
  4180. end)
  4181. ----------------------------------------------------
  4182.  
  4183. ----------------------------------------------------
  4184. Search = false
  4185. mouse.KeyDown:connect(function(key)
  4186. if key == "n" then
  4187. if Search == false then
  4188. Search = true
  4189. for i,v in pairs(game.Players:getPlayers()) do
  4190. if v.Name~=char.Name then
  4191. for j,k in pairs(v.Character:GetChildren()) do
  4192. if k:IsA("BasePart") and k.Transparency >= 1 then
  4193. bawx=Instance.new("SelectionBox",cam)
  4194. bawx.Color = BrickColor.new("Bright red")
  4195. bawx.Transparency = .5
  4196. bawx.Adornee = k
  4197. end
  4198. end
  4199. end
  4200. end
  4201. elseif Search == true then
  4202. Search = false
  4203. for i, v in pairs(cam:GetChildren()) do
  4204. if v:IsA("SelectionBox") then
  4205. v:Destroy()
  4206. end
  4207. end
  4208. end
  4209. end
  4210. end)
  4211. ----------------------------------------------------
  4212.  
  4213. ----------------------------------------------------
  4214. mouse.KeyDown:connect(function(key)
  4215. if string.byte(key) == 52 then
  4216. char.Humanoid.WalkSpeed = 60
  4217. end
  4218. end)
  4219. mouse.KeyUp:connect(function(key)
  4220. if string.byte(key) == 52 then
  4221. char.Humanoid.WalkSpeed = 8
  4222. end
  4223. end)
  4224. -------------------------------
  4225. local animpose = "Idle"
  4226. local lastanimpose = "Idle"
  4227. local sine = 0
  4228. local change = 1
  4229. local val = 0
  4230. local ffing = false
  4231. -------------------------------
  4232. game:GetService("RunService").RenderStepped:connect(function()
  4233. --[[if char.Humanoid.Jump == true then
  4234. jump = true
  4235. else
  4236. jump = false
  4237. end]]
  4238. char.Humanoid.FreeFalling:connect(function(f)
  4239. if f then
  4240. ffing = true
  4241. else
  4242. ffing = false
  4243. end
  4244. end)
  4245. sine = sine + change
  4246. if jumpn == true then
  4247. animpose = "Jumping"
  4248. elseif ffing == true then
  4249. animpose = "Freefalling"
  4250. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  4251. animpose = "Idle"
  4252. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  4253. animpose = "Walking"
  4254. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  4255. animpose = "Running"
  4256. end
  4257. if animpose ~= lastanimpose then
  4258. sine = 0
  4259. if Debounces.NoIdl == false then
  4260. if animpose == "Idle" then
  4261. for i = 1, 2 do
  4262. 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)
  4263. 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)
  4264. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4265. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  4266. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  4267. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  4268. end
  4269. elseif animpose == "Walking" then
  4270. for i = 1, 2 do
  4271. 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)
  4272. 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)
  4273. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  4274. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  4275. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  4276. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  4277. end
  4278. elseif animpose == "Running" then
  4279. for i = 1, 2 do
  4280. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(-14),math.rad(8+2*math.cos(sine/14))), 0.2)
  4281. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(14),math.rad(-8-2*math.cos(sine/14))), 0.2)
  4282. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
  4283. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
  4284. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
  4285. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
  4286. wait()
  4287. end
  4288. end
  4289. else
  4290. end
  4291. end
  4292. lastanimpose = animpose
  4293. if Debounces.NoIdl == false then
  4294. if animpose == "Idle" then
  4295. change = 0.5
  4296. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-10),math.rad(-10),math.rad(14+2*math.cos(sine/10))), 0.4)
  4297. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-20),math.rad(6),math.rad(-10-2*math.cos(sine/10))), 0.4)
  4298. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/10)),math.rad(20),0), 0.2)
  4299. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  4300. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.16*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-20), math.rad(0)), 0.05)
  4301. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0-0.1*math.cos(sine/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(sine/10)), math.rad(10), math.rad(-0-2*math.cos(sine/10))), 0.4)
  4302. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(sine/10))), 0.4)
  4303. elseif animpose == "Walking" then
  4304. change = 1
  4305. 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)
  4306. 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)
  4307. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  4308. 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)
  4309. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  4310. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  4311. elseif animpose == "Running" then
  4312. change = 1
  4313. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.35,.4)*CFrame.Angles(math.rad(-30),math.rad(14),math.rad(-30+2*math.cos(sine/14))), 0.2)
  4314. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.55,-.4)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(40-2*math.cos(sine/14))), 0.2)
  4315. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  4316. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-40),math.rad(-10), math.rad(0)), 0.2)
  4317. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.2) * CFrame.Angles(math.rad(-20), math.rad(10), math.rad(0)), 0.4)
  4318. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4)
  4319. end
  4320. end
  4321. end)
  4322.  
  4323. hum.MaxHealth = 9001
  4324. wait(3)
  4325. hum.Health = 9001
  4326. Spawn(function()
  4327. while wait(.1) do
  4328. Magik()
  4329. end
  4330. end)
  4331.  
  4332. Spawn(function()
  4333. while wait(.1) do
  4334. Magik2()
  4335. end
  4336. end)
  4337. -----------------------------------------------
  4338.  
  4339. LocalPlayer = game:GetService("Players").LocalPlayer
  4340. local lastCF=char.Torso.Position
  4341. local x1=Instance.new("Part",game.Workspace)
  4342. x1.Name="Lightning"
  4343. x1.Size=Vector3.new(1,1,1)
  4344. x1.CanCollide=false
  4345. x1.Anchored=true
  4346. x1.Transparency=1
  4347. Spawn(function()
  4348. while true do
  4349. wait(-1)
  4350. x1.CFrame=char.Torso.CFrame*CFrame.Angles(math.rad(math.random(1,360)),math.rad(math.random(1,360)),math.rad(math.random(50,360)))*CFrame.new(0,0,2.6)
  4351. end
  4352. end)
  4353. for i = 1,math.huge do
  4354. local dist2 = (lastCF-x1.Position).magnitude
  4355. local x2=Instance.new("Part",game.Workspace)
  4356. x2.Name="Lightning2"
  4357. x2.Size=Vector3.new(1,1,1)
  4358. x2.Material="Neon"
  4359. x2.BrickColor=BrickColor.new("Lavender")
  4360. x2.CFrame=CFrame.new(lastCF,x1.Position)*CFrame.new(0,0,-dist2/2)
  4361. x2.CanCollide=false
  4362. x2.Anchored=true
  4363. local m = Instance.new("BlockMesh",x2)
  4364. m.Scale = Vector3.new(0.5,0.5,dist2)
  4365. lastCF=x1.Position
  4366. spawn(function()
  4367. for i = 1,20 do
  4368. xx=m.Scale.x/2
  4369. y=m.Scale.x/2
  4370. m.Scale=m.Scale-Vector3.new(xx,y,0)
  4371. wait()
  4372. end
  4373. end)
  4374. game.Debris:AddItem(x2,1.5)
  4375. wait()
  4376. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement