Advertisement
StarzoZero

roblox xester sound edit

Jan 15th, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 137.79 KB | None | 0 0
  1. -----------/XESTER THE CARD MASTER\\-----------
  2. --[[Movelist
  3. Q = The disappearing act.
  4. E = Full house
  5. R = Cardnado
  6. T = Teleport
  7. Y = Big card(Click to smash.)
  8. U = Black hole
  9. P = Card shield(Click to bounce people off, press p again to shred.)
  10. F = Transform(You can switch between modes any time.)
  11. -----------/SECOND FORM MOVES\-----------
  12. T = Laugh
  13. G = Fire ball
  14. H = Huge fire ball
  15. J = Dragon's breath(The longer you hold, the more insaner it gets.)
  16. K = Beam(The longer you hold down the key, the stronger it gets/longer it lasts.)
  17. ---------]]
  18.  
  19. --"Now you see me 2" is a good movie, which is why i've made this.--
  20. --Sadly, this got logged, one of my best work just being thrown out like this is a real shame.--
  21. --This was made before FE so using this may or may not lag the server--
  22. --Keep in mind that THIS was never even finished at all, i stopped working on this when skidcentric leaked it, who knows how big this script could've been?--
  23.  
  24. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  25. do
  26. script.Parent = owner.Character
  27. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  28. local function NewFakeEvent()
  29. local Bind = Instance.new("BindableEvent")
  30. local Fake;Fake = {Connections = {},
  31. fakeEvent=true;
  32. Connect=function(self,Func)
  33. Bind.Event:connect(Func)
  34. self.Connections[Bind] = true
  35. return setmetatable({Connected = true},{
  36. __index = function (self,Index)
  37. if Index:lower() == "disconnect" then
  38. return function() Fake.Connections[Bind] = false;self.Connected = false end
  39. end
  40. return Fake[Index]
  41. end;
  42. __tostring = function() return "Connection" end;
  43. })
  44. end}
  45. Fake.connect = Fake.Connect;return Fake;
  46. end
  47. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  48. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  49. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  50. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  51. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  52. local function TriggerEvent(self,Event,...)
  53. local Trigger = Mouse[Event]
  54. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  55. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  56. end
  57. end
  58. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  59. Event.OnServerEvent:Connect(function(FiredBy,Input)
  60. if FiredBy.Name ~= owner.Name then return end
  61. if Input.MouseEvent then
  62. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  63. else
  64. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  65. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  66. for _,Action in pairs(ContextActionService.Actions) do
  67. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  68. end
  69. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  70. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  71. end
  72. end)
  73. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  74. Event.Parent = NLS([[
  75. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  76. local Input = function(Input,gameProcessedEvent)
  77. if gameProcessedEvent then return end
  78. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  79. end
  80. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  81. local Hit,Target
  82. while wait(1/30) do
  83. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  84. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  85. end
  86. end
  87. ]],owner.Character)
  88. end
  89. RealGame = game;game = setmetatable({},{
  90. __index = function (self,Index)
  91. local Sandbox = function (Thing)
  92. if Thing:IsA("Player") then
  93. local RealPlayer = Thing
  94. return setmetatable({},{
  95. __index = function (self,Index)
  96. local Type = type(RealPlayer[Index])
  97. if Type == "function" then
  98. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  99. return function (self)return InternalData["Mouse"] end
  100. end
  101. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  102. end
  103. return RealPlayer[Index]
  104. end;
  105. __tostring = function(self) return RealPlayer.Name end
  106. })
  107. end
  108. end
  109. if RealGame[Index] then
  110. local Type = type(RealGame[Index])
  111. if Type == "function" then
  112. if Index:lower() == "getservice" or Index:lower() == "service" then
  113. return function (self,Service)
  114. local FakeServices = {
  115. ["players"] = function()
  116. return setmetatable({},{
  117. __index = function (self2,Index2)
  118. local RealService = RealGame:GetService(Service)
  119. local Type2 = type(Index2)
  120. if Type2 == "function" then
  121. return function (self,...) return RealService[Index2](RealService,...)end
  122. else
  123. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  124. return RealService[Index2]
  125. end
  126. end;
  127. __tostring = function(self) return RealGame:GetService(Service).Name end
  128. })
  129. end;
  130. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  131. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  132. ["runservice"] = function()
  133. return setmetatable({},{
  134. __index = function(self2,Index2)
  135. local RealService = RealGame:GetService(Service)
  136. local Type2 = type(Index2)
  137. if Type2 == "function" then
  138. return function (self,...) return RealService[Index2](RealService,...) end
  139. else
  140. local RunServices = {
  141. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  142. ["renderstepped"] = function() return RealService["Stepped"] end
  143. }
  144. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  145. return RealService[Index2]
  146. end
  147. end
  148. })
  149. end
  150. }
  151. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  152. return RealGame:GetService(Service)
  153. end
  154. end
  155. return function (self,...) return RealGame[Index](RealGame,...) end
  156. else
  157. if game:GetService(Index) then return game:GetService(Index) end
  158. return RealGame[Index]
  159. end
  160. end
  161. return nil
  162. end
  163. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  164.  
  165. local textblin = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  166. textblin.Adornee = cykablyat
  167. textblin.Name = "ky"
  168. textblin.Size = UDim2.new(2, 0, 1.2, 0)
  169. textblin.StudsOffset = Vector3.new(-5, 3, 0)
  170. local textblin= Instance.new("TextLabel", textblin)
  171. textblin.Size = UDim2.new(6, 0, 1, 0)
  172. textblin.FontSize = "Size14"
  173. textblin.TextScaled = true
  174. textblin.TextTransparency = 0
  175. textblin.BackgroundTransparency = 1
  176. textblin.TextTransparency = 0
  177. textblin.TextStrokeTransparency = 0
  178. textblin.Font = "Antique"
  179. textblin.TextStrokeColor3 = Color3.new(255,255,255)
  180. textblin.Text = "Xester"
  181.  
  182. Player=game:GetService("Players").LocalPlayer
  183. Character=Player.Character
  184. Character.Humanoid.Name = "noneofurbusiness"
  185. hum = Character.noneofurbusiness
  186. LeftArm=Character["Left Arm"]
  187. LeftLeg=Character["Left Leg"]
  188. RightArm=Character["Right Arm"]
  189. RightLeg=Character["Right Leg"]
  190. Root=Character["HumanoidRootPart"]
  191. Head=Character["Head"]
  192. Torso=Character["Torso"]
  193. Neck=Torso["Neck"]
  194. walking = false
  195. jumping = false
  196. allowgrassy = false
  197. zxc = false
  198. matte = nil
  199. colori = nil
  200. bigball = false
  201. attacking = false
  202. laughing = false
  203. running = false
  204. downpress = false
  205. taim = nil
  206. change = 0
  207. ws = 10
  208. appi = false
  209. tauntdebounce = false
  210. position = nil
  211. staybooming = false
  212. MseGuide = true
  213. levitate = false
  214. firsttime5 = false
  215. notallowedtransform = false
  216. settime = 0
  217. firsttime2 = false
  218. sine = 0
  219. t = 0
  220. combo1 = true
  221. dgs = 75
  222. combo2 = false
  223. firsttime3 = false
  224. combo3 = false
  225. local bl = {907530553,907527750,907527912}
  226. colortable = {"Really black","Really red"}
  227. colors = #colortable
  228. blz = #bl
  229. local aces = {1880203893,1881287656,1881287420,1881288034}
  230. ace = #aces
  231. local laughs = {302122276}
  232. laugh = #laughs
  233. mouse = Player:GetMouse()
  234. RunSrv = game:GetService("RunService")
  235. RenderStepped = game:GetService("RunService").RenderStepped
  236. removeuseless = game:GetService("Debris")
  237. damageall={}
  238. Repeater={}
  239. Repeater2={}
  240. magictable={}
  241. nonmeshRepeater={}
  242. nonmeshRepeater2={}
  243. dmgii={}
  244. DamageAll2={}
  245. SlowlyFade={}
  246. th1={}
  247. lolzor={}
  248. lolzor2={}
  249. th2={}
  250. keyYsize={}
  251. blocktrail={}
  252. keyYtransparency={}
  253. th3={}
  254. laughingtable={}
  255. Extreme={}
  256. ExtremeM={}
  257. ExtremeM2={}
  258. m3={}
  259. th4={}
  260. th5={}
  261. UpMover={}
  262. openshocktable={}
  263. LessSize={}
  264. ForwardMover={}
  265. FadeIn={}
  266. signtransparency={}
  267. signmover={}
  268. signrotator={}
  269.  
  270. screenGui = Instance.new("ScreenGui")
  271. screenGui.Parent = script.Parent
  272.  
  273. FireBall = Instance.new("Sound",LeftArm)
  274. FireBall.SoundId = "rbxassetid://842332424"
  275. FireBall.Volume = 5
  276. FireBall.Pitch = 2.5
  277.  
  278. BigFireBall = Instance.new("Sound",LeftArm)
  279. BigFireBall.SoundId = "rbxassetid://842332424"
  280. BigFireBall.Volume = 8
  281. BigFireBall.Pitch = 1.5
  282.  
  283. local HEADLERP = Instance.new("ManualWeld")
  284. HEADLERP.Parent = Head
  285. HEADLERP.Part0 = Head
  286. HEADLERP.Part1 = Head
  287. HEADLERP.C0 = CFrame.new(0, -1.5, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  288.  
  289. local TORSOLERP = Instance.new("ManualWeld")
  290. TORSOLERP.Parent = Root
  291. TORSOLERP.Part0 = Torso
  292. TORSOLERP.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  293.  
  294. local ROOTLERP = Instance.new("ManualWeld")
  295. ROOTLERP.Parent = Root
  296. ROOTLERP.Part0 = Root
  297. ROOTLERP.Part1 = Torso
  298. ROOTLERP.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  299.  
  300. local RIGHTARMLERP = Instance.new("ManualWeld")
  301. RIGHTARMLERP.Parent = RightArm
  302. RIGHTARMLERP.Part0 = RightArm
  303. RIGHTARMLERP.Part1 = Torso
  304. RIGHTARMLERP.C0 = CFrame.new(-1.5, 0, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  305.  
  306. local LEFTARMLERP = Instance.new("ManualWeld")
  307. LEFTARMLERP.Parent = LeftArm
  308. LEFTARMLERP.Part0 = LeftArm
  309. LEFTARMLERP.Part1 = Torso
  310. LEFTARMLERP.C0 = CFrame.new(1.5, 0, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  311.  
  312. local RIGHTLEGLERP = Instance.new("ManualWeld")
  313. RIGHTLEGLERP.Parent = RightLeg
  314. RIGHTLEGLERP.Part0 = RightLeg
  315. RIGHTLEGLERP.Part1 = Torso
  316. RIGHTLEGLERP.C0 = CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  317.  
  318. local LEFTLEGLERP = Instance.new("ManualWeld")
  319. LEFTLEGLERP.Parent = LeftLeg
  320. LEFTLEGLERP.Part0 = LeftLeg
  321. LEFTLEGLERP.Part1 = Torso
  322. LEFTLEGLERP.C0 = CFrame.new(0.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  323.  
  324. local function weldBetween(a, b)
  325. local weld = Instance.new("ManualWeld", a)
  326. weld.Part0 = a
  327. weld.Part1 = b
  328. weld.C0 = a.CFrame:inverse() * b.CFrame
  329. return weld
  330. end
  331.  
  332. function makeblockytrail()
  333. coroutine.wrap(function()
  334. while true do
  335. for i,v in pairs(blocktrail) do
  336. smke = Instance.new("Part",v)
  337. smke.CFrame = v.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  338. smke.Material = "Neon"
  339. smke.Anchored = true
  340. smke.CanCollide = false
  341. removeuseless:AddItem(smke,2)
  342. end
  343. swait()
  344. end
  345. end)()
  346. end
  347.  
  348. local function ci(x, c, y, n)
  349. so = Instance.new("Sound", x)
  350. so.SoundId = c
  351. so.Volume = y
  352. so.Looped = n
  353. end
  354.  
  355. function ghost()
  356. fakeeyo2 = Instance.new("Part",Head)
  357. fakeeyo2.BrickColor = BrickColor.new("White")
  358. fakeeyo2.Material = "Neon"
  359. fakeeyo2.Shape = "Ball"
  360. fakeeyo2.Anchored = true
  361. fakeeyo2.CFrame = eyo2.CFrame
  362. fakeeyo2.CanCollide = false
  363. fakeeyo2.Size = Vector3.new(0.33, 0.33, 0.33)
  364. table.insert(ghosttable,fakeeyo2)
  365. removeuseless:AddItem(fakeeyo2,3)
  366.  
  367. fakeeyo1 = Instance.new("Part",Head)
  368. fakeeyo1.BrickColor = BrickColor.new("White")
  369. fakeeyo1.Material = "Neon"
  370. fakeeyo1.Shape = "Ball"
  371. fakeeyo1.CanCollide = false
  372. fakeeyo1.Anchored = true
  373. fakeeyo1.CFrame = eyo1.CFrame
  374. fakeeyo1.Size = Vector3.new(0.33, 0.33, 0.33)
  375. table.insert(ghosttable,fakeeyo1)
  376. removeuseless:AddItem(fakeeyo1,3)
  377.  
  378. fakemask = Instance.new("Part",Character)
  379. fakemask.Size = Vector3.new(1,1,1)
  380. fakemask.CFrame = mask.CFrame
  381. fakemask.Material = "Neon"
  382. fakemask.CanCollide = false
  383. fakemask.Anchored = true
  384. fakemask.BrickColor = BrickColor.new("White")
  385. fakemask.Transparency = .5
  386. mfMask = Instance.new("SpecialMesh", fakemask)
  387. mfMask.MeshType = "FileMesh"
  388. mfMask.Scale = Vector3.new(0.13, 0.13, 0.1)
  389. mfMask.MeshId = 'http://www.roblox.com/asset/?id=5158270'
  390. table.insert(ghosttable,fakemask)
  391. removeuseless:AddItem(fakemask,3)
  392.  
  393.  
  394. fakejester = Instance.new("Part",Character)
  395. fakejester.Size = Vector3.new(2,2,2)
  396. fakejester.CFrame = jester.CFrame
  397. fakejester.CanCollide = false
  398. fakejester.Transparency = .5
  399. fakejester.Anchored = true
  400. fakejester.BrickColor = BrickColor.new("White")
  401. fakejesterm = Instance.new("SpecialMesh", fakejester)
  402. fakejesterm.MeshType = "FileMesh"
  403. fakejesterm.Scale = Vector3.new(1.1, 1.1, 1.1)
  404. fakejesterm.MeshId = 'rbxassetid://1241662062'
  405. table.insert(ghosttable,fakejester)
  406. removeuseless:AddItem(fakejester,3)
  407.  
  408.  
  409. fakehead = Instance.new("Part",Character)
  410. fakehead.Size = Vector3.new(1.01,1.01,1.01)
  411. fakehead.Anchored = true
  412. fakehead.CanCollide = false
  413. fakehead.Transparency = .5
  414. fakehead.BrickColor = BrickColor.new("White")
  415. fakehead.Material = "Neon"
  416. fakehead.CFrame = Head.CFrame
  417. fakeheadmesh = Instance.new("SpecialMesh",fakehead)
  418. fakeheadmesh.MeshType = "Head"
  419. fakeheadmesh.Scale = Vector3.new(1.255,1.255,1.255)
  420. table.insert(ghosttable,fakehead)
  421. removeuseless:AddItem(fakehead,3)
  422.  
  423.  
  424. fakelarm = Instance.new("Part",Character)
  425. fakelarm.CFrame = LeftArm.CFrame
  426. fakelarm.Size = Vector3.new(1,2,1)
  427. fakelarm.CanCollide = false
  428. fakelarm.Transparency = .5
  429. fakelarm.Material = "Neon"
  430. fakelarm.Anchored = true
  431. table.insert(ghosttable,fakelarm)
  432. removeuseless:AddItem(fakelarm,3)
  433.  
  434.  
  435. fakerarm = Instance.new("Part",Character)
  436. fakerarm.CFrame = RightArm.CFrame
  437. fakerarm.Size = Vector3.new(1,2,1)
  438. fakerarm.Transparency = .5
  439. fakerarm.CanCollide = false
  440. fakerarm.Material = "Neon"
  441. fakerarm.Anchored = true
  442. table.insert(ghosttable,fakerarm)
  443. removeuseless:AddItem(fakerarm,3)
  444.  
  445.  
  446. fakelleg = Instance.new("Part",Character)
  447. fakelleg.CFrame = LeftLeg.CFrame
  448. fakelleg.Size = Vector3.new(1,2,1)
  449. fakelleg.Transparency = .5
  450. fakelleg.CanCollide = false
  451. fakelleg.Material = "Neon"
  452. fakelleg.Anchored = true
  453. table.insert(ghosttable,fakelleg)
  454. removeuseless:AddItem(fakelleg,3)
  455.  
  456.  
  457. fakerleg = Instance.new("Part",Character)
  458. fakerleg.CFrame = RightLeg.CFrame
  459. fakerleg.Size = Vector3.new(1,2,1)
  460. fakerleg.Transparency = .5
  461. fakerleg.CanCollide = false
  462. fakerleg.Material = "Neon"
  463. fakerleg.Anchored = true
  464. table.insert(ghosttable,fakerleg)
  465. removeuseless:AddItem(fakerleg,3)
  466.  
  467.  
  468. fakeTorso = Instance.new("Part",Character)
  469. fakeTorso.CFrame = Torso.CFrame
  470. fakeTorso.Size = Vector3.new(2,2,1)
  471. fakeTorso.Transparency = .5
  472. fakeTorso.CanCollide = false
  473. fakeTorso.Material = "Neon"
  474. fakeTorso.Anchored = true
  475. table.insert(ghosttable,fakeTorso)
  476. removeuseless:AddItem(fakeTorso,3)
  477. end
  478.  
  479. ghosttable={}
  480. coroutine.wrap(function()
  481. while true do
  482. for i,v in pairs(ghosttable) do
  483. v.Transparency = v.Transparency + 0.025
  484. end
  485. wait()
  486. end
  487. end)()
  488.  
  489. function MAKETRAIL(PARENT,POSITION1,POSITION2,LIFETIME,COLOR)
  490. A = Instance.new("Attachment", PARENT)
  491. A.Position = POSITION1
  492. A.Name = "A"
  493. B = Instance.new("Attachment", PARENT)
  494. B.Position = POSITION2
  495. B.Name = "B"
  496. tr1 = Instance.new("Trail", PARENT)
  497. tr1.Attachment0 = A
  498. tr1.Attachment1 = B
  499. tr1.Enabled = true
  500. tr1.Lifetime = LIFETIME
  501. tr1.TextureMode = "Static"
  502. tr1.LightInfluence = 0
  503. tr1.Color = COLOR
  504. tr1.Transparency = NumberSequence.new(0, 1)
  505. end
  506.  
  507. function clean()
  508. damageall={}
  509. Repeater={}
  510. Repeater2={}
  511. nonmeshRepeater={}
  512. nonmeshRepeater2={}
  513. dmgii={}
  514. DamageAll2={}
  515. SlowlyFade={}
  516. th1={}
  517. th2={}
  518. th3={}
  519. Extreme={}
  520. ExtremeM={}
  521. ExtremeM2={}
  522. m3={}
  523. th4={}
  524. th5={}
  525. UpMover={}
  526. openshocktable={}
  527. LessSize={}
  528. ForwardMover={}
  529. FadeIn={}
  530. signtransparency={}
  531. signmover={}
  532. signrotator={}
  533. end
  534.  
  535. coroutine.wrap(function()
  536. while wait() do
  537. hum.WalkSpeed = ws
  538. LeftArm.BrickColor = BrickColor.new("Really black")
  539. RightArm.BrickColor = BrickColor.new("Really black")
  540. Head.BrickColor = BrickColor.new("Really black")
  541. end
  542. end)()
  543. godmode = coroutine.wrap(function()
  544. for i,v in pairs(Character:GetChildren()) do
  545. if v:IsA("BasePart") and v ~= Root then
  546. v.Anchored = false
  547. end
  548. end
  549. while true do
  550. hum.MaxHealth = math.huge
  551. wait(0.0000001)
  552. hum.Health = math.huge
  553. wait()
  554. end
  555. end)
  556. godmode()
  557. ff = Instance.new("ForceField", Character)
  558. ff.Visible = false
  559.  
  560. coroutine.wrap(function()
  561. for i,v in pairs(Character:GetChildren()) do
  562. if v.Name == "Animate" then v:Remove()
  563. end
  564. end
  565. end)()
  566.  
  567. function damagealll(Radius,Position)
  568. local Returning = {}
  569. for _,v in pairs(workspace:GetChildren()) do
  570. if v~=Character and v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Torso') or v:FindFirstChild('UpperTorso') then
  571. if v:FindFirstChild("Torso") then
  572. local Mag = (v.Torso.Position - Position).magnitude
  573. if Mag < Radius then
  574. table.insert(Returning,v)
  575. end
  576. elseif v:FindFirstChild("UpperTorso") then
  577. local Mag = (v.UpperTorso.Position - Position).magnitude
  578. if Mag < Radius then
  579. table.insert(Returning,v)
  580. end
  581. end
  582. end
  583. end
  584. return Returning
  585. end
  586.  
  587. ArtificialHB = Instance.new("BindableEvent", script)
  588. ArtificialHB.Name = "Heartbeat"
  589. script:WaitForChild("Heartbeat")
  590.  
  591. frame = 1 / 60
  592. tf = 0
  593. allowframeloss = false
  594. tossremainder = false
  595.  
  596.  
  597. lastframe = tick()
  598. script.Heartbeat:Fire()
  599.  
  600.  
  601. game:GetService("RunService").Heartbeat:connect(function(s, p)
  602. tf = tf + s
  603. if tf >= frame then
  604. if allowframeloss then
  605. script.Heartbeat:Fire()
  606. lastframe = tick()
  607. else
  608. for i = 1, math.floor(tf / frame) do
  609. script.Heartbeat:Fire()
  610. end
  611. lastframe = tick()
  612. end
  613. if tossremainder then
  614. tf = 0
  615. else
  616. tf = tf - frame * math.floor(tf / frame)
  617. end
  618. end
  619. end)
  620.  
  621. function swait(num)
  622. if num == 0 or num == nil then
  623. game:service("RunService").Stepped:wait(0)
  624. else
  625. for i = 0, num do
  626. game:service("RunService").Stepped:wait(0)
  627. end
  628. end
  629. end
  630.  
  631. doomtheme = Instance.new("Sound", Torso)
  632. doomtheme.Volume = 3
  633. doomtheme.Name = "doomtheme"
  634. doomtheme.Looped = true
  635. doomtheme.SoundId = "rbxassetid://1117396305"
  636. doomtheme:Play()
  637.  
  638. Torso.ChildRemoved:connect(function(removed)
  639. if removed.Name == "doomtheme" then
  640. if levitate then
  641. doomtheme = Instance.new("Sound", Torso)
  642. doomtheme.Volume = 3
  643. doomtheme.Name = "doomtheme"
  644. doomtheme.Looped = true
  645. doomtheme.SoundId = "rbxassetid://1127044692"
  646. doomtheme:Play()
  647. doomtheme.TimePosition = 20.7
  648. else
  649. doomtheme = Instance.new("Sound", Torso)
  650. doomtheme.Volume = 3
  651. doomtheme.Name = "doomtheme"
  652. doomtheme.Looped = true
  653. doomtheme.SoundId = "rbxassetid://1117396305"
  654. doomtheme:Play()
  655. end
  656. end
  657. end)
  658.  
  659. for _,n in pairs(Character:GetChildren()) do
  660. if n:IsA("Accessory") then n:Remove() end
  661. end
  662. for _,x in pairs(Character:GetChildren()) do
  663. if x:IsA("Decal") then x:Remove() end
  664. end
  665.  
  666. glow = Instance.new("Part",Head)
  667. glow.Size = Vector3.new(.488,.3,.1)
  668. glow.CanCollide = false
  669. glow.Material = "Neon"
  670. glow.Transparency = 1
  671. glow.BrickColor = BrickColor.new("Really white")
  672. glowweld = weldBetween(glow,Head)
  673. glowweld.C0 = CFrame.new(0,.2,.565)
  674.  
  675. leftlocation = Instance.new("Part",LeftArm)
  676. leftlocation.Size = Vector3.new(1,1,1)
  677. leftlocation.Transparency = 1
  678. leftlocationweld = weldBetween(leftlocation,LeftArm)
  679. leftlocationweld.C0 = CFrame.new(0,1.2,0)
  680. rightlocation = Instance.new("Part",RightArm)
  681. rightlocation.Size = Vector3.new(1,1,1)
  682. rightlocation.Transparency = 1
  683. rightlocationweld = weldBetween(rightlocation,RightArm)
  684. rightlocationweld.C0 = CFrame.new(0,1.2,0)
  685.  
  686. shirt = Instance.new("Shirt", Character)
  687. shirt.Name = "Shirt"
  688. pants = Instance.new("Pants", Character)
  689. pants.Name = "Pants"
  690. Character.Shirt.ShirtTemplate = "rbxassetid://676428254"----lol
  691. Character.Pants.PantsTemplate = "rbxassetid://676428351"
  692.  
  693. fakehed = Instance.new("Part",Character)
  694. fakehed.Size = Vector3.new(1.01,1.01,1.01)
  695. fakehed.Anchored = false
  696. fakehed.CanCollide = false
  697. fakehed.Transparency = 0
  698. fakehed.BrickColor = BrickColor.new("Really black")
  699. fakehed.Material = "Neon"
  700. fakehed.CFrame = Head.CFrame
  701. fakehedweld = weldBetween(fakehed,Head)
  702. fakehedmesh = Instance.new("SpecialMesh",fakehed)
  703. fakehedmesh.MeshType = "Head"
  704. fakehedmesh.Scale = Vector3.new(1.255,1.255,1.255)
  705.  
  706. jester = Instance.new("Part",Character)
  707. jester.Size = Vector3.new(2,2,2)
  708. jester.CFrame = Head.CFrame
  709. jester.CanCollide = false
  710. jesterWeld = Instance.new("Weld",jester)
  711. jesterWeld.Part0 = jester
  712. jesterWeld.Part1 = Head
  713. jesterWeld.C0 = jester.CFrame:inverse() * Head.CFrame * CFrame.new(0,-.3,0) * CFrame.Angles(math.rad(0),math.rad(90),0)
  714. mjester = Instance.new("SpecialMesh", jester)
  715. mjester.MeshType = "FileMesh"
  716. mjester.Scale = Vector3.new(1.1, 1.1, 1.1)
  717. mjester.MeshId,mjester.TextureId = 'rbxassetid://1241662062','rbxassetid://1241662395'
  718.  
  719. mask = Instance.new("Part",Character)
  720. mask.Size = Vector3.new(1,1,1)
  721. mask.CFrame = Head.CFrame
  722. mask.CanCollide = false
  723. maskweld = weldBetween(mask,Head)
  724. maskweld.C0 = CFrame.new(0,-.555,0) * CFrame.Angles(math.rad(90),0,0)
  725. mMask = Instance.new("SpecialMesh", mask)
  726. mMask.MeshType = "FileMesh"
  727. mMask.Scale = Vector3.new(0.13, 0.13, 0.1)
  728. mMask.MeshId,mMask.TextureId = 'http://www.roblox.com/asset/?id=5158270','http://www.roblox.com/asset/?id=9543585'
  729.  
  730. eyo1 = Instance.new("Part",Head)
  731. eyo1.BrickColor = BrickColor.new("White")
  732. eyo1.Material = "Neon"
  733. eyo1.Shape = "Ball"
  734. eyo1.Name = "eyo1"
  735. eyo1.CanCollide = false
  736. eyo1.Size = Vector3.new(0.33, 0.33, 0.33)
  737. eyo1weld = weldBetween(eyo1,Head)
  738. eyo1weld.C0 = CFrame.new(.215,-.05,.52)
  739.  
  740. light = Instance.new("PointLight", eyo1)
  741. light.Color = Color3.new(1,1,1)
  742. light.Range = 3
  743. light.Brightness = 4
  744. light.Enabled = true
  745.  
  746. eyo2 = Instance.new("Part",Head)
  747. eyo2.BrickColor = BrickColor.new("White")
  748. eyo2.Material = "Neon"
  749. eyo2.Shape = "Ball"
  750. eyo2.Name = "eyo2"
  751. eyo2.CanCollide = false
  752. eyo2.Size = Vector3.new(0.33, 0.33, 0.33)
  753. eyo2weld = weldBetween(eyo2,Head)
  754. eyo2weld.C0 = CFrame.new(-.215,-.05,.52)
  755.  
  756. light2 = Instance.new("PointLight", eyo2)
  757. light2.Color = Color3.new(1,1,1)
  758. light2.Range = 3
  759. light2.Brightness = 4
  760. light2.Enabled = true
  761.  
  762. function SOUND(PARENT,ID,VOL,LOOP,REMOVE)
  763. so = Instance.new("Sound")
  764. so.Parent = PARENT
  765. so.SoundId = "rbxassetid://"..ID
  766. so.Volume = VOL
  767. so.Looped = LOOP
  768. so:Play()
  769. removeuseless:AddItem(so,REMOVE)
  770. end
  771.  
  772.  
  773. mouse.KeyDown:connect(function(Press)
  774. Press=Press:lower()
  775. if Press=='r' then
  776. if levitate then return end
  777. if debounce then return end
  778. debounce = true
  779. attacking = true
  780. appi = true
  781. ws = 0
  782. coroutine.wrap(function()
  783. while appi do
  784. wait()
  785. if Root.Velocity.Magnitude < 2 and attacking == true then
  786. position = "Idle2"
  787. end
  788. end
  789. end)()
  790. coroutine.wrap(function()
  791. while appi do
  792. wait()
  793. settime = 0.05
  794. sine = sine + change
  795. if position == "Idle2" and attacking == true and appi == true then
  796. change = .4
  797. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  798. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  799. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + 1 * math.sin(sine/12)),math.rad(-40 + 2 * math.sin(sine/12))), 0.3)
  800. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  801. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2 + -.1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0),math.rad(25),math.rad(0)),.3)
  802. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  803. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  804. end
  805. end
  806. end)()
  807. for i = 1, 20 do
  808. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2 + -.1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0),math.rad(25),math.rad(0)),.3)
  809. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  810. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  811. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,1.5,-.1),.5)
  812. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(math.rad(180),math.rad(10),math.rad(10)),.3)
  813. swait()
  814. end
  815. SOUND(RightArm,342337569,6,false,1)
  816. coroutine.wrap(function()
  817. for i = 1, 9 do
  818. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(.1,1.6,-.1),.5)
  819. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(math.rad(180),math.rad(10),math.rad(15)),.3)
  820. swait()
  821. end
  822. for i = 1, 9 do
  823. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,1.5,-.1),.5)
  824. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(math.rad(180),math.rad(10),math.rad(10)),.3)
  825. swait()
  826. end
  827. end)()
  828. shockwave = Instance.new("Part",Torso)
  829. shockwave.Shape = "Ball"
  830. shockwave.Size = Vector3.new(1,1,1)
  831. shockwave.BrickColor = BrickColor.new("White")
  832. shockwave.Material = "Neon"
  833. shockwave.CFrame = Torso.CFrame
  834. shockwave.CanCollide = false
  835. shockwave.Anchored = true
  836. coroutine.wrap(function()
  837. for i = 1, 20 do
  838. shockwave.Size = shockwave.Size + Vector3.new(1.8,1.8,1.8)
  839. shockwave.Transparency = shockwave.Transparency + 0.05
  840. wait()
  841. end
  842. end)()
  843. SOUND(Torso,1072606965,0,false,10)
  844. coroutine.wrap(function()
  845. for i = 1, 10 do
  846. so.Volume = so.Volume + 0.3
  847. wait()
  848. end
  849. end)()
  850. for i = 1, 35 do
  851. local Hit = damagealll(22,Torso.Position)
  852. for _,v in pairs(Hit) do
  853. v:FindFirstChildOfClass("Humanoid"):TakeDamage(math.random(17,35))
  854. vel = Instance.new("BodyVelocity",v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso"))
  855. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  856. torso = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  857. vel.velocity = CFrame.new(Torso.Position,torso.Position).lookVector*20
  858. removeuseless:AddItem(vel,.1)
  859. end
  860. wave = Instance.new("Part", Torso)
  861. wave.Size = Vector3.new(1, 1, 1)
  862. wave.Transparency = 0
  863. wave.BrickColor = BrickColor.new("White")
  864. wave.Anchored = true
  865. wave.CanCollide = false
  866. wave.CFrame = Root.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  867. wavemesh = Instance.new("SpecialMesh", wave)
  868. wavemesh.MeshId = "rbxassetid://20329976"
  869. wavemesh.Scale = Vector3.new(1, 1, 1)
  870. table.insert(th2,wave)
  871. table.insert(SlowlyFade,wave)
  872. table.insert(th5,wavemesh)
  873. removeuseless:AddItem(wave,2)
  874. CardStorm = Instance.new("Part",Torso)
  875. CardStorm.Size = Vector3.new(.1,.1,.1)
  876. CardStorm.CFrame = Root.CFrame * CFrame.new(0,3.2,0)
  877. CardStorm.Anchored = true
  878. CardStormMesh = Instance.new("SpecialMesh", CardStorm)
  879. CardStormMesh.Scale = Vector3.new(1,1,1)
  880. CardStormMesh.MeshId = "rbxassetid://6512150"
  881. CardStormMesh.TextureId = "rbxassetid://55364685"
  882. table.insert(SlowlyFade,CardStorm)
  883. table.insert(m3,CardStormMesh)
  884. table.insert(th1,CardStorm)
  885. removeuseless:AddItem(CardStorm,3)
  886. wait(.1)
  887. end
  888. coroutine.wrap(function()
  889. for i = 1, 10 do
  890. so.Volume = so.Volume - 0.3
  891. wait()
  892. end
  893. end)()
  894. wait(1)
  895. ws = 10
  896. clean()
  897. attacking = false
  898. debounce = false
  899. appi = false
  900. end
  901. end)
  902.  
  903. mouse.KeyDown:connect(function(Press)
  904. Press=Press:lower()
  905. if Press=='e' then
  906. if levitate then return end
  907. if debounce then return end
  908. attacking = true
  909. debounce = true
  910. damagedebounce = false
  911. clickdisallowance = true
  912. clickdebounce = false
  913. notallowed = true
  914. appi = true
  915. ws = 0
  916. coroutine.wrap(function()
  917. while appi do
  918. wait()
  919. if Root.Velocity.y > 1 and attacking == true then
  920. position = "Jump2"
  921. elseif Root.Velocity.y < -1 and attacking == true then
  922. position = "Falling2"
  923. elseif Root.Velocity.Magnitude < 2 and attacking == true then
  924. position = "Idle2"
  925. elseif Root.Velocity.Magnitude > 2 and attacking == true then
  926. position = "Walking2"
  927. end
  928. end
  929. end)()
  930. coroutine.wrap(function()
  931. while appi do
  932. wait()
  933. settime = 0.05
  934. sine = sine + change
  935. if position == "Jump2" and attacking == true and appi == true then
  936. change = 1
  937. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  938. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  939. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  940. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  941. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,.1,-.2) * CFrame.Angles(math.rad(20),math.rad(3),math.rad(4)), 0.4)
  942. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  943. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
  944. elseif position == "Falling2" and attacking == true and appi == true then
  945. change = 1
  946. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  947. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  948. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  949. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(8), math.rad(4), math.rad(0)), 0.2)
  950. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(14), math.rad(-4), math.rad(0)), 0.2)
  951. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.6, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.2)
  952. elseif position == "Idle2" and attacking == true and appi == true then
  953. change = .4
  954. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  955. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  956. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - 1 * math.sin(sine/12)),math.rad(40 - 2 * math.sin(sine/12))), 0.3)
  957. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  958. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2 + -.1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0),math.rad(25),math.rad(0)),.3)
  959. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  960. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  961. elseif position == "Walking2" and attacking == true and appi == true then
  962. change = .8
  963. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  964. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  965. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - 1 * math.sin(sine/12)),math.rad(40 - 2 * math.sin(sine/12))), 0.3)
  966. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  967. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(0) + Root.RotVelocity.Y/30,math.sin(25*math.sin(sine/8))),.3)
  968. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.92 - 0.35 * math.sin(sine/8)/2.8, 0.2 - math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) + -math.sin(sine/8)/2.3, math.rad(0)*math.sin(sine/1), math.rad(0) + RightLeg.RotVelocity.Y / 30, math.sin(25 * math.sin(sine/8))), 0.3)
  969. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.92 + 0.35 * math.sin(sine/8)/2.8, 0.2 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) - -math.sin(sine/8)/2.3, math.rad(0)*math.sin(sine/1), math.rad(0) + LeftLeg.RotVelocity.Y / 30, math.sin(25 * math.sin(sine/8))), 0.3)
  970. end
  971. end
  972. end)()
  973. coroutine.wrap(function()
  974. for i = 1, 40 do
  975. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0),.5)
  976. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.2,1.5,0) * CFrame.Angles(math.rad(180 - 7 * math.sin(sine/6)),math.rad(7 * math.sin(sine/6)),math.rad(7*math.sin(sine/6))), 0.5)
  977. swait()
  978. end
  979. end)()
  980. haloh = Instance.new("Part", Torso)
  981. haloh.Size = Vector3.new(1,1,1)
  982. haloh.Anchored = false
  983. haloh.Transparency = 1
  984. haloh.CanCollide = false
  985. halohweld = weldBetween(haloh,Torso)
  986. halohweld.C0 = CFrame.new(0,0,0)
  987. n = 0
  988. x = 0
  989. tab={}
  990. tab2={}
  991. SOUND(Torso,1882057730,6,false,2)
  992. for i = 1, 20 do
  993. n = n + 20
  994. x = x + 5
  995. halo = Instance.new("Part", Torso)
  996. halo.Size = Vector3.new(0.71, 0.07, 0.99)
  997. halo.Transparency = 1
  998. halo.CanCollide = false
  999. halo.Material = "Neon"
  1000. halo.BrickColor = BrickColor.new("White")
  1001. halow = weldBetween(halo,haloh)
  1002. halow.C0 = CFrame.new(-4,0,0) * CFrame.Angles(math.rad(90),math.rad(n),math.rad(0))
  1003. table.insert(FadeIn,halo)
  1004. table.insert(tab,halow)
  1005. table.insert(tab2,halo)
  1006. wait()
  1007. end
  1008. ws = 10
  1009. clickdisallowance = false
  1010. coroutine.wrap(function()
  1011. g1 = Instance.new("BodyGyro", Root)
  1012. g1.D = 175
  1013. g1.P = 20000
  1014. g1.MaxTorque = Vector3.new(0,9000,0)
  1015. while notallowed do
  1016. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1017. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.2)
  1018. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-90 - 2 * math.sin(sine/12)), math.rad(3), math.rad(4)), 0.3)
  1019. swait()
  1020. end
  1021. end)()
  1022. coroutine.wrap(function()
  1023. mouse.Button1Down:connect(function()
  1024. if clickdisallowance then return end
  1025. if clickdebounce then return end
  1026. wait(.2)
  1027. clickdebounce = true
  1028. notallowed = false
  1029. end)
  1030. end)()
  1031. while notallowed do
  1032. for i,v in pairs(tab) do
  1033. v.C0 = v.C0 * CFrame.Angles(math.rad(0),math.rad(0 + 1.2),math.rad(0))
  1034. end
  1035. swait()
  1036. end
  1037. appi = false
  1038. ws = 0
  1039. for i = 1, 15 do
  1040. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  1041. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  1042. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0), math.rad(50), math.rad(0)), 0.3)
  1043. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-50 - 2 * math.sin(sine/12)), math.rad(12), math.rad(9)), 0.3)
  1044. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(-.65, .6, 1) * CFrame.Angles(0,0,0),.3)
  1045. swait()
  1046. end
  1047. for i,v in pairs(tab) do
  1048. v:Remove()
  1049. end
  1050. for i,v in pairs(tab2) do
  1051. removeuseless:AddItem(v,6)
  1052. MAKETRAIL(v,Vector3.new(.1,0,0),Vector3.new(-.1,0,0),.8,ColorSequence.new(BrickColor.new("White").Color,BrickColor.new("Really black").Color))
  1053. BodyGyro=Instance.new('BodyGyro',v)
  1054. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  1055. BodyGyro.P=2e4
  1056. removeuseless:AddItem(BodyGyro,.1)
  1057. PB2 = Instance.new("BodyVelocity", v)
  1058. PB2.MaxForce = Vector3.new(999999, 999999, 999999)
  1059. v.CFrame = CFrame.new(v.Position,mouse.Hit.p)
  1060. PB2.Velocity = v.CFrame.lookVector * 80
  1061. end
  1062. SOUND(Torso,1499747506,3,false,1)
  1063. for i,v in pairs(tab2) do
  1064. v.Touched:connect(function(hit)
  1065. if hit.Parent:IsA("Part") then
  1066. elseif hit.Parent:IsA("SpecialMesh") then
  1067. elseif hit.Parent.Name == game.Players.LocalPlayer.Name then
  1068. elseif hit.Parent:findFirstChildOfClass("Humanoid") then
  1069. if damagedebounce == true then return end
  1070. damagedebounce = true
  1071. Slachtoffer = hit.Parent:findFirstChildOfClass("Humanoid")
  1072. tor = hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso")
  1073. Slachtoffer:TakeDamage(math.random(17,35))
  1074. SOUND(tor,694703797,6,false,1)
  1075. wait(.1)
  1076. damagedebounce = false
  1077. end
  1078. end)
  1079. end
  1080. for i = 1, 20 do
  1081. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  1082. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  1083. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0), math.rad(-25), math.rad(0)), 0.3)
  1084. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.3)
  1085. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-90 - 2 * math.sin(sine/12)), math.rad(-15), math.rad(4)), 0.3)
  1086. swait()
  1087. end
  1088. clean()
  1089. g1:Remove()
  1090. haloh:Remove()
  1091. attacking = false
  1092. debounce = false
  1093. damagedebounce = false
  1094. clickdebounce = false
  1095. appi = false
  1096. ws = 10
  1097. end
  1098. end)
  1099.  
  1100. mouse.KeyDown:connect(function(Press)
  1101. Press=Press:lower()
  1102. if Press=='y' then
  1103. if levitate then return end
  1104. if debounce then return end
  1105. clickdisallowance = true
  1106. clickdebounce = false
  1107. debounce = true
  1108. attacking = true
  1109. appi = true
  1110. ws = 0
  1111. coroutine.wrap(function()
  1112. while appi do
  1113. wait()
  1114. if Root.Velocity.y > 1 and attacking == true then
  1115. position = "Jump2"
  1116. elseif Root.Velocity.y < -1 and attacking == true then
  1117. position = "Falling2"
  1118. elseif Root.Velocity.Magnitude < 2 and attacking == true then
  1119. position = "Idle2"
  1120. elseif Root.Velocity.Magnitude > 2 and attacking == true then
  1121. position = "Walking2"
  1122. end
  1123. end
  1124. end)()
  1125. coroutine.wrap(function()
  1126. while appi do
  1127. wait()
  1128. settime = 0.05
  1129. sine = sine + change
  1130. if position == "Jump2" and attacking == true and appi == true then
  1131. change = 1
  1132. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1133. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1134. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  1135. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1136. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.4,.1,-.2) * CFrame.Angles(math.rad(20),math.rad(-3),math.rad(-4)), 0.4)
  1137. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  1138. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
  1139. elseif position == "Falling2" and attacking == true and appi == true then
  1140. change = 1
  1141. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1142. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1143. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  1144. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(8), math.rad(4), math.rad(0)), 0.2)
  1145. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(14), math.rad(-4), math.rad(0)), 0.2)
  1146. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.6, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
  1147. elseif position == "Idle2" and attacking == true and appi == true then
  1148. change = .4
  1149. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1150. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1151. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + 1 * math.sin(sine/12)),math.rad(-40 + 2 * math.sin(sine/12))), 0.3)
  1152. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  1153. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2 + -.1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0),math.rad(25),math.rad(0)),.3)
  1154. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  1155. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  1156. elseif position == "Walking2" and attacking == true and appi == true then
  1157. change = .8
  1158. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1159. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1160. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + 1 * math.sin(sine/12)),math.rad(-40 + 2 * math.sin(sine/12))), 0.3)
  1161. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  1162. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(0) + Root.RotVelocity.Y/30,math.cos(25*math.cos(sine/8))),.3)
  1163. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.92 - 0.35 * math.cos(sine/8)/2.8, 0.2 - math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) + -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) + RightLeg.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/8))), 0.3)
  1164. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.92 + 0.35 * math.cos(sine/8)/2.8, 0.2 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) - -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) + LeftLeg.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/8))), 0.3)
  1165. end
  1166. end
  1167. end)()
  1168. bigcard = Instance.new("Part",Torso)
  1169. bigcard.Material = "Neon"
  1170. bigcard.Transparency = 1
  1171. bigcard.BrickColor = BrickColor.new("White")
  1172. bigcard.Size = Vector3.new(15.65, 23.84, 0.3)
  1173. bigcard.CFrame = Root.CFrame * CFrame.new(0,18,0)
  1174. bigcard.Anchored = true
  1175. SOUND(bigcard,236989198,6,false,1)
  1176. ace = aces[math.random(1,#aces)]
  1177. acer = Instance.new("Decal",bigcard)
  1178. acer.Texture = "rbxassetid://"..ace
  1179. acer.Transparency = 1
  1180. acer.Face = "Front"
  1181. ace2 = acer:Clone()
  1182. ace2.Parent = bigcard
  1183. ace2.Face = "Back"
  1184. table.insert(FadeIn,acer)
  1185. table.insert(FadeIn,ace2)
  1186. table.insert(FadeIn,bigcard)
  1187. for i = 1, 30 do
  1188. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,1.5,-.1),.5)
  1189. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(math.rad(180),math.rad(10),math.rad(10)),.3)
  1190. swait()
  1191. end
  1192. ws = 10
  1193. g1 = Instance.new("BodyGyro", Root)
  1194. g1.D = 175
  1195. g1.P = 20000
  1196. g1.MaxTorque = Vector3.new(0,9000,0)
  1197. clickdisallowance = false
  1198. coroutine.wrap(function()
  1199. mouse.Button1Down:connect(function()
  1200. if clickdisallowance then return end
  1201. if clickdebounce then return end
  1202. wait(.2)
  1203. clickdebounce = true
  1204. end)
  1205. end)()
  1206. while not clickdebounce do
  1207. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.2)
  1208. bigcard.CFrame = Root.CFrame * CFrame.new(0,18,0)
  1209. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(math.rad(180),math.rad(10 + 2 *math.sin(sine/12)),math.rad(10 - 2*math.sin(sine/12))),.3)
  1210. swait()
  1211. end
  1212. g1:Remove()
  1213. ws = 0
  1214. for i = 1, 13 do
  1215. bigcard.CFrame = bigcard.CFrame:lerp(Root.CFrame * CFrame.new(0,18,3) * CFrame.Angles(math.rad(10),0,0),.3)
  1216. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0.2) * CFrame.Angles(math.rad(160),math.rad(10),math.rad(10)),.3)
  1217. swait()
  1218. end
  1219. locationpart = Instance.new("Part",bigcard)
  1220. locationpart.Size = Vector3.new(1,1,1)
  1221. locationpart.Transparency = 1
  1222. locationpart.CanCollide = false
  1223. locationpart.Anchored = true
  1224. locationpart.CFrame = Root.CFrame * CFrame.new(0,-3,-21)
  1225. shockwave = Instance.new("Part", Torso)
  1226. shockwave.Size = Vector3.new(1,1,1)
  1227. shockwave.CanCollide = false
  1228. shockwave.Anchored = true
  1229. shockwave.Transparency = 0
  1230. shockwave.BrickColor = BrickColor.new("White")
  1231. shockwave.CFrame = CFrame.new(locationpart.Position)
  1232. shockwavemesh = Instance.new("SpecialMesh", shockwave)
  1233. shockwavemesh.Scale = Vector3.new(5,2,5)
  1234. shockwavemesh.MeshId = "rbxassetid://20329976"
  1235. removeuseless:AddItem(shockwave,4)
  1236. shockwave2 = Instance.new("Part", Torso)
  1237. shockwave2.Size = Vector3.new(1,1,1)
  1238. shockwave2.CanCollide = false
  1239. shockwave2.Anchored = true
  1240. shockwave2.Transparency = 0
  1241. shockwave2.BrickColor = BrickColor.new("White")
  1242. shockwave2.CFrame = CFrame.new(locationpart.Position)
  1243. shockwavemesh2 = Instance.new("SpecialMesh", shockwave2)
  1244. shockwavemesh2.Scale = Vector3.new(5,2,5)
  1245. shockwavemesh2.MeshId = "rbxassetid://20329976"
  1246. removeuseless:AddItem(shockwave2,4)
  1247. shockwave3 = Instance.new("Part", Torso)
  1248. shockwave3.Size = Vector3.new(1,1,1)
  1249. shockwave3.CanCollide = false
  1250. shockwave3.Anchored = true
  1251. shockwave3.Transparency = 0
  1252. shockwave3.BrickColor = BrickColor.new("White")
  1253. shockwave3.CFrame = CFrame.new(locationpart.Position)
  1254. shockwavemesh3 = Instance.new("SpecialMesh", shockwave3)
  1255. shockwavemesh3.Scale = Vector3.new(5,2,5)
  1256. shockwavemesh3.MeshId = "rbxassetid://20329976"
  1257. removeuseless:AddItem(shockwave3,4)
  1258. shockwave4 = Instance.new("Part", Torso)
  1259. shockwave4.Size = Vector3.new(1,1,1)
  1260. shockwave4.CanCollide = false
  1261. shockwave4.Anchored = true
  1262. shockwave4.Transparency = 0
  1263. shockwave4.BrickColor = BrickColor.new("White")
  1264. shockwave4.CFrame = CFrame.new(locationpart.Position)
  1265. shockwavemesh4 = Instance.new("SpecialMesh", shockwave4)
  1266. shockwavemesh4.Scale = Vector3.new(5,2,5)
  1267. shockwavemesh4.MeshId = "rbxassetid://20329976"
  1268. removeuseless:AddItem(shockwave4,4)
  1269. Hit = damagealll(20,locationpart.Position)
  1270. for _,v in pairs(Hit) do
  1271. v:FindFirstChildOfClass("Humanoid"):TakeDamage(math.random(55,85))
  1272. vel = Instance.new("BodyVelocity",v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso"))
  1273. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  1274. torso = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  1275. vel.velocity = CFrame.new(locationpart.Position,torso.Position).lookVector*110
  1276. removeuseless:AddItem(vel,.1)
  1277. end
  1278. coroutine.wrap(function()
  1279. for i = 1, 90 do
  1280. shockwave.CFrame = shockwave.CFrame * CFrame.Angles(0,math.rad(0+12),0)
  1281. shockwavemesh.Scale = shockwavemesh.Scale + Vector3.new(1.5,.1,1.5)
  1282. shockwave.Transparency = shockwave.Transparency + 0.025
  1283. shockwave2.CFrame = shockwave2.CFrame * CFrame.Angles(0,math.rad(0+6),0)
  1284. shockwavemesh2.Scale = shockwavemesh2.Scale + Vector3.new(1.25,.25,1.25)
  1285. shockwave2.Transparency = shockwave2.Transparency + 0.04
  1286. shockwave3.CFrame = shockwave3.CFrame * CFrame.Angles(0,math.rad(0+12),0)
  1287. shockwavemesh3.Scale = shockwavemesh3.Scale + Vector3.new(.75,.75,.75)
  1288. shockwave3.Transparency = shockwave3.Transparency + 0.035
  1289. shockwave4.CFrame = shockwave3.CFrame * CFrame.Angles(0,math.rad(0+5),0)
  1290. shockwavemesh4.Scale = shockwavemesh3.Scale + Vector3.new(2.5,.5,2.5)
  1291. shockwave4.Transparency = shockwave3.Transparency + 0.03
  1292. swait()
  1293. end
  1294. end)()
  1295. SOUND(locationpart,765590102,6,false,2)
  1296. for i = 1, 24 do
  1297. bigcard.CFrame = bigcard.CFrame:lerp(Root.CFrame * CFrame.new(0,-3,-21) * CFrame.Angles(math.rad(90),0,0),.25)
  1298. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(.2,.2,.2) * CFrame.Angles(0,0,0),.5)
  1299. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1, 1.1, 0.4) * CFrame.Angles(math.rad(-75), math.rad(15), math.rad(4)), 0.5)
  1300. swait()
  1301. end
  1302. for i = 1, 40 do
  1303. bigcard.Transparency = bigcard.Transparency + 0.2
  1304. acer.Transparency = acer.Transparency + .2
  1305. ace2.Transparency = ace2.Transparency + .2
  1306. swait()
  1307. end
  1308. attacking = false
  1309. debounce = false
  1310. appi = false
  1311. clickdisallowance = false
  1312. clickdebounce = false
  1313. ws = 10
  1314. bigcard:Remove()
  1315. clean()
  1316. end
  1317. end)
  1318.  
  1319. mouse.KeyDown:connect(function(Press)
  1320. Press=Press:lower()
  1321. if Press=='u' then
  1322. if levitate then return end
  1323. if mouse.Target ~= nil then end
  1324. if debounce then return end
  1325. debounce = true
  1326. attacking = true
  1327. appi = true
  1328. ws = 0
  1329. appi = true
  1330. coroutine.wrap(function()
  1331. while appi do
  1332. wait()
  1333. if Root.Velocity.y > 1 and attacking == true then
  1334. position = "Jump2"
  1335. elseif Root.Velocity.y < -1 and attacking == true then
  1336. position = "Falling2"
  1337. elseif Root.Velocity.Magnitude < 2 and attacking == true then
  1338. position = "Idle2"
  1339. elseif Root.Velocity.Magnitude > 2 and attacking == true then
  1340. position = "Walking2"
  1341. end
  1342. end
  1343. end)()
  1344. coroutine.wrap(function()
  1345. while appi do
  1346. wait()
  1347. settime = 0.05
  1348. sine = sine + change
  1349. if position == "Jump2" and attacking == true and appi == true then
  1350. change = 1
  1351. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1352. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1353. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  1354. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1355. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.4,.1,-.2) * CFrame.Angles(math.rad(20),math.rad(-3),math.rad(-4)), 0.4)
  1356. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  1357. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
  1358. elseif position == "Falling2" and attacking == true and appi == true then
  1359. change = 1
  1360. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1361. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1362. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  1363. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(8), math.rad(4), math.rad(0)), 0.2)
  1364. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(14), math.rad(-4), math.rad(0)), 0.2)
  1365. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.6, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
  1366. elseif position == "Idle2" and attacking == true and appi == true then
  1367. change = .4
  1368. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1369. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1370. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + 1 * math.sin(sine/12)),math.rad(-40 + 2 * math.sin(sine/12))), 0.3)
  1371. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  1372. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2 + -.1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0),math.rad(25),math.rad(0)),.3)
  1373. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  1374. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  1375. elseif position == "Walking2" and attacking == true and appi == true then
  1376. change = .8
  1377. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1378. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1379. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + 1 * math.sin(sine/12)),math.rad(-40 + 2 * math.sin(sine/12))), 0.3)
  1380. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  1381. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(0) + Root.RotVelocity.Y/30,math.cos(25*math.cos(sine/8))),.3)
  1382. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.92 - 0.35 * math.cos(sine/8)/2.8, 0.2 - math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) + -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) + RightLeg.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/8))), 0.3)
  1383. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.92 + 0.35 * math.cos(sine/8)/2.8, 0.2 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) - -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) + LeftLeg.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/8))), 0.3)
  1384. end
  1385. end
  1386. end)()
  1387. g1 = Instance.new("BodyGyro", Root)
  1388. g1.D = 175
  1389. g1.P = 20000
  1390. g1.MaxTorque = Vector3.new(0,9000,0)
  1391. g1.CFrame = CFrame.new(Root.Position,mouse.Hit.p)
  1392. for i = 1, 15 do
  1393. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.2)
  1394. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,1.5,-.1),.5)
  1395. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(math.rad(180),math.rad(10),math.rad(10)),.3)
  1396. swait()
  1397. end
  1398. cardportal = Instance.new("Part", Torso)
  1399. cardportal.Size = Vector3.new(0.5, 0.5, 0.5)
  1400. cardportal.Material = "Neon"
  1401. cardportal.BrickColor = BrickColor.new("White")
  1402. cardportal.Transparency = 0
  1403. cardportal.Anchored = true
  1404. cardportal.CanCollide = false
  1405. cardportalMESH = Instance.new("SpecialMesh", cardportal)
  1406. cardportalMESH.MeshType = "Cylinder"
  1407. cardportalMESH.Scale = Vector3.new(.2,0.01,0.01)
  1408. cardportal.CFrame = CFrame.new(mouse.Hit.p) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
  1409. for i = 1, 10 do
  1410. cardportalMESH.Scale = cardportalMESH.Scale + Vector3.new(0,4,4)
  1411. swait()
  1412. end
  1413. bigzcard = Instance.new("Part",Torso)
  1414. bigzcard.Material = "Neon"
  1415. bigzcard.Transparency = 0
  1416. bigzcard.BrickColor = BrickColor.new("White")
  1417. bigzcard.Size = Vector3.new(10, 15, 0.3)
  1418. bigzcard.CFrame = cardportal.CFrame * CFrame.new(-8,0,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
  1419. bigzcard.Anchored = true
  1420. SOUND(bigzcard,1888686669,6,false,1)
  1421. acer = Instance.new("Decal",bigzcard)
  1422. acer.Texture = "rbxassetid://1881287656"
  1423. acer.Transparency = 0
  1424. acer.Face = "Front"
  1425. ace2 = acer:Clone()
  1426. ace2.Parent = bigzcard
  1427. ace2.Face = "Back"
  1428. spinning = true
  1429. coroutine.wrap(function()
  1430. while spinning do
  1431. bigzcard.CFrame = bigzcard.CFrame * CFrame.Angles(0,math.rad(0+5),0)
  1432. swait()
  1433. end
  1434. end)()
  1435. for i = 1, 20 do
  1436. bigzcard.CFrame = bigzcard.CFrame * CFrame.new(0,-.9,0)
  1437. swait()
  1438. end
  1439. coroutine.wrap(function()
  1440. for i = 1, 10 do
  1441. cardportalMESH.Scale = cardportalMESH.Scale - Vector3.new(0,4,4)
  1442. swait()
  1443. end
  1444. cardportal:Remove()
  1445. end)()
  1446. wait(.7)
  1447. ace3 = Instance.new("Decal",bigzcard)
  1448. ace3.Texture = "rbxassetid://1880203893"
  1449. ace3.Transparency = 1
  1450. ace3.Face = "Front"
  1451. ace4 = ace3:Clone()
  1452. ace4.Parent = bigzcard
  1453. ace4.Face = "Back"
  1454. bigzcard2 = Instance.new("Part",Torso)
  1455. bigzcard2.Material = "Neon"
  1456. bigzcard2.Transparency = 1
  1457. bigzcard2.BrickColor = BrickColor.new("Really black")
  1458. bigzcard2.Size = Vector3.new(10, 15, 0.29)
  1459. bigzcard2.CFrame = bigzcard.CFrame
  1460. bigzcard2.CanCollide = false
  1461. bigzcard2.Anchored = true
  1462. coroutine.wrap(function()
  1463. while spinning do
  1464. bigzcard2.CFrame = bigzcard2.CFrame * CFrame.Angles(0,math.rad(0+5),0)
  1465. swait()
  1466. end
  1467. end)()
  1468. blz = bl[math.random(1,#bl)]
  1469. woos = Instance.new("Sound",Torso)
  1470. woos.SoundId = "rbxassetid://"..blz
  1471. woos.Volume = 4
  1472. woos:Play()
  1473. for i = 1, 20 do
  1474. bigzcard2.Transparency = bigzcard2.Transparency - .05
  1475. bigzcard.Transparency = bigzcard.Transparency + .05
  1476. ace3.Transparency = ace3.Transparency - 0.05
  1477. ace4.Transparency = ace4.Transparency - 0.05
  1478. acer.Transparency = acer.Transparency + 0.05
  1479. ace2.Transparency = ace2.Transparency + 0.05
  1480. wait()
  1481. end
  1482. ace3.Parent = bigzcard2
  1483. ace3.Face = "Front"
  1484. ace4.Parent = bigzcard2
  1485. ace4.Face = "Back"
  1486. bigzcard:Remove()
  1487. spinning = false
  1488. blackholeactive = true
  1489. coroutine.wrap(function()
  1490. blackhole={}
  1491. orbzfade={}
  1492. for i = 1, 100 do
  1493. orbz = Instance.new("Part", Torso)
  1494. orbz.Shape = "Ball"
  1495. orbz.Material = "Neon"
  1496. orbz.BrickColor = BrickColor.new("Really black")
  1497. orbz.Size = Vector3.new(2,2,2)
  1498. orbz.Anchored = true
  1499. orbz.CanCollide = false
  1500. removeuseless:AddItem(orbz,1)
  1501. orbz.CFrame = bigzcard2.CFrame * CFrame.new(math.random(-25,25),math.random(-25,25),math.random(-25,25)) * CFrame.Angles(math.rad(-180,180),math.rad(-180,180),math.rad(-180,180))
  1502. table.insert(blackhole,orbz)
  1503. table.insert(orbzfade,orbz)
  1504. for i,v in pairs(blackhole) do
  1505. v.CFrame = v.CFrame:lerp(CFrame.new(bigzcard2.Position),.05)
  1506. end
  1507. for i,v in pairs(orbzfade) do
  1508. v.Transparency = v.Transparency + 0.025
  1509. end
  1510. swait()
  1511. end
  1512. end)()
  1513. coroutine.wrap(function()
  1514. while blackholeactive do
  1515. local Hit = damagealll(45,bigzcard2.Position)
  1516. for _,v in pairs(Hit) do
  1517. coroutine.wrap(function()
  1518. wait(.15)
  1519. if blackholeactive == false then return end
  1520. v:FindFirstChildOfClass("Humanoid"):TakeDamage(math.random(.1,1))
  1521. end)()
  1522. torso = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  1523. torso.CFrame = torso.CFrame:lerp(CFrame.new(bigzcard2.Position),.1)
  1524. end
  1525. wait()
  1526. end
  1527. end)()
  1528. for i = 1, 100 do
  1529. bigzcard2.CFrame = bigzcard2.CFrame * CFrame.Angles(0,math.rad(0+20),0)
  1530. cataclysmics = Instance.new("Part", Torso)
  1531. cataclysmics.Shape = "Ball"
  1532. cataclysmics.Material = "Neon"
  1533. cataclysmics.BrickColor = BrickColor.new("Really black")
  1534. cataclysmics.Size = Vector3.new(11,11,11)
  1535. cataclysmics.Transparency = .3
  1536. cataclysmics.Anchored = true
  1537. cataclysmics.CanCollide = false
  1538. cataclysmics.CFrame = CFrame.new(bigzcard2.Position)
  1539. table.insert(LessSize,cataclysmics)
  1540. table.insert(keyYtransparency,cataclysmics)
  1541. removeuseless:AddItem(cataclysmics,1)
  1542. swait()
  1543. end
  1544. coroutine.wrap(function()
  1545. for i = 1, 20 do
  1546. for i,v in pairs(orbzfade) do
  1547. v.Transparency = v.Transparency + 0.05
  1548. end
  1549. swait()
  1550. end
  1551. end)()
  1552. explosiontable={}
  1553. ringtable={}
  1554. ringtable2={}
  1555. soundboks = Instance.new("Part",Torso)
  1556. soundboks.CanCollide = false
  1557. soundboks.Anchored = true
  1558. soundboks.Transparency = 1
  1559. soundboks.CFrame = bigzcard2.CFrame
  1560. removeuseless:AddItem(soundboks,6)
  1561. SOUND(soundboks,472579737,6,false,1)
  1562. blackholeactive = false
  1563. bigzcard2:Remove()
  1564. Hit = damagealll(60,soundboks.Position)
  1565. for _,v in pairs(Hit) do
  1566. v:FindFirstChildOfClass("Humanoid"):TakeDamage(math.random(36,55))
  1567. vel = Instance.new("BodyVelocity",v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso"))
  1568. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  1569. torso = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  1570. vel.velocity = CFrame.new(soundboks.Position,torso.Position).lookVector*200
  1571. removeuseless:AddItem(vel,.1)
  1572. end
  1573. coroutine.wrap(function()
  1574. shockwave = Instance.new("Part", Torso)
  1575. shockwave.Size = Vector3.new(1,1,1)
  1576. shockwave.CanCollide = false
  1577. shockwave.Anchored = true
  1578. shockwave.Transparency = 0
  1579. shockwave.BrickColor = BrickColor.new("Really black")
  1580. shockwave.CFrame = CFrame.new(soundboks.Position) * CFrame.new(0,-6,0)
  1581. shockwavemesh = Instance.new("SpecialMesh", shockwave)
  1582. shockwavemesh.Scale = Vector3.new(5,2,5)
  1583. shockwavemesh.MeshId = "rbxassetid://20329976"
  1584. shockwave2 = Instance.new("Part", Torso)
  1585. shockwave2.Size = Vector3.new(1,1,1)
  1586. shockwave2.CanCollide = false
  1587. shockwave2.Anchored = true
  1588. shockwave2.Transparency = 0
  1589. shockwave2.BrickColor = BrickColor.new("Really black")
  1590. shockwave2.CFrame = CFrame.new(soundboks.Position) * CFrame.new(0,-6,0)
  1591. shockwavemesh2 = Instance.new("SpecialMesh", shockwave2)
  1592. shockwavemesh2.Scale = Vector3.new(5,2,5)
  1593. shockwavemesh2.MeshId = "rbxassetid://20329976"
  1594. for i = 1, 40 do
  1595. shockwave.CFrame = shockwave.CFrame * CFrame.Angles(0,math.rad(0+15),0)
  1596. shockwave2.CFrame = shockwave2.CFrame * CFrame.Angles(0,math.rad(0+8),0)
  1597. shockwave.Transparency = shockwave.Transparency + 0.025
  1598. shockwave2.Transparency = shockwave2.Transparency + 0.025
  1599. shockwavemesh.Scale = shockwavemesh.Scale + Vector3.new(9,.9,9)
  1600. shockwavemesh2.Scale = shockwavemesh2.Scale + Vector3.new(8,.8,8)
  1601. swait()
  1602. end
  1603. shockwave:Remove()
  1604. shockwave2:Remove()
  1605. end)()
  1606. for i = 1, 4 do
  1607. explosion = Instance.new("Part", Torso)
  1608. explosion.Shape = "Ball"
  1609. explosion.Size = Vector3.new(1,1,1)
  1610. explosion.Transparency = 0
  1611. explosion.CanCollide = false
  1612. explosion.Anchored = true
  1613. explosion.BrickColor = BrickColor.new("Really black")
  1614. explosion.Material = "Neon"
  1615. explosion.CFrame = CFrame.new(bigzcard2.Position)
  1616. table.insert(ExtremeM,explosion)
  1617. table.insert(SlowlyFade,explosion)
  1618. removeuseless:AddItem(explosion,4)
  1619. ring = Instance.new("Part", Torso)
  1620. ring.Size = Vector3.new(5, 5, 5)
  1621. ring.Transparency = 0
  1622. ring.BrickColor = BrickColor.new("Really black")
  1623. ring.Anchored = true
  1624. ring.CanCollide = false
  1625. ring.CFrame = bigzcard2.CFrame * CFrame.Angles(math.rad(math.random(-180,180)), math.rad(math.random(-180,180)), math.rad(math.random(-180,180)))
  1626. ringh = Instance.new("SpecialMesh", ring)
  1627. ringh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1628. ringh.Scale = Vector3.new(2, 2, .1)
  1629. table.insert(keyYsize,ringh)
  1630. table.insert(keyYtransparency,ring)
  1631. removeuseless:AddItem(ring,4)
  1632. swait()
  1633. end
  1634. wait(1.2)
  1635. clean()
  1636. keyYsize={}
  1637. keyYtransparency={}
  1638. blackholev = false
  1639. appi = false
  1640. g1:Remove()
  1641. ws = 10
  1642. attacking = false
  1643. debounce = false
  1644. end
  1645. end)
  1646.  
  1647. mouse.KeyDown:connect(function(Press)
  1648. Press=Press:lower()
  1649. if Press=='t' then
  1650. if levitate then
  1651. if tauntdebounce then return end
  1652. tauntdebounce = true
  1653. laughing = true
  1654. coroutine.wrap(function()
  1655. while laughing do
  1656. local b1 = Instance.new("BillboardGui",Head)
  1657. b1.Size = UDim2.new(0,4,0,1.6)
  1658. b1.StudsOffset = Vector3.new(0,0,0)
  1659. b1.Name = "laff"
  1660. b1.AlwaysOnTop = true
  1661. b1.Adornee = Head
  1662. removeuseless:AddItem(b1,3)
  1663. local b2 = Instance.new("TextLabel",b1)
  1664. b2.BackgroundTransparency = 1
  1665. b2.Text = "Hahahahahahahahahahaha..."
  1666. b2.Font = "Garamond"
  1667. b2.TextSize = 0
  1668. b2.Name = "lafftext"
  1669. b2.TextStrokeTransparency = 0
  1670. b2.TextColor3 = BrickColor.new("Really red").Color
  1671. b2.TextStrokeColor3 = Color3.new(0,0,0)
  1672. b2.Size = UDim2.new(1,0,.5,0)
  1673. table.insert(laughingtable,b2)
  1674. removeuseless:AddItem(b1,2)
  1675. coroutine.wrap(function()
  1676. if zxc then return end
  1677. zxc = true
  1678. while true do
  1679. swait()
  1680. for i,v in pairs(Head:GetChildren()) do
  1681. if v.Name == "laff" then
  1682. v.StudsOffset = v.StudsOffset + Vector3.new(math.random(-2,2),.3,math.random(-2,2))
  1683. end
  1684. end
  1685. for i,v in pairs(laughingtable) do
  1686. v.TextTransparency = v.TextTransparency + .025
  1687. v.TextStrokeTransparency = v.TextStrokeTransparency + 0.25
  1688. v.TextSize = v.TextSize + 2
  1689. v.Rotation = v.Rotation + .1
  1690. end
  1691. end
  1692. end)()
  1693. swait(10)
  1694. end
  1695. end)()
  1696. laugh = laughs[math.random(1,#laughs)]
  1697. laughy = Instance.new("Sound",Head)
  1698. laughy.SoundId = "rbxassetid://"..laugh
  1699. laughy.Volume = 10
  1700. laughy:Play()
  1701. wait(1)
  1702. wait(laughy.TimeLength)
  1703. laughing = false
  1704. laughy:Remove()
  1705. tauntdebounce = false
  1706. else
  1707. if mouse.Target ~= nil then
  1708. if debounce then return end
  1709. attacking = true
  1710. ghost()
  1711. tps = Instance.new("Sound", Torso)
  1712. tps.Volume = 5
  1713. tps.SoundId = "rbxassetid://1894958339"
  1714. tps:Play()
  1715. removeuseless:AddItem(tps,2)
  1716. g1 = Instance.new("BodyGyro", Root)
  1717. g1.D = 175
  1718. g1.P = 20000
  1719. g1.MaxTorque = Vector3.new(0,9000,0)
  1720. g1.CFrame = CFrame.new(Root.Position,mouse.Hit.p)
  1721. removeuseless:AddItem(g1,.05)
  1722. Root.CFrame = CFrame.new(mouse.Hit.p) * CFrame.new(0,3.3,0)
  1723. wait(.1)
  1724. attacking = false
  1725. debounce = false
  1726. end
  1727. end
  1728. end
  1729. end)
  1730.  
  1731. mouse.KeyDown:connect(function(Press)
  1732. Press=Press:lower()
  1733. if Press=='q' then
  1734. if levitate then return end
  1735. if mouse.Target ~= nil and mouse.Target.Parent ~= Character and mouse.Target.Parent.Parent ~= Character and mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil and mouse.Target.Parent:FindFirstChildOfClass("Humanoid").Health ~= 0 then
  1736. if debounce then return end
  1737. debounce = true
  1738. attacking = true
  1739. appi = true
  1740. ws = 0
  1741. coroutine.wrap(function()
  1742. while appi do
  1743. wait()
  1744. if Root.Velocity.y > 1 and attacking == true then
  1745. position = "Jump2"
  1746. elseif Root.Velocity.y < -1 and attacking == true then
  1747. position = "Falling2"
  1748. elseif Root.Velocity.Magnitude < 2 and attacking == true then
  1749. position = "Idle2"
  1750. elseif Root.Velocity.Magnitude > 2 and attacking == true then
  1751. position = "Walking2"
  1752. end
  1753. end
  1754. end)()
  1755. coroutine.wrap(function()
  1756. while appi do
  1757. wait()
  1758. settime = 0.05
  1759. sine = sine + change
  1760. if position == "Jump2" and attacking == true and appi == true then
  1761. change = 1
  1762. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1763. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1764. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  1765. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1766. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,.1,-.2) * CFrame.Angles(math.rad(20),math.rad(3),math.rad(4)), 0.4)
  1767. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  1768. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
  1769. elseif position == "Falling2" and attacking == true and appi == true then
  1770. change = 1
  1771. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1772. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1773. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  1774. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(8), math.rad(4), math.rad(0)), 0.2)
  1775. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(14), math.rad(-4), math.rad(0)), 0.2)
  1776. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.6, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.2)
  1777. elseif position == "Idle2" and attacking == true and appi == true then
  1778. change = .4
  1779. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1780. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1781. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - 1 * math.sin(sine/12)),math.rad(40 - 2 * math.sin(sine/12))), 0.3)
  1782. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  1783. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  1784. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  1785. elseif position == "Walking2" and attacking == true and appi == true then
  1786. change = .8
  1787. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1788. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1789. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - 1 * math.sin(sine/12)),math.rad(40 - 2 * math.sin(sine/12))), 0.3)
  1790. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  1791. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(0) + Root.RotVelocity.Y/30,math.cos(25*math.cos(sine/8))),.3)
  1792. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.92 - 0.35 * math.cos(sine/8)/2.8, 0.2 - math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) + -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) + RightLeg.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/8))), 0.3)
  1793. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.92 + 0.35 * math.cos(sine/8)/2.8, 0.2 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) - -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) + LeftLeg.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/8))), 0.3)
  1794. end
  1795. end
  1796. end)()
  1797. enemyhum = mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  1798. ETorso = enemyhum.Parent:FindFirstChild("Torso") or enemyhum.Parent:FindFirstChild("LowerTorso")
  1799. EHead = enemyhum.Parent:FindFirstChild("Head")
  1800. g1 = Instance.new("BodyGyro", Root)
  1801. g1.D = 175
  1802. g1.P = 20000
  1803. g1.MaxTorque = Vector3.new(0,9000,0)
  1804. brick = Instance.new("Part",Torso)
  1805. brick.Anchored = true
  1806. brick.CanCollide = false
  1807. brick.Material = "Neon"
  1808. brick.Transparency = 1
  1809. brick.BrickColor = BrickColor.new("White")
  1810. brick.Size = Vector3.new(8,.3,12)
  1811. brick.CFrame = Root.CFrame * CFrame.new(math.random(-15,15),-3,math.random(-15,15))
  1812. SOUND(brick,1888686669,6,false,1.5)
  1813. ace = aces[math.random(1,#aces)]
  1814. acer = Instance.new("Decal",brick)
  1815. acer.Texture = "rbxassetid://1898092341"
  1816. acer.Transparency = 1
  1817. acer.Face = "Top"
  1818. coroutine.wrap(function()
  1819. for i = 1, 20 do
  1820. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,ETorso.Position),.2)
  1821. brick.Transparency = brick.Transparency - .05
  1822. acer.Transparency = acer.Transparency - .1
  1823. swait()
  1824. end
  1825. end)()
  1826. ETorso.Anchored = true
  1827. EHead.Anchored = true
  1828. for i = 1, 25 do
  1829. swait()
  1830. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,ETorso.Position),.2)
  1831. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,-.2,0) * CFrame.Angles(0,0,0),.3)
  1832. LEFTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  1833. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-90 - 2 * math.sin(sine/12)), math.rad(3), math.rad(4)), 0.3)
  1834. brick.CFrame = brick.CFrame:lerp(CFrame.new(ETorso.Position) * CFrame.new(0,-3,0) * CFrame.Angles(0,math.rad(0+10),0),.2)
  1835. end
  1836. SOUND(brick,472214107,6,false,2)
  1837. coroutine.wrap(function()
  1838. for i = 1, 10 do
  1839. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,ETorso.Position),.2)
  1840. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, .8, 0.4) * CFrame.Angles(math.rad(-60 - 2 * math.sin(sine/12)), math.rad(3), math.rad(4)), 0.3)
  1841. swait()
  1842. end
  1843. end)()
  1844. shockwave = Instance.new("Part", Torso)
  1845. shockwave.Size = Vector3.new(1,1,1)
  1846. shockwave.CanCollide = false
  1847. shockwave.Anchored = true
  1848. shockwave.Transparency = 0
  1849. shockwave.BrickColor = BrickColor.new("White")
  1850. shockwave.CFrame = CFrame.new(brick.Position)
  1851. shockwavemesh = Instance.new("SpecialMesh", shockwave)
  1852. shockwavemesh.Scale = Vector3.new(1,1,1)
  1853. shockwavemesh.MeshId = "rbxassetid://20329976"
  1854. removeuseless:AddItem(shockwave,4)
  1855. shockwave2 = Instance.new("Part", Torso)
  1856. shockwave2.Size = Vector3.new(1,1,1)
  1857. shockwave2.CanCollide = false
  1858. shockwave2.Anchored = true
  1859. shockwave2.Transparency = 0
  1860. shockwave2.BrickColor = BrickColor.new("White")
  1861. shockwave2.CFrame = CFrame.new(brick.Position)
  1862. shockwavemesh2 = Instance.new("SpecialMesh", shockwave2)
  1863. shockwavemesh2.Scale = Vector3.new(1,1,1)
  1864. shockwavemesh2.MeshId = "rbxassetid://20329976"
  1865. removeuseless:AddItem(shockwave2,4)
  1866. for i = 1, 35 do
  1867. swait()
  1868. shockwavemesh.Scale = shockwavemesh.Scale + Vector3.new(2,.1,2)
  1869. shockwave.CFrame = shockwave.CFrame * CFrame.Angles(0,math.rad(0+12),0)
  1870. shockwave.Transparency = shockwave.Transparency + .05
  1871. shockwavemesh2.Scale = shockwavemesh2.Scale + Vector3.new(.5,.1,.5)
  1872. shockwave2.CFrame = shockwave2.CFrame * CFrame.Angles(0,math.rad(0+4),0)
  1873. shockwave2.Transparency = shockwave2.Transparency + .03
  1874. EHead.CFrame = EHead.CFrame * CFrame.new(0,-.20,0)
  1875. ETorso.CFrame = ETorso.CFrame * CFrame.new(0,-.25,0)
  1876. end
  1877. for i = 1, 8 do
  1878. brick.Size = brick.Size + Vector3.new(1.5,0,2.5)
  1879. swait()
  1880. end
  1881. n = 0
  1882. SOUND(brick,54111471,6,false,1)
  1883. for i = 1, 40 do
  1884. n = n + 6
  1885. brick.Transparency = brick.Transparency + .025
  1886. acer.Transparency = acer.Transparency + .075
  1887. brick.CFrame = brick.CFrame * CFrame.Angles(0,math.rad(n),0)
  1888. brick.Size = brick.Size - Vector3.new(1.5,.025,2.5)
  1889. swait()
  1890. end
  1891. ws = 10
  1892. brick:Remove()
  1893. enemyhum.Parent:Remove()
  1894. attacking = false
  1895. removeuseless:AddItem(g1,0.001)
  1896. debounce = false
  1897. appi = false
  1898. end
  1899. end
  1900. end)
  1901.  
  1902. mouse.KeyDown:connect(function(Press)
  1903. Press=Press:lower()
  1904. if Press=='p' then
  1905. if levitate then return end
  1906. if blocking then
  1907. if blockedoff then return end
  1908. clickallowance = false
  1909. appi = false
  1910. attacking = true
  1911. blocking = false
  1912. throwing = true
  1913. ws = 0
  1914. n = 0
  1915. blockcard.CanCollide = false
  1916. for i = 1, 35 do
  1917. n = n + 20
  1918. blockcard.CFrame = Root.CFrame * CFrame.new(0,3,-5) * CFrame.Angles(0,math.rad(n),0)
  1919. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0), math.rad(25), math.rad(0)), 0.3)
  1920. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-50 - 2 * math.sin(sine/12)), math.rad(12), math.rad(9)), 0.3)
  1921. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(-.65, .6, 1) * CFrame.Angles(0,0,0),.3)
  1922. swait()
  1923. end
  1924. blockcard.CFrame = Root.CFrame * CFrame.new(0,3,-5 + -1) * CFrame.Angles(0,0,0)
  1925. blockcard.CanCollide = false
  1926. locater1 = Instance.new("Part",blockcard)
  1927. locater1.Size = Vector3.new(1,1,1)
  1928. locater1.CanCollide = false
  1929. locater1.Anchored = true
  1930. locater1.Transparency = 1
  1931. locater2 = Instance.new("Part",blockcard)
  1932. locater2.Size = Vector3.new(1,1,1)
  1933. locater2.CanCollide = false
  1934. locater2.Transparency = 1
  1935. locater2.Anchored = true
  1936. locater3 = Instance.new("Part",blockcard)
  1937. locater3.Size = Vector3.new(1,1,1)
  1938. locater3.Transparency = 1
  1939. locater3.CFrame = blockcard.CFrame * CFrame.Angles(math.rad(90),0,0)
  1940. locater3.CanCollide = false
  1941. locater3.Anchored = true
  1942. fushfush = Instance.new("Sound",blockcard)
  1943. fushfush.SoundId = "rbxassetid://288641686"
  1944. fushfush.Volume = 8
  1945. fushfush:Play()
  1946. boosh:Play()
  1947. coroutine.wrap(function()
  1948. n = 0
  1949. for i = 1, 35 do
  1950. n = n + 10
  1951. shockwave = Instance.new("Part", Torso)
  1952. shockwave.Size = Vector3.new(1,1,1)
  1953. shockwave.CanCollide = false
  1954. shockwave.Anchored = true
  1955. shockwave.Transparency = .5
  1956. shockwave.BrickColor = BrickColor.new("White")
  1957. shockwave.CFrame = locater3.CFrame
  1958. shockwavemesh = Instance.new("SpecialMesh", shockwave)
  1959. shockwavemesh.Scale = Vector3.new(15,.7,15)
  1960. shockwavemesh.MeshId = "rbxassetid://20329976"
  1961. shockwave.CFrame = locater3.CFrame * CFrame.Angles(math.rad(0),math.rad(1),0)
  1962. removeuseless:AddItem(shockwave,1)
  1963. table.insert(lolzor2,shockwave)
  1964. for i,v in pairs(lolzor2) do
  1965. v.Transparency = v.Transparency + .1
  1966. v.CFrame = v.CFrame * CFrame.Angles(math.rad(0),math.rad(n),0)
  1967. end
  1968. swait()
  1969. end
  1970. end)()
  1971. for i = 1, 35 do
  1972. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 0.3)
  1973. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.3)
  1974. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-90 - 2 * math.sin(sine/12)), math.rad(-20), math.rad(4)), 0.3)
  1975. fushfush.Volume = fushfush.Volume - .2
  1976. Hit = damagealll(20,blockcard.Position)
  1977. for _,v in pairs(Hit) do
  1978. v:FindFirstChildOfClass("Humanoid"):TakeDamage(math.random(7,12))
  1979. vel = Instance.new("BodyVelocity",v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso"))
  1980. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  1981. torso = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  1982. vel.velocity = CFrame.new(blockcard.Position,torso.Position).lookVector*120
  1983. removeuseless:AddItem(vel,.1)
  1984. end
  1985. locater1.CFrame = blockcard.CFrame * CFrame.new(-5,-6,0)
  1986. locater3.CFrame = blockcard.CFrame * CFrame.new(0,0,-1) * CFrame.Angles(math.rad(90),0,0)
  1987. locater2.CFrame = blockcard.CFrame * CFrame.new(5,-6,0)
  1988. grassblocks = Instance.new("Part",Torso)
  1989. grassblocks.Size = Vector3.new(4,4,4)
  1990. grassblocks.Material = "Grass"
  1991. grassblocks.Anchored = true
  1992. grassblocks.BrickColor = BrickColor.new("Bright green")
  1993. grassblocks.CFrame = locater1.CFrame * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  1994. removeuseless:AddItem(grassblocks,5)
  1995. grassblocks2 = Instance.new("Part",Torso)
  1996. grassblocks2.Size = Vector3.new(4,4,4)
  1997. grassblocks2.Material = "Grass"
  1998. grassblocks2.Anchored = true
  1999. grassblocks2.BrickColor = BrickColor.new("Bright green")
  2000. grassblocks2.CFrame = locater2.CFrame * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  2001. removeuseless:AddItem(grassblocks2,5)
  2002. blockcardshadow = Instance.new("Part",Torso)
  2003. blockcardshadow.Transparency = .5
  2004. blockcardshadow.Anchored = true
  2005. blockcardshadow.Material = "Neon"
  2006. blockcardshadow.BrickColor = BrickColor.new("White")
  2007. blockcardshadow.Size = Vector3.new(8, 13, 0.3)
  2008. blockcardshadow.CanCollide = false
  2009. blockcardshadow.CFrame = blockcard.CFrame
  2010. removeuseless:AddItem(blockcardshadow,2)
  2011. table.insert(lolzor,blockcardshadow)
  2012. for i,v in pairs(lolzor) do
  2013. v.Transparency = v.Transparency + 0.05
  2014. end
  2015. blockcard.CFrame = blockcard.CFrame * CFrame.new(0,0,-4)
  2016. swait()
  2017. end
  2018. blockcard.Name = "Getthisshitoutofhere"
  2019. for i = 1, 10 do
  2020. blockcard.CFrame = blockcard.CFrame * CFrame.new(0,0,-2)
  2021. blockcard.Transparency = blockcard.Transparency + .1
  2022. acer.Transparency = blockcard.Transparency
  2023. ace2.Transparency = blockcard.Transparency
  2024. for i,v in pairs(lolzor) do
  2025. v.Transparency = v.Transparency + .05
  2026. end
  2027. for i,v in pairs(lolzor2) do
  2028. v.Transparency = v.Transparency + .1
  2029. end
  2030. swait()
  2031. end
  2032. lolzor={}
  2033. lolzor2={}
  2034. attacking = false
  2035. debounce = false
  2036. blocking = false
  2037. throwing = false
  2038. fushfush:Remove()
  2039. clickallowance = false
  2040. appi = false
  2041. blockcard:Remove()
  2042. g1:Remove()
  2043. ws = 10
  2044. else
  2045. if debounce then return end
  2046. if throwing then return end
  2047. debounce = true
  2048. ws = 10
  2049. attacking = true
  2050. blocking = true
  2051. boosh = Instance.new("Sound",nil)
  2052. boosh.SoundId = "rbxassetid://413682983"
  2053. boosh.Volume = 6
  2054. appi = true
  2055. coroutine.wrap(function()
  2056. while appi do
  2057. wait()
  2058. if Root.Velocity.y > 1 and attacking == true then
  2059. position = "Jump2"
  2060. elseif Root.Velocity.y < -1 and attacking == true then
  2061. position = "Falling2"
  2062. elseif Root.Velocity.Magnitude < 2 and attacking == true then
  2063. position = "Idle2"
  2064. elseif Root.Velocity.Magnitude > 2 and attacking == true then
  2065. position = "Walking2"
  2066. end
  2067. end
  2068. end)()
  2069. coroutine.wrap(function()
  2070. while appi do
  2071. wait()
  2072. settime = 0.05
  2073. sine = sine + change
  2074. if position == "Jump2" and attacking == true and appi == true then
  2075. change = 1
  2076. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  2077. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  2078. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  2079. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  2080. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,.1,-.2) * CFrame.Angles(math.rad(20),math.rad(3),math.rad(4)), 0.4)
  2081. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  2082. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
  2083. elseif position == "Falling2" and attacking == true and appi == true then
  2084. change = 1
  2085. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  2086. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  2087. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  2088. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(8), math.rad(4), math.rad(0)), 0.2)
  2089. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(14), math.rad(-4), math.rad(0)), 0.2)
  2090. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.6, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.2)
  2091. elseif position == "Idle2" and attacking == true and appi == true then
  2092. change = .4
  2093. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  2094. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  2095. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - 1 * math.sin(sine/12)),math.rad(40 - 2 * math.sin(sine/12))), 0.3)
  2096. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  2097. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  2098. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  2099. elseif position == "Walking2" and attacking == true and appi == true then
  2100. change = .8
  2101. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  2102. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  2103. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - 1 * math.sin(sine/12)),math.rad(40 - 2 * math.sin(sine/12))), 0.3)
  2104. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  2105. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(0) + Root.RotVelocity.Y/30,math.cos(25*math.cos(sine/8))),.3)
  2106. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.92 - 0.35 * math.cos(sine/8)/2.8, 0.2 - math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) + -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0)), 0.3)
  2107. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.92 + 0.35 * math.cos(sine/8)/2.8, 0.2 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) - -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0)), 0.3)
  2108. end
  2109. end
  2110. end)()
  2111. blockcard = Instance.new("Part",Torso)
  2112. blockcard.Material = "Neon"
  2113. blockcard.Transparency = 1
  2114. blockcard.BrickColor = BrickColor.new("White")
  2115. blockcard.Size = Vector3.new(8, 13, 0.3)
  2116. blockcard.CFrame = Root.CFrame * CFrame.new(0,2,-5)
  2117. blockcard.Anchored = true
  2118. boosh.Parent = blockcard
  2119. SOUND(blockcard,236989198,6,false,1)
  2120. ace = aces[math.random(1,#aces)]
  2121. acer = Instance.new("Decal",blockcard)
  2122. acer.Texture = "rbxassetid://"..ace
  2123. acer.Transparency = 1
  2124. acer.Face = "Front"
  2125. ace2 = acer:Clone()
  2126. ace2.Parent = blockcard
  2127. ace2.Face = "Back"
  2128. coroutine.wrap(function()
  2129. for i = 1, 20 do
  2130. blockcard.Transparency = blockcard.Transparency - 0.05
  2131. acer.Transparency = blockcard.Transparency
  2132. ace2.Transparency = blockcard.Transparency
  2133. swait()
  2134. end
  2135. clickallowance = true
  2136. end)()
  2137. g1 = Instance.new("BodyGyro", Root)
  2138. g1.D = 175
  2139. g1.P = 20000
  2140. g1.MaxTorque = Vector3.new(0,9000,0)
  2141. coroutine.wrap(function()
  2142. while blocking do
  2143. if not blockedoff then
  2144. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,-.2, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2145. blockcard.CFrame = Root.CFrame * CFrame.new(0,3,-5)
  2146. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.2)
  2147. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  2148. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-90 - 2 * math.sin(sine/12)), math.rad(3), math.rad(4)), 0.3)
  2149. end
  2150. swait()
  2151. end
  2152. end)()
  2153. wait(1)
  2154. mouse.Button1Down:connect(function()
  2155. if throwing then return end
  2156. if not clickallowance then return end
  2157. clickallowance = false
  2158. blockedoff = true
  2159. ws = 0
  2160. for i = 1, 15 do
  2161. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0), math.rad(25), math.rad(0)), 0.3)
  2162. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-50 - 2 * math.sin(sine/12)), math.rad(12), math.rad(9)), 0.3)
  2163. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(-.65, .6, 1) * CFrame.Angles(0,0,0),.3)
  2164. swait()
  2165. end
  2166. boosh:Play()
  2167. hitdebounce = false
  2168. blockcard.Touched:connect(function(hit)
  2169. if hit.Parent:IsA("Part") then
  2170. elseif hit.Parent:IsA("SpecialMesh") then
  2171. elseif hit.Parent.Name == game.Players.LocalPlayer.Name then
  2172. elseif hit.Parent:findFirstChildOfClass("Humanoid") then
  2173. for i,v in pairs(hit.Parent:GetChildren()) do
  2174. Slachtoffer = v.Parent:FindFirstChildOfClass("Humanoid")
  2175. if hitdebounce then return end
  2176. hitdebounce = true
  2177. vel = Instance.new("BodyVelocity",hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso"))
  2178. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  2179. if Slachtoffer.RigType == Enum.HumanoidRigType.R15 then
  2180. tors = hit.Parent:FindFirstChild("UpperTorso")
  2181. else
  2182. tors = hit.Parent:FindFirstChild("Torso")
  2183. end
  2184. vel.velocity = CFrame.new(Root.Position,tors.Position).lookVector*120
  2185. removeuseless:AddItem(vel,.1)
  2186. Slachtoffer:TakeDamage(math.random(23,44))
  2187. end
  2188. end
  2189. end)
  2190. for i = 1, 10 do
  2191. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)), 0.3)
  2192. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.3)
  2193. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1, 1.35, 0.4) * CFrame.Angles(math.rad(-90 - 2 * math.sin(sine/12)), math.rad(-20), math.rad(4)), 0.3)
  2194. blockcard.CFrame = blockcard.CFrame * CFrame.new(0,0,0-1)
  2195. swait()
  2196. end
  2197. for i = 1, 10 do
  2198. blockcard.CFrame = blockcard.CFrame * CFrame.new(0,0,0+1)
  2199. swait()
  2200. end
  2201. hitdebounce = true
  2202. ws = 10
  2203. clickallowance = true
  2204. blockedoff = false
  2205. end)
  2206. end
  2207. end
  2208. end)
  2209.  
  2210.  
  2211. mouse.KeyDown:connect(function(Press)
  2212. Press=Press:lower()
  2213. if Press=='f' then
  2214. textblin.Text = "Mega Xester"
  2215. if debounce then return end
  2216. if notallowedtransform then return end
  2217. debounce = true
  2218. if levitate then
  2219. levitate = false
  2220. textblin.Text = "Xester"
  2221. mjester.VertexColor = Vector3.new(1, 1, 1)
  2222. glow.Transparency = 1
  2223. blastwave = Instance.new("Part",Torso)
  2224. blastwave.CFrame = Torso.CFrame
  2225. blastwave.Anchored = true
  2226. blastwave.Material = "Neon"
  2227. blastwave.CanCollide = false
  2228. blastwave.Shape = "Ball"
  2229. blastwave.Size = Vector3.new(3,3,3)
  2230. coroutine.wrap(function()
  2231. for i = 1, 20 do
  2232. levitatewave.Transparency = levitatewave.Transparency + 0.05
  2233. levitatewave2.Transparency = levitatewave2.Transparency + 0.05
  2234. blastwave.Size = blastwave.Size + Vector3.new(2,2,2)
  2235. blastwave.Transparency = blastwave.Transparency + 0.05
  2236. swait()
  2237. end
  2238. blastwave:Remove()
  2239. levitatewave2:Remove()
  2240. levitatewave:Remove()
  2241. end)()
  2242. ws = 10
  2243. notallowedtransform = true
  2244. attacking = true
  2245. coroutine.wrap(function()
  2246. for i = 1, 10 do
  2247. for i,v in pairs(LeftArm:GetChildren()) do if v.Name == lmagic.Name then
  2248. v.Transparency = v.Transparency + 0.1
  2249. end
  2250. end
  2251. for i,v in pairs(RightArm:GetChildren()) do if v.Name == rmagic.Name then
  2252. v.Transparency = v.Transparency + 0.1
  2253. end
  2254. end
  2255. wait()
  2256. end
  2257. end)()
  2258. doomtheme.SoundId = "rbxassetid://1117396305"
  2259. jesterWeld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  2260. wait(0.000001)
  2261. jesterWeld.C0 = jester.CFrame:inverse() * Head.CFrame * CFrame.new(0,-.3,0) * CFrame.Angles(math.rad(0),math.rad(90),0)
  2262. mjester.Scale = Vector3.new(1.1, 1.1, 1.1)
  2263. mjester.MeshId,mjester.TextureId = 'rbxassetid://1241662062','rbxassetid://1241662395'
  2264.  
  2265. mMask.Scale = Vector3.new(0.13, 0.13, 0.1)
  2266. mMask.MeshId,mMask.TextureId = 'http://www.roblox.com/asset/?id=5158270','http://www.roblox.com/asset/?id=9543585'
  2267. maskweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(0,0,0)
  2268. wait(0.000001)
  2269. maskweld.C0 = CFrame.new(0,-.555,0) * CFrame.Angles(math.rad(90),0,0)
  2270.  
  2271. eyo1 = Instance.new("Part",Head)
  2272. eyo1.BrickColor = BrickColor.new("White")
  2273. eyo1.Material = "Neon"
  2274. eyo1.Shape = "Ball"
  2275. eyo1.Name = "eyo1"
  2276. eyo1.CanCollide = false
  2277. eyo1.Size = Vector3.new(0.33, 0.33, 0.33)
  2278. eyo1weld = weldBetween(eyo1,Head)
  2279. eyo1weld.C0 = CFrame.new(.215,-.05,.52)
  2280.  
  2281. light = Instance.new("PointLight", eyo1)
  2282. light.Color = Color3.new(1,1,1)
  2283. light.Range = 3
  2284. light.Brightness = 4
  2285. light.Enabled = true
  2286.  
  2287. eyo2 = Instance.new("Part",Head)
  2288. eyo2.BrickColor = BrickColor.new("White")
  2289. eyo2.Material = "Neon"
  2290. eyo2.Shape = "Ball"
  2291. eyo2.Name = "eyo2"
  2292. eyo2.CanCollide = false
  2293. eyo2.Size = Vector3.new(0.33, 0.33, 0.33)
  2294. eyo2weld = weldBetween(eyo2,Head)
  2295. eyo2weld.C0 = CFrame.new(-.215,-.05,.52)
  2296.  
  2297. light2 = Instance.new("PointLight", eyo2)
  2298. light2.Color = Color3.new(1,1,1)
  2299. light2.Range = 3
  2300. light2.Brightness = 4
  2301. light2.Enabled = true
  2302.  
  2303. Character.Shirt.ShirtTemplate = "rbxassetid://676428254"
  2304. Character.Pants.PantsTemplate = "rbxassetid://676428351"
  2305. hum.HipHeight = 0
  2306. ws = 10
  2307. debounce = false
  2308. attacking = false
  2309. coroutine.wrap(function()
  2310. wait(3)
  2311. notallowedtransform = false
  2312. end)()
  2313. else
  2314. ws = 50
  2315. notallowedtransform = true
  2316. levitate = true
  2317. ws = 50
  2318. glow.Transparency = 0
  2319. eyo1:Remove()
  2320. eyo2:Remove()
  2321. coroutine.wrap(function()
  2322. while levitate do
  2323. for i,v in pairs(Head:GetChildren()) do
  2324. if v.Name == "eyo1" or v.Name == "eyo2" then
  2325. v:Remove()
  2326. end
  2327. end
  2328. wait()
  2329. end
  2330. end)()
  2331. mnb = 0
  2332. levitatewave = Instance.new("Part", Torso)
  2333. levitatewave.Size = Vector3.new(1,1,1)
  2334. levitatewave.CanCollide = false
  2335. levitatewave.Anchored = true
  2336. levitatewave.Transparency = .5
  2337. levitatewave.BrickColor = BrickColor.new("Really black")
  2338. levitatewave.CFrame = CFrame.new(Root.Position) * CFrame.new(0,-5,0)
  2339. levitatewavemesh = Instance.new("SpecialMesh", levitatewave)
  2340. levitatewavemesh.Scale = Vector3.new(2.5,.3,2.5)
  2341. levitatewavemesh.MeshId = "rbxassetid://20329976"
  2342. levitatewave2 = Instance.new("Part", Torso)
  2343. levitatewave2.Size = Vector3.new(1,1,1)
  2344. levitatewave2.CanCollide = false
  2345. levitatewave2.Anchored = true
  2346. levitatewave2.Transparency = .5
  2347. levitatewave2.BrickColor = BrickColor.new("Really red")
  2348. levitatewave2.CFrame = CFrame.new(Root.Position) * CFrame.new(0,-5,0)
  2349. levitatewavemesh2 = Instance.new("SpecialMesh", levitatewave2)
  2350. levitatewavemesh2.Scale = Vector3.new(2,.4,2)
  2351. levitatewavemesh2.MeshId = "rbxassetid://20329976"
  2352. blastwave = Instance.new("Part",Torso)
  2353. blastwave.CFrame = Torso.CFrame
  2354. blastwave.Anchored = true
  2355. blastwave.Material = "Neon"
  2356. blastwave.CanCollide = false
  2357. blastwave.Shape = "Ball"
  2358. blastwave.Size = Vector3.new(3,3,3)
  2359. coroutine.wrap(function()
  2360. for i = 1, 20 do
  2361. blastwave.Size = blastwave.Size + Vector3.new(2,2,2)
  2362. blastwave.Transparency = blastwave.Transparency + 0.05
  2363. swait()
  2364. end
  2365. blastwave:Remove()
  2366. end)()
  2367. coroutine.wrap(function()
  2368. while levitate do
  2369. mnb = mnb + 15
  2370. levitatewave.CFrame = CFrame.new(Root.Position) * CFrame.new(0,-6 + .5 * math.sin(sine/9),0) * CFrame.Angles(0,math.rad(mnb),0)
  2371. levitatewave2.CFrame = CFrame.new(Root.Position) * CFrame.new(0,-6 + .5 * math.sin(sine/9),0) * CFrame.Angles(0,math.rad(mnb),0)
  2372. colors = colortable[math.random(1,#colortable)]
  2373. lmagic = Instance.new("Part",LeftArm)
  2374. lmagic.Material = "Neon"
  2375. lmagic.CanCollide = false
  2376. lmagic.Anchored = true
  2377. lmagic.BrickColor = BrickColor.new(colors)
  2378. lmagic.Size = Vector3.new(1,1,1)
  2379. lmagic.CFrame = leftlocation.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  2380. removeuseless:AddItem(lmagic,2)
  2381. rmagic = Instance.new("Part",RightArm)
  2382. rmagic.Material = "Neon"
  2383. rmagic.CanCollide = false
  2384. rmagic.Anchored = true
  2385. rmagic.BrickColor = BrickColor.new(colors)
  2386. rmagic.Size = Vector3.new(1,1,1)
  2387. rmagic.CFrame = rightlocation.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  2388. removeuseless:AddItem(rmagic,2)
  2389. for i,v in pairs(LeftArm:GetChildren()) do if v.Name == lmagic.Name then
  2390. v.Transparency = v.Transparency + 0.05
  2391. end
  2392. end
  2393. for i,v in pairs(RightArm:GetChildren()) do if v.Name == rmagic.Name then
  2394. v.Transparency = v.Transparency + 0.05
  2395. end
  2396. end
  2397. swait()
  2398. end
  2399. end)()
  2400. framee = Instance.new("Frame")
  2401. framee.Parent = screenGui
  2402. framee.Position = UDim2.new(0, 8, 0, -500)
  2403. framee.Size = UDim2.new(100000000,10000000,10000000,10000000)
  2404. framee.BackgroundColor3 = BrickColor.new("White").Color
  2405. framee.BackgroundTransparency = 0
  2406. coroutine.wrap(function()
  2407. wait(.2)
  2408. for i = 1, 40 do
  2409. hum.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-0,0))
  2410. framee.BackgroundTransparency = framee.BackgroundTransparency + 0.025
  2411. swait()
  2412. end
  2413. hum.CameraOffset = Vector3.new(0,0,0)
  2414. framee:Remove()
  2415. end)()
  2416. doomtheme.SoundId = "rbxassetid://1127044692"
  2417. doomtheme:Play()
  2418. doomtheme.Volume = 2
  2419. jesterWeld.C0 = jesterWeld.C0 * CFrame.new(.3,-.3,0) * CFrame.Angles(math.rad(0),math.rad(-90),0)
  2420. mjester.MeshId = "rbxassetid://193760002"
  2421. mjester.TextureId = "rbxassetid://379225327"
  2422. mjester.VertexColor = Vector3.new(1, 0, 0)
  2423. Character.Shirt.ShirtTemplate = "rbxassetid://238537827"
  2424. Character.Pants.PantsTemplate = "rbxassetid://486031443"
  2425. maskweld.C0 = maskweld.C0 * CFrame.new(0,.55,-.5) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))
  2426. mMask.MeshId = "rbxassetid://13520257"
  2427. mMask.Scale = Vector3.new(1.1, 1, 1)
  2428. mMask.TextureId = "rbxassetid://13520260"
  2429. eyo1:Remove()
  2430. eyo2:Remove()
  2431. coroutine.wrap(function()
  2432. while levitate do
  2433. hum.HipHeight = 3 - .5 * math.sin(sine/9)
  2434. swait()
  2435. end
  2436. end)()
  2437. attacking = false
  2438. debounce = false
  2439. coroutine.wrap(function()
  2440. wait(3)
  2441. notallowedtransform = false
  2442. end)()
  2443. end
  2444. end
  2445. end)
  2446.  
  2447. mouse.KeyDown:connect(function(Press)
  2448. Press=Press:lower()
  2449. if Press=='.' then
  2450. hum.Parent:BreakJoints()
  2451. end
  2452. end)
  2453.  
  2454. checks1 = coroutine.wrap(function() -------Checks
  2455. while true do
  2456. if Root.Velocity.y > 1 and levitate == false then
  2457. position = "Jump"
  2458. elseif Root.Velocity.y < -1 and levitate == false then
  2459. position = "Falling"
  2460. elseif Root.Velocity.Magnitude < 2 and running == false and not levitate then
  2461. position = "Idle"
  2462. elseif Root.Velocity.Magnitude < 2 and running == false then
  2463. position = "Idle2"
  2464. elseif Root.Velocity.Magnitude < 20 and running == false and levitate == false then
  2465. position = "Walking"
  2466. elseif Root.Velocity.Magnitude > 20 and running == false and levitate then
  2467. position = "Walking2"
  2468. elseif Root.Velocity.Magnitude > 20 and levitate == false then
  2469. position = "Running"
  2470. else
  2471. end
  2472. wait()
  2473. end
  2474. end)
  2475. checks1()
  2476.  
  2477. function ray(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  2478. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  2479. end
  2480.  
  2481. function ray2(StartPos, EndPos, Distance, Ignore)
  2482. local DIRECTION = CFrame.new(StartPos,EndPos).lookVector
  2483. return ray(StartPos, DIRECTION, Distance, Ignore)
  2484. end
  2485.  
  2486. OrgnC0 = Neck.C0
  2487. local movelimbs = coroutine.wrap(function()
  2488. while RunSrv.RenderStepped:wait() do
  2489. TrsoLV = Torso.CFrame.lookVector
  2490. Dist = nil
  2491. Diff = nil
  2492. if not MseGuide then
  2493. print("Failed to recognize")
  2494. else
  2495. local _, Point = Workspace:FindPartOnRay(Ray.new(Head.CFrame.p, mouse.Hit.lookVector), Workspace, false, true)
  2496. Dist = (Head.CFrame.p-Point).magnitude
  2497. Diff = Head.CFrame.Y-Point.Y
  2498. local _, Point2 = Workspace:FindPartOnRay(Ray.new(LeftArm.CFrame.p, mouse.Hit.lookVector), Workspace, false, true)
  2499. Dist2 = (LeftArm.CFrame.p-Point).magnitude
  2500. Diff2 = LeftArm.CFrame.Y-Point.Y
  2501. HEADLERP.C0 = CFrame.new(0, -1.5, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2502. Neck.C0 = Neck.C0:lerp(OrgnC0*CFrame.Angles((math.tan(Diff/Dist)*1), 0, (((Head.CFrame.p-Point).Unit):Cross(Torso.CFrame.lookVector)).Y*1), .1)
  2503. end
  2504. end
  2505. end)
  2506. movelimbs()
  2507. immortal = {}
  2508. for i,v in pairs(Character:GetDescendants()) do
  2509. if v:IsA("BasePart") and v.Name ~= "lmagic" and v.Name ~= "rmagic" then
  2510. if v ~= Root and v ~= Torso and v ~= Head and v ~= RightArm and v ~= LeftArm and v ~= RightLeg and v.Name ~= "lmagic" and v.Name ~= "rmagic" and v ~= LeftLeg then
  2511. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  2512. end
  2513. table.insert(immortal,{v,v.Parent,v.Material,v.Color,v.Transparency})
  2514. elseif v:IsA("JointInstance") then
  2515. table.insert(immortal,{v,v.Parent,nil,nil,nil})
  2516. end
  2517. end
  2518. for e = 1, #immortal do
  2519. if immortal[e] ~= nil then
  2520. local STUFF = immortal[e]
  2521. local PART = STUFF[1]
  2522. local PARENT = STUFF[2]
  2523. local MATERIAL = STUFF[3]
  2524. local COLOR = STUFF[4]
  2525. local TRANSPARENCY = STUFF[5]
  2526. if levitate then
  2527. if PART.ClassName == "Part" and PART ~= Root and PART.Name ~= eyo1 and PART.Name ~= eyo2 and PART.Name ~= "lmagic" and PART.Name ~= "rmagic" then
  2528. PART.Material = MATERIAL
  2529. PART.Color = COLOR
  2530. PART.Transparency = TRANSPARENCY
  2531. end
  2532. PART.AncestryChanged:connect(function()
  2533. PART.Parent = PARENT
  2534. end)
  2535. else
  2536. if PART.ClassName == "Part" and PART ~= Root and PART.Name ~= "lmagic" and PART.Name ~= "rmagic" then
  2537. PART.Material = MATERIAL
  2538. PART.Color = COLOR
  2539. PART.Transparency = TRANSPARENCY
  2540. end
  2541. PART.AncestryChanged:connect(function()
  2542. PART.Parent = PARENT
  2543. end)
  2544. end
  2545. end
  2546. end
  2547. function immortality()
  2548. for e = 1, #immortal do
  2549. if immortal[e] ~= nil then
  2550. local STUFF = immortal[e]
  2551. local PART = STUFF[1]
  2552. local PARENT = STUFF[2]
  2553. local MATERIAL = STUFF[3]
  2554. local COLOR = STUFF[4]
  2555. local TRANSPARENCY = STUFF[5]
  2556. if PART.ClassName == "Part" and PART == Root then
  2557. PART.Material = MATERIAL
  2558. PART.Color = COLOR
  2559. PART.Transparency = TRANSPARENCY
  2560. end
  2561. if PART.Parent ~= PARENT then
  2562. hum:Remove()
  2563. PART.Parent = PARENT
  2564. hum = Instance.new("Humanoid",Character)
  2565. if levitate then
  2566. eyo1:Remove()
  2567. eyo2:Remove()
  2568. end
  2569. hum.Name = "noneofurbusiness"
  2570. end
  2571. end
  2572. end
  2573. end
  2574. coroutine.wrap(function()
  2575. while true do
  2576. if hum.Health < .1 then
  2577. deadsound = Instance.new("Sound", Torso)
  2578. deadsound.Volume = 6
  2579. deadsound.SoundId = "rbxassetid://1411352723"
  2580. deadsound:Play()
  2581. immortality()
  2582. end
  2583. wait()
  2584. end
  2585. end)()
  2586.  
  2587. mouse.KeyDown:connect(function(Press)
  2588. Press=Press:lower()
  2589. if Press=='g' then
  2590. if not levitate then return end
  2591. if debounce then return end
  2592. debounce = true
  2593. attacking = true
  2594. FireBall:Play()
  2595. ws = 15
  2596. g1 = Instance.new("BodyGyro", Root)
  2597. g1.D = 175
  2598. g1.P = 20000
  2599. g1.MaxTorque = Vector3.new(0,9000,0)
  2600. for i = 1, 15 do
  2601. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.2)
  2602. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-10),math.rad(-15),math.rad(0)),.5)
  2603. RIGHTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  2604. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(14), math.rad(20), math.rad(-90)), 0.3)
  2605. swait()
  2606. end
  2607. local swoosh = Instance.new("Part",Torso)
  2608. swoosh.Name = "swoosh"
  2609. swoosh.CFrame = rightlocation.CFrame * CFrame.new(0,0,0)
  2610. swoosh.Size = Vector3.new(1.7,1.7,1.7)
  2611. swoosh.Shape = "Ball"
  2612. swoosh.Material = "Neon"
  2613. swoosh.BrickColor = BrickColor.new("Really black")
  2614. swoosh.CanCollide = false
  2615. swoosh.Touched:connect(function(hit)
  2616. if hit.Parent:IsA("Part") then
  2617. elseif hit.Parent:IsA("SpecialMesh") then
  2618. elseif hit.Parent.Name == game.Players.LocalPlayer.Name then
  2619. elseif hit.Parent:findFirstChildOfClass("Humanoid") then
  2620. Slachtoffer = hit.Parent:findFirstChildOfClass("Humanoid")
  2621. if Slachtoffer.Health < 1 then return end
  2622. if damagedebounce == true then return end
  2623. damagedebounce = true
  2624. swoosh:Remove()
  2625. explosion = Instance.new("Part",LeftArm)
  2626. explosion.CFrame = hit.CFrame
  2627. explosion.Anchored = true
  2628. explosion.CanCollide = false
  2629. explosion.Name = "explo"
  2630. explosion.Shape = "Ball"
  2631. explosion.BrickColor = BrickColor.new("Really black")
  2632. explosion.Material = "Neon"
  2633. removeuseless:AddItem(explosion,1.5)
  2634. vel = Instance.new("BodyVelocity",hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso"))
  2635. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  2636. torso = hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso")
  2637. vel.velocity = CFrame.new(swoosh.Position,torso.Position).lookVector*60
  2638. removeuseless:AddItem(vel,.1)
  2639. SOUND(explosion,472579737,6,false,3)
  2640. coroutine.wrap(function()
  2641. if firsttime2 then return end
  2642. firsttime2 = true
  2643. while true do
  2644. for i,v in pairs(LeftArm:GetChildren()) do
  2645. if v.Name == "explo" then
  2646. v.Size = v.Size + Vector3.new(2.5,2.5,2.5)
  2647. v.Transparency = v.Transparency + .05
  2648. end
  2649. end
  2650. for i,v in pairs(LeftArm:GetChildren()) do
  2651. if v.Name == "shock" then
  2652. v.Transparency = v.Transparency + .05
  2653. end
  2654. end
  2655. for i,v in pairs(LeftArm:GetChildren()) do
  2656. if v.Name == "shock2" then
  2657. v.Transparency = v.Transparency + .05
  2658. end
  2659. end
  2660. swait()
  2661. end
  2662. end)()
  2663. Slachtoffer:TakeDamage(math.random(27,48))
  2664. wait(.1)
  2665. damagedebounce = false
  2666. end
  2667. end)
  2668. coroutine.wrap(function()
  2669. if firsttime then return end
  2670. firsttime = true
  2671. while wait() do
  2672. for i,v in pairs(Torso:GetChildren()) do
  2673. if v.Name == "swoosh" then
  2674. magiccc = Instance.new("Part",RightArm)
  2675. magiccc.Material = "Neon"
  2676. magiccc.CanCollide = false
  2677. magiccc.Anchored = true
  2678. magiccc.BrickColor = BrickColor.new(colors)
  2679. magiccc.Size = Vector3.new(1.5,1.5,1.5)
  2680. magiccc.CFrame = v.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  2681. removeuseless:AddItem(magiccc,2)
  2682. end
  2683. end
  2684. end
  2685. end)()
  2686. bov = Instance.new("BodyVelocity",swoosh)
  2687. bov.maxForce = Vector3.new(99999,99999,99999)
  2688. swoosh.CFrame = CFrame.new(swoosh.Position,mouse.Hit.p)
  2689. bov.velocity = swoosh.CFrame.lookVector*120
  2690. removeuseless:AddItem(swoosh,4)
  2691. for i = 1, 15 do
  2692. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(10),math.rad(15),math.rad(0)),.5)
  2693. RIGHTARMLERP.C1 = CFrame.new(0,0,0)
  2694. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.2,1,.5) * CFrame.Angles(math.rad(-90),math.rad(-25),math.rad(0)), 0.5)
  2695. swait()
  2696. end
  2697. ws = 50
  2698. removeuseless:AddItem(g1,0.01)
  2699. debounce = false
  2700. attacking = false
  2701. end
  2702. end)
  2703.  
  2704. mouse.KeyDown:connect(function(Press)
  2705. Press=Press:lower()
  2706. if Press=='h' then
  2707. if not levitate then return end
  2708. if debounce then return end
  2709. debounce = true
  2710. attacking = true
  2711. ws = 0
  2712. appi = true
  2713. coroutine.wrap(function()
  2714. while appi do
  2715. swait()
  2716. if Root.Velocity.Magnitude < 2 and attacking == true then
  2717. position = "Idle3"
  2718. end
  2719. end
  2720. end)()
  2721. coroutine.wrap(function()
  2722. while appi do
  2723. swait()
  2724. settime = 0.05
  2725. sine = sine + change
  2726. if position == "Idle3" and attacking == true and appi == true then
  2727. change = .4
  2728. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  2729. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(-.2,.2,0) * CFrame.Angles(0,0,0),.1)
  2730. LEFTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  2731. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.6, 0.8 - .1 * math.sin(sine/9), 0) * CFrame.Angles(math.rad(0), math.rad(0 + 3 * math.sin(sine/9)), math.rad(35 - 5 * math.sin(sine/9))), 0.4)
  2732. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.54, 1.4 + .1 * math.sin(sine/9), .4) * CFrame.Angles(math.rad(9 + 2 * math.cos(sine/9)), math.rad(0), math.rad(0)), 0.4)
  2733. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 2.0,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10 + 2 * math.sin(sine/9))), 0.4)
  2734. end
  2735. end
  2736. end)()
  2737. coroutine.wrap(function()
  2738. for i = 1, 20 do
  2739. RIGHTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  2740. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0,math.rad(50),0),.3)
  2741. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.1,1.3,1.1) * CFrame.Angles(math.rad(180),math.rad(-50),math.rad(0)), 0.3)
  2742. swait()
  2743. end
  2744. end)()
  2745. SOUND(LeftArm,1982011510,8,false,15)
  2746. blackhole={}
  2747. orbzfade={}
  2748. xz = 0
  2749. for i = 1, 220 do
  2750. xz = xz + .009
  2751. bigrmagic = Instance.new("Part",RightArm)
  2752. bigrmagic.Material = "Neon"
  2753. bigrmagic.CanCollide = false
  2754. bigrmagic.Anchored = true
  2755. bigrmagic.BrickColor = BrickColor.new(colors)
  2756. bigrmagic.Size = Vector3.new(xz,xz,xz)
  2757. bigrmagic.CFrame = rightlocation.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  2758. removeuseless:AddItem(bigrmagic,1)
  2759. orbz = Instance.new("Part", Torso)
  2760. orbz.Material = "Neon"
  2761. orbz.BrickColor = BrickColor.new(colors)
  2762. orbz.Size = Vector3.new(2,2,2)
  2763. orbz.Anchored = true
  2764. orbz.CanCollide = false
  2765. removeuseless:AddItem(orbz,1)
  2766. orbz.CFrame = rightlocation.CFrame * CFrame.new(math.random(-25,25),math.random(-25,25),math.random(-25,25)) * CFrame.Angles(math.rad(-180,180),math.rad(-180,180),math.rad(-180,180))
  2767. table.insert(blackhole,orbz)
  2768. table.insert(orbzfade,orbz)
  2769. for i,v in pairs(blackhole) do
  2770. v.Size = v.Size - Vector3.new(.1,.1,.1)
  2771. v.CFrame = v.CFrame:lerp(CFrame.new(rightlocation.Position),.09)
  2772. end
  2773. for i,v in pairs(orbzfade) do
  2774. v.Transparency = v.Transparency + 0.025
  2775. end
  2776. swait()
  2777. end
  2778. coroutine.wrap(function()
  2779. for i = 1, 10 do
  2780. for i,v in pairs(blackhole) do
  2781. v.Size = v.Size + Vector3.new(.5,.5,.5)
  2782. v.Transparency = v.Transparency + .1
  2783. end
  2784. swait()
  2785. end
  2786. for i,v in pairs(blackhole) do
  2787. v:Remove()
  2788. end
  2789. clean()
  2790. end)()
  2791. charging = true
  2792. coroutine.wrap(function()
  2793. while charging do
  2794. bigrmagic = Instance.new("Part",RightArm)
  2795. bigrmagic.Material = "Neon"
  2796. bigrmagic.CanCollide = false
  2797. bigrmagic.Anchored = true
  2798. bigrmagic.BrickColor = BrickColor.new(colors)
  2799. bigrmagic.Size = Vector3.new(xz,xz,xz)
  2800. bigrmagic.CFrame = rightlocation.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  2801. removeuseless:AddItem(bigrmagic,.2)
  2802. swait()
  2803. end
  2804. end)()
  2805. g1 = Instance.new("BodyGyro", Root)
  2806. g1.D = 175
  2807. g1.P = 20000
  2808. g1.MaxTorque = Vector3.new(0,9000,0)
  2809. BigFireBall:Play()
  2810. for i = 1, 15 do
  2811. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.2)
  2812. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-10),math.rad(-15),math.rad(0)),.5)
  2813. RIGHTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  2814. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(14), math.rad(20), math.rad(-90)), 0.3)
  2815. swait()
  2816. end
  2817. coroutine.wrap(function()
  2818. for i = 1, 15 do
  2819. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(10),math.rad(15),math.rad(0)),.5)
  2820. RIGHTARMLERP.C1 = CFrame.new(0,0,0)
  2821. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.2,1,.5) * CFrame.Angles(math.rad(-90),math.rad(-25),math.rad(0)), 0.5)
  2822. swait()
  2823. end
  2824. end)()
  2825. charging = false
  2826. local ballzor = Instance.new("Part",Torso)
  2827. ballzor.Name = "ballzor"
  2828. ballzor.Material = "Neon"
  2829. ballzor.BrickColor = BrickColor.new("Really black")
  2830. ballzor.CanCollide = false
  2831. ballzor.Size = Vector3.new(xz,xz,xz)
  2832. ballzor.Anchored = false
  2833. ballzor.CFrame = Root.CFrame * CFrame.new(1,0,-5)
  2834. ballzor.Shape = "Ball"
  2835. removeuseless:AddItem(g1,.0001)
  2836. zx = xz + .05
  2837. coroutine.wrap(function()
  2838. if firsttime5 then return end
  2839. firsttime5 = true
  2840. while true do
  2841. swait()
  2842. for i,v in pairs(Torso:GetChildren()) do
  2843. if v.Name == "ballzor" then
  2844. magicccc = Instance.new("Part",RightArm)
  2845. magicccc.Material = "Neon"
  2846. magicccc.CanCollide = false
  2847. magicccc.Name = "magicccc"
  2848. magicccc.Anchored = true
  2849. magicccc.Transparency = 0
  2850. magicccc.BrickColor = BrickColor.new(colors)
  2851. magicccc.Size = Vector3.new(zx,zx,zx)
  2852. magicccc.CFrame = v.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  2853. removeuseless:AddItem(magicccc,2)
  2854. end
  2855. end
  2856. for i,v in pairs(RightArm:GetChildren()) do
  2857. if v.Name == "magicccc" then
  2858. v.Transparency = v.Transparency + 0.025
  2859. end
  2860. end
  2861. end
  2862. end)()
  2863. ballzor.Touched:connect(function(hit)
  2864. if hit.Name ~= "magicccc" then
  2865. if bigball then return end
  2866. bigball = true
  2867. local explosionwave = Instance.new("Part",Torso)
  2868. explosionwave.Shape = "Ball"
  2869. explosionwave.BrickColor = BrickColor.new("Really black")
  2870. explosionwave.Anchored = true
  2871. explosionwave.CanCollide = false
  2872. explosionwave.Transparency = .2
  2873. explosionwave.Material = "Neon"
  2874. explosionwave.Size = Vector3.new(1,1,1)
  2875. explosionwave.CFrame = ballzor.CFrame
  2876. render = Instance.new("Sound",explosionwave)
  2877. render.SoundId = "rbxassetid://2006635781"
  2878. render.Volume = 10 * 10
  2879. render:Play()
  2880. local explosionwave2 = Instance.new("Part",Torso)
  2881. explosionwave2.Shape = "Ball"
  2882. explosionwave2.BrickColor = BrickColor.new("Really red")
  2883. explosionwave2.Anchored = true
  2884. explosionwave2.CanCollide = false
  2885. explosionwave2.Material = "Neon"
  2886. explosionwave2.Size = Vector3.new(.8,.8,.8)
  2887. explosionwave2.CFrame = ballzor.CFrame
  2888. deadlywave = Instance.new("Part", explosionwave)
  2889. deadlywave.Size = Vector3.new(1,1,1)
  2890. deadlywave.CanCollide = false
  2891. deadlywave.Anchored = true
  2892. deadlywave.Transparency = .5
  2893. deadlywave.BrickColor = BrickColor.new("Really red")
  2894. deadlywave.CFrame = CFrame.new(explosionwave.Position)
  2895. deadlywavemesh = Instance.new("SpecialMesh", deadlywave)
  2896. deadlywavemesh.Scale = Vector3.new(1,2,1)
  2897. deadlywavemesh.MeshId = "rbxassetid://20329976"
  2898. deadlywave2 = Instance.new("Part", explosionwave)
  2899. deadlywave2.Size = Vector3.new(1,1,1)
  2900. deadlywave2.CanCollide = false
  2901. deadlywave2.Anchored = true
  2902. deadlywave2.Transparency = .5
  2903. deadlywave2.BrickColor = BrickColor.new("Really black")
  2904. deadlywave2.CFrame = CFrame.new(explosionwave.Position)
  2905. deadlywave2mesh = Instance.new("SpecialMesh", deadlywave2)
  2906. deadlywave2mesh.Scale = Vector3.new(3,2,3)
  2907. deadlywave2mesh.MeshId = "rbxassetid://20329976"
  2908. deadlyring = Instance.new("Part", Torso)
  2909. deadlyring.Size = Vector3.new(5, 5, 5)
  2910. deadlyring.Transparency = 0.5
  2911. deadlyring.BrickColor = BrickColor.new("Really black")
  2912. deadlyring.Anchored = true
  2913. deadlyring.CanCollide = false
  2914. deadlyring.CFrame = deadlywave.CFrame * CFrame.Angles(math.rad(math.random(-180,180)), math.rad(math.random(-180,180)), math.rad(math.random(-180,180)))
  2915. deadlyringh = Instance.new("SpecialMesh", deadlyring)
  2916. deadlyringh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2917. deadlyringh.Scale = Vector3.new(8, 8, .1)
  2918. deadlyring2 = Instance.new("Part", Torso)
  2919. deadlyring2.Size = Vector3.new(5, 5, 5)
  2920. deadlyring2.Transparency = 0.5
  2921. deadlyring2.BrickColor = BrickColor.new("Really black")
  2922. deadlyring2.Anchored = true
  2923. deadlyring2.CanCollide = false
  2924. deadlyring2.CFrame = deadlywave.CFrame * CFrame.Angles(math.rad(math.random(-180,180)), math.rad(math.random(-180,180)), math.rad(math.random(-180,180)))
  2925. deadlyringh2 = Instance.new("SpecialMesh", deadlyring2)
  2926. deadlyringh2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2927. deadlyringh2.Scale = Vector3.new(8, 8, .1)
  2928. ballzor:Remove()
  2929. bigball = false
  2930. staybooming = true
  2931. d = 5
  2932. coroutine.wrap(function()
  2933. while staybooming do
  2934. Hit = damagealll(d,deadlywave.Position)
  2935. for _,v in pairs(Hit) do
  2936. v:FindFirstChildOfClass("Humanoid"):TakeDamage(math.random(10,20))
  2937. vel = Instance.new("BodyVelocity",v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso"))
  2938. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  2939. torso = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  2940. vel.velocity = CFrame.new(deadlywave.Position,torso.Position).lookVector*50
  2941. removeuseless:AddItem(vel,.1)
  2942. end
  2943. wait(.1)
  2944. end
  2945. end)()
  2946. for i = 1, 70 do
  2947. d = d + 1
  2948. deadlyringh2.Scale = deadlyringh2.Scale + Vector3.new(.5, .5, .1)
  2949. deadlyringh.Scale = deadlyringh.Scale + Vector3.new(.5, .5, .1)
  2950. deadlyring.CFrame = deadlyring.CFrame * CFrame.Angles(math.rad(0+7),math.rad(0-7),math.rad(0+7))
  2951. deadlyring2.CFrame = deadlyring2.CFrame * CFrame.Angles(math.rad(0-7),math.rad(0+7),math.rad(0-7))
  2952. deadlywave.CFrame = deadlywave.CFrame * CFrame.Angles(0,math.rad(0+7),0)
  2953. deadlywave2.CFrame = deadlywave2.CFrame * CFrame.Angles(0,math.rad(0+4),0)
  2954. deadlywavemesh.Scale = deadlywavemesh.Scale + Vector3.new(.4,0,.4)
  2955. deadlywave2mesh.Scale = deadlywave2mesh.Scale + Vector3.new(.5,0,.5)
  2956. explosionwave.Size = explosionwave.Size + Vector3.new(.5,.5,.5)
  2957. explosionwave2.Size = explosionwave2.Size + Vector3.new(.5,.5,.5)
  2958. swait()
  2959. end
  2960. for i = 1, 80 do
  2961. d = d + 3
  2962. hum.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  2963. deadlyringh2.Scale = deadlyringh2.Scale + Vector3.new(4, 4, .2)
  2964. deadlyringh.Scale = deadlyringh.Scale + Vector3.new(4, 4, .2)
  2965. deadlyring.CFrame = deadlyring.CFrame * CFrame.Angles(math.rad(0+12),math.rad(0-12),math.rad(0+12))
  2966. deadlyring2.CFrame = deadlyring2.CFrame * CFrame.Angles(math.rad(0-12),math.rad(0+12),math.rad(0-12))
  2967. deadlywave.CFrame = deadlywave.CFrame * CFrame.Angles(0,math.rad(0+20),0)
  2968. deadlywave2.CFrame = deadlywave2.CFrame * CFrame.Angles(0,math.rad(0+14),0)
  2969. deadlywavemesh.Scale = deadlywavemesh.Scale + Vector3.new(3,2,3)
  2970. deadlywave2mesh.Scale = deadlywave2mesh.Scale + Vector3.new(4,1,4)
  2971. explosionwave.Size = explosionwave.Size + Vector3.new(4,4,4)
  2972. explosionwave2.Size = explosionwave2.Size + Vector3.new(4,4,4)
  2973. swait()
  2974. end
  2975. staybooming = false
  2976. for i = 1, 20 do
  2977. d = d + 3
  2978. hum.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  2979. deadlyringh2.Scale = deadlyringh2.Scale + Vector3.new(4, 4, .2)
  2980. deadlyringh.Scale = deadlyringh.Scale + Vector3.new(4, 4, .2)
  2981. deadlyring.CFrame = deadlyring.CFrame * CFrame.Angles(math.rad(0+12),math.rad(0-12),math.rad(0+12))
  2982. deadlyring2.CFrame = deadlyring2.CFrame * CFrame.Angles(math.rad(0-12),math.rad(0+12),math.rad(0-12))
  2983. deadlyring.Transparency = deadlyring.Transparency + .25
  2984. deadlyring2.Transparency = deadlyring2.Transparency + .25
  2985. deadlywave.CFrame = deadlywave.CFrame * CFrame.Angles(0,math.rad(0+20),0)
  2986. deadlywave2.CFrame = deadlywave2.CFrame * CFrame.Angles(0,math.rad(0+14),0)
  2987. deadlywavemesh.Scale = deadlywavemesh.Scale + Vector3.new(3,0,3)
  2988. deadlywave2mesh.Scale = deadlywave2mesh.Scale + Vector3.new(4,0,4)
  2989. deadlywave.Transparency = deadlywave.Transparency + .25
  2990. deadlywave2.Transparency = deadlywave2.Transparency + .25
  2991. explosionwave.Size = explosionwave.Size + Vector3.new(4,4,4)
  2992. explosionwave2.Size = explosionwave2.Size + Vector3.new(4,4,4)
  2993. explosionwave.Transparency = explosionwave.Transparency + 0.25
  2994. explosionwave2.Transparency = explosionwave2.Transparency + 0.05
  2995. swait()
  2996. end
  2997. hum.CameraOffset = Vector3.new(0,0,0)
  2998. explosionwave:Remove()
  2999. explosionwave2:Remove()
  3000. end
  3001. end)
  3002. bov = Instance.new("BodyVelocity",ballzor)
  3003. bov.maxForce = Vector3.new(99999,99999,99999)
  3004. ballzor.CFrame = CFrame.new(ballzor.Position,mouse.Hit.p)
  3005. bov.velocity = ballzor.CFrame.lookVector*200
  3006. removeuseless:AddItem(ballzor,4)
  3007. ws = 50
  3008. attacking = false
  3009. debounce = false
  3010. appi = false
  3011. end
  3012. end)
  3013.  
  3014. mouse.KeyDown:connect(function(Press)
  3015. Press=Press:lower()
  3016. if Press=='j' then
  3017. if not levitate then return end
  3018. if debounce then return end
  3019. debounce = true
  3020. charging = true
  3021. attacking = true
  3022. downpress = false
  3023. x = 1
  3024. ws = 0
  3025. g1 = Instance.new("BodyGyro", Root)
  3026. g1.D = 175
  3027. g1.P = 20000
  3028. g1.MaxTorque = Vector3.new(0,9000,0)
  3029. SOUND(RightArm,2014087015,8,false,3)
  3030. coroutine.wrap(function()
  3031. Charge = Instance.new("Sound",RightArm)
  3032. Charge.SoundId = "rbxassetid://101153932"
  3033. Charge.Looped = false
  3034. Charge.Volume = 8
  3035. Charge:Play()
  3036. end)()
  3037. appi = true
  3038. coroutine.wrap(function()
  3039. while appi do
  3040. swait()
  3041. if Root.Velocity.Magnitude < 2 and attacking == true then
  3042. position = "Idle3"
  3043. end
  3044. end
  3045. end)()
  3046. coroutine.wrap(function()
  3047. while appi do
  3048. swait()
  3049. settime = 0.05
  3050. sine = sine + change
  3051. if position == "Idle3" and attacking == true and appi == true then
  3052. change = .4
  3053. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  3054. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(-.2,.2,0) * CFrame.Angles(0,0,0),.1)
  3055. LEFTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3056. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.6, 0.8 - .1 * math.sin(sine/9), 0) * CFrame.Angles(math.rad(0), math.rad(0 + 3 * math.sin(sine/9)), math.rad(35 - 5 * math.sin(sine/9))), 0.4)
  3057. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.54, 1.4 + .1 * math.sin(sine/9), .4) * CFrame.Angles(math.rad(9 + 2 * math.cos(sine/9)), math.rad(0), math.rad(0)), 0.4)
  3058. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 2.0,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10 + 2 * math.sin(sine/9))), 0.4)
  3059. end
  3060. end
  3061. end)()
  3062. for i = 1, 15 do
  3063. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.2)
  3064. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-10),math.rad(-15),math.rad(0)),.5)
  3065. RIGHTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3066. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(14), math.rad(20), math.rad(-90)), 0.3)
  3067. swait()
  3068. end
  3069. for i = 1, 3 do
  3070. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.4)
  3071. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-10),math.rad(-15),math.rad(0)),.5)
  3072. RIGHTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3073. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(14), math.rad(20), math.rad(-90)), 0.3)
  3074. x = x + .1
  3075. blastborb = Instance.new("Part",Torso)
  3076. blastborb.CFrame = rightlocation.CFrame * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3077. blastborb.BrickColor = BrickColor.new(colors)
  3078. blastborb.Anchored = true
  3079. blastborb.Size = Vector3.new(10,10,10)
  3080. blastborb.CanCollide = false
  3081. blastborb.Material = "Neon"
  3082. for i = 1, 5 do
  3083. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.4)
  3084. blastborb.Size = blastborb.Size - Vector3.new(1,1,1)
  3085. swait()
  3086. end
  3087. blastborb:Remove()
  3088. swait()
  3089. end
  3090. downpress = true
  3091. while charging and x < 5 do
  3092. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.4)
  3093. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-10),math.rad(-15),math.rad(0)),.5)
  3094. RIGHTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3095. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(14), math.rad(20), math.rad(-90)), 0.3)
  3096. x = x + .1
  3097. blastborb = Instance.new("Part",Torso)
  3098. blastborb.CFrame = rightlocation.CFrame * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3099. blastborb.BrickColor = BrickColor.new(colors)
  3100. blastborb.Anchored = true
  3101. blastborb.Size = Vector3.new(10,10,10)
  3102. blastborb.CanCollide = false
  3103. blastborb.Material = "Neon"
  3104. for i = 1, 5 do
  3105. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.4)
  3106. blastborb.Size = blastborb.Size - Vector3.new(1,1,1)
  3107. swait()
  3108. end
  3109. blastborb:Remove()
  3110. swait()
  3111. end
  3112. coroutine.wrap(function()
  3113. for i = 1, 20 do
  3114. Charge.Volume = Charge.Volume - .5
  3115. swait()
  3116. end
  3117. end)()
  3118. local bigswoosh = Instance.new("Part",Torso)
  3119. bigswoosh.Name = "bigswoosh"
  3120. bigswoosh.CFrame = Root.CFrame * CFrame.new(1,0,-5)
  3121. bigswoosh.Size = Vector3.new(1,1,1)
  3122. bigswoosh.Material = "Neon"
  3123. bigswoosh.Anchored = true
  3124. bigswoosh.Transparency = 1
  3125. bigswoosh.BrickColor = BrickColor.new("Really red")
  3126. bigswoosh.CanCollide = false
  3127. SOUND(bigswoosh,842332424,10,false,6)
  3128. SOUND(bigswoosh,2017948224,10,false,6)
  3129. SOUND(bigswoosh,138677306,10,false,4)
  3130. coroutine.wrap(function()
  3131. local loc1 = Instance.new("Part",bigswoosh)
  3132. loc1.CFrame = bigswoosh.CFrame * CFrame.new(-3,0,0)
  3133. loc1.Size = Vector3.new(2,2,2)
  3134. loc1.Anchored = true
  3135. loc1.Transparency = 1
  3136. loc1.CanCollide = false
  3137. local loc2 = Instance.new("Part",bigswoosh)
  3138. loc2.CFrame = bigswoosh.CFrame * CFrame.new(3,0,0)
  3139. loc2.Size = Vector3.new(2,2,2)
  3140. loc2.Anchored = true
  3141. loc2.Transparency = 1
  3142. loc2.CanCollide = false
  3143. n = 0
  3144. nb = 0
  3145. for i = 1, 125 do
  3146. n = n + x
  3147. nb = nb - x
  3148. Hit = damagealll(n,bigswoosh.Position)
  3149. for _,v in pairs(Hit) do
  3150. if x > 4.5 then
  3151. v:FindFirstChildOfClass("Humanoid").Parent:BreakJoints()
  3152. else
  3153. v:FindFirstChildOfClass("Humanoid"):TakeDamage(math.random(4+x,10+x))
  3154. end
  3155. vel = Instance.new("BodyVelocity",v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso"))
  3156. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  3157. torso = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  3158. vel.velocity = CFrame.new(bigswoosh.Position,torso.Position).lookVector*150
  3159. removeuseless:AddItem(vel,.1)
  3160. end
  3161. local bigtrail = Instance.new("Part",LeftArm)
  3162. bigtrail.Size = bigswoosh.Size
  3163. bigtrail.BrickColor = BrickColor.new(colors)
  3164. bigtrail.Anchored = true
  3165. bigtrail.Material = "Neon"
  3166. bigtrail.CFrame = bigswoosh.CFrame * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3167. bigtrail.CanCollide = false
  3168. removeuseless:AddItem(bigtrail,2)
  3169. local irritatedground = Instance.new("Part",Torso)
  3170. irritatedground.Size = Vector3.new(n*1.5,1,3*x)
  3171. irritatedground.BrickColor = BrickColor.new(colors)
  3172. irritatedground.Material = "Neon"
  3173. irritatedground.CFrame = bigswoosh.CFrame * CFrame.new(0,-6,0)
  3174. irritatedground.CanCollide = false
  3175. irritatedground.Anchored = true
  3176. removeuseless:AddItem(irritatedground,10)
  3177. local grassblocks = Instance.new("Part",Torso)
  3178. grassblocks.Size = Vector3.new(n/2,n/2,n/2)
  3179. grassblocks.Material = "Grass"
  3180. grassblocks.Anchored = true
  3181. grassblocks.Name = "grassblocks"
  3182. grassblocks.BrickColor = BrickColor.new("Bright green")
  3183. grassblocks.CFrame = loc1.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3184. removeuseless:AddItem(grassblocks,10)
  3185. local grassblocks2 = Instance.new("Part",Torso)
  3186. grassblocks2.Size = Vector3.new(n/2,n/2,n/2)
  3187. grassblocks2.Material = "Grass"
  3188. grassblocks2.Anchored = true
  3189. grassblocks2.Name = "grassblocks2"
  3190. grassblocks2.BrickColor = BrickColor.new("Bright green")
  3191. grassblocks2.CFrame = loc2.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3192. removeuseless:AddItem(grassblocks2,10)
  3193. bigswoosh.Size = bigswoosh.Size + Vector3.new(x,x,x)
  3194. loc1.CFrame = bigswoosh.CFrame * CFrame.new(n,-3,0)
  3195. loc2.CFrame = bigswoosh.CFrame * CFrame.new(nb,-3,0)
  3196. bigswoosh.CFrame = bigswoosh.CFrame * CFrame.new(0,0,-3 - x)
  3197. swait()
  3198. end
  3199. for i = 1, 20 do
  3200. bigswoosh.CFrame = bigswoosh.CFrame * CFrame.new(0,0,-3)
  3201. bigswoosh.Transparency = bigswoosh.Transparency + 0.05
  3202. swait()
  3203. end
  3204. bigswoosh:Remove()
  3205. end)()
  3206. for i = 1, 50 do
  3207. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(10),math.rad(15),math.rad(0)),.5)
  3208. RIGHTARMLERP.C1 = CFrame.new(0,0,0)
  3209. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.2,1,.5) * CFrame.Angles(math.rad(-90),math.rad(-25),math.rad(0)), 0.5)
  3210. swait()
  3211. end
  3212. ws = 50
  3213. attacking = false
  3214. debounce = false
  3215. appi = false
  3216. g1:Remove()
  3217. end
  3218. end)
  3219.  
  3220. mouse.KeyDown:connect(function(Press)
  3221. Press=Press:lower()
  3222. if Press=='k' then
  3223. if not levitate then return end
  3224. if debounce then return end
  3225. debounce = true
  3226. attacking = true
  3227. charging = true
  3228. appi = true
  3229. coroutine.wrap(function()
  3230. while appi do
  3231. swait()
  3232. if Root.Velocity.Magnitude < 2 and attacking == true then
  3233. position = "Idle3"
  3234. end
  3235. end
  3236. end)()
  3237. coroutine.wrap(function()
  3238. while appi do
  3239. swait()
  3240. settime = 0.05
  3241. sine = sine + change
  3242. if position == "Idle3" and attacking == true and appi == true then
  3243. change = .4
  3244. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  3245. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(-.2,.2,0) * CFrame.Angles(0,0,0),.1)
  3246. LEFTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3247. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.6, 0.8 - .1 * math.sin(sine/9), 0) * CFrame.Angles(math.rad(0), math.rad(0 + 3 * math.sin(sine/9)), math.rad(35 - 5 * math.sin(sine/9))), 0.4)
  3248. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.54, 1.4 + .1 * math.sin(sine/9), .4) * CFrame.Angles(math.rad(9 + 2 * math.cos(sine/9)), math.rad(0), math.rad(0)), 0.4)
  3249. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 2.0,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10 + 2 * math.sin(sine/9))), 0.4)
  3250. end
  3251. end
  3252. end)()
  3253. ws = 0
  3254. g1 = Instance.new("BodyGyro", Root)
  3255. g1.D = 175
  3256. g1.P = 20000
  3257. g1.MaxTorque = Vector3.new(0,9000,0)
  3258. g1.CFrame = CFrame.new(Root.Position,mouse.Hit.p)
  3259. for i = 1, 15 do
  3260. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.3)
  3261. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  3262. RIGHTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3263. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  3264. swait()
  3265. end
  3266. r = 0
  3267. for i = 1, 10 do
  3268. r = r + .1
  3269. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.3)
  3270. blass = Instance.new("Part",RightArm)
  3271. blass.Size = Vector3.new(r,r,r)
  3272. blass.Material = "Neon"
  3273. blass.CFrame = rightlocation.CFrame * CFrame.new(0,-r/1.5,0) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3274. blass.Anchored = true
  3275. blass.CanCollide = false
  3276. blass.BrickColor = BrickColor.new(colors)
  3277. removeuseless:AddItem(blass,2)
  3278. swait()
  3279. end
  3280. while r < 16 and charging == true do
  3281. r = r + .1
  3282. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.3)
  3283. blass = Instance.new("Part",RightArm)
  3284. blass.Size = Vector3.new(r,r,r)
  3285. blass.Material = "Neon"
  3286. blass.CFrame = rightlocation.CFrame * CFrame.new(0,-r/1.5,0) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3287. blass.Anchored = true
  3288. blass.CanCollide = false
  3289. blass.BrickColor = BrickColor.new(colors)
  3290. removeuseless:AddItem(blass,2)
  3291. swait()
  3292. end
  3293. local TheBeam = Instance.new("Part",RightArm)
  3294. TheBeam.Name = "zebeam"
  3295. TheBeam.Size = Vector3.new(1,1,1)
  3296. TheBeam.Material = "Neon"
  3297. TheBeam.Shape = "Cylinder"
  3298. TheBeam.BrickColor = BrickColor.new("Really red")
  3299. TheBeam.Anchored = true
  3300. TheBeam.CanCollide = false
  3301. ws = 12
  3302. bemmo = Instance.new("Sound",RightArm)
  3303. bemmo.SoundId = "rbxassetid://1910988873"
  3304. bemmo.Volume = 8
  3305. bemmo.Looped = false
  3306. bemmo:Play()
  3307. bemmo.TimePosition = 2
  3308. for i = 1, 100 * r/3 do
  3309. if r > 15 then
  3310. hum.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-0,0))
  3311. end
  3312. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.3)
  3313. local blass = Instance.new("Part",RightArm)
  3314. blass.Size = Vector3.new(r,r,r)
  3315. blass.Material = "Neon"
  3316. blass.CFrame = rightlocation.CFrame * CFrame.new(0,-r/1.5,0) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3317. blass.Anchored = true
  3318. blass.CanCollide = false
  3319. blass.BrickColor = BrickColor.new(colors)
  3320. removeuseless:AddItem(blass,2)
  3321. local STARTPOS = blass.CFrame*CFrame.new(0,0,0).p
  3322. local ENDHIT,ENDPOS = ray2(STARTPOS,mouse.Hit.p,650,Character)
  3323. local DISTANCE = (STARTPOS - ENDPOS).magnitude
  3324. TheBeam.CFrame = CFrame.new(STARTPOS,ENDPOS)*CFrame.new(0,0,-DISTANCE/2) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  3325. TheBeam.Size = Vector3.new(DISTANCE,r/math.random(1,2),r/math.random(1,2))
  3326. boom = Instance.new("Part",RightArm)
  3327. boom.Size = Vector3.new(r,r,r)
  3328. boom.BrickColor = BrickColor.new(colors)
  3329. boom.Anchored = true
  3330. boom.CanCollide = false
  3331. boom.Material = "Neon"
  3332. boom.CFrame = CFrame.new(ENDPOS) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3333. removeuseless:AddItem(boom,3)
  3334. boom.Touched:connect(function(getbase)
  3335. if hitdebounce then return end
  3336. hitdebounce = true
  3337. if getbase:IsA("Part") then
  3338. damagedground = Instance.new("Part",RightArm)
  3339. damagedground.Size = Vector3.new(.1,5+r,.1)
  3340. damagedground.Material = "Neon"
  3341. damagedground.CanCollide = false
  3342. damagedground.BrickColor = BrickColor.new(colors)
  3343. damagedground.Anchored = true
  3344. damagedground.CFrame = boom.CFrame * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  3345. removeuseless:AddItem(damagedground,2)
  3346. wait(.1)
  3347. hitdebounce = false
  3348. end
  3349. end)
  3350. Hit = damagealll(r+3,boom.Position)
  3351. for _,v in pairs(Hit) do
  3352. v:FindFirstChildOfClass("Humanoid"):TakeDamage(math.random(r/1.1,r))
  3353. vel = Instance.new("BodyVelocity",v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso"))
  3354. vel.maxForce = Vector3.new(9999999999999,9999999999999,9999999999999)
  3355. torso = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  3356. vel.velocity = CFrame.new(boom.Position,torso.Position).lookVector*r
  3357. removeuseless:AddItem(vel,.1)
  3358. end
  3359. swait()
  3360. end
  3361. removeuseless:AddItem(g1,.001)
  3362. coroutine.wrap(function()
  3363. for i = 1, 20 do
  3364. bemmo.Volume = bemmo.Volume - 0.5
  3365. blass.Transparency = blass.Transparency + 0.05
  3366. TheBeam.Transparency = TheBeam.Transparency + 0.05
  3367. swait()
  3368. end
  3369. bemmo:Remove()
  3370. if r > 15 then
  3371. hum.CameraOffset = Vector3.new(0,0,0)
  3372. end
  3373. blass:Remove()
  3374. TheBeam:Remove()
  3375. end)()
  3376. ws = 50
  3377. appi = false
  3378. attacking = false
  3379. debounce = false
  3380. end
  3381. end)
  3382.  
  3383. mouse.KeyUp:connect(function(Press)
  3384. Press=Press:lower()
  3385. if Press=='j' then
  3386. charging = false
  3387. end
  3388. end)
  3389.  
  3390. mouse.KeyUp:connect(function(Press)
  3391. Press=Press:lower()
  3392. if Press=='k' then
  3393. charging = false
  3394. end
  3395. end)
  3396.  
  3397. doit = coroutine.wrap(function()
  3398. while true do
  3399. for _,v in pairs(Repeater) do
  3400. v.Scale = v.Scale + Vector3.new(1, 1, 1)
  3401. end
  3402.  
  3403. for _,v in pairs(openshocktable) do
  3404. v.Scale = v.Scale + Vector3.new(3, 3, 3)
  3405. end
  3406.  
  3407. for _,v in pairs(nonmeshRepeater) do
  3408. v.Size = v.Size + Vector3.new(2, 2, 2)
  3409. end
  3410.  
  3411. for _,v in pairs(Extreme) do
  3412. v.Size = v.Size + Vector3.new(6, 6, 6)
  3413. end
  3414.  
  3415. for _,v in pairs(LessSize) do
  3416. v.Size = v.Size - Vector3.new(1, 1, 1)
  3417. end
  3418.  
  3419. for _,v in pairs(nonmeshRepeater2) do
  3420. v.Transparency = v.Transparency + 0.05
  3421. end
  3422.  
  3423. for _,v in pairs(Repeater2) do
  3424. v.Transparency = v.Transparency - 0.05
  3425. end
  3426.  
  3427. for _,v in pairs(th1) do
  3428. v.CFrame = v.CFrame * CFrame.new(0,0+.3,0) * CFrame.Angles(0,math.rad(0+8),0)
  3429. end
  3430.  
  3431. for _,v in pairs(th2) do
  3432. v.CFrame = v.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(0+15),0)
  3433. end
  3434.  
  3435. for _,v in pairs(th3) do
  3436. v.Scale = v.Scale + Vector3.new(2, 2, 2)
  3437. end
  3438.  
  3439. for _,v in pairs(th5) do
  3440. v.Scale = v.Scale + Vector3.new(1, .1, 1)
  3441. end
  3442.  
  3443. for _,v in pairs(ExtremeM) do
  3444. v.Size = v.Size + Vector3.new(8, 8, 8)
  3445. end
  3446.  
  3447. for _,v in pairs(m3) do
  3448. v.Scale = v.Scale + Vector3.new(.2,.2,.2)
  3449. end
  3450.  
  3451. for _,v in pairs(ExtremeM2) do
  3452. v.Size = v.Size - Vector3.new(2,2,2)
  3453. end
  3454.  
  3455. for _,v in pairs(keyYsize) do
  3456. v.Scale = v.Scale + Vector3.new(8, 8, 1)
  3457. end
  3458.  
  3459. for _,v in pairs(th4) do
  3460. v.Transparency = v.Transparency + 0.009
  3461. v.Rotation = v.Rotation + Vector3.new(3,0,0)
  3462. end
  3463.  
  3464. for _,v in pairs(SlowlyFade) do
  3465. v.Transparency = v.Transparency + 0.05
  3466. end
  3467.  
  3468. for _,v in pairs(keyYtransparency) do
  3469. v.Transparency = v.Transparency + 0.05
  3470. end
  3471.  
  3472. for _,v in pairs(UpMover) do
  3473. v.Position = v.Position + Vector3.new(0, 3, 0)
  3474. end
  3475.  
  3476. for _,v in pairs(ForwardMover) do
  3477. v.CFrame = v.CFrame * CFrame.new(0, 0, 2.4 +(i/.1)) * CFrame.Angles(0, 0, math.rad(0))
  3478. end
  3479.  
  3480. for _,v in pairs(FadeIn) do
  3481. v.Transparency = v.Transparency - .05
  3482. end
  3483.  
  3484. for _,v in pairs(signtransparency) do
  3485. v.TextTransparency = v.TextTransparency + 0.025
  3486. end
  3487.  
  3488. for _,v in pairs(signmover) do
  3489. v.StudsOffset = v.StudsOffset + Vector3.new(math.random(-2,2),.3,math.random(-2,2))
  3490. end
  3491.  
  3492. for _,v in pairs(signrotator) do
  3493. v.Rotation = v.Rotation + 2
  3494. end
  3495. swait()
  3496. end
  3497. end)
  3498. doit()
  3499. t = 0
  3500.  
  3501. mouse.KeyDown:connect(function(Press)
  3502. Press=Press:lower()
  3503. if Press=='0' then
  3504. if levitate then return end
  3505. shoov = true
  3506. if debounce then return end
  3507. ws = 50
  3508. end
  3509. end)
  3510.  
  3511. mouse.KeyUp:connect(function(Press)
  3512. Press=Press:lower()
  3513. if Press=='0' then
  3514. if levitate then return end
  3515. shoov = false
  3516. if debounce then return end
  3517. ws = 10
  3518. end
  3519. end)
  3520.  
  3521.  
  3522. local anims = coroutine.wrap(function()
  3523. while true do
  3524. settime = 0.05
  3525. sine = sine + change
  3526. if position == "Jump" and attacking == false then
  3527. change = 1
  3528. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  3529. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  3530. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  3531. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  3532. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  3533. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.4,.1,-.2) * CFrame.Angles(math.rad(20),math.rad(-3),math.rad(-4)), 0.4)
  3534. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,.1,-.2) * CFrame.Angles(math.rad(20),math.rad(3),math.rad(4)), 0.4)
  3535. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  3536. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
  3537. elseif position == "Jump2" and attacking == false and levitate then
  3538. change = 1
  3539. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20 - 1 * math.sin(sine/9)), math.rad(0 + 0 * math.cos(sine/8)), math.rad(0) + Root.RotVelocity.Y / 30, math.cos(10 * math.cos(sine/10))), 0.3)
  3540. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.3)
  3541. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.3)
  3542. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - .1 * math.sin(sine/12)),math.rad(40 - .5 * math.sin(sine/12))), 0.3)
  3543. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  3544. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + .1 * math.sin(sine/12)),math.rad(-40 + .5 * math.sin(sine/12))), 0.3)
  3545. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  3546. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.54, 1.4 + .1 * math.sin(sine/9), .4) * CFrame.Angles(math.rad(9 + 2 * math.cos(sine/9)), math.rad(0), math.rad(0)), 0.3)
  3547. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.54, 2.0 + .02 * math.sin(sine/9), 0.2 + .1 * math.sin(sine/9)) * CFrame.Angles(math.rad(25 + 5 * math.sin(sine/9)), math.rad(20), math.rad(0)), 0.3)
  3548. elseif position == "Falling" and attacking == false and levitate == false then
  3549. change = 1
  3550. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  3551. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  3552. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  3553. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  3554. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(8), math.rad(4), math.rad(0)), 0.2)
  3555. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(14), math.rad(-4), math.rad(0)), 0.2)
  3556. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.6, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
  3557. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.6, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.2)
  3558. elseif position == "Falling2" and attacking == false and levitate then
  3559. change = 1
  3560. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20 - 1 * math.sin(sine/9)), math.rad(0 + 0 * math.cos(sine/8)), math.rad(0) + Root.RotVelocity.Y / 30, math.cos(10 * math.cos(sine/10))), 0.3)
  3561. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.3)
  3562. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.3)
  3563. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - .1 * math.sin(sine/12)),math.rad(40 - .5 * math.sin(sine/12))), 0.3)
  3564. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  3565. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + .1 * math.sin(sine/12)),math.rad(-40 + .5 * math.sin(sine/12))), 0.3)
  3566. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  3567. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.54, 1.4 + .1 * math.sin(sine/9), .4) * CFrame.Angles(math.rad(9 + 2 * math.cos(sine/9)), math.rad(0), math.rad(0)), 0.3)
  3568. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.54, 2.0 + .02 * math.sin(sine/9), 0.2 + .1 * math.sin(sine/9)) * CFrame.Angles(math.rad(25 + 5 * math.sin(sine/9)), math.rad(20), math.rad(0)), 0.3)
  3569. elseif position == "Walking" and attacking == false and running == false then
  3570. change = 1
  3571. walking = true
  3572. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  3573. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  3574. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - .1 * math.sin(sine/12)),math.rad(40 - .5 * math.sin(sine/12))), 0.3)
  3575. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  3576. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + .1 * math.sin(sine/12)),math.rad(-40 + .5 * math.sin(sine/12))), 0.3)
  3577. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  3578. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(5 * math.cos(sine/7)), math.rad(0) + Root.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/10))), 0.3)
  3579. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.92 - 0.35 * math.cos(sine/8)/2.8, 0.2 - math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) + -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) + RightLeg.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/8))), 0.3)
  3580. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.92 + 0.35 * math.cos(sine/8)/2.8, 0.2 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(10) - -math.sin(sine/8)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) + LeftLeg.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/8))), 0.3)
  3581. elseif position == "Idle" and attacking == false and running == false and not levitate then
  3582. change = .5
  3583. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2 + -.1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0),math.rad(25),math.rad(0)),.1)
  3584. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - 1 * math.sin(sine/12)),math.rad(40 - 2 * math.sin(sine/12))), 0.1)
  3585. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.1)
  3586. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + 1 * math.sin(sine/12)),math.rad(-40 + 2 * math.sin(sine/12))), 0.1)
  3587. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.1)
  3588. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  3589. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)
  3590. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  3591. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)
  3592. elseif position == "Idle2" and attacking == false and running == false then
  3593. change = .75
  3594. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0 - 3 * math.sin(sine/9)),0,0),.1)
  3595. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  3596. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(-.2,.2,0) * CFrame.Angles(0,0,0),.1)
  3597. LEFTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3598. RIGHTARMLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3599. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.6, 0.8 - .1 * math.sin(sine/9), 0) * CFrame.Angles(math.rad(0), math.rad(0 + 3 * math.sin(sine/9)), math.rad(35 - 5 * math.sin(sine/9))), 0.4)
  3600. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.6, 0.8 - .1 * math.sin(sine/9), 0) * CFrame.Angles(math.rad(0), math.rad(0 - 3 * math.sin(sine/9)), math.rad(-35 + 5 * math.sin(sine/9))), 0.4)
  3601. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.54, 1.4 + .1 * math.sin(sine/9), .4) * CFrame.Angles(math.rad(9 + 2 * math.cos(sine/9)), math.rad(0), math.rad(0)), 0.4)
  3602. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 2.0,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10 + 2 * math.sin(sine/9))), 0.4)
  3603. elseif position == "Walking2" and attacking == false and running == false then
  3604. ws = 50
  3605. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20 - 1 * math.sin(sine/9)), math.rad(0 + 0 * math.cos(sine/8)), math.rad(0) + Root.RotVelocity.Y / 30, math.cos(10 * math.cos(sine/10))), 0.3)
  3606. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.3)
  3607. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.3)
  3608. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.6,-.5) * CFrame.Angles(math.rad(32),math.rad(5 - .1 * math.sin(sine/12)),math.rad(40 - .5 * math.sin(sine/12))), 0.3)
  3609. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(-.2,1.2,-.3),.3)
  3610. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.6,-.5) * CFrame.Angles(math.rad(30),math.rad(-5 + .1 * math.sin(sine/12)),math.rad(-40 + .5 * math.sin(sine/12))), 0.3)
  3611. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(.2,1.2,-.3),.3)
  3612. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.54, 1.4 + .1 * math.sin(sine/9), .4) * CFrame.Angles(math.rad(9 + 2 * math.cos(sine/9)), math.rad(0), math.rad(0)), 0.3)
  3613. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.54, 2.0 + .02 * math.sin(sine/9), 0.2 + .1 * math.sin(sine/9)) * CFrame.Angles(math.rad(25 + 5 * math.sin(sine/9)), math.rad(20), math.rad(0)), 0.3)
  3614. elseif position == "Running" and attacking == false then
  3615. change = 1
  3616. RIGHTARMLERP.C1 = RIGHTARMLERP.C1:lerp(CFrame.new(1.24+.6*math.sin(sine/4)/1.4, 0.54, 0+0.8*math.sin(sine/4)) * CFrame.Angles(math.rad(6-140*math.sin(sine/4)/1.2), math.rad(0), math.rad(-20+70*math.sin(sine/4))), 0.3)
  3617. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(0, .5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.3)
  3618. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(-1.24+.6*math.sin(sine/4)/1.4, 0.54, 0-0.8*math.sin(sine/4))*CFrame.Angles(math.rad(6+140*math.sin(sine/4)/1.2), math.rad(0), math.rad(20+70*math.sin(sine/4))), 0.3)
  3619. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  3620. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(-20 - 0 * math.sin(sine/4)), math.rad(0 + 6 * math.sin(sine/4)), math.rad(0) + Root.RotVelocity.Y / 30, math.sin(10 * math.sin(sine/4))), 0.3)
  3621. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,-.2 + .5*-math.sin(sine/4)),.3)
  3622. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.6+0.1*math.sin(sine/4),.7*-math.sin(sine/4)) * CFrame.Angles(math.rad(15+ -50 * math.sin(sine/4)),0,0),.3)
  3623. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,-.2 + .5*math.sin(sine/4)),.3)
  3624. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.6-0.1*math.sin(sine/4),.7*math.sin(sine/4)) * CFrame.Angles(math.rad(15 + 50 * math.sin(sine/4)),0,0),.3)
  3625. end
  3626. swait()
  3627. end
  3628. end)
  3629. anims()
  3630. warn("Now now, let the games begin!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement