Advertisement
ghostteen14

Untitled

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