hecknes

Zamasu

Mar 19th, 2020 (edited)
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 146.36 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61.  
  62. local UIS = game:GetService("UserInputService")
  63. local input = function(io,a)
  64. if a then return end
  65. --Since InputObject is a client-side instance, we create and pass table instead
  66. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67. end
  68. UIS.InputBegan:Connect(input)
  69. UIS.InputEnded:Connect(input)
  70.  
  71. local Mouse = Player:GetMouse()
  72. local h,t
  73. --Give the server mouse data 30 times every second, but only if the values changed
  74. --If player is not moving their mouse, client won't fire events
  75. while wait(1/30) do
  76. if h~=Mouse.Hit or t~=Mouse.Target then
  77. h,t=Mouse.Hit,Mouse.Target
  78. Event:FireServer({isMouse=true,Target=t,Hit=h})
  79. end
  80. end]==],Player.Character)
  81. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end
  83.  
  84. --[[
  85. Black Goku - Rose
  86. Credits:
  87. KingAbsalom
  88. VoIquin
  89. RevenntOfDespair
  90. ]]
  91.  
  92. local p = owner
  93. local char = p.Character
  94. local larm = char["Left Arm"]
  95. local rarm = char["Right Arm"]
  96. local lleg = char["Left Leg"]
  97. local rleg = char["Right Leg"]
  98. local hed = char.Head
  99. local torso = char.Torso
  100. local hum = char.Humanoid
  101. local cam = game.Workspace.CurrentCamera
  102. local root = char.HumanoidRootPart
  103. local deb = false
  104. local shot = 0
  105. local potential = false
  106. local debris=game:service"Debris"
  107. local l = game:GetService("Lighting")
  108. local rs = game:GetService("RunService").RenderStepped
  109. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  110. math.randomseed(os.time())
  111. for i,v in pairs(char:children()) do
  112. if v:IsA("Accessory") then
  113. v:Destroy()
  114. end
  115. end
  116. for i,v in pairs (hed:GetChildren()) do
  117. if v:IsA("Sound") then
  118. v:Destroy()
  119. end
  120. end
  121. ----------------------------------------------------
  122. Debounces = {
  123. CanAttack = true;
  124. NoIdl = false;
  125. Slashing = false;
  126. Slashed = false;
  127. RPunch = false;
  128. Invisible = false;
  129. RPunched = false;
  130. LPunch = false;
  131. LPunched = false;
  132. }
  133. local Touche = {char.Name, }
  134. ----------------------------------------------------
  135. hed.face.Texture = "rbxassetid://0"
  136. char["Body Colors"].HeadColor = BrickColor.new("Medium green")
  137. char["Body Colors"].TorsoColor = BrickColor.new("Medium green")
  138. char["Body Colors"].LeftArmColor = BrickColor.new("Medium green")
  139. char["Body Colors"].RightArmColor = BrickColor.new("Medium green")
  140. ----------------------------------------------------
  141. ----------------------------------------------------
  142. --[[Additional Functions]]
  143.  
  144. cf=CFrame.new
  145. vt=Vector3.new
  146.  
  147. function swait(num)
  148. if num==0 or num==nil then
  149. game:service'RunService'.Stepped:wait(0)
  150. else
  151. for i=0,num do
  152. game:service'RunService'.Stepped:wait(0)
  153. end
  154. end
  155. end
  156.  
  157. so = function(id,par,vol,pit)
  158. coroutine.resume(coroutine.create(function()
  159. local sou = Instance.new("Sound",par or workspace)
  160. sou.Volume=vol
  161. sou.Pitch=pit or 1
  162. sou.SoundId=id
  163. swait()
  164. sou:play()
  165. game:GetService("Debris"):AddItem(sou,6)
  166. end))
  167. end
  168.  
  169. ----------------------------------------------------
  170.  
  171. function lerp(a, b, t) -- Linear interpolation
  172. return a + (b - a)*t
  173. end
  174.  
  175. function slerp(a, b, t) --Spherical interpolation
  176. dot = a:Dot(b)
  177. if dot > 0.99999 or dot < -0.99999 then
  178. return t <= 0.5 and a or b
  179. else
  180. r = math.acos(dot)
  181. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  182. end
  183. end
  184.  
  185. function matrixInterpolate(a, b, t)
  186. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  187. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  188. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  189. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  190. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  191. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  192. local t = v1:Dot(v2)
  193. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  194. return CFrame.new()
  195. end
  196. return CFrame.new(
  197. v0.x, v0.y, v0.z,
  198. v1.x, v1.y, v1.z,
  199. v2.x, v2.y, v2.z,
  200. v3.x, v3.y, v3.z)
  201. end
  202. lmod = Instance.new("Model",char)
  203. ----------------------------------------------------
  204. function Landing()
  205. part=Instance.new('Part',lmod)
  206. part.Anchored=true
  207. part.CanCollide=false
  208. part.FormFactor='Custom'
  209. part.Size=Vector3.new(.2,.2,.2)
  210. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  211. part.Transparency=.7
  212. part.BrickColor=BrickColor.new('Institutional white')
  213. mesh=Instance.new('SpecialMesh',part)
  214. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  215. mesh.Scale=Vector3.new(8,3,8)
  216.  
  217. for i,v in pairs(FindNearestTorso(torso.CFrame.p,20))do
  218. if v:FindFirstChild('Humanoid') then
  219. v.Humanoid:TakeDamage(math.random(20,30))
  220. v.Humanoid.PlatformStand = true
  221. coroutine.resume(coroutine.create(function()
  222. wait(2)
  223. v.Humanoid.PlatformStand = false
  224. end))
  225. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  226. end
  227. end
  228.  
  229. coroutine.resume(coroutine.create(function()
  230. for i=0,3.8,0.05 do
  231. wait()
  232. part.CFrame=part.CFrame
  233. part.Transparency=i + 0.5
  234. mesh.Scale=mesh.Scale+Vector3.new(1, -0.1 ,1)
  235. end
  236. part.Parent = nil
  237. end))
  238. end
  239. function newRay(start,face,range,wat)
  240. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  241. hit,pos=game.Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  242. return rey,hit,pos
  243. end
  244. ----------------------------------------------------
  245. partic2 = Instance.new("ParticleEmitter",torso)
  246. partic2.Color = ColorSequence.new(Color3.new(100/225,100/255,100/255),Color3.new(100/255,100/255,100/255))
  247. partic2.LightEmission = .95
  248. partic2.VelocityInheritance = 0.2
  249. partic2.Rate = 300
  250. partic2.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  251. partic2.Lifetime = NumberRange.new(0.1,0.2)
  252. partic2.RotSpeed = NumberRange.new(100,100)
  253. partic2.Speed = NumberRange.new(2,6)
  254. partic2.Enabled = false
  255. partic2.LockedToPart = false
  256. --------------------
  257. function Charge()
  258. pt=Instance.new('Part',torso)
  259. pt.Anchored=true
  260. pt.CanCollide=false
  261. pt.Locked = true
  262. pt.FormFactor='Custom'
  263. pt.Size=Vector3.new(1,1,1)
  264. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  265. pt.Transparency=0.2
  266. pt.BrickColor=BrickColor.new("Dark Indigo")
  267. msh=Instance.new('SpecialMesh',pt)
  268. msh.MeshId='http://www.roblox.com/asset/?id=24388358'
  269. msh.Scale=Vector3.new(6,3,6)
  270. pt2=pt:clone()
  271. pt2.Parent = torso
  272. pt2.Transparency=0.4
  273. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  274. pt2.BrickColor=BrickColor.new("Dark Indigo")
  275. msh2=msh:clone()
  276. msh2.Parent=pt2
  277. msh2.Scale=Vector3.new(8,4,8)
  278. pt3=Instance.new('Part',torso)
  279. pt3.Anchored=true
  280. pt3.CanCollide=false
  281. pt3.Locked = true
  282. pt3.FormFactor='Custom'
  283. pt3.Size=Vector3.new(1,1,1)
  284. pt3.CFrame=root.CFrame*CFrame.new(0,-1,0)
  285. pt3.Transparency=0.6
  286. pt3.BrickColor=BrickColor.new("Dark Indigo")
  287. msh3=Instance.new('SpecialMesh',pt3)
  288. msh3.MeshId='http://www.roblox.com/asset/?id=24388358'
  289. msh3.Scale=Vector3.new(12,6,12)
  290. pt4=pt:clone()
  291. pt4.Parent = torso
  292. pt4.CFrame=root.CFrame*CFrame.new(0,-1,0)
  293. pt4.Transparency=0.8
  294. pt4.BrickColor=BrickColor.new("Dark Indigo")
  295. msh4=msh:clone()
  296. msh4.Parent=pt4
  297. msh4.Scale=Vector3.new(16,8,16)
  298. coroutine.resume(coroutine.create(function()
  299. for i=1, math.huge, 4 do
  300. if Charging == true then
  301. wait()
  302. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2+0.11*math.cos(sine/10)),0)
  303. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2+0.12*math.cos(sine/12)),0)
  304. pt3.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2+0.13*math.cos(sine/14)),0)
  305. pt4.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2+0.14*math.cos(sine/16)),0)
  306. pt.CFrame = pt.CFrame+Vector3.new(0,0.01,0)
  307. pt2.CFrame = pt2.CFrame+Vector3.new(0,0.01,0)
  308. pt3.CFrame = pt3.CFrame+Vector3.new(0,0.01,0)
  309. pt4.CFrame = pt4.CFrame+Vector3.new(0,0.01,0)
  310. msh.Scale = msh.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/9),0.05)
  311. msh2.Scale = msh2.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/7),0.05)
  312. msh3.Scale = msh3.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/5),0.05)
  313. msh4.Scale = msh4.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/3),0.05)
  314. elseif Charging == false then
  315. pt:Remove()
  316. pt2:Remove()
  317. pt3:Remove()
  318. pt4:Remove()
  319. break
  320. end
  321. end
  322. end))
  323. end
  324. ---------------
  325. Magik = function()
  326. Spawn(function()
  327. if Debounces.Invisible == false then
  328. local function lerp(a,b,c)
  329. return a+(b-a)*c
  330. end
  331. local function rndRange(rng)
  332. return math.random(-rng*1000,rng*1000)/1000
  333. end
  334. local magik = Instance.new("Part", larm)
  335. local Colors = {"Carnation pink", "Crimson", "Black"}
  336. magik.Anchored = true
  337. magik.Locked = true
  338. magik.FormFactor = "Custom"
  339. magik.Size = Vector3.new(1.2, 1.2, 1.2)
  340. magik.TopSurface = "Smooth"
  341. magik.Transparency = 0
  342. magik.Material = "Neon"
  343.  
  344. magik.BottomSurface = "Smooth"
  345. magik.CanCollide = false
  346. magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  347. local mr = math.rad
  348. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  349. local cf = lleg.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)--bad argument #1 to '?'
  350. magik.CFrame = cf
  351. for i = 0, 1, .05 do
  352. local newTrans = lerp(0.5, 1, i)
  353. local ns = lerp(1,1.2,i)
  354. magik.Transparency = newTrans
  355. magik.Size = Vector3.new(ns,ns,ns)
  356. magik.CFrame = cf
  357. rs:wait()
  358. end
  359. magik:Destroy()
  360. elseif Debounces.Invisible == true then
  361. wait()
  362. end
  363. end)
  364. end
  365. ----------------------------------------------------
  366. Magik2 = function()
  367. Spawn(function()
  368. if Debounces.Invisible == false then
  369. local function lerp(a,b,c)
  370. return a+(b-a)*c
  371. end
  372. local function rndRange(rng)
  373. return math.random(-rng*1000,rng*1000)/1000
  374. end
  375. local magik2 = Instance.new("Part", larm)
  376. local Colors = {"Carnation pink", "Crimson", "Black"}
  377. magik2.Anchored = true
  378. magik2.Locked = true
  379. magik2.FormFactor = "Custom"
  380. magik2.Size = Vector3.new(1.2, 1.2, 1.2)
  381. magik2.TopSurface = "Smooth"
  382. magik2.Transparency = 0
  383. magik2.Material = "Neon"
  384.  
  385. magik2.BottomSurface = "Smooth"
  386. magik2.CanCollide = false
  387. magik2.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  388. local mr = math.rad
  389. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  390. local cf = rleg.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)--bad argument #1 to '?'
  391. magik2.CFrame = cf
  392. for i = 0, 1, .05 do
  393. local newTrans = lerp(0.5, 1, i)
  394. local ns = lerp(1,1.2,i)
  395. magik2.Transparency = newTrans
  396. magik2.Size = Vector3.new(ns,ns,ns)
  397. magik2.CFrame = cf
  398. rs:wait()
  399. end
  400. magik2:Destroy()
  401. elseif Debounces.Invisible == true then
  402. wait()
  403. end
  404. end)
  405. end
  406. ----------------------------------------------------
  407. function NewPart(prnt,siz,cf,col,mat)
  408. local prt=Instance.new("Part")
  409. prt.Parent=prnt
  410. prt.FormFactor=3
  411. prt.Name="Part"
  412. prt.Size=siz
  413. prt.CanCollide=false
  414. prt.Anchored=true
  415. prt.Locked=true
  416. prt.TopSurface=10
  417. prt.BottomSurface=10
  418. prt.FrontSurface=10
  419. prt.BackSurface=10
  420. prt.LeftSurface=10
  421. prt.RightSurface=10
  422. prt:BreakJoints()
  423. prt.CFrame=cf or CFrame.new(30,10,30)
  424. prt.Material=mat
  425. prt.BrickColor=BrickColor.new(col)
  426. m=Instance.new("SpecialMesh",prt)
  427. m.MeshType=6
  428. return prt
  429. end
  430. -----------------------------------------
  431.  
  432. function genWeld(a,b)
  433. local w = Instance.new("Weld",a)
  434. w.Part0 = a
  435. w.Part1 = b
  436. return w
  437. end
  438. function weld(a, b)
  439. local weld = Instance.new("Weld")
  440. weld.Name = "W"
  441. weld.Part0 = a
  442. weld.Part1 = b
  443. weld.C0 = a.CFrame:inverse() * b.CFrame
  444. weld.Parent = a
  445. return weld;
  446. end
  447. ----------------------------------------------------
  448. function Lerp(c1,c2,al)
  449. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  450. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  451. for i,v in pairs(com1) do
  452. com1[i] = v+(com2[i]-v)*al
  453. end
  454. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  455. end
  456. ----------------------------------------------------
  457. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  458. local wld = Instance.new("Weld", wp1)
  459. wld.Part0 = wp0
  460. wld.Part1 = wp1
  461. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  462. end
  463. ----------------------------------------------------
  464. function weld5(part0, part1, c0, c1)
  465. weeld=Instance.new("Weld", part0)
  466. weeld.Part0=part0
  467. weeld.Part1=part1
  468. weeld.C0=c0
  469. weeld.C1=c1
  470. return weeld
  471. end
  472. ----------------------------------------------------
  473. function HasntTouched(plrname)
  474. local ret = true
  475. for _, v in pairs(Touche) do
  476. if v == plrname then
  477. ret = false
  478. end
  479. end
  480. return ret
  481. end
  482. ----------------------------------------------------
  483. newWeld(torso, larm, -1.5, 0.5, 0)
  484. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  485. newWeld(torso, rarm, 1.5, 0.5, 0)
  486. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  487. newWeld(torso, hed, 0, 1.5, 0)
  488. newWeld(torso, lleg, -0.5, -1, 0)
  489. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  490. newWeld(torso, rleg, 0.5, -1, 0)
  491. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  492. newWeld(root, torso, 0, -1, 0)
  493. torso.Weld.C1 = CFrame.new(0, -1, 0)
  494. ------------------------------------------------------music
  495. z = Instance.new("Sound", char)
  496. z.SoundId = "rbxassetid://597269159"--597269159
  497. z.Looped = true
  498. z.Pitch = 1
  499. z.Volume = 1
  500. wait(.1)
  501. z:Play()
  502. ----------------------------------------------------
  503. local Transforming = false
  504. hum.WalkSpeed = 0
  505. local fx = Instance.new("Part",torso)
  506. fx.Anchored = true
  507. fx.Material = "Neon"
  508. fx.CanCollide = false
  509. fx.Locked = true
  510. fx.Transparency = 1
  511. fx.Material = "SmoothPlastic"
  512. fx.Size = Vector3.new(1,1,1)
  513. fx.TopSurface = "SmoothNoOutlines"
  514. fx.BottomSurface = "SmoothNoOutlines"
  515. fx.BrickColor = BrickColor.new("Carnation pink")
  516. fxm = Instance.new("SpecialMesh",fx)
  517. fxm.MeshType = "Sphere"
  518. fxm.Scale = Vector3.new(1,1,1)
  519. for i = 1, 20 do rs:wait()
  520. fx.Transparency = fx.Transparency - (1/20)
  521. fx.CFrame = torso.CFrame
  522. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  523.  
  524. end
  525. ------------------------------------------------
  526.  
  527. local m = Instance.new("Model")
  528. m.Name = "Hair"
  529. p1 = Instance.new("Part", m)
  530. p1.BrickColor = BrickColor.new("Carnation pink")
  531. p1.Transparency = 1
  532. p1.FormFactor = Enum.FormFactor.Symmetric
  533. p1.Size = Vector3.new(1, 1, 1)
  534. 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)
  535. p1.CanCollide = false
  536. p1.Locked = true
  537. p1.BottomSurface = Enum.SurfaceType.Smooth
  538. p1.TopSurface = Enum.SurfaceType.Smooth
  539. b1 = Instance.new("SpecialMesh", p1)
  540. b1.MeshId = "http://www.roblox.com/asset/?id=12212520"
  541. b1.TextureId = ""
  542. b1.MeshType = Enum.MeshType.FileMesh
  543. b1.Name = "Mesh"
  544. b1.VertexColor = Vector3.new(0, 0, 0)
  545. b1.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  546. p2 = Instance.new("Part", m)
  547. p2.BrickColor = BrickColor.new("Pastel brown")
  548. p2.Transparency = 1
  549. p2.Name = "Head"
  550. p2.FormFactor = Enum.FormFactor.Symmetric
  551. p2.Size = Vector3.new(2, 1, 1)
  552. 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)
  553. p2.CanCollide = false
  554. p2.Locked = true
  555. p2.TopSurface = Enum.SurfaceType.Smooth
  556. b2 = Instance.new("SpecialMesh", p2)
  557. b2.MeshType = Enum.MeshType.Head
  558. b2.Name = "Mesh"
  559. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  560. p3 = Instance.new("Part", m)
  561. p3.BrickColor = BrickColor.new("Carnation pink")
  562. p3.Transparency = 1
  563. p3.FormFactor = Enum.FormFactor.Symmetric
  564. p3.Size = Vector3.new(2, 2, 2)
  565. 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)
  566. p3.CanCollide = false
  567. p3.Locked = true
  568. p3.BottomSurface = Enum.SurfaceType.Smooth
  569. p3.TopSurface = Enum.SurfaceType.Smooth
  570. b3 = Instance.new("SpecialMesh", p3)
  571. b3.MeshId = "http://www.roblox.com/asset/?id=560718482"
  572. b3.TextureId = ""
  573. b3.MeshType = Enum.MeshType.FileMesh
  574. b3.Name = "Mesh"
  575. b3.VertexColor = Vector3.new(0, 0, 0)
  576. b3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  577. p4 = Instance.new("Part", m)
  578. p4.BrickColor = BrickColor.new("Carnation pink")
  579. p4.FormFactor = Enum.FormFactor.Symmetric
  580. p4.Size = Vector3.new(1, 1, 1)
  581. p4.Transparency = 1
  582. 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)
  583. p4.CanCollide = false
  584. p4.Locked = true
  585. p4.BottomSurface = Enum.SurfaceType.Smooth
  586. p4.TopSurface = Enum.SurfaceType.Smooth
  587. b4 = Instance.new("SpecialMesh", p4)
  588. b4.MeshId = "http://www.roblox.com/asset/?id=19326912"
  589. b4.TextureId = ""
  590. b4.MeshType = Enum.MeshType.FileMesh
  591. b4.Name = "Mesh"
  592. b4.VertexColor = Vector3.new(0, 0, 0)
  593. p5 = Instance.new("Part", m)
  594. p5.BrickColor = BrickColor.new("Carnation pink")
  595. p5.FormFactor = Enum.FormFactor.Symmetric
  596. p5.Size = Vector3.new(1, 1, 1)
  597. 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)
  598. p5.CanCollide = false
  599. p5.Transparency = 1
  600. p5.Locked = true
  601. p5.BottomSurface = Enum.SurfaceType.Smooth
  602. p5.TopSurface = Enum.SurfaceType.Smooth
  603. b5 = Instance.new("SpecialMesh", p5)
  604. b5.MeshId = "http://www.roblox.com/asset/?id=560718482"
  605. b5.TextureId = ""
  606. b5.MeshType = Enum.MeshType.FileMesh
  607. b5.Name = "Mesh"
  608. b5.VertexColor = Vector3.new(0, 0, 0)
  609. b5.Scale = Vector3.new(1, 0.899999976, 1)
  610. p6 = Instance.new("Part", m)
  611. p6.BrickColor = BrickColor.new("Carnation pink")
  612. p6.FormFactor = Enum.FormFactor.Symmetric
  613. p6.Transparency = 1
  614. p6.Size = Vector3.new(1, 1, 1)
  615. 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)
  616. p6.CanCollide = false
  617. p6.Locked = true
  618. p6.BottomSurface = Enum.SurfaceType.Smooth
  619. p6.TopSurface = Enum.SurfaceType.Smooth
  620. b6 = Instance.new("SpecialMesh", p6)
  621. b6.MeshId = "http://www.roblox.com/asset/?id=62246019"
  622. b6.TextureId = ""
  623. b6.MeshType = Enum.MeshType.FileMesh
  624. b6.Name = "Mesh"
  625. b6.VertexColor = Vector3.new(0, 0, 0)
  626. p7 = Instance.new("Part", m)
  627. p7.BrickColor = BrickColor.new("Carnation pink")
  628. p7.FormFactor = Enum.FormFactor.Symmetric
  629. p7.Transparency = 1
  630. p7.Size = Vector3.new(1, 1, 1)
  631. 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)
  632. p7.CanCollide = false
  633. p7.Locked = true
  634. p7.BottomSurface = Enum.SurfaceType.Smooth
  635. p7.TopSurface = Enum.SurfaceType.Smooth
  636. b7 = Instance.new("SpecialMesh", p7)
  637. b7.MeshId = "http://www.roblox.com/asset/?id=76056263"
  638. b7.TextureId = ""
  639. b7.MeshType = Enum.MeshType.FileMesh
  640. b7.Name = "Mesh"
  641. b7.VertexColor = Vector3.new(0, 0, 0)
  642. p8 = Instance.new("Part", m)
  643. p8.BrickColor = BrickColor.new("Carnation pink")
  644. p8.FormFactor = Enum.FormFactor.Symmetric
  645. p8.Size = Vector3.new(1, 1, 1)
  646. 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)
  647. p8.CanCollide = false
  648. p8.Transparency = 1
  649. p8.Locked = true
  650. p8.BottomSurface = Enum.SurfaceType.Smooth
  651. p8.TopSurface = Enum.SurfaceType.Smooth
  652. b8 = Instance.new("SpecialMesh", p8)
  653. b8.MeshId = "http://www.roblox.com/asset/?id=12212520"
  654. b8.TextureId = ""
  655. b8.MeshType = Enum.MeshType.FileMesh
  656. b8.Name = "Mesh"
  657. b8.VertexColor = Vector3.new(0, 0, 0)
  658. b8.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  659. p9 = Instance.new("Part", m)
  660. p9.BrickColor = BrickColor.new("Carnation pink")
  661. p9.FormFactor = Enum.FormFactor.Symmetric
  662. p9.Size = Vector3.new(2, 1, 2)
  663. p9.Transparency = 1
  664. 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)
  665. p9.CanCollide = false
  666. p9.Locked = true
  667. p9.BottomSurface = Enum.SurfaceType.Smooth
  668. p9.TopSurface = Enum.SurfaceType.Smooth
  669. b9 = Instance.new("SpecialMesh", p9)
  670. b9.MeshId = "http://www.roblox.com/asset/?id=12259089"
  671. b9.TextureId = ""
  672. b9.MeshType = Enum.MeshType.FileMesh
  673. b9.Name = "Mesh"
  674. b9.VertexColor = Vector3.new(0, 0, 0)
  675. b9.Scale = Vector3.new(1.01999998, 1.04999995, 1.04999995)
  676. p10 = Instance.new("Part", m)
  677. p10.BrickColor = BrickColor.new("Carnation pink")
  678. p10.Transparency = 1
  679. p10.FormFactor = Enum.FormFactor.Symmetric
  680. p10.Size = Vector3.new(1, 1, 1)
  681. 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)
  682. p10.CanCollide = false
  683. p10.Locked = true
  684. p10.BottomSurface = Enum.SurfaceType.Smooth
  685. p10.TopSurface = Enum.SurfaceType.Smooth
  686. b10 = Instance.new("SpecialMesh", p10)
  687. b10.MeshId = "http://www.roblox.com/asset/?id=12212520"
  688. b10.TextureId = ""
  689. b10.MeshType = Enum.MeshType.FileMesh
  690. b10.Name = "Mesh"
  691. b10.VertexColor = Vector3.new(0, 0, 0)
  692. b10.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  693. p11 = Instance.new("Part", m)
  694. p11.BrickColor = BrickColor.new("Carnation pink")
  695. p11.Transparency = 1
  696. p11.FormFactor = Enum.FormFactor.Symmetric
  697. p11.Size = Vector3.new(1, 1, 1)
  698. 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)
  699. p11.CanCollide = false
  700. p11.Locked = true
  701. p11.BottomSurface = Enum.SurfaceType.Smooth
  702. p11.TopSurface = Enum.SurfaceType.Smooth
  703. b11 = Instance.new("SpecialMesh", p11)
  704. b11.MeshId = "http://www.roblox.com/asset/?id=12212520"
  705. b11.TextureId = ""
  706. b11.MeshType = Enum.MeshType.FileMesh
  707. b11.Name = "Mesh"
  708. b11.VertexColor = Vector3.new(0, 0, 0)
  709. b11.Scale = Vector3.new(1, 1.60000002, 1.29999995)
  710. p12 = Instance.new("Part", m)
  711. p12.BrickColor = BrickColor.new("Carnation pink")
  712. p12.FormFactor = Enum.FormFactor.Custom
  713. p12.Size = Vector3.new(1, 3.5, 1)
  714. 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)
  715. p12.CanCollide = false
  716. p12.Transparency = 1
  717. p12.Locked = true
  718. p12.BottomSurface = Enum.SurfaceType.Smooth
  719. p12.TopSurface = Enum.SurfaceType.Smooth
  720. b12 = Instance.new("SpecialMesh", p12)
  721. b12.MeshId = "http://www.roblox.com/asset/?id=12212520"
  722. b12.TextureId = ""
  723. b12.MeshType = Enum.MeshType.FileMesh
  724. b12.Name = "Mesh"
  725. b12.VertexColor = Vector3.new(0, 0, 0)
  726. b12.Scale = Vector3.new(1, 3, 1.29999995)
  727. p13 = Instance.new("Part", m)
  728. p13.Transparency = 1
  729. p13.BrickColor = BrickColor.new("Carnation pink")
  730. p13.FormFactor = Enum.FormFactor.Custom
  731. p13.Size = Vector3.new(1, 2, 1)
  732. 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)
  733. p13.CanCollide = false
  734. p13.Locked = true
  735. p13.BottomSurface = Enum.SurfaceType.Smooth
  736. p13.TopSurface = Enum.SurfaceType.Smooth
  737. b13 = Instance.new("SpecialMesh", p13)
  738. b13.MeshId = "http://www.roblox.com/asset/?id=12212520"
  739. b13.TextureId = ""
  740. b13.MeshType = Enum.MeshType.FileMesh
  741. b13.Name = "Mesh"
  742. b13.VertexColor = Vector3.new(0, 0, 0)
  743. b13.Scale = Vector3.new(1, 3, 1.29999995)
  744. p14 = Instance.new("Part", m)
  745. p14.Transparency = 1
  746. p14.BrickColor = BrickColor.new("Carnation pink")
  747. p14.FormFactor = Enum.FormFactor.Custom
  748. p14.Size = Vector3.new(1, 2, 1)
  749. 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)
  750. p14.CanCollide = false
  751. p14.Locked = true
  752. p14.BottomSurface = Enum.SurfaceType.Smooth
  753. p14.TopSurface = Enum.SurfaceType.Smooth
  754. b14 = Instance.new("SpecialMesh", p14)
  755. b14.MeshId = "http://www.roblox.com/asset/?id=12212520"
  756. b14.TextureId = ""
  757. b14.MeshType = Enum.MeshType.FileMesh
  758. b14.Name = "Mesh"
  759. b14.VertexColor = Vector3.new(0, 0, 0)
  760. b14.Scale = Vector3.new(1, 3, 1.29999995)
  761. p15 = Instance.new("Part", m)
  762. p15.BrickColor = BrickColor.new("Carnation pink")
  763. p15.FormFactor = Enum.FormFactor.Custom
  764. p15.Size = Vector3.new(1, 2.5, 1)
  765. 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)
  766. p15.CanCollide = false
  767. p15.Transparency = 1
  768. p15.Locked = true
  769. p15.BottomSurface = Enum.SurfaceType.Smooth
  770. p15.TopSurface = Enum.SurfaceType.Smooth
  771. b15 = Instance.new("SpecialMesh", p15)
  772. b15.MeshId = "http://www.roblox.com/asset/?id=12212520"
  773. b15.TextureId = ""
  774. b15.MeshType = Enum.MeshType.FileMesh
  775. b15.Name = "Mesh"
  776. b15.VertexColor = Vector3.new(0, 0, 0)
  777. b15.Scale = Vector3.new(1, 3, 1.29999995)
  778. p16 = Instance.new("Part", m)
  779. p16.BrickColor = BrickColor.new("Carnation pink")
  780. p16.FormFactor = Enum.FormFactor.Custom
  781. p16.Size = Vector3.new(1, 2.5, 1)
  782. p16.Transparency = 1
  783. 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)
  784. p16.CanCollide = false
  785. p16.Locked = true
  786. p16.BottomSurface = Enum.SurfaceType.Smooth
  787. p16.TopSurface = Enum.SurfaceType.Smooth
  788. b16 = Instance.new("SpecialMesh", p16)
  789. b16.MeshId = "http://www.roblox.com/asset/?id=12212520"
  790. b16.TextureId = ""
  791. b16.MeshType = Enum.MeshType.FileMesh
  792. b16.Name = "Mesh"
  793. b16.VertexColor = Vector3.new(0, 0, 0)
  794. b16.Scale = Vector3.new(1, 3, 1.29999995)
  795. p17 = Instance.new("Part", m)
  796. p17.BrickColor = BrickColor.new("Carnation pink")
  797. p17.Transparency = 1
  798. p17.FormFactor = Enum.FormFactor.Custom
  799. p17.Size = Vector3.new(1, 2.4000001, 1)
  800. 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)
  801. p17.CanCollide = false
  802. p17.Locked = true
  803. p17.BottomSurface = Enum.SurfaceType.Smooth
  804. p17.TopSurface = Enum.SurfaceType.Smooth
  805. b17 = Instance.new("SpecialMesh", p17)
  806. b17.MeshId = "http://www.roblox.com/asset/?id=12212520"
  807. b17.TextureId = ""
  808. b17.MeshType = Enum.MeshType.FileMesh
  809. b17.Name = "Mesh"
  810. b17.VertexColor = Vector3.new(0, 0, 0)
  811. b17.Scale = Vector3.new(1, 3, 1.29999995)
  812. p18 = Instance.new("Part", m)
  813. p18.BrickColor = BrickColor.new("Carnation pink")
  814. p18.FormFactor = Enum.FormFactor.Custom
  815. p18.Size = Vector3.new(2, 2, 2)
  816. p18.Transparency = 1
  817. 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)
  818. p18.CanCollide = false
  819. p18.Locked = true
  820. p18.BottomSurface = Enum.SurfaceType.Smooth
  821. p18.TopSurface = Enum.SurfaceType.Smooth
  822. b18 = Instance.new("SpecialMesh", p18)
  823. b18.MeshId = "http://www.roblox.com/asset/?id=16627529"
  824. b18.TextureId = ""
  825. b18.MeshType = Enum.MeshType.FileMesh
  826. b18.Name = "Mesh"
  827. b18.VertexColor = Vector3.new(0, 0, 0)
  828. b18.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  829. w1 = Instance.new("Weld", p1)
  830. w1.Name = "Head_Weld"
  831. w1.Part0 = p1
  832. 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)
  833. w1.Part1 = p2
  834. 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)
  835. w2 = Instance.new("Weld", p2)
  836. w2.Name = "Part_Weld"
  837. w2.Part0 = p2
  838. 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)
  839. w2.Part1 = p3
  840. 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)
  841. w3 = Instance.new("Weld", p3)
  842. w3.Name = "Part_Weld"
  843. w3.Part0 = p3
  844. 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)
  845. w3.Part1 = p4
  846. 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)
  847. w4 = Instance.new("Weld", p4)
  848. w4.Name = "Part_Weld"
  849. w4.Part0 = p4
  850. 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)
  851. w4.Part1 = p5
  852. 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)
  853. w5 = Instance.new("Weld", p5)
  854. w5.Name = "Part_Weld"
  855. w5.Part0 = p5
  856. 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)
  857. w5.Part1 = p6
  858. 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)
  859. w6 = Instance.new("Weld", p6)
  860. w6.Name = "Part_Weld"
  861. w6.Part0 = p6
  862. 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)
  863. w6.Part1 = p7
  864. 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)
  865. w7 = Instance.new("Weld", p7)
  866. w7.Name = "Part_Weld"
  867. w7.Part0 = p7
  868. 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)
  869. w7.Part1 = p8
  870. 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)
  871. w8 = Instance.new("Weld", p8)
  872. w8.Name = "Part_Weld"
  873. w8.Part0 = p8
  874. 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)
  875. w8.Part1 = p9
  876. 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)
  877. w9 = Instance.new("Weld", p9)
  878. w9.Name = "Part_Weld"
  879. w9.Part0 = p9
  880. 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)
  881. w9.Part1 = p10
  882. 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)
  883. w10 = Instance.new("Weld", p10)
  884. w10.Name = "Part_Weld"
  885. w10.Part0 = p10
  886. 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)
  887. w10.Part1 = p11
  888. 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)
  889. w11 = Instance.new("Weld", p11)
  890. w11.Name = "Part_Weld"
  891. w11.Part0 = p11
  892. 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)
  893. w11.Part1 = p12
  894. 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)
  895. w12 = Instance.new("Weld", p12)
  896. w12.Name = "Part_Weld"
  897. w12.Part0 = p12
  898. 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)
  899. w12.Part1 = p13
  900. 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)
  901. w13 = Instance.new("Weld", p13)
  902. w13.Name = "Part_Weld"
  903. w13.Part0 = p13
  904. 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)
  905. w13.Part1 = p14
  906. 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)
  907. w14 = Instance.new("Weld", p14)
  908. w14.Name = "Part_Weld"
  909. w14.Part0 = p14
  910. 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)
  911. w14.Part1 = p15
  912. 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)
  913. w15 = Instance.new("Weld", p15)
  914. w15.Name = "Part_Weld"
  915. w15.Part0 = p15
  916. 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)
  917. w15.Part1 = p16
  918. 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)
  919. w16 = Instance.new("Weld", p16)
  920. w16.Name = "Part_Weld"
  921. w16.Part0 = p16
  922. 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)
  923. w16.Part1 = p17
  924. 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)
  925. w17 = Instance.new("Weld", p17)
  926. w17.Name = "Part_Weld"
  927. w17.Part0 = p17
  928. 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)
  929. w17.Part1 = p18
  930. 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)
  931. m.Parent = char
  932. m:MakeJoints()
  933.  
  934.  
  935. ----------------------------------------------------
  936. local cor = Instance.new("Part", char.Hair)
  937. cor.Name = "Link"
  938. cor.Locked = true
  939. cor.BottomSurface = 0
  940. cor.CanCollide = false
  941. cor.Size = Vector3.new(1, 9, 1)
  942. cor.Transparency = 1
  943. cor.TopSurface = 0
  944. corw = Instance.new("Weld", cor)
  945. corw.Part0 = hed
  946. corw.Part1 = cor
  947. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  948. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  949. weld1 = Instance.new("Weld", char.Hair)
  950. weld1.Part0 = cor
  951. weld1.Part1 = char.Hair.Head
  952. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  953. ----------------------------------------------------betterhair
  954. pr = Instance.new("Part",hed)
  955. pr.BrickColor = BrickColor.new("Institutional white")
  956. pr.Material = "Metal"
  957. pr.Reflectance = 0.04
  958. pr.Anchored = false
  959. pr.CanCollide = false
  960. pr.Archivable = false
  961. pr.Locked = true
  962. pr.Size = Vector3.new(1,1,1)
  963. prm = Instance.new("SpecialMesh",pr)
  964. prm.MeshType = "FileMesh"
  965. prm.MeshId = "rbxassetid://560718478"
  966. prm.Scale = Vector3.new(6,6,6)
  967. newWeld(hed, pr, 0, 0, 0)
  968. pr.Weld.C1 = CFrame.new(0,-.8,-.43) * CFrame.Angles(0,0,0)
  969. ----------------------------------------------------
  970.  
  971. GroundWave1 = function()
  972. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  973. local Colors = {"Crimson", "Carnation pink"}
  974. local wave = Instance.new("Part", torso)
  975. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  976. wave.Anchored = true
  977. wave.CanCollide = false
  978. wave.Locked = true
  979. wave.Size = Vector3.new(1, 1, 1)
  980. wave.TopSurface = "Smooth"
  981. wave.BottomSurface = "Smooth"
  982. wave.Transparency = 0.35
  983. wave.CFrame = HandCF
  984. wm = Instance.new("SpecialMesh", wave)
  985. wm.MeshId = "rbxassetid://24388358"
  986. coroutine.wrap(function()
  987. for i = 1, 30, 1 do
  988. wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1)
  989. wave.Size = wm.Scale
  990. wave.CFrame = HandCF
  991. wave.Transparency = i/30
  992. wait()
  993. end
  994. wait()
  995. wave:Destroy()
  996. end)()
  997. end
  998. ----------------------------------------------------
  999. GroundWave = function()
  1000. if Transforming == true then
  1001. local wave = Instance.new("Part", torso)
  1002. wave.BrickColor = BrickColor.new("Carnation pink")
  1003. wave.Anchored = true
  1004. wave.CanCollide = false
  1005. wave.Locked = true
  1006. wave.Size = Vector3.new(1, 1, 1)
  1007. wave.TopSurface = "Smooth"
  1008. wave.BottomSurface = "Smooth"
  1009. wave.Transparency = 0.35
  1010. wave.CFrame = fx.CFrame
  1011. wm = Instance.new("SpecialMesh", wave)
  1012. wm.MeshType = "Sphere"
  1013. wm.Scale = Vector3.new(1,1,1)
  1014. coroutine.wrap(function()
  1015. for i = 1, 18, 1 do
  1016. wm.Scale = Vector3.new(2 + i*2, 2 + i*2, 2 + i*2)
  1017. --wave.Size = wm.Scale
  1018. wave.CFrame = fx.CFrame
  1019. wave.Transparency = i/14
  1020. wait()
  1021. end
  1022. wait()
  1023. wave:Destroy()
  1024. end)()
  1025. elseif Transforming == false then
  1026. wait()
  1027. end
  1028. end
  1029.  
  1030. for i = 1, 100 do rs:wait()
  1031. fx.CFrame = torso.CFrame
  1032. end
  1033.  
  1034. Spawn(function()
  1035. while wait(1) do
  1036. GroundWave()
  1037. end
  1038. end)
  1039.  
  1040. wait(4)
  1041.  
  1042. Transforming = false
  1043.  
  1044. for i = 1, 20 do rs:wait()
  1045. fx.Transparency = fx.Transparency + (1/20)
  1046. fx.CFrame = torso.CFrame
  1047. fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
  1048. rs:wait()
  1049. end
  1050.  
  1051. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1052. local wave = Instance.new("Part", torso)
  1053. wave.BrickColor = BrickColor.new("Institutional white")
  1054. wave.Anchored = true
  1055. wave.CanCollide = false
  1056. wave.Locked = true
  1057. wave.Size = Vector3.new(1, 1, 1)
  1058. wave.TopSurface = "Smooth"
  1059. wave.BottomSurface = "Smooth"
  1060. wave.Transparency = 0.35
  1061. wave.CFrame = HandCF
  1062. wm = Instance.new("SpecialMesh", wave)
  1063. wm.MeshId = "rbxassetid://24388358"
  1064. coroutine.wrap(function()
  1065. for i = 1, 14, 1 do
  1066. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  1067. wave.Size = wm.Scale
  1068. wave.CFrame = HandCF
  1069. wave.Transparency = i/14
  1070. wait()
  1071. end
  1072. wait()
  1073. wave:Destroy()
  1074. end)()
  1075. hum.WalkSpeed = 16
  1076. ----------------------------------------------------
  1077. Blast = function()
  1078. local Colors = {"Carnation pink", "Crimson"}
  1079. local wave = Instance.new("Part", torso)
  1080. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  1081. wave.Anchored = true
  1082. wave.CanCollide = false
  1083. wave.Locked = true
  1084. wave.Size = Vector3.new(1, 1, 1)
  1085. wave.TopSurface = "Smooth"
  1086. wave.BottomSurface = "Smooth"
  1087. wave.Transparency = 0.35
  1088. wave.CFrame = rarm.CFrame
  1089. wm = Instance.new("SpecialMesh", wave)
  1090. wm.MeshType = "Sphere"
  1091. wm.Scale = Vector3.new(1,1,1)
  1092. z = Instance.new("Sound",wave)
  1093. z.SoundId = "rbxassetid://237035051"
  1094. z.Volume = 1
  1095. z.Pitch = .9
  1096. z:Play()
  1097. coroutine.wrap(function()
  1098. for i = 1, 30, 1 do
  1099. wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
  1100. --wave.Size = wm.Scale
  1101. wave.CFrame = rarm.CFrame
  1102. wave.Transparency = (1/14)
  1103. rs:wait()
  1104. end
  1105. rs:wait()
  1106. wave:Destroy()
  1107. z:Destroy()
  1108. end)()
  1109. end
  1110.  
  1111. function explosion(col1,col2,cfr,sz,rng,dmg)
  1112. local a= Part(1,1,1,col1,.5,false,true,game:GetService("Workspace"))
  1113. local a2= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  1114. local a3= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
  1115. v1,v2,v3=sz.x,sz.y,sz.z
  1116. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  1117. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  1118. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  1119. a.CFrame=cfr
  1120. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1121. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  1122. for i,v in pairs(game:GetService("Workspace"):children()) do
  1123. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  1124. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  1125. if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and v.Name ~= char.Name then
  1126. local hit=v
  1127. hit.Humanoid.Health=v.Humanoid.Health-dmg
  1128. hit.Humanoid.PlatformStand=true
  1129. hit.Torso.Velocity=Vector3.new(math.random(-100,100),100,math.random(- 100,-100))
  1130. wait(.1)
  1131. Spawn(function()wait(2)hit.Humanoid.PlatformStand=false end)
  1132. end
  1133. end
  1134. end
  1135. end
  1136. Spawn(function()
  1137. while wait() do
  1138. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  1139. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  1140. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  1141. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  1142. a.Transparency=a.Transparency+0.05
  1143. a2.Transparency=a2.Transparency+0.05
  1144. a3.Transparency=a3.Transparency+0.05
  1145. end
  1146. end)
  1147. end
  1148.  
  1149. ----------------------------------------------------
  1150. rarm.Touched:connect(function(ht)
  1151. hit = ht.Parent
  1152. if ht and hit:IsA("Model") then
  1153. if hit:FindFirstChild("Humanoid") then
  1154. if hit.Name ~= p.Name then
  1155. if Debounces.RPunch == true and Debounces.RPunched == false then
  1156. Debounces.RPunched = true
  1157. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1158. if Debounces.ks==true then
  1159. z = Instance.new("Sound",hed)
  1160. z.SoundId = "rbxassetid://169380525"
  1161. z.Pitch = ptz[math.random(1,#ptz)]
  1162. z.Volume = 1
  1163. z:Play()
  1164. end
  1165. wait(.2)
  1166. Debounces.RPunched = false
  1167. end
  1168. end
  1169. end
  1170. elseif ht and hit:IsA("Hat") then
  1171. if hit.Parent.Name ~= p.Name then
  1172. if hit.Parent:FindFirstChild("Humanoid") then
  1173. if Debounces.RPunch == true and Debounces.RPunched == false then
  1174. Debounces.RPunched = true
  1175. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1176. if Debounces.ks==true then
  1177. z = Instance.new("Sound",hed)
  1178. z.SoundId = "rbxassetid://169380525"
  1179. z.Pitch = ptz[math.random(1,#ptz)]
  1180. z.Volume = 1
  1181. z:Play()
  1182. end
  1183. wait(.2)
  1184. Debounces.RPunched = false
  1185. end
  1186. end
  1187. end
  1188. end
  1189. end)
  1190. larm.Touched:connect(function(ht)
  1191. hit = ht.Parent
  1192. if ht and hit:IsA("Model") then
  1193. if hit:FindFirstChild("Humanoid") then
  1194. if hit.Name ~= p.Name then
  1195. if Debounces.LPunch == true and Debounces.LPunched == false then
  1196. Debounces.LPunched = true
  1197. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1198. if Debounces.ks2==true then
  1199. z = Instance.new("Sound",hed)
  1200. z.SoundId = "rbxassetid://169380525"
  1201. z.Pitch = ptz[math.random(1,#ptz)]
  1202. z.Volume = 1
  1203. z:Play()
  1204. end
  1205. wait(.2)
  1206. Debounces.LPunched = false
  1207. end
  1208. end
  1209. end
  1210. elseif ht and hit:IsA("Hat") then
  1211. if hit.Parent.Name ~= p.Name then
  1212. if hit.Parent:FindFirstChild("Humanoid") then
  1213. if Debounces.LPunch == true and Debounces.LPunched == false then
  1214. Debounces.LPunched = true
  1215. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1216. if Debounces.ks2==true then
  1217. z = Instance.new("Sound",hed)
  1218. z.SoundId = "rbxassetid://169380525"
  1219. z.Pitch = ptz[math.random(1,#ptz)]
  1220. z.Volume = 1
  1221. z:Play()
  1222. end
  1223. wait(.2)
  1224. Debounces.LPunched = false
  1225. end
  1226. end
  1227. end
  1228. end
  1229. end)
  1230. ----------------------------------------------------
  1231.  
  1232. mod4 = Instance.new("Model",char)
  1233.  
  1234. ptez = {0.7, 0.8, 0.9, 1}
  1235.  
  1236. function FindNearestTorso(Position,Distance,SinglePlayer)
  1237. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1238. local List = {}
  1239. for i,v in pairs(workspace:GetChildren())do
  1240. if v:IsA("Model")then
  1241. if v:findFirstChild("Torso")then
  1242. if v ~= char then
  1243. if(v.Torso.Position -Position).magnitude <= Distance then
  1244. table.insert(List,v)
  1245. end
  1246. end
  1247. end
  1248. end
  1249. end
  1250. return List
  1251. end
  1252.  
  1253. function Punch()
  1254. part=Instance.new('Part',mod4)
  1255. part.Anchored=true
  1256. part.CanCollide=false
  1257. part.FormFactor='Custom'
  1258. part.Size=Vector3.new(.2,.2,.2)
  1259. part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
  1260. part.Transparency=.7
  1261. part.BrickColor=BrickColor.new('Carnation pink')
  1262. mesh=Instance.new('SpecialMesh',part)
  1263. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  1264. mesh.Scale=Vector3.new(3,3,3)
  1265. part2=Instance.new('Part',mod4)
  1266. part2.Anchored=true
  1267. part2.CanCollide=false
  1268. part2.FormFactor='Custom'
  1269. part2.Size=Vector3.new(.2,.2,.2)
  1270. part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
  1271. part2.Transparency=.7
  1272. part2.BrickColor=BrickColor.new('Carnation pink')
  1273. mesh2=Instance.new('SpecialMesh',part2)
  1274. mesh2.MeshId='http://www.roblox.com/asset/?id=24388358'
  1275. mesh2.Scale=Vector3.new(3,1.5,3)
  1276. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  1277. if v:FindFirstChild('Humanoid') then
  1278. v.Humanoid:TakeDamage(math.random(2,6))
  1279. end
  1280. end
  1281. coroutine.resume(coroutine.create(function()
  1282. for i=0,0.62,0.4 do
  1283. wait()
  1284. part.CFrame=part.CFrame
  1285. part.Transparency=i
  1286. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  1287. part2.CFrame=part2.CFrame
  1288. part2.Transparency=i
  1289. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  1290. end
  1291. part.Parent=nil
  1292. part2.Parent=nil
  1293. end))
  1294. end
  1295. ----------------------------------------------------
  1296. rarm.Touched:connect(function(ht)
  1297. hit = ht.Parent
  1298. if ht and hit:IsA("Model") then
  1299. if hit:FindFirstChild("Humanoid") then
  1300. if hit.Name ~= p.Name then
  1301. if Debounces.RPunch == true and Debounces.RPunched == false then
  1302. Debounces.RPunched = true
  1303. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1304. if Debounces.ks==true then
  1305. z = Instance.new("Sound",hed)
  1306. z.SoundId = "rbxassetid://169380525"
  1307. z.Pitch = ptz[math.random(1,#ptz)]
  1308. z.Volume = 1
  1309. z:Play()
  1310. end
  1311. wait(.2)
  1312. Debounces.RPunched = false
  1313. end
  1314. end
  1315. end
  1316. elseif ht and hit:IsA("Hat") then
  1317. if hit.Parent.Name ~= p.Name then
  1318. if hit.Parent:FindFirstChild("Humanoid") then
  1319. if Debounces.RPunch == true and Debounces.RPunched == false then
  1320. Debounces.RPunched = true
  1321. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  1322. if Debounces.ks==true then
  1323. z = Instance.new("Sound",hed)
  1324. z.SoundId = "rbxassetid://169380525"
  1325. z.Pitch = ptz[math.random(1,#ptz)]
  1326. z.Volume = 1
  1327. z:Play()
  1328. end
  1329. wait(.2)
  1330. Debounces.RPunched = false
  1331. end
  1332. end
  1333. end
  1334. end
  1335. end)
  1336. larm.Touched:connect(function(ht)
  1337. hit = ht.Parent
  1338. if ht and hit:IsA("Model") then
  1339. if hit:FindFirstChild("Humanoid") then
  1340. if hit.Name ~= p.Name then
  1341. if Debounces.LPunch == true and Debounces.LPunched == false then
  1342. Debounces.LPunched = true
  1343. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1344. if Debounces.ks2==true then
  1345. z = Instance.new("Sound",hed)
  1346. z.SoundId = "rbxassetid://169380525"
  1347. z.Pitch = ptz[math.random(1,#ptz)]
  1348. z.Volume = 1
  1349. z:Play()
  1350. end
  1351. wait(.2)
  1352. Debounces.LPunched = false
  1353. end
  1354. end
  1355. end
  1356. elseif ht and hit:IsA("Hat") then
  1357. if hit.Parent.Name ~= p.Name then
  1358. if hit.Parent:FindFirstChild("Humanoid") then
  1359. if Debounces.LPunch == true and Debounces.LPunched == false then
  1360. Debounces.LPunched = true
  1361. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
  1362. if Debounces.ks2==true then
  1363. z = Instance.new("Sound",hed)
  1364. z.SoundId = "rbxassetid://169380525"
  1365. z.Pitch = ptz[math.random(1,#ptz)]
  1366. z.Volume = 1
  1367. z:Play()
  1368. end
  1369. wait(.2)
  1370. Debounces.LPunched = false
  1371. end
  1372. end
  1373. end
  1374. end
  1375. end)
  1376. ----------------------------------------------------
  1377. local player = game.Players.LocalPlayer
  1378. local pchar = player.Character
  1379. local mouse = player:GetMouse()
  1380. local cam = workspace.CurrentCamera
  1381.  
  1382. local rad = math.rad
  1383.  
  1384. local keysDown = {}
  1385. local flySpeed = 0
  1386. local MAX_FLY_SPEED = 150
  1387.  
  1388. local canFly = false
  1389. local flyToggled = false
  1390.  
  1391. local forward, side = 0, 0
  1392. local lastForward, lastSide = 0, 0
  1393.  
  1394. local floatBP = Instance.new("BodyPosition")
  1395. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  1396. local flyBV = Instance.new("BodyVelocity")
  1397. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1398. local turnBG = Instance.new("BodyGyro")
  1399. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1400.  
  1401. mouse.KeyDown:connect(function(key)
  1402. keysDown[key] = true
  1403.  
  1404. if key == "f" then
  1405. flyToggled = not flyToggled
  1406.  
  1407. if not flyToggled then
  1408. stanceToggle = "Normal"
  1409. floatBP.Parent = nil
  1410. flyBV.Parent = nil
  1411. turnBG.Parent = nil
  1412. root.Velocity = Vector3.new()
  1413. pchar.Humanoid.PlatformStand = false
  1414. end
  1415. end
  1416.  
  1417. end)
  1418. mouse.KeyUp:connect(function(key)
  1419. keysDown[key] = nil
  1420. end)
  1421.  
  1422. local function updateFly()
  1423.  
  1424. if not flyToggled then return end
  1425.  
  1426. lastForward = forward
  1427. lastSide = side
  1428.  
  1429. forward = 0
  1430. side = 0
  1431.  
  1432. if keysDown.w then
  1433. forward = forward + 1
  1434. end
  1435. if keysDown.s then
  1436. forward = forward - 1
  1437. end
  1438. if keysDown.a then
  1439. side = side - 1
  1440. end
  1441. if keysDown.d then
  1442. side = side + 1
  1443. end
  1444.  
  1445. canFly = (forward ~= 0 or side ~= 0)
  1446.  
  1447. if canFly then
  1448. stanceToggle = "Floating"
  1449. turnBG.Parent = root
  1450. floatBP.Parent = nil
  1451. flyBV.Parent = root
  1452.  
  1453. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  1454. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  1455. else
  1456. floatBP.position = root.Position
  1457. floatBP.Parent = root
  1458.  
  1459. flySpeed = flySpeed - 1
  1460. if flySpeed < 0 then flySpeed = 0 end
  1461. end
  1462.  
  1463. local camCF = cam.CoordinateFrame
  1464. local in_forward = canFly and forward or lastForward
  1465. local in_side = canFly and side or lastSide
  1466.  
  1467. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  1468. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  1469.  
  1470. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  1471. 0)
  1472. end
  1473.  
  1474. game:service'RunService'.RenderStepped:connect(function()
  1475. if flyToggled then
  1476. pchar.Humanoid.PlatformStand = true
  1477. end
  1478. updateFly()
  1479. end)
  1480. -------------------------------
  1481. ----------------------------------------------------
  1482. pt = {0.7, 0.8, 0.9}
  1483. mouse.KeyDown:connect(function(key)
  1484. if key == "h" then
  1485. if Debounces.CanJoke == true then
  1486. Debounces.CanJoke = false
  1487. u = Instance.new("Sound")
  1488. u.SoundId = "http://www.roblox.com/asset/?id=430315987"
  1489. u.Parent = char
  1490. u.Looped = false
  1491. u.Pitch = 1
  1492. u.Volume = 1
  1493. u2 = Instance.new("Sound")
  1494. u2.SoundId = "http://www.roblox.com/asset/?id=430315987"
  1495. u2.Parent = char
  1496. u2.Looped = false
  1497. u2.Pitch = 1
  1498. u2.Volume = 1
  1499. wait(.01)
  1500. u:Play()
  1501. u2:Play()
  1502. wait(6)
  1503. u:Destroy()
  1504. u2:Destroy()
  1505. if Debounces.CanJoke == false then
  1506. Debounces.CanJoke = true
  1507. end
  1508. end
  1509. end
  1510. end)
  1511. ----------------------------------------------------
  1512. ----------------------------------------------------
  1513. mouse.KeyDown:connect(function(key)
  1514. if key == "j" then
  1515. if Debounces.CanJoke == true then
  1516. Debounces.CanJoke = false
  1517. u = Instance.new("Sound")
  1518. u.SoundId = "http://www.roblox.com/asset/?id=154733167"
  1519. u.Parent = hed
  1520. u.Looped = false
  1521. u.Pitch = 1
  1522. u.Volume = 1
  1523. wait(.01)
  1524. u:Play()
  1525. wait(10)
  1526. u:Destroy()
  1527. if Debounces.CanJoke == false then
  1528. Debounces.CanJoke = true
  1529. end
  1530. end
  1531. end
  1532. end)
  1533. ----------------------------------------------------
  1534.  
  1535. ----------------------------------------------------
  1536. mouse.KeyDown:connect(function(key)
  1537. if key == "g" then
  1538. hum.WalkSpeed = 0
  1539. if Debounces.CanAttack == true then
  1540. Debounces.CanAttack = false
  1541. Debounces.on = true
  1542. Debounces.NoIdl = true
  1543. wait(.1)
  1544. so("http://www.roblox.com/asset/?id=169445572",hed,1.5,1.5)
  1545. so("http://www.roblox.com/asset/?id=169380495",hed,1.5,1.5)
  1546. for i = 1, 20 do
  1547. 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)
  1548. 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)
  1549. 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)
  1550. 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)
  1551. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  1552. 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)
  1553. if Debounces.on == false then break end
  1554. wait()
  1555. end
  1556. wait(0.5)
  1557. local rng = Instance.new("Part", char)
  1558. rng.Anchored = true
  1559. rng.BrickColor = BrickColor.new("Institutional white")
  1560. rng.CanCollide = false
  1561. rng.FormFactor = 3
  1562. rng.Name = "Ring"
  1563. rng.Size = Vector3.new(1, 1, 1)
  1564. rng.Transparency = 0.5
  1565. rng.TopSurface = 0
  1566. rng.BottomSurface = 0
  1567. rng.Position = torso.Position - Vector3.new(0,2,0)
  1568. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  1569. local rngm = Instance.new("SpecialMesh", rng)
  1570. rngm.MeshId = "http://www.roblox.com/asset/?id=156292355"
  1571. rngm.Scale = Vector3.new(1, 1, 2)
  1572. x = Instance.new("Sound",torso)
  1573. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  1574. x.Looped = false
  1575. x.Pitch = .7
  1576. x.Volume = 2
  1577. x:Play()
  1578. partic2.Enabled = true
  1579. coroutine.wrap(function()
  1580. for i = 1, 60, 8 do
  1581. rngm.Scale = Vector3.new(1.2 + i*1.1, 1.2 + i*1.1, 1)
  1582. rng.Transparency = i/60
  1583. wait()
  1584. end
  1585. wait()
  1586. rng:Destroy()
  1587. end)()
  1588. hum.WalkSpeed = 50
  1589. BV = Instance.new("BodyVelocity", torso)
  1590. BV.maxForce = Vector3.new(0,200000,0)
  1591. BV.P = 100000
  1592. BV.velocity = Vector3.new(0,150,0)
  1593. for i = 1, 20 do
  1594. 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)
  1595. 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)
  1596. 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)
  1597. 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)
  1598. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  1599. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.5) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  1600. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, 200, 0), 0.3)
  1601. if Debounces.on == false then break end
  1602. wait()
  1603. end
  1604. x:Destroy()
  1605. BV:Destroy()
  1606.  
  1607. coroutine.resume(coroutine.create(function()
  1608. for i = 1, 2880, 48 do
  1609. torso.Weld.C1 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(i), math.rad(0), math.rad(0))
  1610. rs:wait(4)
  1611. end
  1612. torso.Weld.C1 = CFrame.new(0, -1, 0)
  1613. end))
  1614.  
  1615. for i = 1, 30 do
  1616. 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)
  1617. 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)
  1618. 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)
  1619. 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)
  1620. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  1621. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  1622. if Debounces.on == false then break end
  1623. wait()
  1624. end
  1625.  
  1626. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  1627. for i = 1, 30 do
  1628. 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)
  1629. 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)
  1630. 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)
  1631. 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)
  1632. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -0.6) * CFrame.Angles(math.rad(10), 0, 0), 0.3)
  1633. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.4) * CFrame.Angles(math.rad(-20), 0, 0), 0.3)
  1634. if Debounces.on == false then break end
  1635. wait()
  1636. end
  1637. end
  1638. local ry,ht,ps=nil,nil,nil
  1639. while ht==nil do
  1640. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  1641. wait()
  1642. end
  1643. Landing()
  1644. z = Instance.new("Sound",torso)
  1645. z.SoundId = "rbxassetid://142070127"
  1646. z.Volume = 2
  1647. wait(.1)
  1648. z:Play()
  1649. partic2.Enabled = false
  1650. hum.WalkSpeed = 0
  1651. for i = 1, 25 do
  1652. 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)
  1653. 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)
  1654. 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)
  1655. 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)
  1656. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, 0, -.6) * CFrame.Angles(math.rad(30), 0, math.rad(20)), 0.2)
  1657. 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)
  1658. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 229.5, 0), 0.3)
  1659. if Debounces.on == false then break end
  1660. wait()
  1661. end
  1662. wait(0.2)
  1663. Debounces.on = false
  1664. Debounces.NoIdl = false
  1665. cor.Weld.C1 = CFrame.Angles(0,0,0)
  1666.  
  1667. if Debounces.CanAttack == false then
  1668. Debounces.CanAttack = true
  1669. hum.WalkSpeed = 14
  1670. end
  1671. end
  1672. end
  1673. end)
  1674. ----------------------------------------------------
  1675. ----------------------------------------------------
  1676. -------------------------------
  1677. mouse.KeyDown:connect(function(key)
  1678. if key == "q" then
  1679. if Debounces.CanAttack == true then
  1680. Debounces.CanAttack = false
  1681. Debounces.NoIdl = true
  1682. Debounces.on = true
  1683. function FindNearestTorso(Position,Distance,SinglePlayer)
  1684. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  1685. local List = {}
  1686. for i,v in pairs(workspace:GetChildren())do
  1687. if v:IsA("Model")then
  1688. if v:findFirstChild("Torso")then
  1689. if v ~= char then
  1690. if(v.Torso.Position -Position).magnitude <= Distance then
  1691. table.insert(List,v)
  1692. end
  1693. end
  1694. end
  1695. end
  1696. end
  1697. return List
  1698. end
  1699. z = Instance.new("Sound",hed)
  1700. z.SoundId = "rbxassetid://232213955"
  1701. z.Pitch = 1
  1702. z.Volume = 1
  1703. wait(0.2)
  1704. z:Play()
  1705. sp = Instance.new("Part",rarm)
  1706. sp.Anchored = true
  1707. sp.CanCollide = false
  1708. sp.Locked = true
  1709. sp.Transparency = 0
  1710. sp.Material = "Neon"
  1711. sp.Size = Vector3.new(1,1,1)
  1712. sp.TopSurface = "SmoothNoOutlines"
  1713. sp.BottomSurface = "SmoothNoOutlines"
  1714. sp.BrickColor = BrickColor.new("Crimson")
  1715. spm = Instance.new("SpecialMesh",sp)
  1716. spm.MeshType = "Sphere"
  1717. spm.Scale = Vector3.new(21,21,21)
  1718. sp2 = Instance.new("Part", rarm)
  1719. sp2.Name = "Energy"
  1720. sp2.BrickColor = BrickColor.new("Crimson")
  1721. sp2.Size = Vector3.new(1, 1, 1)
  1722. sp2.Shape = "Ball"
  1723. sp2.CanCollide = false
  1724. sp2.Anchored = true
  1725. sp2.Locked = true
  1726. sp2.TopSurface = 0
  1727. sp2.BottomSurface = 0
  1728. sp2.Transparency = 1
  1729. spm2 = Instance.new("SpecialMesh",sp2)
  1730. spm2.MeshId = "rbxassetid://9982590"
  1731. spm2.Scale = Vector3.new(2,2,2)
  1732. for i = 1, 20 do
  1733. spm.Scale = spm.Scale - Vector3.new(1,1,1)
  1734. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1735. 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)
  1736. 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)
  1737. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  1738. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  1739. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1740. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1741. if Debounces.on == false then break end
  1742. rs:wait()
  1743. end
  1744. for i = 1, 100, 20 do rs:wait()
  1745. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1746. end
  1747. for i = 1, 20 do
  1748. sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
  1749. 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)
  1750. 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)
  1751. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
  1752. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
  1753. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1754. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1755. if Debounces.on == false then break end
  1756. rs:wait()
  1757. end
  1758. sp.Transparency = 1
  1759. for i = 1, 20 do
  1760. 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)
  1761. 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)
  1762. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
  1763. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
  1764. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  1765. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  1766. if Debounces.on == false then break end
  1767. rs:wait()
  1768. end
  1769. wait(1)
  1770. sp.Transparency = 0
  1771. sp2.Transparency = 0.84
  1772. for i = 1, 20 do
  1773. --spm.Scale = spm.Scale - Vector3.new(1,1,1)
  1774. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  1775. sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  1776. 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)
  1777. 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)
  1778. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
  1779. 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)
  1780. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
  1781. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
  1782. if Debounces.on == false then break end
  1783. rs:wait()
  1784. end
  1785. for i = 1, 2880, 50 do
  1786. rs:wait()
  1787. sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
  1788. sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  1789. rs:wait()
  1790. end
  1791. sp:Destroy()
  1792. sp2:Destroy()
  1793. local X = Instance.new("Part",char)
  1794. local O = Instance.new("ObjectValue",X)
  1795. O.Name = "creator"
  1796. X.Locked = true
  1797. X.Name = "Shell"
  1798. X.Anchored = false
  1799. X.CanCollide = false
  1800. X.Transparency = 0
  1801. X.Reflectance = 0
  1802. X.BottomSurface = 0
  1803. X.TopSurface = 0
  1804. X.Shape = 0
  1805. local V = Instance.new("ObjectValue",X)
  1806. V.Value = char
  1807. V.Name = "creator"
  1808. X.BrickColor = BrickColor.new("Crimson")
  1809. X.Size = Vector3.new(2,2,2)
  1810. X.Material = "Neon"
  1811. local Z = Instance.new("SpecialMesh",X)
  1812. Z.MeshType = "Sphere"
  1813. Z.Scale = Vector3.new(0.5,0.5,1)
  1814. X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
  1815. local bv = Instance.new("BodyVelocity",X)
  1816. bv.maxForce = Vector3.new(99999,99999,99999)
  1817. X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
  1818. bv.velocity = X.CFrame.lookVector*65
  1819.  
  1820. Explode = X.Touched:connect(function(hit)
  1821. if hit ~= char and hit.Name ~= "Shell" then
  1822. local cf = X.CFrame
  1823. bv:Destroy()
  1824. X.Anchored = true
  1825. Z:Remove()
  1826. Explode:disconnect()
  1827. X.Size = Vector3.new(3,3,3)
  1828. X.Touched:connect(function(hit) end)
  1829. X.CanCollide = false
  1830. local part3 = Instance.new("Part", rarm)
  1831. part3.Anchored=true
  1832. part3.CanCollide=false
  1833. part3.Locked = true
  1834. part3.TopSurface = "SmoothNoOutlines"
  1835. part3.BottomSurface = "SmoothNoOutlines"
  1836. part3.FormFactor='Custom'
  1837. part3.Size=Vector3.new(1,1, 1)
  1838. part3.CFrame=X.CFrame
  1839. part3.Transparency=0
  1840. part3.BrickColor=BrickColor.new("Crimson")
  1841. local mesh3 = Instance.new("SpecialMesh",part3)
  1842. mesh3.MeshType = "Sphere"
  1843. mesh3.Scale = Vector3.new(1,1,1)
  1844. --debris:AddItem(X,8)
  1845. local part4 = Instance.new("Part", rarm)
  1846. part4.Material = "Neon"
  1847. part4.Anchored=true
  1848. part4.CanCollide=false
  1849. part4.Locked = true
  1850. part4.TopSurface = "SmoothNoOutlines"
  1851. part4.BottomSurface = "SmoothNoOutlines"
  1852. part4.FormFactor='Custom'
  1853. part4.Size=Vector3.new(1,1, 1)
  1854. part4.CFrame=X.CFrame
  1855. part4.Transparency=0
  1856. part4.BrickColor=BrickColor.new("Hot pink")
  1857. local mesh4 = Instance.new("SpecialMesh",part4)
  1858. mesh4.MeshType = "Sphere"
  1859. mesh4.Scale = Vector3.new(.5,.5,.5)
  1860. local part7 = Instance.new("Part", rarm)
  1861. part7.Material = "Neon"
  1862. part7.Anchored=true
  1863. part7.CanCollide=false
  1864. part7.Locked = true
  1865. part7.TopSurface = "SmoothNoOutlines"
  1866. part7.BottomSurface = "SmoothNoOutlines"
  1867. part7.FormFactor='Custom'
  1868. part7.Size=Vector3.new(1,1, 1)
  1869. part7.CFrame=X.CFrame
  1870. part7.Transparency=0
  1871. part7.BrickColor=BrickColor.new("Crimson")
  1872. local mesh7 = Instance.new("SpecialMesh",part7)
  1873. mesh7.MeshType = "Sphere"
  1874. mesh7.Scale = Vector3.new(0.1, 0.1, 0.1)
  1875. --[[X.Touched:connect(function(ht)
  1876. hit = ht.Parent
  1877. if ht and hit:IsA("Model") then
  1878. if hit:FindFirstChild("Humanoid") then
  1879. if hit.Name ~= p.Name then
  1880. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1881. wait(.3)
  1882. end
  1883. end
  1884. elseif ht and hit:IsA("Hat") then
  1885. if hit.Parent.Name ~= p.Name then
  1886. if hit.Parent:FindFirstChild("Humanoid") then
  1887. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1888. wait(.3)
  1889. end
  1890. end
  1891. end
  1892. end)
  1893. part3.Touched:connect(function(ht)
  1894. hit = ht.Parent
  1895. if ht and hit:IsA("Model") then
  1896. if hit:FindFirstChild("Humanoid") then
  1897. if hit.Name ~= p.Name then
  1898. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1899. wait(.3)
  1900. end
  1901. end
  1902. elseif ht and hit:IsA("Hat") then
  1903. if hit.Parent.Name ~= p.Name then
  1904. if hit.Parent:FindFirstChild("Humanoid") then
  1905. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
  1906. wait(.3)
  1907. end
  1908. end
  1909. end
  1910. end)]]--
  1911. for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
  1912. if v:FindFirstChild('Humanoid') then
  1913. v.Humanoid:TakeDamage(math.random(60,90))
  1914. v.Humanoid.PlatformStand = true
  1915. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  1916. end
  1917. end
  1918.  
  1919. local acos = math.acos
  1920. local sqrt = math.sqrt
  1921. local Vec3 = Vector3.new
  1922. local fromAxisAngle = CFrame.fromAxisAngle
  1923.  
  1924. local function toAxisAngle(CFr)
  1925. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  1926. local Angle = math.acos((R00+R11+R22-1)/2)
  1927. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1928. A = A == 0 and 0.00001 or A
  1929. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1930. B = B == 0 and 0.00001 or B
  1931. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  1932. C = C == 0 and 0.00001 or C
  1933. local x = (R21-R12)/sqrt(A)
  1934. local y = (R02-R20)/sqrt(B)
  1935. local z = (R10-R01)/sqrt(C)
  1936. return Vec3(x,y,z),Angle
  1937. end
  1938.  
  1939. function ApplyTrig(Num,Func)
  1940. local Min,Max = Func(0),Func(1)
  1941. local i = Func(Num)
  1942. return (i-Min)/(Max-Min)
  1943. end
  1944.  
  1945. function LerpCFrame(CFrame1,CFrame2,Num)
  1946. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  1947. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  1948. end
  1949.  
  1950. function Crater(Torso,Radius)
  1951. Spawn(function()
  1952. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  1953. local Ignore = {}
  1954. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1955. if v.Character ~= nil then
  1956. Ignore[#Ignore+1] = v.Character
  1957. end
  1958. end
  1959. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  1960. if Hit == nil then return end
  1961. local Parts = {}
  1962. for i = 1,360,10 do
  1963. local P = Instance.new("Part",Torso.Parent)
  1964. P.Anchored = true
  1965. P.FormFactor = "Custom"
  1966. P.BrickColor = Hit.BrickColor
  1967. P.Material = Hit.Material
  1968. P.TopSurface = "Smooth"
  1969. P.BottomSurface = "Smooth"
  1970. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  1971. 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)))
  1972. 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}
  1973. if math.random(0,5) == 0 then -- rubble
  1974. local P = Instance.new("Part",Torso.Parent)
  1975. P.Anchored = true
  1976. P.FormFactor = "Custom"
  1977. P.BrickColor = Hit.BrickColor
  1978. P.Material = Hit.Material
  1979. P.TopSurface = "Smooth"
  1980. P.BottomSurface = "Smooth"
  1981. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  1982. 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)))
  1983. 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}
  1984. end
  1985. end
  1986. for i = 0,1,0.05 do
  1987. for i2,v in pairs(Parts) do
  1988. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  1989. end
  1990. wait(0.02)
  1991. end
  1992. for i,v in pairs(Parts) do
  1993. if v[1].Size.X > 2.1 then
  1994. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  1995. end
  1996. v[1].Anchored = false
  1997. end
  1998. for i = 0,1,0.05 do
  1999. for i2,v in pairs(Parts) do
  2000. v[1].Transparency = i
  2001. if i == 1 then
  2002. v[1]:Destroy()
  2003. elseif i >= 0.25 then
  2004. v[1].CanCollide = false
  2005. end
  2006. end
  2007. wait(0.02)
  2008. end
  2009. Parts = nil
  2010. end)
  2011. end
  2012.  
  2013. ROW = function(out, trans, s, wt, t, ang, plus)
  2014. for i = 1, 360, 360/t do
  2015. local c = Instance.new("Part", game.Workspace)
  2016. c.FormFactor = 3
  2017. c.TopSurface = 0
  2018. c.BottomSurface = 0
  2019. c.Size = s
  2020. c.Anchored = true
  2021. c.CanCollide = wt
  2022. c.Material=workspace.Base.Material
  2023. c.Transparency = trans
  2024. c.BrickColor = workspace.Base.BrickColor
  2025. 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
  2026. c.Locked=true
  2027. game.Debris:AddItem(c,15)
  2028. end
  2029. end
  2030.  
  2031. Part = function(x,y,z,color,tr,cc,an,parent)
  2032. local p = Instance.new('Part',parent or Weapon)
  2033. p.formFactor = 'Custom'
  2034. p.Size = Vector3.new(x,y,z)
  2035. p.BrickColor = BrickColor.new(color)
  2036. p.CanCollide = cc
  2037. p.Transparency = tr
  2038. p.Anchored = an
  2039. p.TopSurface,p.BottomSurface = 0,0
  2040. p.Locked=true
  2041. p:BreakJoints()
  2042. return p end
  2043.  
  2044. Mesh = function(par,num,x,y,z)
  2045. local msh = _
  2046. if num == 1 then msh = Instance.new("CylinderMesh",par)
  2047. elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
  2048. elseif num == 3 then msh = Instance.new("BlockMesh",par)
  2049. elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
  2050. elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
  2051. end msh.Scale = Vector3.new(x,y,z)
  2052. return msh end
  2053.  
  2054. function explosion(col1,col2,cfr,sz,rng,dmg)
  2055. local a= Part(1,1,1,col1,.5,false,true,workspace)
  2056. local a2= Part(1,1,1,col2,.5,false,true,workspace)
  2057. local a3= Part(1,1,1,col2,.5,false,true,workspace)
  2058. v1,v2,v3=sz.x,sz.y,sz.z
  2059. local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
  2060. local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
  2061. local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
  2062. a.CFrame=cfr
  2063. a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  2064. a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
  2065.  
  2066. Spawn(function()
  2067. while wait() do
  2068. if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
  2069. m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
  2070. m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
  2071. m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
  2072. a.Transparency=a.Transparency+0.05
  2073. a2.Transparency=a2.Transparency+0.05
  2074. a3.Transparency=a3.Transparency+0.05
  2075. end
  2076. end)
  2077. end
  2078.  
  2079. Crater(X,20)
  2080. 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)
  2081. z = Instance.new("Sound",X)
  2082. z.SoundId = "rbxassetid://231917744"
  2083. z.Pitch = .5
  2084. z.Volume = 10
  2085. z1 = Instance.new("Sound",X)
  2086. z1.SoundId = "rbxassetid://231917744"
  2087. z1.Pitch = .5
  2088. z1.Volume = 10
  2089. z2 = Instance.new("Sound",X)
  2090. z2.SoundId = "rbxassetid://231917744"
  2091. z2.Pitch = .5
  2092. z2.Volume = 10
  2093. z3 = Instance.new("Sound",X)
  2094. z3.SoundId = "rbxassetid://245537790"
  2095. z3.Pitch = .7
  2096. z3.Volume = 1
  2097. z4 = Instance.new("Sound",X)
  2098. z4.SoundId = "rbxassetid://245537790"
  2099. z4.Pitch = .7
  2100. z4.Volume = 1
  2101. wait(0.1)
  2102. z:Play()
  2103. z1:Play()
  2104. z2:Play()
  2105. z3:Play()
  2106. z4:Play()
  2107.  
  2108. local part=Instance.new('Part',rarm)
  2109. part.Anchored=true
  2110. part.CanCollide=false
  2111. part.Locked = true
  2112. part.FormFactor='Custom'
  2113. part.Size=Vector3.new(1,1,1)
  2114. part.CFrame=X.CFrame*CFrame.new(0,0,0)
  2115. part.Transparency=0
  2116. part.BrickColor=BrickColor.new('Crimson')
  2117. local mesh=Instance.new('SpecialMesh',part)
  2118. mesh.MeshId='http://www.roblox.com/asset/?id=24388358'
  2119. mesh.Scale=Vector3.new(2,2,2)
  2120. local part2=part:clone()
  2121. part2.Parent = rarm
  2122. part2.BrickColor=BrickColor.new("Crimson")
  2123. local part5=part:clone()
  2124. part5.Parent = rarm
  2125. part5.BrickColor=BrickColor.new("Magenta")
  2126. local part6=part:clone()
  2127. part6.Parent = rarm
  2128. part6.BrickColor=BrickColor.new("Black")
  2129. local mesh2=mesh:clone()
  2130. mesh2.Parent=part2
  2131. mesh2.Scale=Vector3.new(3, 3, 3)
  2132. local mesh5=mesh:clone()
  2133. mesh5.Parent=part5
  2134. mesh5.Scale=Vector3.new(3, 3, 3)
  2135. local mesh6=mesh:clone()
  2136. mesh6.Parent=part6
  2137. mesh6.Scale=Vector3.new(3, 3, 3)
  2138. local blast = Instance.new("Part", rarm)
  2139. blast.BrickColor = BrickColor.new("Crimson")
  2140. blast.Anchored = true
  2141. blast.CanCollide = false
  2142. blast.Locked = true
  2143. blast.Size = Vector3.new(1, 1, 1)
  2144. blast.TopSurface = "Smooth"
  2145. blast.BottomSurface = "Smooth"
  2146. blast.Transparency = 0
  2147. blast.CFrame = HandCF
  2148. local bm = Instance.new("SpecialMesh", blast)
  2149. bm.Scale = Vector3.new(5,1,5)
  2150. bm.MeshId = "rbxassetid://24388358"
  2151. local blast2 = Instance.new("Part", rarm)
  2152. blast2.BrickColor = BrickColor.new("Crimson")
  2153. blast2.Anchored = true
  2154. blast2.CanCollide = false
  2155. blast2.Locked = true
  2156. blast2.Size = Vector3.new(1, 1, 1)
  2157. blast2.TopSurface = "Smooth"
  2158. blast2.BottomSurface = "Smooth"
  2159. blast2.Transparency = 0
  2160. blast2.CFrame = HandCF
  2161. local bm2 = Instance.new("SpecialMesh", blast2)
  2162. bm2.Scale = Vector3.new(3,1,3)
  2163. bm2.MeshId = "rbxassetid://24388358"
  2164. local blast3 = Instance.new("Part", rarm)
  2165. blast3.BrickColor = BrickColor.new("Crimson")
  2166. blast3.Anchored = true
  2167. blast3.CanCollide = false
  2168. blast3.Locked = true
  2169. blast3.Size = Vector3.new(1, 1, 1)
  2170. blast3.TopSurface = "Smooth"
  2171. blast3.BottomSurface = "Smooth"
  2172. blast3.Transparency = 0
  2173. blast3.CFrame = HandCF
  2174. local bm3 = Instance.new("SpecialMesh", blast3)
  2175. bm3.Scale = Vector3.new(3,1,3)
  2176. bm3.MeshId = "rbxassetid://24388358"
  2177. for i = 1,120 do rs:wait()
  2178. X.Transparency = X.Transparency + (1/120)
  2179. part.Transparency = part.Transparency + (1/120)
  2180. part2.Transparency = part2.Transparency + (1/120)
  2181. part3.Transparency = part3.Transparency + (1/120)
  2182. part4.Transparency = part4.Transparency + (1/120)
  2183. part5.Transparency = part5.Transparency + (1/120)
  2184. part6.Transparency = part6.Transparency + (1/120)
  2185. part7.Transparency = part7.Transparency + (1/120)
  2186. blast.Transparency = blast.Transparency + (1/120)
  2187. blast2.Transparency = blast2.Transparency + (1/120)
  2188. blast3.Transparency = blast3.Transparency + (1/120)
  2189. X.Size = X.Size + Vector3.new(.8,.8,.8)
  2190. --part3.Size = part3.Size + Vector3.new(3,3,3)
  2191. mesh.Scale = mesh.Scale + Vector3.new(1,.2,1)
  2192. mesh2.Scale = mesh2.Scale + Vector3.new(1.1,.2,1.1)
  2193. mesh3.Scale = mesh3.Scale + Vector3.new(3,3,3)
  2194. mesh4.Scale = mesh4.Scale + Vector3.new(1.7,1.7,1.7)
  2195. mesh5.Scale = mesh5.Scale + Vector3.new(1.6,.2,1.6)
  2196. mesh6.Scale = mesh6.Scale + Vector3.new(2,.2,2)
  2197. mesh7.Scale = mesh7.Scale + Vector3.new(4,4,4)
  2198. bm.Scale = bm.Scale + Vector3.new(6,6,.2)
  2199. bm2.Scale = bm2.Scale + Vector3.new(4,4,.2)
  2200. bm3.Scale = bm3.Scale + Vector3.new(4,4,.2)
  2201. X.CFrame = cf
  2202. part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
  2203. part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
  2204. part3.CFrame=X.CFrame
  2205. part4.CFrame=X.CFrame
  2206. part7.CFrame=X.CFrame
  2207. part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
  2208. part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
  2209. blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2210. blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
  2211. blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
  2212. rs:wait()
  2213. end
  2214. X:Destroy()
  2215. part:Destroy()
  2216. part2:Destroy()
  2217. part3:Destroy()
  2218. part4:Destroy()
  2219. part5:Destroy()
  2220. part6:Destroy()
  2221. blast:Destroy()
  2222. blast2:Destroy()
  2223. blast3:Destroy()
  2224. z:Destroy()
  2225. z1:Destroy()
  2226. z2:Destroy()
  2227. z3:Destroy()
  2228. z4:Destroy()
  2229. end
  2230. end)
  2231. for i = 1, 20 do
  2232. 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)
  2233. 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)
  2234. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  2235. 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)
  2236. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
  2237. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
  2238. if Debounces.on == false then break end
  2239. rs:wait()
  2240. end
  2241. if Debounces.CanAttack == false then
  2242. Debounces.CanAttack = true
  2243. Debounces.NoIdl = false
  2244. Debounces.on = false
  2245. end
  2246. end
  2247. end
  2248. end)
  2249. ----------------------------------------------------
  2250. mouse.KeyDown:connect(function(key)
  2251. if key == "e" then
  2252. if Debounces.CanAttack == true then
  2253. Debounces.CanAttack = false
  2254. Debounces.on = true
  2255. Debounces.NoIdl = true
  2256. pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
  2257. z = Instance.new("Sound", rarm)
  2258. z.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  2259. z.Volume = .6
  2260. z.Pitch = pt[math.random(1,#pt)]
  2261. z.Looped = false
  2262. z:Play()
  2263. Debounces.RPunch = true
  2264. Debounces.LPunch = true
  2265. Debounces.ks = true
  2266. Debounces.ks2 = true
  2267. for i = 1, 3 do
  2268. 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)
  2269. 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)
  2270. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2271. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2272. 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)
  2273. 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)
  2274. if Debounces.on == false then break end
  2275. wait()
  2276. end
  2277. z2 = Instance.new("Sound", larm)
  2278. z2.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2279. z2.Volume = .6
  2280. z2.Pitch = pt[math.random(1,#pt)]
  2281. z2.Looped = false
  2282. z2:Play()
  2283. for i = 1, 3 do
  2284. 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)
  2285. 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)
  2286. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2287. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2288. 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)
  2289. 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)
  2290. if Debounces.on == false then break end
  2291. wait()
  2292. end
  2293. z3 = Instance.new("Sound", rarm)
  2294. z3.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2295. z3.Volume = 0.6
  2296. z3.Pitch = pt[math.random(1,#pt)]
  2297. z3.Looped = false
  2298. z3:Play()
  2299. for i = 1, 3 do
  2300. 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)
  2301. 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)
  2302. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2303. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2304. 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)
  2305. 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)
  2306. if Debounces.on == false then break end
  2307. wait()
  2308. end
  2309. z4 = Instance.new("Sound", larm)
  2310. z4.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2311. z4.Volume = .6
  2312. z4.Pitch = pt[math.random(1,#pt)]
  2313. z4.Looped = false
  2314. z4:Play()
  2315. for i = 1, 3 do
  2316. 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)
  2317. 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)
  2318. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2319. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2320. 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)
  2321. 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)
  2322. if Debounces.on == false then break end
  2323. wait()
  2324. end
  2325. z5 = Instance.new("Sound", rarm)
  2326. z5.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2327. z5.Volume = .6
  2328. z5.Pitch = pt[math.random(1,#pt)]
  2329. z5.Looped = false
  2330. z5:Play()
  2331. for i = 1, 3 do
  2332. 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)
  2333. 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)
  2334. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2335. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2336. 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)
  2337. 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)
  2338. if Debounces.on == false then break end
  2339. wait()
  2340. end
  2341. z6 = Instance.new("Sound", larm)
  2342. z6.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2343. z6.Volume = .6
  2344. z6.Pitch = pt[math.random(1,#pt)]
  2345. z6.Looped = false
  2346. z6:Play()
  2347. for i = 1, 3 do
  2348. 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)
  2349. 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)
  2350. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2351. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2352. 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)
  2353. 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)
  2354. if Debounces.on == false then break end
  2355. wait()
  2356. end
  2357. z7 = Instance.new("Sound", rarm)
  2358. z7.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  2359. z7.Volume = .6
  2360. z7.Pitch = pt[math.random(1,#pt)]
  2361. z7.Looped = false
  2362. z7:Play()
  2363. for i = 1, 3 do
  2364. 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)
  2365. 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)
  2366. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2367. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2368. 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)
  2369. 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)
  2370. if Debounces.on == false then break end
  2371. wait()
  2372. end
  2373. z8 = Instance.new("Sound", larm)
  2374. z8.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2375. z8.Volume = .6
  2376. z8.Pitch = pt[math.random(1,#pt)]
  2377. z8.Looped = false
  2378. z8:Play()
  2379. for i = 1, 3 do
  2380. 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)
  2381. 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)
  2382. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2383. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2384. 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)
  2385. 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)
  2386. if Debounces.on == false then break end
  2387. wait()
  2388. end
  2389. z9 = Instance.new("Sound", rarm)
  2390. z9.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2391. z9.Volume = 0.6
  2392. z9.Pitch = pt[math.random(1,#pt)]
  2393. z9.Looped = false
  2394. z9:Play()
  2395. for i = 1, 3 do
  2396. 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)
  2397. 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)
  2398. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2399. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2400. 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)
  2401. 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)
  2402. if Debounces.on == false then break end
  2403. wait()
  2404. end
  2405. z10 = Instance.new("Sound", larm)
  2406. z10.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2407. z10.Volume = .6
  2408. z10.Pitch = pt[math.random(1,#pt)]
  2409. z10.Looped = false
  2410. z10:Play()
  2411. for i = 1, 3 do
  2412. 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)
  2413. 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)
  2414. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2415. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2416. 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)
  2417. 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)
  2418. if Debounces.on == false then break end
  2419. wait()
  2420. end
  2421. z11 = Instance.new("Sound", rarm)
  2422. z11.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2423. z11.Volume = .6
  2424. z11.Pitch = pt[math.random(1,#pt)]
  2425. z11.Looped = false
  2426. z11:Play()
  2427. for i = 1, 3 do
  2428. 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)
  2429. 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)
  2430. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2431. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2432. 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)
  2433. 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)
  2434. if Debounces.on == false then break end
  2435. wait()
  2436. end
  2437. z12 = Instance.new("Sound", larm)
  2438. z12.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2439. z12.Volume = .6
  2440. z12.Pitch = pt[math.random(1,#pt)]
  2441. z12.Looped = false
  2442. z12:Play()
  2443. for i = 1, 3 do
  2444. 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)
  2445. 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)
  2446. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2447. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2448. 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)
  2449. 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)
  2450. if Debounces.on == false then break end
  2451. wait()
  2452. end
  2453. z13 = Instance.new("Sound", rarm)
  2454. z13.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2455. z13.Volume = 0.6
  2456. z13.Pitch = pt[math.random(1,#pt)]
  2457. z13.Looped = false
  2458. z13:Play()
  2459. for i = 1, 3 do
  2460. 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)
  2461. 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)
  2462. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2463. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2464. 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)
  2465. 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)
  2466. if Debounces.on == false then break end
  2467. wait()
  2468. end
  2469. z14 = Instance.new("Sound", larm)
  2470. z14.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2471. z14.Volume = .6
  2472. z14.Pitch = pt[math.random(1,#pt)]
  2473. z14.Looped = false
  2474. z14:Play()
  2475. for i = 1, 3 do
  2476. 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)
  2477. 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)
  2478. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2479. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2480. 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)
  2481. 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)
  2482. if Debounces.on == false then break end
  2483. wait()
  2484. end
  2485. z15 = Instance.new("Sound", rarm)
  2486. z15.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2487. z15.Volume = .6
  2488. z15.Pitch = pt[math.random(1,#pt)]
  2489. z15.Looped = false
  2490. z15:Play()
  2491. for i = 1, 3 do
  2492. 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)
  2493. 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)
  2494. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
  2495. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
  2496. 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)
  2497. 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)
  2498. if Debounces.on == false then break end
  2499. wait()
  2500. end
  2501. z16 = Instance.new("Sound", larm)
  2502. z16.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2503. z16.Volume = .6
  2504. z16.Pitch = pt[math.random(1,#pt)]
  2505. z16.Looped = false
  2506. z16:Play()
  2507. for i = 1, 3 do
  2508. 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)
  2509. 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)
  2510. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2511. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2512. 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)
  2513. 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)
  2514. if Debounces.on == false then break end
  2515. wait()
  2516. end
  2517. z17 = Instance.new("Sound", rarm)
  2518. z17.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
  2519. z17.Volume = .6
  2520. z17.Pitch = pt[math.random(1,#pt)]
  2521. z17.Looped = false
  2522. z17:Play()
  2523. for i = 1, 3 do
  2524. 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)
  2525. 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)
  2526. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2527. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2528. 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)
  2529. 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)
  2530. if Debounces.on == false then break end
  2531. wait()
  2532. end
  2533. z18 = Instance.new("Sound", larm)
  2534. z18.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2535. z18.Volume = .6
  2536. z18.Pitch = pt[math.random(1,#pt)]
  2537. z18.Looped = false
  2538. z18:Play()
  2539. for i = 1, 3 do
  2540. 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)
  2541. 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)
  2542. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2543. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2544. 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)
  2545. 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)
  2546. if Debounces.on == false then break end
  2547. wait()
  2548. end
  2549. z19 = Instance.new("Sound", rarm)
  2550. z19.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2551. z19.Volume = 0.6
  2552. z19.Pitch = pt[math.random(1,#pt)]
  2553. z19.Looped = false
  2554. z19:Play()
  2555. for i = 1, 3 do
  2556. 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)
  2557. 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)
  2558. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
  2559. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
  2560. 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)
  2561. 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)
  2562. if Debounces.on == false then break end
  2563. wait()
  2564. end
  2565. z20 = Instance.new("Sound", larm)
  2566. z20.SoundId = "http://www.roblox.com/asset/?id=206083107"
  2567. z20.Volume = .6
  2568. z20.Pitch = pt[math.random(1,#pt)]
  2569. z20.Looped = false
  2570. z20:Play()
  2571. for i = 1, 3 do
  2572. 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)
  2573. 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)
  2574. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
  2575. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
  2576. 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)
  2577. 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)
  2578. if Debounces.on == false then break end
  2579. wait()
  2580. end
  2581. z:Destroy()
  2582. z2:Destroy()
  2583. z3:Destroy()
  2584. z4:Destroy()
  2585. z5:Destroy()
  2586. z6:Destroy()
  2587. z7:Destroy()
  2588. z8:Destroy()
  2589. z9:Destroy()
  2590. z10:Destroy()
  2591. z11:Destroy()
  2592. z12:Destroy()
  2593. z13:Destroy()
  2594. z14:Destroy()
  2595. z15:Destroy()
  2596. z16:Destroy()
  2597. z17:Destroy()
  2598. z18:Destroy()
  2599. z19:Destroy()
  2600. z20:Destroy()
  2601. Debounces.LPunch = false
  2602. Debounces.RPunch = false
  2603. Debounces.ks = false
  2604. Debounces.ks2 = false
  2605. if Debounces.CanAttack == false then
  2606. Debounces.CanAttack = true
  2607. Debounces.on = false
  2608. Debounces.NoIdl = false
  2609. end
  2610. end
  2611. end
  2612. end)
  2613. -------------------------------
  2614. mouse.KeyDown:connect(function(key)
  2615. if key == "t" then
  2616. if Debounces.CanAttack == true then
  2617. Debounces.CanAttack = false
  2618. Debounces.NoIdl = true
  2619. Debounces.on = true
  2620. Debounces.ks = true
  2621. kik = rleg.Touched:connect(function(ht)
  2622. hit = ht.Parent
  2623. if ht and hit:IsA("Model") then
  2624. if hit:FindFirstChild("Humanoid") then
  2625. if hit.Name ~= p.Name then
  2626. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2627. Debounces.Slashed = true]]--
  2628. if Debounces.ks==true then
  2629. z = Instance.new("Sound",hed)
  2630. z.SoundId = "rbxassetid://169380525"
  2631. z.Volume = 1
  2632. z:Play()
  2633. Debounces.ks=false
  2634. end
  2635. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  2636. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2637. --Debounces.Slashed = false
  2638. --end
  2639. end
  2640. end
  2641. elseif ht and hit:IsA("Hat") then
  2642. if hit.Parent.Name ~= p.Name then
  2643. if hit.Parent:FindFirstChild("Humanoid") then
  2644. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  2645. Debounces.Slashed = true]]--
  2646. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  2647. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2648. --Debounces.Slashed = false
  2649. --end
  2650. end
  2651. end
  2652. end
  2653. end)
  2654. for i = 1,20 do
  2655. 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)
  2656. 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)
  2657. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2658. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
  2659. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
  2660. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2661. if Debounces.on == false then break end
  2662. rs:wait()
  2663. end
  2664. kik:disconnect()
  2665. if Debounces.CanAttack == false then
  2666. Debounces.CanAttack = true
  2667. Debounces.NoIdl = false
  2668. Debounces.on = false
  2669. end
  2670. end
  2671. end
  2672. end)
  2673. ----------------------------------------------------
  2674. mouse.KeyDown:connect(function(key)
  2675. if key == "y" then
  2676. if Debounces.CanAttack == true then
  2677. Debounces.CanAttack = false
  2678. Debounces.on = true
  2679. Debounces.NoIdl = true
  2680. for i = 1, 15 do
  2681. 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)
  2682. 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)
  2683. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-20),math.rad(-10),0), 0.2)
  2684. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(10), 0), 0.2)
  2685. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.2)
  2686. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.2)
  2687. if Debounces.on == false then break end if Debounces.on == false then break end
  2688. rs:wait(2.7)
  2689. end
  2690. x = Instance.new("Sound",char)
  2691. x.SoundId = "rbxassetid://228343271"
  2692. x.Pitch = 1
  2693. x.Volume = .8
  2694. wait(.1)
  2695. x:Play()
  2696. Debounces.on = false
  2697. Debounces.Here = false
  2698. shot = shot + 1
  2699. local rng = Instance.new("Part", larm)
  2700. rng.Anchored = true
  2701. rng.BrickColor = BrickColor.new("Crimson")
  2702. rng.CanCollide = false
  2703. rng.FormFactor = 3
  2704. rng.Name = "Ring"
  2705. rng.Size = Vector3.new(1, 1, 1)
  2706. rng.Transparency = 0.35
  2707. rng.TopSurface = 0
  2708. rng.BottomSurface = 0
  2709. rng2 = rng:clone()
  2710. rng3 = rng2:clone()
  2711. rng4 = rng2:clone()
  2712. local rngm = Instance.new("SpecialMesh", rng)
  2713. rngm.MeshId = "http://www.roblox.com/asset/?id=1125473" -- 1125473
  2714. rngm.Scale = Vector3.new(10, 10, 1)
  2715. rngm2 = rngm:clone()
  2716. rngm2.Scale = Vector3.new(5, 5, 3)
  2717. rngm3=rngm2:clone()
  2718. rngm3.Parent = rng3
  2719. rngm3.Scale = Vector3.new(8, 8, 1)
  2720. rngm4 = rngm2:clone()
  2721. rngm4.Parent = rng4
  2722. rngm4.Scale = Vector3.new(6, 6, 1)
  2723. local bem = Instance.new("Part", larm)
  2724. bem.Anchored = true
  2725. bem.BrickColor = BrickColor.new("Crimson")
  2726. bem.CanCollide = false
  2727. bem.FormFactor = 3
  2728. bem.Name = "Beam" .. shot
  2729. bem.Size = Vector3.new(1, 1, 1)
  2730. bem.Transparency = 0.35
  2731. bem.TopSurface = 0
  2732. bem.BottomSurface = 0
  2733. local bemm = Instance.new("SpecialMesh", bem)
  2734. bemm.MeshType = 4
  2735. bemm.Scale = Vector3.new(1, 4, 4)
  2736. local out = Instance.new("Part", larm)
  2737. out.Anchored = true
  2738. out.BrickColor = BrickColor.new("Crimson")
  2739. out.CanCollide = false
  2740. out.FormFactor = 3
  2741. out.Name = "Out"
  2742. out.Size = Vector3.new(4, 4, 4)
  2743. out.Transparency = 0.35
  2744. out.TopSurface = 0
  2745. out.BottomSurface = 0
  2746. local outm = Instance.new("SpecialMesh", out)
  2747. outm.MeshId = "http://www.roblox.com/asset/?id=24388358"
  2748. outm.Scale = Vector3.new(6, 4, 6)
  2749. local bnd = Instance.new("Part", larm)
  2750. bnd.Anchored = true
  2751. bnd.BrickColor = BrickColor.new("Carnation pink")
  2752. bnd.CanCollide = false
  2753. bnd.FormFactor = 3
  2754. bnd.Name = "Bend"
  2755. bnd.Size = Vector3.new(1, 1, 1)
  2756. bnd.Transparency = 1
  2757. bnd.TopSurface = 0
  2758. bnd.BottomSurface = 0
  2759. local bndm = Instance.new("SpecialMesh", bnd)
  2760. bndm.MeshType = 3
  2761. bndm.Scale = Vector3.new(8, 8, 8)
  2762. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  2763. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  2764. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  2765. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  2766. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  2767. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  2768. Debounces.Shewt = true
  2769. coroutine.wrap(function()
  2770. for i = 1, 20, 0.2 do
  2771. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  2772. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  2773. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  2774. rng.Transparency = i/20
  2775. rng3.Transparency = 1/24
  2776. rng4.Transparency = i/26
  2777. wait()
  2778. end
  2779. wait()
  2780. rng:Destroy()
  2781. end)()
  2782. if Debounces.Shewt == true then
  2783. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  2784. hit = ht.Parent
  2785. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  2786. if HasntTouched(hit.Name) == true and deb == false then
  2787. deb = true
  2788. coroutine.wrap(function()
  2789. hit:FindFirstChild("Humanoid").PlatformStand = true
  2790. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2791. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  2792. end)()
  2793. table.insert(Touche, hit.Name)
  2794. deb = false
  2795. end
  2796. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  2797. if HasntTouched(hit.Parent.Name) == true and deb == false then
  2798. deb = true
  2799. coroutine.wrap(function()
  2800. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  2801. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  2802. wait(1)
  2803. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  2804. end)()
  2805. table.insert(Touche, hit.Parent.Name)
  2806. deb = false
  2807. for i, v in pairs(Touche) do
  2808. print(v)
  2809. end
  2810. end
  2811. end
  2812. end)
  2813. end
  2814. for i = 0, 260, 8 do
  2815. bem.Size = Vector3.new(i, 3, 3)
  2816. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  2817. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  2818. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  2819. bnd.Size = Vector3.new(1,1,1)
  2820. bndm.Scale = Vector3.new(8,8,8)
  2821. if i % 10 == 0 then
  2822. local newRng = rng2:Clone()
  2823. newRng.Parent = larm
  2824. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  2825. local newRngm = rngm2:clone()
  2826. newRngm.Parent=newRng
  2827. coroutine.wrap(function()
  2828. for i = 1, 10, 0.2 do
  2829. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  2830. newRng.Transparency = i/10
  2831. wait()
  2832. end
  2833. wait()
  2834. newRng:Destroy()
  2835. end)()
  2836. end
  2837. wait()
  2838. end
  2839. wait()
  2840. Debounces.Shewt = false
  2841. bem:Destroy()
  2842. out:Destroy()
  2843. bnd:Destroy()
  2844. Debounces.Ready = false
  2845. for i, v in pairs(Touche) do
  2846. table.remove(Touche, i)
  2847. end
  2848. wait()
  2849. table.insert(Touche, char.Name)
  2850. Debounces.NoIdl = false
  2851. if Debounces.CanAttack == false then
  2852. Debounces.CanAttack = true
  2853. end
  2854. end
  2855. end
  2856. end)
  2857. ----------------------------------------------------
  2858. mouse.KeyDown:connect(function(key)
  2859. if key == "x" then
  2860. if Debounces.CanAttack == true then
  2861. Debounces.CanAttack = false
  2862. Debounces.NoIdl = true
  2863. Debounces.on = true
  2864. hed.Anchored=true
  2865. local shell = Instance.new("Part",torso)
  2866. shell.BrickColor = BrickColor.new("Carnation pink")
  2867. shell.Anchored = false
  2868. shell.CanCollide = false
  2869. shell.Locked = true
  2870. shell.Material = "Neon"
  2871. shell.TopSurface = "SmoothNoOutlines"
  2872. shell.BottomSurface = "SmoothNoOutlines"
  2873. shell.Size = Vector3.new(1.2,1.2,1.2)
  2874. shell.FormFactor = 3
  2875. local shellm = Instance.new("SpecialMesh",shell)
  2876. shellm.MeshType = "Sphere"
  2877. shellm.Scale = Vector3.new(1.2,1.2,1.2)
  2878. local Omega = function()
  2879. local X = Instance.new("Part",char)
  2880. local O = Instance.new("ObjectValue",X)
  2881. O.Name = "creator"
  2882. X.Locked = true
  2883. X.Name = "Shell"
  2884. X.Anchored = false
  2885. X.CanCollide = false
  2886. X.Transparency = 0.5
  2887. X.Reflectance = 0
  2888. X.BottomSurface = 0
  2889. X.TopSurface = 0
  2890. X.Shape = 0
  2891. local V = Instance.new("ObjectValue",X)
  2892. V.Value = char
  2893. V.Name = "creator"
  2894. X.BrickColor = BrickColor.new("Carnation pink")
  2895. X.Size = Vector3.new(100,40,100)
  2896. X.CFrame=torso.CFrame*CFrame.new(0,0,-40)
  2897. X.Material = "Neon"
  2898. b = Instance.new("Sound")
  2899. b.SoundId = "http://www.roblox.com/asset/?id=262498472"
  2900. b.Parent = char.Head
  2901. b.Looped = false
  2902. b.Pitch = 1
  2903. b.Volume = 1
  2904. wait(.1)
  2905. b:Play()
  2906. local Z = Instance.new("SpecialMesh",X)
  2907. Z.MeshType = "Sphere"
  2908. Z.Scale = Vector3.new(0.2,0.2,0.2)
  2909. X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
  2910. local bv = Instance.new("BodyVelocity",X)
  2911. bv.maxForce = Vector3.new(99999,99999,99999)
  2912. X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
  2913. bv.velocity = root.CFrame.lookVector*10
  2914. Explode = X.Touched:connect(function(hit)
  2915. if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart") then
  2916. local cf = X.CFrame
  2917. bv:Destroy()
  2918. X.Anchored = true
  2919. Z:Remove()
  2920. Explode:disconnect()
  2921. X.Size = Vector3.new(3,3,3)
  2922. X.Touched:connect(function(hit) end)
  2923. X.CanCollide = false
  2924. for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
  2925. if v:FindFirstChild('Humanoid') then
  2926. v.Humanoid:TakeDamage(math.random(80,120))
  2927. end
  2928. end
  2929. for i = 1, (40) do rs:wait()
  2930. X.Transparency = X.Transparency + (1/40)
  2931. X.Size = X.Size + Vector3.new(1,1,1)
  2932. X.CFrame = root.CFrame * CFrame.new(0,0,-10)
  2933. end
  2934. X:Destroy()
  2935. end
  2936. end)
  2937. end
  2938. --Omega()
  2939. local function wat()
  2940. local sweld=Instance.new('ManualWeld',shell)
  2941. sweld.Part0=shell
  2942. sweld.Part1=rarm
  2943. sweld.C0=CFrame.new(0,1,0)
  2944. return sweld
  2945. end
  2946. local watweld=wat()
  2947. for i = 1,200 do
  2948. 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)
  2949. 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)
  2950. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2951. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2952. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2953. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2954. if Debounces.on == false then break end
  2955. rs:wait()
  2956. end
  2957. b = Instance.new("Sound")
  2958. b.SoundId = "http://www.roblox.com/asset/?id=245537790"
  2959. b.Parent = char.Head
  2960. b.Looped = false
  2961. b.Pitch = 1
  2962. b.Volume = 1
  2963. wait(.1)
  2964. b:Play()
  2965. watweld.Part1=torso
  2966. watweld.C0=CFrame.new(0,-4,0)
  2967. for i = 1,30 do
  2968. watweld.C0=watweld.C0*CFrame.new(0,-1,0)
  2969. 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)
  2970. 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)
  2971. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2972. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  2973. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2974. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  2975. if Debounces.on == false then break end
  2976. rs:wait()
  2977. end
  2978. local shelbx=true
  2979. --Experimental Damagefunction
  2980. coroutine.resume(coroutine.create(function() while shelbx do wait()
  2981. for _,v in pairs(game.workspace:GetChildren()) do
  2982. if v:IsA'Model' and v:FindFirstChild'Humanoid' and v:FindFirstChild'Torso' and v~=pchar then
  2983. local mag=(v.Torso.CFrame.p-shell.CFrame.p).magnitude
  2984. if mag <= shell.Size.x then
  2985. v.Humanoid.Health=v.Humanoid.Health-(v.Humanoid.MaxHealth/7)
  2986. end
  2987. end
  2988. end
  2989. end end))
  2990. for i = 1,40 do
  2991. --shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
  2992. shell.Size = shell.Size + Vector3.new(1,1,1)
  2993. local watweld=wat()
  2994. watweld.C0=CFrame.new(0,-14-i,0)
  2995. watweld.Part1=torso
  2996. 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)
  2997. 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)
  2998. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  2999. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3000. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3001. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3002. if Debounces.on == false then break end
  3003. rs:wait()
  3004. end
  3005. for i = 1,40 do
  3006. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
  3007. local watweld=wat()
  3008. watweld.Part1=torso
  3009. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,40),1)
  3010. 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)
  3011. 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)
  3012. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3013. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3014. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3015. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3016. if Debounces.on == false then break end
  3017. rs:wait()
  3018. end
  3019. for i = 1,60 do
  3020. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  3021. local watweld=wat()
  3022. watweld.Part1=torso
  3023. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,60),1)
  3024. 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)
  3025. 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)
  3026. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3027. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3028. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3029. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3030. if Debounces.on == false then break end
  3031. rs:wait()
  3032. end
  3033. for i = 1,60 do
  3034. --shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
  3035. --shell.Size = shell.Size + Vector3.new(1,1,1)
  3036. shell.Size=shell.Size+Vector3.new(1,1,1)
  3037. local watweld=wat()
  3038. watweld.Part1=torso
  3039. watweld.C0=watweld.C0:lerp(CFrame.new(0,0,62),1)
  3040. 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)
  3041. 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)
  3042. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
  3043. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3044. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3045. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
  3046. if Debounces.on == false then break end
  3047. rs:wait()
  3048. end
  3049. coroutine.resume(coroutine.create(function()
  3050. for i=0,1,.1 do wait() shell.Transparency=i end
  3051. shell:Destroy()
  3052. shelbx=false
  3053. end))
  3054. hed.Anchored=false
  3055. if Debounces.CanAttack == false then
  3056. Debounces.CanAttack = true
  3057. Debounces.NoIdl = false
  3058. Debounces.on = false
  3059. b:Destroy()
  3060.  
  3061. end
  3062. end
  3063. end
  3064. end)
  3065. ----------------------------------------------------
  3066. mouse.KeyDown:connect(function(key)
  3067. if key == "z" then
  3068. if Debounces.CanAttack == true then
  3069. Debounces.CanAttack = false
  3070. Debounces.NoIdl = true
  3071. char.Humanoid.WalkSpeed = .01
  3072. Debounces.on = true
  3073. for i = 1, 20 do
  3074. 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)
  3075. 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)
  3076. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.3)
  3077. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.3)
  3078. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.3)
  3079. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.3)
  3080. if Debounces.on == false then
  3081. break
  3082. end
  3083. wait()
  3084. end
  3085. for i = 1, 20 do
  3086. wait()
  3087. end
  3088. x = Instance.new("Sound")
  3089. x.SoundId = "http://www.roblox.com/asset/?id=235097614"
  3090. x.Parent = char
  3091. x.Looped = false
  3092. x.Pitch = .7
  3093. x.Volume = .6
  3094. wait(.1)
  3095. x:Play()
  3096. Debounces.on = false
  3097. Debounces.Here = false
  3098. shot = shot + 1
  3099. for i = 1, 6 do
  3100. 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)
  3101. 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)
  3102. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-6)), 0.4)
  3103. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(6)), 0.4)
  3104. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-8), math.rad(-84), 0), 0.4)
  3105. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 3) * CFrame.Angles(0, math.rad(90), 0), 0.4)
  3106. wait()
  3107. end
  3108. local rng = Instance.new("Part", char)
  3109. rng.Anchored = true
  3110. rng.BrickColor = BrickColor.new("Crimson")
  3111. rng.CanCollide = false
  3112. rng.FormFactor = 3
  3113. rng.Name = "Ring"
  3114. rng.Size = Vector3.new(1, 1, 1)
  3115. rng.Transparency = 0.35
  3116. rng.TopSurface = 0
  3117. rng.BottomSurface = 0
  3118. local rngm = Instance.new("SpecialMesh", rng)
  3119. rngm.MeshId = "http://www.roblox.com/asset/?id=24388358"
  3120. rngm.Scale = Vector3.new(10, 10, 1)
  3121. local bem = Instance.new("Part", char)
  3122. bem.Anchored = true
  3123. bem.BrickColor = BrickColor.new("Crimson")
  3124. bem.CanCollide = false
  3125. bem.FormFactor = 3
  3126. bem.Name = "Beam" .. shot
  3127. bem.Size = Vector3.new(1, 1, 1)
  3128. bem.Transparency = 0.35
  3129. bem.TopSurface = 0
  3130. bem.BottomSurface = 0
  3131. local bemm = Instance.new("SpecialMesh", bem)
  3132. bemm.MeshType = 4
  3133. bemm.Scale = Vector3.new(1, 4, 4)
  3134. local out = Instance.new("Part", char)
  3135. out.Anchored = true
  3136. out.BrickColor = BrickColor.new("Crimson")
  3137. out.CanCollide = false
  3138. out.FormFactor = 3
  3139. out.Name = "Out"
  3140. out.Size = Vector3.new(4, 4, 4)
  3141. out.Transparency = 0.35
  3142. out.TopSurface = 0
  3143. out.BottomSurface = 0
  3144. local outm = Instance.new("SpecialMesh", out)
  3145. outm.MeshId = "http://www.roblox.com/asset/?id=24388358" --24388358
  3146. outm.Scale = Vector3.new(4, 4, 4)
  3147. local bnd = Instance.new("Part", char)
  3148. bnd.Anchored = true
  3149. bnd.BrickColor = BrickColor.new("Crimson")
  3150. bnd.CanCollide = false
  3151. bnd.FormFactor = 3
  3152. bnd.Name = "Bend"
  3153. bnd.Size = Vector3.new(1, 1, 1)
  3154. bnd.Transparency = 1
  3155. bnd.TopSurface = 0
  3156. bnd.BottomSurface = 0
  3157. local bndm = Instance.new("SpecialMesh", bnd)
  3158. bndm.MeshType = 3
  3159. bndm.Scale = Vector3.new(8, 8, 8)
  3160. out.CFrame = rarm.CFrame * CFrame.new(0, -1.75, 0)
  3161. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  3162. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3163. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3164. Debounces.Shewt = true
  3165. coroutine.wrap(function()
  3166. for i = 1, 20, 0.2 do
  3167. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  3168. rng.Transparency = i/20
  3169. wait()
  3170. end
  3171. wait()
  3172. rng:Destroy()
  3173. end)()
  3174. if Debounces.Shewt == true then
  3175. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  3176. hit = ht.Parent
  3177. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  3178. if HasntTouched(hit.Name) == true and deb == false then
  3179. deb = true
  3180. coroutine.wrap(function()
  3181. hit:FindFirstChild("Humanoid").PlatformStand = true
  3182. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3183. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  3184. end)()
  3185. table.insert(Touche, hit.Name)
  3186. deb = false
  3187. end
  3188. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  3189. if HasntTouched(hit.Parent.Name) == true and deb == false then
  3190. deb = true
  3191. coroutine.wrap(function()
  3192. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  3193. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3194. wait(1)
  3195. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  3196. end)()
  3197. table.insert(Touche, hit.Parent.Name)
  3198. deb = false
  3199. for i, v in pairs(Touche) do
  3200. print(v)
  3201. end
  3202. end
  3203. end
  3204. end)
  3205. end
  3206. for i = 0, 260, 8 do
  3207. bem.Size = Vector3.new(i, 2, 2)
  3208. bem.CFrame = rarm.CFrame * CFrame.new(0, -3.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  3209. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  3210. bnd.Size = Vector3.new(1,1,1)
  3211. bndm.Scale = Vector3.new(8,8,8)
  3212. wait()
  3213. end
  3214. wait()
  3215. Debounces.Shewt = false
  3216. bem:Destroy()
  3217. out:Destroy()
  3218. bnd:Destroy()
  3219. char.Humanoid.WalkSpeed = 10
  3220. Debounces.Ready = false
  3221. for i, v in pairs(Touche) do
  3222. table.remove(Touche, i)
  3223. end
  3224. wait()
  3225. table.insert(Touche, char.Name)
  3226. Debounces.NoIdl = false
  3227. if Debounces.CanAttack == false then
  3228. Debounces.CanAttack = true
  3229. for i = 1, 20 do
  3230. wait()
  3231. hum.WalkSpeed = 5
  3232. end
  3233. end
  3234. end
  3235. end
  3236. end)
  3237.  
  3238. ----------------------------------------------------
  3239. Charging = false
  3240. mouse.KeyDown:connect(function(key)
  3241. if key == "r" then
  3242. if Charging == false then
  3243. Charging = true
  3244. if Debounces.CanAttack == true then
  3245. Debounces.CanAttack = false
  3246. Debounces.NoIdl = true
  3247. Debounces.on = true
  3248.  
  3249. for i = 1,20 do
  3250. 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)
  3251. 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)
  3252. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
  3253. 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)
  3254. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
  3255. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
  3256. if Debounces.on == false then break end
  3257. rs:wait()
  3258. end
  3259.  
  3260.  
  3261. pt=Instance.new('Part',torso)
  3262. pt.Anchored=true
  3263. pt.CanCollide=false
  3264. pt.Locked = true
  3265. pt.FormFactor='Custom'
  3266. pt.Size=Vector3.new(1,1,1)
  3267. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3268. pt.Transparency=.6
  3269. pt.BrickColor=BrickColor.new('Crimson')
  3270. msh=Instance.new('SpecialMesh',pt)
  3271. msh.MeshId='http://www.roblox.com/asset/?id=24388358'
  3272. msh.Scale=Vector3.new(8,4,8)
  3273. pt2=pt:clone()
  3274. pt2.Parent = torso
  3275. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3276. pt2.BrickColor=BrickColor.new("Crimson")
  3277. msh2=msh:clone()
  3278. msh2.Parent=pt2
  3279. msh2.Scale=Vector3.new(10,5,10)
  3280. particle = Instance.new("ParticleEmitter", pt)
  3281. particle.Size = NumberSequence.new(1.2)
  3282. particle.LightEmission = 0.2
  3283. particle.EmissionDirection = "Top"
  3284. particle.Lifetime = NumberRange.new(5,10)
  3285. particle.Rotation = NumberRange.new(5,10)
  3286. particle.RotSpeed = NumberRange.new(5)
  3287. particle.Speed = NumberRange.new(15)
  3288. particle.VelocitySpread = 500
  3289. particle.Rate = 150
  3290. if potential then
  3291. particle.Color = ColorSequence.new(Color3.new(.5,0,.5))
  3292. else
  3293. particle.Color = ColorSequence.new(Color3.new(0,0,0))
  3294. end
  3295. ------------------
  3296.  
  3297. 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}
  3298.  
  3299. bl = Instance.new("Part", char)
  3300. bl.Locked = true
  3301. bl.Name = "Shell"
  3302. bl.BrickColor = BrickColor.new("Crimson")
  3303. bl.Anchored = true
  3304. bl.CanCollide = false
  3305. bl.Transparency = 0
  3306. bl.Reflectance = 0
  3307. bl.BottomSurface = 0
  3308. bl.TopSurface = 0
  3309. bl.Shape = 0
  3310. blm = Instance.new("SpecialMesh",bl)
  3311. blm.MeshType = "Sphere"
  3312. blm.Scale = Vector3.new(1,1,1)
  3313. blm.MeshId = "rbxassetid://9982590"
  3314. --
  3315. b = Instance.new("Sound")
  3316. b.SoundId = "http://www.roblox.com/asset/?id=262498472"
  3317. b.Parent = char.Head
  3318. b.Looped = true
  3319. b.Pitch = 1
  3320. b.Volume = 1
  3321. wait(.1)
  3322. b:Play()
  3323. --
  3324. coroutine.resume(coroutine.create(function()
  3325. for i=1, math.huge, 4 do
  3326. if Charging == true then
  3327. rs:wait()
  3328. bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
  3329. blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
  3330. bl.Transparency = bl.Transparency + 0.005
  3331. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
  3332. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
  3333. msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
  3334. msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
  3335. elseif Charging == false then break
  3336. end
  3337. end
  3338. end))
  3339.  
  3340. repeat
  3341. local p = Instance.new('Part',torso)
  3342. p.formFactor = 'Custom'
  3343. p.Size = Vector3.new(1,1,1)
  3344. p.BrickColor = workspace.Base.BrickColor
  3345. p.CanCollide = false
  3346. p.Transparency = 0
  3347. p.Anchored = true
  3348. p.Locked=true
  3349. p.Material = workspace.Base.Material
  3350. s = math.random(1,40)/10
  3351. local m = Instance.new("BlockMesh",p)
  3352. m.Scale = Vector3.new(s,s,s)
  3353. 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())
  3354. --[[coroutine.wrap(function()
  3355. wait(2)
  3356. while Charging == true do
  3357. wait(2)
  3358. GroundWave1()
  3359. wait(2)
  3360. end
  3361. end)()]]--
  3362. Spawn(function()
  3363. while rs:wait() do
  3364. if Charging == true then
  3365. 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)))
  3366. 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)))
  3367. 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))
  3368. torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
  3369. 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)))
  3370. 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)))
  3371. elseif Charging == false then break
  3372. end
  3373. end
  3374. end)
  3375. Spawn(function()
  3376. while rs:wait() do
  3377. if p.Transparency >= 1 then p:Destroy() break end
  3378. p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
  3379. p.Transparency = p.Transparency+0.01
  3380. end
  3381. end)
  3382. wait(.3)
  3383. until Charging == false
  3384. end
  3385. end
  3386. end
  3387. end)
  3388. ----------------------------------------------------
  3389. mouse.KeyUp:connect(function(key)
  3390. if key == "r" then
  3391. if Charging == true then
  3392. Charging = false
  3393. pt:Destroy()
  3394. pt2:Destroy()
  3395. bl:Destroy()
  3396. particle:Destroy()
  3397. if Debounces.CanAttack == false then
  3398. Debounces.CanAttack = true
  3399. Debounces.NoIdl = false
  3400. Debounces.on = false
  3401. end
  3402. end
  3403. b:Stop()
  3404. end
  3405. end)
  3406. ----------------------------------------------------
  3407.  
  3408. ----------------------------------------------------
  3409. Search = false
  3410. mouse.KeyDown:connect(function(key)
  3411. if key == "n" then
  3412. if Search == false then
  3413. Search = true
  3414. for i,v in pairs(game.Players:getPlayers()) do
  3415. if v.Name~=char.Name then
  3416. for j,k in pairs(v.Character:GetChildren()) do
  3417. if k:IsA("BasePart") and k.Transparency >= 1 then
  3418. bawx=Instance.new("SelectionBox",cam)
  3419. bawx.Color = BrickColor.new("Bright red")
  3420. bawx.Transparency = .5
  3421. bawx.Adornee = k
  3422. end
  3423. end
  3424. end
  3425. end
  3426. elseif Search == true then
  3427. Search = false
  3428. for i, v in pairs(cam:GetChildren()) do
  3429. if v:IsA("SelectionBox") then
  3430. v:Destroy()
  3431. end
  3432. end
  3433. end
  3434. end
  3435. end)
  3436. ----------------------------------------------------
  3437.  
  3438. ----------------------------------------------------
  3439. mouse.KeyDown:connect(function(key)
  3440. if string.byte(key) == 52 then
  3441. char.Humanoid.WalkSpeed = 60
  3442. end
  3443. end)
  3444. mouse.KeyUp:connect(function(key)
  3445. if string.byte(key) == 52 then
  3446. char.Humanoid.WalkSpeed = 8
  3447. end
  3448. end)
  3449. -------------------------------
  3450. local animpose = "Idle"
  3451. local lastanimpose = "Idle"
  3452. local sine = 0
  3453. local change = 1
  3454. local val = 0
  3455. local ffing = false
  3456. -------------------------------
  3457. game:GetService("RunService").RenderStepped:connect(function()
  3458. --[[if char.Humanoid.Jump == true then
  3459. jump = true
  3460. else
  3461. jump = false
  3462. end]]
  3463. char.Humanoid.FreeFalling:connect(function(f)
  3464. if f then
  3465. ffing = true
  3466. else
  3467. ffing = false
  3468. end
  3469. end)
  3470. sine = sine + change
  3471. if jumpn == true then
  3472. animpose = "Jumping"
  3473. elseif ffing == true then
  3474. animpose = "Freefalling"
  3475. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  3476. animpose = "Idle"
  3477. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  3478. animpose = "Walking"
  3479. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  3480. animpose = "Running"
  3481. end
  3482. if animpose ~= lastanimpose then
  3483. sine = 0
  3484. if Debounces.NoIdl == false then
  3485. if animpose == "Idle" then
  3486. for i = 1, 2 do
  3487. 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)
  3488. 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)
  3489. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  3490. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
  3491. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
  3492. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
  3493. end
  3494. elseif animpose == "Walking" then
  3495. for i = 1, 2 do
  3496. 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)
  3497. 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)
  3498. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  3499. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  3500. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  3501. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  3502. end
  3503. elseif animpose == "Running" then
  3504. for i = 1, 2 do
  3505. 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)
  3506. 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)
  3507. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
  3508. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
  3509. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
  3510. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
  3511. wait()
  3512. end
  3513. end
  3514. else
  3515. end
  3516. end
  3517. lastanimpose = animpose
  3518. if Debounces.NoIdl == false then
  3519. if animpose == "Idle" then
  3520. change = 0.5
  3521. 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)
  3522. 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)
  3523. 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)
  3524. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3525. 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)
  3526. 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)
  3527. 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)
  3528. elseif animpose == "Walking" then
  3529. change = 1
  3530. 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)
  3531. 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)
  3532. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  3533. 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)
  3534. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  3535. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  3536. elseif animpose == "Running" then
  3537. change = 1
  3538. 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)
  3539. 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)
  3540. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  3541. 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)
  3542. 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)
  3543. 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)
  3544. end
  3545. end
  3546. end)
  3547.  
  3548. hum.MaxHealth = 9001
  3549. wait(3)
  3550. hum.Health = 9001
  3551. Spawn(function()
  3552. while wait(.1) do
  3553. Magik()
  3554. end
  3555. end)
  3556.  
  3557. Spawn(function()
  3558. while wait(.1) do
  3559. Magik2()
  3560. end
  3561. end)
  3562. -----------------------------------------------
  3563.  
  3564. LocalPlayer = game:GetService("Players").LocalPlayer
  3565. local lastCF=char.Torso.Position
  3566. local x1=Instance.new("Part",game.Workspace)
  3567. x1.Name="Lightning"
  3568. x1.Size=Vector3.new(1,1,1)
  3569. x1.CanCollide=false
  3570. x1.Anchored=true
  3571. x1.Transparency=1
  3572. Spawn(function()
  3573. while true do
  3574. wait(-1)
  3575. 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)
  3576. end
  3577. end)
  3578. for i = 1,math.huge do
  3579. local dist2 = (lastCF-x1.Position).magnitude
  3580. local x2=Instance.new("Part",game.Workspace)
  3581. x2.Name="Lightning2"
  3582. x2.Size=Vector3.new(1,1,1)
  3583. x2.Material="Neon"
  3584. x2.BrickColor=BrickColor.new("Carnation pink")
  3585. x2.CFrame=CFrame.new(lastCF,x1.Position)*CFrame.new(0,0,-dist2/2)
  3586. x2.CanCollide=false
  3587. x2.Anchored=true
  3588. local m = Instance.new("BlockMesh",x2)
  3589. m.Scale = Vector3.new(0.5,0.5,dist2)
  3590. lastCF=x1.Position
  3591. spawn(function()
  3592. for i = 1,20 do
  3593. xx=m.Scale.x/2
  3594. y=m.Scale.x/2
  3595. m.Scale=m.Scale-Vector3.new(xx,y,0)
  3596. wait()
  3597. end
  3598. end)
  3599. game.Debris:AddItem(x2,1.5)
  3600. wait()
  3601. end
Add Comment
Please, Sign In to add comment