Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 146.00 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by poomin000")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144.  
  145. -- Created by Nebula_Zorua --
  146. -- NebulaGlitcher Demo --
  147. -- The official second Glitcher's Demo --
  148. -- Discord: Nebula the Zorua#6969
  149. -- Youtube: https://www.youtube.com/channel/UCo9oU9dCw8jnuVLuy4_SATA
  150.  
  151. wait(0.2)
  152.  
  153. --Values (EDITED)
  154.  
  155. local plrs = owner
  156. local plr = plrs.LocalPlayer
  157. local char = plr.Character
  158. local tor = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  159.  
  160. local ANIM = "Idle"
  161. local ATTACK = false
  162. local EQUIPPED = false
  163. local HOLD = false
  164. local COMBO = 1
  165. local Rooted = false
  166. local SINE = 0
  167. local KEYHOLD = false
  168. local WALKINGANIM = false
  169. local WALK = 0
  170. local VALUE1 = false
  171. local VALUE2 = false
  172.  
  173. local ATTACK = false
  174.  
  175. function MouseDown(Mouse)
  176. if ATTACK == false then
  177. end
  178. end
  179.  
  180. function MouseUp(Mouse)
  181. HOLD = false
  182. end
  183.  
  184. local function weldBetween(a, b)
  185. local weldd = Instance.new("ManualWeld")
  186. weldd.Part0 = a
  187. weldd.Part1 = b
  188. weldd.C0 = CFrame.new()
  189. weldd.C1 = b.CFrame:inverse() * a.CFrame
  190. weldd.Parent = a
  191. return weldd
  192. end
  193.  
  194. function createaccessory(attachmentpart,mesh,texture,scale,offset,color)
  195. local acs = Instance.new("Part")
  196. acs.CanCollide = false
  197. acs.Anchored = false
  198. acs.Size = Vector3.new(0,0,0)
  199. acs.CFrame = attachmentpart.CFrame
  200. acs.Parent = Character
  201. acs.BrickColor = color
  202. local meshs = Instance.new("SpecialMesh")
  203. meshs.MeshId = mesh
  204. meshs.TextureId = texture
  205. meshs.Parent = acs
  206. meshs.Scale = scale
  207. meshs.Offset = offset
  208. weldBetween(attachmentpart,acs)
  209. end
  210.  
  211. function createbodypart(TYPE,COLOR,PART,OFFSET,SIZE)
  212. if TYPE == "Gem" then
  213. local acs = CreatePart(3, Character, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  214. acs.Anchored = false
  215. acs.CanCollide = false
  216. acs.CFrame = PART.CFrame
  217. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "9756362", "", SIZE, OFFSET)
  218. weldBetween(PART,acs)
  219. elseif TYPE == "Skull" then
  220. local acs = CreatePart(3, Character, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  221. acs.Anchored = false
  222. acs.CanCollide = false
  223. acs.CFrame = PART.CFrame
  224. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "4770583", "", SIZE, OFFSET)
  225. weldBetween(PART,acs)
  226. elseif TYPE == "Eye" then
  227. local acs = CreatePart(3, Character, "Neon", 0, 0, COLOR, "Part", VT(0,0,0))
  228. acs.Anchored = false
  229. acs.CanCollide = false
  230. acs.CFrame = PART.CFrame
  231. local acs2 = CreateMesh("SpecialMesh", acs, "Sphere", "", "", SIZE, OFFSET)
  232. weldBetween(PART,acs)
  233. end
  234. end
  235.  
  236.  
  237. function MakeForm(PART,TYPE)
  238. if TYPE == "Cyl" then
  239. local MSH = IT("CylinderMesh",PART)
  240. elseif TYPE == "Ball" then
  241. local MSH = IT("SpecialMesh",PART)
  242. MSH.MeshType = "Sphere"
  243. elseif TYPE == "Wedge" then
  244. local MSH = IT("SpecialMesh",PART)
  245. MSH.MeshType = "Wedge"
  246. elseif TYPE == "Head" then
  247. local MSH = IT("SpecialMesh",PART)
  248. MSH.Scale = VT(1.25,1.25,1.25)
  249. end
  250. end
  251.  
  252.  
  253. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  254. local NEWWELD = IT(TYPE)
  255. NEWWELD.Part0 = PART0
  256. NEWWELD.Part1 = PART1
  257. NEWWELD.C0 = C0
  258. NEWWELD.C1 = C1
  259. NEWWELD.Parent = PARENT
  260. return NEWWELD
  261. end
  262.  
  263. Player = owner
  264. PlayerGui = Player.PlayerGui
  265. Cam = workspace.CurrentCamera
  266. Backpack = Player.Backpack
  267. Character = Player.Character
  268. Humanoid = Character.Humanoid
  269. RootPart = Character["HumanoidRootPart"]
  270. Torso = Character["Torso"]
  271. Head = Character["Head"]
  272. RightArm = Character["Right Arm"]
  273. LeftArm = Character["Left Arm"]
  274. RightLeg = Character["Right Leg"]
  275. LeftLeg = Character["Left Leg"]
  276. RootJoint = RootPart["RootJoint"]
  277. Neck = Torso["Neck"]
  278. RightShoulder = Torso["Right Shoulder"]
  279. LeftShoulder = Torso["Left Shoulder"]
  280. RightHip = Torso["Right Hip"]
  281. LeftHip = Torso["Left Hip"]
  282.  
  283.  
  284. Class_Name = "Void Face"
  285.  
  286. Player_Size = 1 --Size of the player.
  287. Animation_Speed = 3
  288. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  289.  
  290. local Speed = 16
  291. local Effects2 = {}
  292.  
  293. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  294. local NEWPART = IT("Part")
  295. NEWPART.formFactor = FORMFACTOR
  296. NEWPART.Reflectance = REFLECTANCE
  297. NEWPART.Transparency = TRANSPARENCY
  298. NEWPART.CanCollide = false
  299. NEWPART.Locked = true
  300. NEWPART.Anchored = true
  301. if ANCHOR == false then
  302. NEWPART.Anchored = false
  303. end
  304. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  305. NEWPART.Name = NAME
  306. NEWPART.Size = SIZE
  307. NEWPART.Position = Torso.Position
  308. NEWPART.Material = MATERIAL
  309. NEWPART:BreakJoints()
  310. NEWPART.Parent = PARENT
  311. return NEWPART
  312. end
  313.  
  314. --End of Values
  315.  
  316. --// Shortcut Variables \\--
  317. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  318. local CF = {N=CFrame.new,A=CFrame.Angles,fEA=CFrame.fromEulerAnglesXYZ}
  319. local C3 = {N=Color3.new,RGB=Color3.fromRGB,HSV=Color3.fromHSV,tHSV=Color3.toHSV}
  320. local V3 = {N=Vector3.new,FNI=Vector3.FromNormalId,A=Vector3.FromAxis}
  321. local M = {C=math.cos,R=math.rad,S=math.sin,P=math.pi,RNG=math.random,MRS=math.randomseed,H=math.huge,RRNG = function(min,max,div) return math.rad(math.random(min,max)/(div or 1)) end}
  322. local R3 = {N=Region3.new}
  323. local De = S.Debris
  324. local WS = workspace
  325. local Lght = S.Lighting
  326. local RepS = S.ReplicatedStorage
  327. local IN = Instance.new
  328. local Plrs = S.Players
  329. local UIS = S.UserInputService
  330. local CAS = S.ContextActionService
  331. --// Initializing \\--
  332. local Plr = Plrs.LocalPlayer
  333. local Char = Plr.Character
  334. local Hum = Char:FindFirstChildOfClass'Humanoid'
  335. local RArm = Char["Right Arm"]
  336. local LArm = Char["Left Arm"]
  337. local RLeg = Char["Right Leg"]
  338. local LLeg = Char["Left Leg"]
  339. local Root = Char:FindFirstChild'HumanoidRootPart'
  340. local Torso = Char.Torso
  341. local Head = Char.Head
  342. local NeutralAnims = true
  343. local Attack = false
  344. local Debounces = {Debounces={}}
  345. local Mouse = Plr:GetMouse()
  346. local Hit = {}
  347. local Sine = 0
  348. local Change = 1
  349. local PlrGui = Plr:FindFirstChildOfClass'PlayerGui'
  350. local Hue = 0;
  351. local Combo = 1
  352. local BloodPuddles = {}
  353.  
  354. local DontAttackPlayers = false
  355.  
  356. local BurnInterval = .7
  357.  
  358. local Radioactive = {}
  359.  
  360. local Hits = 0;
  361. local HitTime = time()
  362.  
  363. local MaxHits = 60;
  364.  
  365. local Effects = IN("Folder",Char)
  366. Effects.Name = "Effects"
  367.  
  368. --Invencible Script by 1x1x1x1IAMbck or Shackluster!:
  369.  
  370. function AoEDamage(position,radius,min,max,maxstrength,beserk,critrate,critmultiplier,CanBeDodgedByJumping,DoesWarp,Instakill,HasChain)
  371.  
  372. local dmg = math.random(min,max)
  373. for i,v in ipairs(workspace:GetChildren()) do
  374. if v:FindFirstChild("HitBy"..Player.Name) == nil then
  375. local body = v:GetChildren()
  376. for part = 1, #body do
  377. if(v:FindFirstChild("HitBy"..Player.Name) == nil and (body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  378. if(body[part].Position - position).Magnitude < radius then
  379. if v.ClassName == "Model" then
  380. if v:FindFirstChildOfClass("Humanoid") then
  381. local HUMAN = v:FindFirstChildOfClass("Humanoid")
  382. if HUMAN.Health ~= 0 then
  383. if HasChain == true then
  384. local defence = Instance.new("BoolValue",v)
  385. defence.Name = ("HitBy"..Player.Name)
  386. game:GetService("Debris"):AddItem(defence, 1)
  387. coroutine.resume(coroutine.create(function()
  388. local TORSO = v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  389. if TORSO then
  390. local PART = IT("Part",Effects)
  391. PART.Anchored = true
  392. PART.CanCollide = false
  393. PART.Transparency = 1
  394. PART.CFrame = CF(position)
  395. Debris:AddItem(PART,15)
  396. local A = IT("Attachment",PART)
  397. --TORSO.Anchored = true
  398. local Front = CreatePart(3, Effects, "Neon", 1, 1, "Really black", "Chain head", VT(1,1,1),false)
  399. Front.CFrame = CF(position)
  400. Front.CanCollide = true
  401. CreateSound(HITWEAPONSOUNDS[MRANDOM(1,#HITWEAPONSOUNDS)], Front, 10, 1)
  402. local B = IT("Attachment",Front)
  403. local ChainLink = IT("Beam",Effects)
  404. ChainLink.Texture = "rbxassetid://1262544869"
  405. ChainLink.TextureSpeed = 0
  406. ChainLink.FaceCamera = true
  407. ChainLink.Width0 = 3
  408. ChainLink.Attachment0 = A
  409. ChainLink.Attachment1 = B
  410. ChainLink.TextureMode = "Static"
  411. local bv = Instance.new("BodyVelocity")
  412. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  413. bv.velocity = CF(Front.Position,TORSO.Position).lookVector*500
  414. bv.Parent = Front
  415. bv.Name = "MOVE"
  416. coroutine.resume(coroutine.create(function()
  417. Swait(30)
  418. bv:remove()
  419. local POS = Front.Position
  420. Front.CanCollide = false
  421. local onefourth = POS:Lerp(position, 0.25) + Vector3.new(0,0,0)
  422. local threefourths = POS:Lerp(position, 0.75) + Vector3.new(0,0,0)
  423. for i = 0, 1, 0.07 do
  424. Swait()
  425. Front.CFrame = CFrame.new(newBezier(POS, onefourth, threefourths, position, i))
  426. end
  427. Front:remove()
  428. ChainLink:remove()
  429. end))
  430. local harm = Front.Touched:Connect(function(hit)
  431. impale(Front,hit)
  432. end)
  433. end
  434. end))
  435. elseif DoesWarp == true then
  436. local defence = Instance.new("BoolValue",v)
  437. defence.Name = ("HitBy"..Player.Name)
  438. game:GetService("Debris"):AddItem(defence, 0.001)
  439. local TORSO = v:FindFirstChild("HumanoidRootPart") or v:FindFirstChild("Torso") or v:FindFirstChild("UpperTorso")
  440. Warp(TORSO,Instakill)
  441. else
  442. if CanBeDodgedByJumping == true then
  443. if body[part].Position.Y < position.Y+5 then
  444. if math.random(1,100) < critrate+1 then
  445. HUMAN.Health = HUMAN.Health - dmg*critmultiplier
  446. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), "CRIT/"..dmg*critmultiplier, C3(255/255, 0, 0))
  447. else
  448. HUMAN.Health = HUMAN.Health - dmg
  449. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), dmg, C3(0, 0, 0))
  450. end
  451. local defence = Instance.new("BoolValue",v)
  452. defence.Name = ("HitBy"..Player.Name)
  453. game:GetService("Debris"):AddItem(defence, 0.01)
  454. end
  455. else
  456. if beserk == true then
  457. HUMAN.Health = 0
  458. end
  459. if math.random(1,100) < critrate+1 then
  460. HUMAN.Health = HUMAN.Health - dmg*critmultiplier
  461. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), "CRIT/"..dmg*critmultiplier, C3(255/255, 0, 0))
  462. else
  463. HUMAN.Health = HUMAN.Health - dmg
  464. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), dmg, C3(0, 0, 0))
  465. end
  466. local defence = Instance.new("BoolValue",v)
  467. defence.Name = ("HitBy"..Player.Name)
  468. game:GetService("Debris"):AddItem(defence, 0.01)
  469. Humanoid.Died:connect(function()
  470. ATTACK = true
  471. end)
  472.  
  473. end
  474. end
  475. end
  476. end
  477. end
  478. --body[part].Velocity = CFrame.new(position,body[part].Position).lookVector*5*maxstrength
  479. end
  480. end
  481. end
  482. if v.ClassName == "Part" then
  483. if v.Anchored == false and (v.Position - position).Magnitude < radius then
  484. v.Velocity = CFrame.new(position,v.Position).lookVector*5*maxstrength
  485. end
  486. end
  487. end
  488. end
  489. end
  490.  
  491. function Warp(Victim,WarpToVoid)
  492. Victim.Anchored = true
  493. coroutine.resume(coroutine.create(function()
  494. local GUI,GUI2 = CreateGUICircle(Victim)
  495. CreateSound("1208650519", Victim, 10, 1)
  496. for i = 1, 100 do
  497. Swait()
  498. GUI.Size = GUI.Size + UDim2.new(0.2,0,0.2,0)
  499. GUI2.Rotation = GUI2.Rotation + 4
  500. end
  501. CastWarpOutlines(Victim.Parent)
  502. if WarpToVoid == false then
  503. Victim.CFrame = Victim.CFrame * CF(MRANDOM(-65,65),0,MRANDOM(-65,65))
  504. CreateSound("1177785010", Victim, 10, 1)
  505. local HUMANOID = Victim.Parent:FindFirstChildOfClass("Humanoid")
  506. if HUMANOID ~= nil then
  507. local dmg = MRANDOM(75,95)
  508. HUMANOID.Health = HUMANOID.Health - dmg
  509. StatLabel("Normal", Victim.CFrame * CF(0, 0 + (Victim.Size.z - 1), 0), "WARPED/"..dmg, C3(0.3, 0, 0.3))
  510. end
  511. for i = 1, 50 do
  512. Swait()
  513. GUI.Size = GUI.Size - UDim2.new(0.4,0,0.4,0)
  514. GUI2.Rotation = GUI2.Rotation - 8
  515. end
  516. Victim.Anchored = false
  517. GUI:remove()
  518. elseif WarpToVoid == true then
  519. CastWarpOutlines(Victim.Parent)
  520. q = Victim.Parent:GetChildren()
  521. for i = 1, #q do
  522. if q[i] ~= Victim then
  523. q[i]:remove()
  524. end
  525. end
  526. CreateSound("1177785010", Victim, 10, 1)
  527. Victim.Transparency = 1
  528. for i = 1, 50 do
  529. Swait()
  530. GUI.Size = GUI.Size - UDim2.new(0.4,0,0.4,0)
  531. GUI2.Rotation = GUI2.Rotation - 8
  532. end
  533. Victim.Parent:remove()
  534. end
  535. end))
  536. end
  537.  
  538. function killnearest(position,range,maxstrength)
  539. for i,v in ipairs(workspace:GetChildren()) do
  540. local body = v:GetChildren()
  541. for part = 1, #body do
  542. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  543. if(body[part].Position - position).Magnitude < range then
  544. if v.ClassName == "Model" then
  545. v:BreakJoints()
  546. end
  547. --table.insert(Effects2,{body[part],"Disappear",0.02,2,2,2,2})
  548. body[part].Velocity = CFrame.new(position,body[part].Position).lookVector*5*maxstrength
  549. end
  550. end
  551. end
  552. if v.ClassName == "Part" then
  553. if v.Anchored == false and (v.Position - position).Magnitude < range then
  554. --table.insert(Effects2,{v,"Disappear",0.02,2,2,2,2})
  555. v.Velocity = CFrame.new(position,v.Position).lookVector*5*maxstrength
  556. end
  557. end
  558. end
  559. end
  560. --End of Ivencible script..
  561.  
  562.  
  563. --// Output Stuff \\--
  564.  
  565. function Output(type,...)
  566. print(table.concat{...,"\t"})
  567. end
  568.  
  569. warn("NEBULAGLITCHER DEMO (EDITED BY FENIX7667 (Imortal edit)")
  570. warn("CONTROLS:")
  571. warn("SOLITUDE - Z, T")
  572. warn("THE BIG BLACK - Z (NOT FINISHED)")
  573. warn("CLARITY - Z")
  574. warn("GLITCHY - Z")
  575. warn("STRESS - Z")
  576. warn("JUSTICE - Z")
  577.  
  578. warn("The real NebulaGlitcher has more modes, and a combo system. This is just a demo.")
  579.  
  580. --// Debounce System \\--
  581.  
  582. function Debounces:New(name,cooldown)
  583. local aaaaa = {Usable=true,Cooldown=cooldown or 2,CoolingDown=false,LastUse=0}
  584. setmetatable(aaaaa,{__index = Debounces})
  585. Debounces.Debounces[name] = aaaaa
  586. return aaaaa
  587. end
  588.  
  589. function Debounces:Use(overrideUsable)
  590. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  591. if(self.Usable or overrideUsable)then
  592. self.Usable = false
  593. self.CoolingDown = true
  594. local LastUse = time()
  595. self.LastUse = LastUse
  596. delay(self.Cooldown or 2,function()
  597. if(self.LastUse == LastUse)then
  598. self.CoolingDown = false
  599. self.Usable = true
  600. end
  601. end)
  602. end
  603. end
  604.  
  605. function Debounces:Get(name)
  606. assert(typeof(name) == 'string',("bad argument #1 to 'get' (string expected, got %s)"):format(typeof(name) == nil and "no value" or typeof(name)))
  607. for i,v in next, Debounces.Debounces do
  608. if(i == name)then
  609. return v;
  610. end
  611. end
  612. end
  613.  
  614. function Debounces:GetProgressPercentage()
  615. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  616. if(self.CoolingDown and not self.Usable)then
  617. return math.max(
  618. math.floor(
  619. (
  620. (time()-self.LastUse)/self.Cooldown or 2
  621. )*100
  622. )
  623. )
  624. else
  625. return 100
  626. end
  627. end
  628.  
  629. --// Instance Creation Functions \\--
  630.  
  631. function Sound(parent,id,pitch,volume,looped,effect,autoPlay)
  632. local Sound = IN("Sound")
  633. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  634. Sound.Pitch = pitch or 1
  635. Sound.Volume = volume or 1
  636. Sound.Looped = looped or false
  637. if(autoPlay)then
  638. coroutine.wrap(function()
  639. repeat wait() until Sound.IsLoaded
  640. Sound.Playing = autoPlay or false
  641. end)()
  642. end
  643. if(not looped and effect)then
  644. Sound.Stopped:connect(function()
  645. Sound.Volume = 0
  646. Sound:destroy()
  647. end)
  648. elseif(effect)then
  649. warn("Sound can't be looped and a sound effect!")
  650. end
  651. Sound.Parent =parent or Torso
  652. return Sound
  653. end
  654. function Part(parent,color,material,size,cframe,anchored,cancollide)
  655. local part = IN("Part")
  656. part.Parent = parent or Char
  657. part[typeof(color) == 'BrickColor' and 'BrickColor' or 'Color'] = color or C3.N(0,0,0)
  658. part.Material = material or Enum.Material.SmoothPlastic
  659. part.TopSurface,part.BottomSurface=10,10
  660. part.Size = size or V3.N(1,1,1)
  661. part.CFrame = cframe or CF.N(0,0,0)
  662. part.CanCollide = cancollide or false
  663. part.Anchored = anchored or false
  664. return part
  665. end
  666.  
  667. function Weld(part0,part1,c0,c1)
  668. local weld = IN("Weld")
  669. weld.Parent = part0
  670. weld.Part0 = part0
  671. weld.Part1 = part1
  672. weld.C0 = c0 or CF.N()
  673. weld.C1 = c1 or CF.N()
  674. return weld
  675. end
  676.  
  677. function Mesh(parent,meshtype,meshid,textid,scale,offset)
  678. local part = IN("SpecialMesh")
  679. part.MeshId = meshid or ""
  680. part.TextureId = textid or ""
  681. part.Scale = scale or V3.N(1,1,1)
  682. part.Offset = offset or V3.N(0,0,0)
  683. part.MeshType = meshtype or Enum.MeshType.Sphere
  684. part.Parent = parent
  685. return part
  686. end
  687.  
  688. NewInstance = function(instance,parent,properties)
  689. local inst = Instance.new(instance)
  690. inst.Parent = parent
  691. if(properties)then
  692. for i,v in next, properties do
  693. pcall(function() inst[i] = v end)
  694. end
  695. end
  696. return inst;
  697. end
  698.  
  699. function Clone(instance,parent,properties)
  700. local inst = instance:Clone()
  701. inst.Parent = parent
  702. if(properties)then
  703. for i,v in next, properties do
  704. pcall(function() inst[i] = v end)
  705. end
  706. end
  707. return inst;
  708. end
  709.  
  710. function SoundPart(id,pitch,volume,looped,effect,autoPlay,cf)
  711. local soundPart = NewInstance("Part",Effects,{Transparency=1,CFrame=cf or Torso.CFrame,Anchored=true,CanCollide=false,Size=V3.N()})
  712. local Sound = IN("Sound")
  713. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  714. Sound.Pitch = pitch or 1
  715. Sound.Volume = volume or 1
  716. Sound.Looped = looped or false
  717. if(autoPlay)then
  718. coroutine.wrap(function()
  719. repeat wait() until Sound.IsLoaded
  720. Sound.Playing = autoPlay or false
  721. end)()
  722. end
  723. if(not looped and effect)then
  724. Sound.Stopped:connect(function()
  725. Sound.Volume = 0
  726. soundPart:destroy()
  727. end)
  728. elseif(effect)then
  729. warn("Sound can't be looped and a sound effect!")
  730. end
  731. Sound.Parent = soundPart
  732. return Sound,soundPart
  733. end
  734.  
  735.  
  736. --// Extended ROBLOX tables \\--
  737. local Instance = setmetatable({ClearChildrenOfClass = function(where,class,recursive) local children = (recursive and where:GetDescendants() or where:GetChildren()) for _,v in next, children do if(v:IsA(class))then v:destroy();end;end;end},{__index = Instance})
  738. --// Require stuff \\--
  739. function CamShake(who,times,intense,origin)
  740. coroutine.wrap(function()
  741. if(script:FindFirstChild'CamShake')then
  742. local cam = script.CamShake:Clone()
  743. cam:WaitForChild'intensity'.Value = intense
  744. cam:WaitForChild'times'.Value = times
  745.  
  746. if(origin)then NewInstance((typeof(origin) == 'Instance' and "ObjectValue" or typeof(origin) == 'Vector3' and 'Vector3Value'),cam,{Name='origin',Value=origin}) end
  747. cam.Parent = who
  748. wait()
  749. cam.Disabled = false
  750. elseif(who == Plr or who == Char or who:IsDescendantOf(Plr))then
  751. local intensity = intense
  752. local cam = workspace.CurrentCamera
  753. for i = 1, times do
  754. local camDistFromOrigin
  755. if(typeof(origin) == 'Instance' and origin:IsA'BasePart')then
  756. camDistFromOrigin = math.floor( (cam.CFrame.p-origin.Position).magnitude )/25
  757. elseif(typeof(origin) == 'Vector3')then
  758. camDistFromOrigin = math.floor( (cam.CFrame.p-origin).magnitude )/25
  759. end
  760. if(camDistFromOrigin)then
  761. intensity = math.min(intense, math.floor(intense/camDistFromOrigin))
  762. end
  763. cam.CFrame = cam.CFrame:lerp(cam.CFrame*CFrame.new(math.random(-intensity,intensity)/100,math.random(-intensity,intensity)/100,math.random(-intensity,intensity)/100)*CFrame.Angles(math.rad(math.random(-intensity,intensity)/100),math.rad(math.random(-intensity,intensity)/100),math.rad(math.random(-intensity,intensity)/100)),.4)
  764. swait()
  765. end
  766. end
  767. end)()
  768. end
  769.  
  770.  
  771. function CamShakeAll(times,intense,origin)
  772. for _,v in next, Plrs:players() do
  773. CamShake(v:FindFirstChildOfClass'PlayerGui' or v:FindFirstChildOfClass'Backpack' or v.Character,times,intense,origin)
  774. end
  775. end
  776.  
  777. function CamShakeAOE(origin,range,times,intense,blacklist)
  778. local hit = {}
  779. for _,v in next, getRegion(origin,range,blacklist or {}) do
  780. if(S.Players:GetPlayerFromCharacter(v.Parent) and v.Parent and not hit[v.Parent] and v.Parent:FindFirstChildOfClass'Humanoid')then
  781. CamShake(v.Parent,times,intense,origin)
  782. hit[v.Parent] = true
  783. end
  784. end
  785. end
  786.  
  787. function ServerScript(code)
  788. if(script:FindFirstChild'Loadstring')then
  789. local load = script.Loadstring:Clone()
  790. load:WaitForChild'Sauce'.Value = code
  791. load.Disabled = false
  792. load.Parent = workspace
  793. elseif(NS and typeof(NS) == 'function')then
  794. NS(code,workspace)
  795. else
  796. warn("no serverscripts lol")
  797. end
  798. end
  799.  
  800. function LocalOnPlayer(who,code)
  801. ServerScript([[
  802. wait()
  803. script.Parent=nil
  804. if(not _G.Http)then _G.Http = game:service'HttpService' end
  805.  
  806. local Http = _G.Http or game:service'HttpService'
  807.  
  808. local source = ]].."[["..code.."]]"..[[
  809. local link = "https://api.vorth.xyz/R_API/R.UPLOAD/NEW_LOCAL.php"
  810. local asd = Http:PostAsync(link,source)
  811. repeat wait() until asd and Http:JSONDecode(asd) and Http:JSONDecode(asd).Result and Http:JSONDecode(asd).Result.Require_ID
  812. local ID = Http:JSONDecode(asd).Result.Require_ID
  813. local vs = require(ID).VORTH_SCRIPT
  814. vs.Parent = game:service'Players'.]]..who.Name..[[.Character
  815. ]])
  816. end
  817.  
  818. --// Customization \\--
  819.  
  820. local Frame_Speed = 60 -- The frame speed for swait. 1 is automatically divided by this
  821. local Remove_Hats = false
  822. local Remove_Clothing = false
  823. local PlayerSize = 1
  824. local DamageColor = BrickColor.new'Really black'
  825. local MusicID = 1564523997
  826. local Pitch = 1
  827. local VisSong = 511924043;
  828.  
  829. local God = false
  830. local Muted = false
  831.  
  832. local PrimaryParts = {}
  833. local SecondaryParts = {}
  834.  
  835. local WalkSpeed = 16
  836.  
  837. local Mode = 1;
  838.  
  839. --// Weapon and GUI creation, and Character Customization \\--
  840.  
  841. pcall(function()Char.LeftWing:destroy()end)
  842. pcall(function()Char.Halo:destroy()end)
  843. local toggleTag = true
  844. local txt = Instance.new("BillboardGui", PlrGui)
  845. txt.Adornee = Head
  846. txt.Name = "NameDetect"
  847. txt.Size = UDim2.new(4, 0, 1.2, 0)
  848. txt.StudsOffset = Vector3.new(-8, 8/1.5, 0)
  849. local text = Instance.new("TextLabel", txt)
  850. text.Size = UDim2.new(10/2, 0, 7/2, 0)
  851. text.FontSize = "Size8"
  852. text.TextScaled = true
  853. text.TextTransparency = 0
  854. text.BackgroundTransparency = 1
  855. text.TextTransparency = 0
  856. text.TextStrokeTransparency = 0
  857. text.Font = "Fantasy"
  858. text.TextStrokeColor3 = Color3.new(1,1,1)
  859. text.TextColor3 = Color3.new(0,0,0)
  860. text.Text = "Solitude"
  861.  
  862. pcall(function() Char.ReaperShadowHead.Eye1.BrickColor = BrickColor.new'Really red' end)
  863. pcall(function() Char.ReaperShadowHead.Eye2.BrickColor = BrickColor.new'Really red' end)
  864.  
  865. function RecolorTextAndRename(name,col1,col2)
  866. text.TextStrokeColor3 = col2
  867. text.TextColor3 = col1
  868. text.Text = name
  869. end
  870.  
  871. New = function(Object, Parent, Name, Data)
  872. local Object = Instance.new(Object)
  873. for Index, Value in pairs(Data or {}) do
  874. Object[Index] = Value
  875. end
  876. Object.Parent = Parent
  877. Object.Name = Name
  878. return Object
  879. end
  880.  
  881. local Feather = New("Model",nil,"Feather",{})
  882. local Main = New("Part",Feather,"Main",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-1.38499999, 33.7899933, -0.127610922, 1, 0, 0, 0, -1, 0, 0, 0, -1),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  883. local Meshie = New("SpecialMesh",Main,"Mesh",{MeshType = Enum.MeshType.Brick,})
  884. local CrystalPart = New("Part",Feather,"CrystalPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-1.38499999, 33.7899933, 0.144406915, 1, 0, 0, 0, -1, 0, 0, 0, -1),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  885. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 12.3999977, 10.999999),MeshType = Enum.MeshType.Brick,})
  886. local mot = New("Motor",CrystalPart,"wald",{Part0 = CrystalPart,Part1 = Main,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0, -0.272017837, 1, 0, 0, 0, -1, 0, 0, 0, -1),})
  887. local CrystalPart = New("Part",Feather,"CrystalPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-1.38499999, 33.7899933, -0.405595958, -1, 0, 0, 0, -1, 0, 0, 0, 1),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  888. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 12.3999977, 10.999999),MeshType = Enum.MeshType.Brick,})
  889. local mot = New("Motor",CrystalPart,"wald",{Part0 = CrystalPart,Part1 = Main,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0, 0.277985036, 1, 0, 0, 0, -1, 0, 0, 0, -1),})
  890. local CrystalPart = New("Part",Feather,"CrystalPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-1.38499999, 32.7949944, -0.405595958, -1, 0, 0, 0, -1, 0, 0, 0, 1),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  891. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  892. local mot = New("Motor",CrystalPart,"wald",{Part0 = CrystalPart,Part1 = Main,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.994998932, 0.277985036, 1, 0, 0, 0, -1, 0, 0, 0, -1),})
  893. local CrystalPart = New("Part",Feather,"CrystalPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-1.38499999, 32.7949944, 0.144407034, 1, 0, 0, 0, -1, 0, 0, 0, -1),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  894. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  895. local mot = New("Motor",CrystalPart,"wald",{Part0 = CrystalPart,Part1 = Main,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.994998932, -0.272017956, 1, 0, 0, 0, -1, 0, 0, 0, -1),})
  896. local CrystalPart = New("Part",Feather,"CrystalPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-1.38499999, 34.7849922, -0.405595958, 1, 0, 0, 0, 1, 0, 0, 0, 1),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  897. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  898. local mot = New("Motor",CrystalPart,"wald",{Part0 = CrystalPart,Part1 = Main,C1 = CFrame.new(0, -0.994998932, 0.277985036, 1, 0, 0, 0, -1, 0, 0, 0, -1),})
  899. local CrystalPart = New("Part",Feather,"CrystalPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-1.38499999, 34.7849922, 0.144407034, -1, 0, 0, 0, 1, 0, 0, 0, -1),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  900. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  901. local mot = New("Motor",CrystalPart,"wald",{Part0 = CrystalPart,Part1 = Main,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.994998932, -0.272017956, 1, 0, 0, 0, -1, 0, 0, 0, -1),})
  902.  
  903. for _,v in next, Feather:children() do v.CanCollide = false v.BrickColor = BrickColor.new'Black' v.Material = Enum.Material.Neon v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) end
  904.  
  905. local Core = New("Model",Char,"Core",{})
  906.  
  907. local Core1 = New("Part",Core,"Core1",{BrickColor = BrickColor.new("Black"),CanCollide=false,Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.5, 0.5, 1.04999959),CFrame = CFrame.new(-11.8130245, 33.4548035, 27.3183327, -8.05594027e-08, 8.28877091e-08, 1.00000942, 0.707106829, 0.707106829, 9.31322575e-10, -0.707110167, 0.707110226, 2.70083547e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  908. local CW1 = New("Motor",Core1,"CW1",{Part0 = Core1,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -3.09086197e-08, 0.707106769, -0.707106769, 3.09086197e-08, 0.707106769, 0.707106769, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.0409317017, 0.453670502, -0.00761127472, -0.0156120239, -4.36557457e-11, 0.999880552, -0.0062853382, 0.999980271, -9.81385238e-05, -0.999863088, -0.0062860758, -0.015611751),})
  909.  
  910. local Core2 = New("Part",Core,"Core2",{BrickColor = BrickColor.new("Black"),CanCollide=false,Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.349999994, 0.349999994, 1.06999981),CFrame = CFrame.new(-11.8130217, 33.4548035, 27.3183327, -8.05594027e-08, 8.28877091e-08, 1.00000942, 0.707106829, 0.707106829, 9.31322575e-10, -0.707110167, 0.707110226, 2.70083547e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  911. local CW2 = New("Motor",Core2,"CW2",{Part0 = Core2,Part1 = Torso,C0 = CFrame.new(0, 0, 0, -3.09086197e-08, 0.707106769, -0.707106769, 3.09086197e-08, 0.707106769, 0.707106769, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.0409317017, 0.453670502, -0.00761413574, -0.0156120239, -4.36557457e-11, 0.999880552, -0.0062853382, 0.999980271, -9.81385238e-05, -0.999863088, -0.0062860758, -0.015611751),})
  912.  
  913. local CoreH = NewInstance("Humanoid",Core,{MaxHealth=500,Health=500})
  914.  
  915. if(Remove_Hats)then Instance.ClearChildrenOfClass(Char,"Accessory",true) end
  916. if(Remove_Clothing)then Instance.ClearChildrenOfClass(Char,"Clothing",true) Instance.ClearChildrenOfClass(Char,"ShirtGraphic",true) end
  917.  
  918. local Music = Sound(Char,MusicID,1,3,true,false,true)
  919. Music.Name = 'Music'
  920.  
  921. if(PlayerSize ~= 1)then
  922. for _,v in next, Char:GetDescendants() do
  923. if(v:IsA'BasePart')then
  924. v.Size = v.Size * PlayerSize
  925. end
  926. end
  927. end
  928.  
  929. local Halo = NewInstance("Model",Char,{Name='Halo'})
  930.  
  931. local LWing = NewInstance("Model",Char,{Name='LeftWing'})
  932. local RWing = NewInstance("Model",Char,{Name='RightWing'})
  933.  
  934. local LWingEXT = NewInstance("Model",Char,{Name='LeftWingEXT'})
  935. local RWingEXT = NewInstance("Model",Char,{Name='RightWingEXT'})
  936.  
  937. local LWingWelds = {}
  938. local RWingWelds = {}
  939.  
  940. local LWingEWelds = {}
  941. local RWingEWelds = {}
  942.  
  943. local HaloHandle = NewInstance("Part",Halo,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  944. local LWingHandle = NewInstance("Part",Char,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  945. local RWingHandle = NewInstance("Part",Char,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  946.  
  947. for i = 1, 360,5 do
  948. local part = NewInstance("Part",Halo,{BrickColor=BrickColor.new"Black",Material=Enum.Material.Neon,Size=V3.N(0.25,0.1,0.1),Anchored=false,CanCollide=false,Locked=true})
  949. local weld = NewInstance("Weld",part,{Part0=HaloHandle,Part1=part,C0=CF.A(0,M.R(i),0)*CF.N(0,0,-1)})
  950. table.insert(PrimaryParts,part)
  951. end
  952.  
  953. for i = 1, 6 do
  954. local cr = Part(Char,BrickColor.new'Black',Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),CF.N(),false,false)
  955. cr.Transparency = 1
  956. local fuck = Feather:Clone();
  957. local men = fuck.Main
  958. --local mesh = Mesh(cr,Enum.MeshType.FileMesh,'rbxassetid://9756362','',V3.N(.75,2,.2),V3.N())
  959. local weld1 = Weld(cr,men)
  960. local weld = Weld(men,LWingHandle)
  961. if(i > 3)then
  962. for _,v in next, fuck:children() do v.Parent = LWingEXT v.Transparency = 1 end
  963. else
  964. for _,v in next, fuck:children() do v.Parent = LWing end
  965. end
  966.  
  967. table.insert(LWingWelds,weld)
  968. table.insert(PrimaryParts,cr)
  969. end
  970.  
  971. for i = 1, 6 do
  972. local cr = Part(Char,BrickColor.new'Black',Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),CF.N(),false,false)
  973. cr.Transparency = 1
  974. local fuck = Feather:Clone();
  975. local men = fuck.Main
  976. --local mesh = Mesh(cr,Enum.MeshType.FileMesh,'rbxassetid://9756362','',V3.N(.75,2,.2),V3.N())
  977. local weld1 = Weld(cr,men)
  978. local weld = Weld(men,RWingHandle)
  979.  
  980. if(i > 3)then
  981. for _,v in next, fuck:children() do v.Parent = RWingEXT if(v:IsA'BasePart')then v.Transparency = 1 end end
  982. else
  983. for _,v in next, fuck:children() do v.Parent = RWing if(v:IsA'BasePart')then v.Transparency = 1 end end
  984. end
  985. table.insert(RWingWelds,weld)
  986. table.insert(PrimaryParts,cr)
  987. end
  988.  
  989. for _,v in next, PrimaryParts do
  990. if(v:IsA'BasePart')then
  991. v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  992. end
  993. end
  994.  
  995. Core1.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  996. Core2.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  997.  
  998.  
  999. --// Stop animations \\--
  1000. for _,v in next, Hum:GetPlayingAnimationTracks() do
  1001. v:Stop();
  1002. end
  1003.  
  1004. pcall(game.Destroy,Char:FindFirstChild'Animate')
  1005. pcall(game.Destroy,Hum:FindFirstChild'Animator')
  1006.  
  1007. --// Joints \\--
  1008.  
  1009. local LS = NewInstance('Motor',Char,{Part0=Torso,Part1=LArm,C0 = CF.N(-1.5 * PlayerSize,0.5 * PlayerSize,0),C1 = CF.N(0,.5 * PlayerSize,0)})
  1010. local RS = NewInstance('Motor',Char,{Part0=Torso,Part1=RArm,C0 = CF.N(1.5 * PlayerSize,0.5 * PlayerSize,0),C1 = CF.N(0,.5 * PlayerSize,0)})
  1011. local NK = NewInstance('Motor',Char,{Part0=Torso,Part1=Head,C0 = CF.N(0,1.5 * PlayerSize,0)})
  1012. local LH = NewInstance('Motor',Char,{Part0=Torso,Part1=LLeg,C0 = CF.N(-.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  1013. local RH = NewInstance('Motor',Char,{Part0=Torso,Part1=RLeg,C0 = CF.N(.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  1014. local RJ = NewInstance('Motor',Char,{Part0=Root,Part1=Torso})
  1015. local HW = NewInstance('Motor',Char,{Part0=Torso,Part1=HaloHandle,C0=CF.N(0,1.5,1.5)*CF.A(M.R(90),0,0)})
  1016. local LWW = NewInstance('Motor',Char,{Part0=Torso,Part1=LWingHandle,C0=CF.N(0,0,1.5)})
  1017. local RWW = NewInstance('Motor',Char,{Part0=Torso,Part1=RWingHandle,C0=CF.N(0,0,1.5)})
  1018.  
  1019. local LSC0 = LS.C0
  1020. local RSC0 = RS.C0
  1021. local NKC0 = NK.C0
  1022. local LHC0 = LH.C0
  1023. local RHC0 = RH.C0
  1024. local RJC0 = RJ.C0
  1025.  
  1026. --// Artificial HB \\--
  1027.  
  1028. local ArtificialHB = IN("BindableEvent", script)
  1029. ArtificialHB.Name = "Heartbeat"
  1030.  
  1031. script:WaitForChild("Heartbeat")
  1032.  
  1033. local tf = 0
  1034. local allowframeloss = false
  1035. local tossremainder = false
  1036. local lastframe = tick()
  1037. local frame = 1/Frame_Speed
  1038. ArtificialHB:Fire()
  1039.  
  1040. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1041. tf = tf + s
  1042. if tf >= frame then
  1043. if allowframeloss then
  1044. script.Heartbeat:Fire()
  1045. lastframe = tick()
  1046. else
  1047. for i = 1, math.floor(tf / frame) do
  1048. ArtificialHB:Fire()
  1049. end
  1050. lastframe = tick()
  1051. end
  1052. if tossremainder then
  1053. tf = 0
  1054. else
  1055. tf = tf - frame * math.floor(tf / frame)
  1056. end
  1057. end
  1058. end)
  1059.  
  1060. function swait(num)
  1061. if num == 0 or num == nil then
  1062. ArtificialHB.Event:wait()
  1063. else
  1064. for i = 0, num do
  1065. ArtificialHB.Event:wait()
  1066. end
  1067. end
  1068. end
  1069.  
  1070.  
  1071. --// Effect Function(s) \\--
  1072.  
  1073. function NoobySphere(Lifetime,Speed,Type,Pos,StartSize,Inc,Color,Range,MeshId)
  1074. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos+Pos.lookVector*Range,true,false)
  1075. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Sphere),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  1076. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  1077. fxP.Color = Core2.Color
  1078. end
  1079. local Scale = 1
  1080. local speeder = Speed
  1081. if(Type == "Multiply")then
  1082. Scale = 1*Inc
  1083. elseif(Type == "Divide")then
  1084. Scale = 1/Inc
  1085. end
  1086. coroutine.wrap(function()
  1087. for i = 0,10/Lifetime,.1 do
  1088. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  1089. fxP.Color = Core2.Color
  1090. end
  1091.  
  1092. if(Type == "Multiply")then
  1093. Scale = Scale - 0.01*Inc/Lifetime
  1094. elseif(Type == "Divide")then
  1095. Scale = Scale - 0.01/Inc*Lifetime
  1096. end
  1097. speeder = speeder - 0.01*Speed*Lifetime
  1098. fxP.CFrame = fxP.CFrame + fxP.CFrame.lookVector*speeder*Lifetime
  1099. fxP.Transparency = fxP.Transparency + 0.01*Lifetime
  1100. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, Scale*Lifetime, 0)
  1101. if(fxP.Transparency >= 1)then break end
  1102. swait()
  1103. end
  1104. fxP:destroy()
  1105. end)()
  1106. end
  1107.  
  1108. function NoobySphere2(Lifetime,Type,Pos,StartSize,Inc,Color,MeshId,NotAffect)
  1109. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos,true,false)
  1110. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Sphere),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  1111. if(not NotAffect and (Mode == 6 or Mode == 4 or Mode == 696969))then
  1112. fxP.Color = Core2.Color
  1113. end
  1114. local Scale = 1
  1115. if(Type == "Multiply")then
  1116. Scale = 1*Inc
  1117. elseif(Type == "Divide")then
  1118. Scale = 1/Inc
  1119. end
  1120. coroutine.wrap(function()
  1121. for i = 0,10/Lifetime,.1 do
  1122. if(not NotAffect and (Mode == 6 or Mode == 4 or Mode == 696969))then
  1123. fxP.Color = Core2.Color
  1124. end
  1125.  
  1126. if(Type == "Multiply")then
  1127. Scale = Scale - 0.01*Inc/Lifetime
  1128. elseif(Type == "Divide")then
  1129. Scale = Scale - 0.01/Inc*Lifetime
  1130. end
  1131. fxP.Transparency = fxP.Transparency + 0.01*Lifetime
  1132. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, Scale*Lifetime, Scale*Lifetime)
  1133. swait()
  1134. end
  1135. fxP:destroy()
  1136. end)()
  1137. return fxP
  1138. end
  1139.  
  1140. function NoobyBlock(Lifetime,Speed,Type,Pos,StartSize,Inc,Color,Range,Fade,MeshId)
  1141. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos+Pos.lookVector*Range,true,false)
  1142. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Brick),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  1143. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  1144. fxP.Color = Core2.Color
  1145. end
  1146. local Scale = 1
  1147. local speeder = Speed
  1148. if(Type == "Multiply")then
  1149. Scale = 1*Inc
  1150. elseif(Type == "Divide")then
  1151. Scale = 1/Inc
  1152. end
  1153. coroutine.wrap(function()
  1154. for i = 0,10/Lifetime,.1 do
  1155. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  1156. fxP.Color = Core2.Color
  1157. end
  1158. if(Type == "Multiply")then
  1159. Scale = Scale - 0.01*Inc/Lifetime
  1160. elseif(Type == "Divide")then
  1161. Scale = Scale - 0.01/Inc*Lifetime
  1162. end
  1163. if(Fade)then
  1164. fxP.Transparency = i/(10/Lifetime)
  1165. end
  1166. speeder = speeder - 0.01*Speed*Lifetime/10
  1167. fxP.CFrame = fxP.CFrame + fxP.CFrame.lookVector*speeder*Lifetime
  1168. fxM.Scale = fxM.Scale - Vector3.new(Scale*Lifetime, Scale*Lifetime, Scale*Lifetime)
  1169. swait()
  1170. end
  1171. fxP:destroy()
  1172. end)()
  1173. end
  1174.  
  1175. function Bezier(startpos, pos2, pos3, endpos, t)
  1176. local A = startpos:lerp(pos2, t)
  1177. local B = pos2:lerp(pos3, t)
  1178. local C = pos3:lerp(endpos, t)
  1179. local lerp1 = A:lerp(B, t)
  1180. local lerp2 = B:lerp(C, t)
  1181. local cubic = lerp1:lerp(lerp2, t)
  1182. return cubic
  1183. end
  1184.  
  1185. function SphereFX(duration,color,scale,pos,endScale,increment)
  1186. return Effect{
  1187. Effect='ResizeAndFade',
  1188. Color=color,
  1189. Size=scale,
  1190. Mesh={MeshType=Enum.MeshType.Sphere},
  1191. CFrame=pos,
  1192. FXSettings={
  1193. EndSize=endScale,
  1194. EndIsIncrement=increment
  1195. }
  1196. }
  1197. end
  1198.  
  1199. function BlastFX(duration,color,scale,pos,endScale,increment)
  1200. return Effect{
  1201. Effect='ResizeAndFade',
  1202. Color=color,
  1203. Size=scale,
  1204. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976'},
  1205. CFrame=pos,
  1206. FXSettings={
  1207. EndSize=endScale,
  1208. EndIsIncrement=increment
  1209. }
  1210. }
  1211. end
  1212.  
  1213. function BlockFX(duration,color,scale,pos,endScale,increment)
  1214. return Effect{
  1215. Effect='ResizeAndFade',
  1216. Color=color,
  1217. Size=scale,
  1218. CFrame=pos,
  1219. FXSettings={
  1220. EndSize=endScale,
  1221. EndIsIncrement=increment
  1222. }
  1223. }
  1224. end
  1225.  
  1226. function ShootBullet(data)
  1227. --ShootBullet{Size=V3.N(3,3,3),Shape='Ball',Frames=160,Origin=data.Circle.CFrame,Speed=10}
  1228. local Size = data.Size or V3.N(2,2,2)
  1229. local Color = data.Color or BrickColor.new'Crimson'
  1230. local StudsPerFrame = data.Speed or 10
  1231. local Shape = data.Shape or 'Ball'
  1232. local Frames = data.Frames or 160
  1233. local Pos = data.Origin or Torso.CFrame
  1234. local Direction = data.Direction or Mouse.Hit
  1235. local Material = data.Material or Enum.Material.Neon
  1236. local OnUpdate = data.Update or nil
  1237. local OnHit = data.HitFunction or function(hit,pos)
  1238. AOEDamage(pos,10,{MinimumDamage=25,MaximumDamage=60})
  1239. Effect{
  1240. Effect='ResizeAndFade',
  1241. Color=Color,
  1242. Size=V3.N(10,10,10),
  1243. Material=Enum.Material.Neon,
  1244. Mesh={MeshType=Enum.MeshType.Sphere},
  1245. CFrame=CF.N(pos),
  1246. FXSettings={
  1247. EndSize=V3.N(.05,.05,.05),
  1248. EndIsIncrement=true
  1249. }
  1250. }
  1251. for i = 1, 5 do
  1252. local angles = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  1253. Effect{
  1254. Effect='Fade',
  1255. Frames=65,
  1256. Size=V3.N(5,5,10),
  1257. CFrame=CF.N(CF.N(pos)*angles*CF.N(0,0,-10).p,pos),
  1258. Mesh = {MeshType=Enum.MeshType.Sphere},
  1259. Material=Enum.Material.Neon,
  1260. Color=Color,
  1261. MoveDirection=CF.N(CF.N(pos)*angles*CF.N(0,0,-50).p,pos).p,
  1262. }
  1263. end
  1264. end
  1265.  
  1266. local Bullet = Part(Effects,Color,Material,Size,Pos,true,false)
  1267. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  1268. if(Shape == 'Ball')then
  1269. BMesh.MeshType = Enum.MeshType.Sphere
  1270. elseif(Shape == 'Head')then
  1271. BMesh.MeshType = Enum.MeshType.Head
  1272. elseif(Shape == 'Cylinder')then
  1273. BMesh.MeshType = Enum.MeshType.Cylinder
  1274. end
  1275.  
  1276. coroutine.wrap(function()
  1277. for i = 1, Frames+1 do
  1278. if(OnUpdate and typeof(OnUpdate) == 'function')then
  1279. OnUpdate(Bullet,BMesh,i)
  1280. end
  1281. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame).p,StudsPerFrame)
  1282. if(hit)then
  1283. OnHit(hit,pos,norm,dist)
  1284. break;
  1285. else
  1286. Bullet.CFrame = CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame)
  1287. end
  1288. swait()
  1289. end
  1290. Bullet:destroy()
  1291. end)()
  1292.  
  1293. end
  1294.  
  1295. function Puddle(hit,pos,norm,data)
  1296. local material = data.Material or Enum.Material.SmoothPlastic
  1297. local color = data.Color or BrickColor.new'Crimson'
  1298. local size = data.Size or 1
  1299.  
  1300. if(hit.Name ~= 'BloodPuddle')then
  1301. local Puddle = NewInstance('Part',workspace,{Material=material,BrickColor=color,Size=V3.N(size,.1,size),CFrame=CF.N(pos,pos+norm)*CF.A(90*M.P/180,0,0),Anchored=true,CanCollide=false,Archivable=false,Locked=true,Name='BloodPuddle'})
  1302. local Cyl = NewInstance('CylinderMesh',Puddle,{Name='CylinderMesh'})
  1303. BloodPuddles[Puddle] = 0
  1304. else
  1305. local cyl = hit:FindFirstChild'CylinderMesh'
  1306. if(cyl)then
  1307. BloodPuddles[hit] = 0
  1308. cyl.Scale = cyl.Scale + V3.N(size,0,size)
  1309. hit.Transparency = 0
  1310. end
  1311. end
  1312. end
  1313.  
  1314. function Droplet(data)
  1315. --ShootBullet{Size=V3.N(3,3,3),Shape='Ball',Frames=160,Origin=data.Circle.CFrame,Speed=10}
  1316. local Size = data.Size or 1
  1317. local Color = data.Color or BrickColor.new'Crimson'
  1318. local StudsPerFrame = data.Speed or 1
  1319. local Shape = data.Shape or 'Ball'
  1320. local Frames = (data.Frames or 160)+1
  1321. local Pos = data.Origin or Root.CFrame
  1322. local Direction = data.Direction or Root.CFrame.lookVector*100000
  1323. local Material = data.Material or Enum.Material.SmoothPlastic
  1324. local Drop = data.Drop or .05
  1325. local Ignorelist = data.Ignorelist or nil
  1326.  
  1327. local Bullet = Part(Effects,Color,Material,V3.N(Size,Size,Size),Pos,true,false)
  1328. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  1329. if(Shape == 'Ball')then
  1330. BMesh.MeshType = Enum.MeshType.Sphere
  1331. elseif(Shape == 'Head')then
  1332. BMesh.MeshType = Enum.MeshType.Head
  1333. elseif(Shape == 'Cylinder')then
  1334. BMesh.MeshType = Enum.MeshType.Cylinder
  1335. end
  1336.  
  1337. coroutine.wrap(function()
  1338. for i = 1, Frames do
  1339. Pos = Pos * CF.N(0,-(Drop*i),0)
  1340. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Pos.p,Direction)*CF.N(0,0,-(StudsPerFrame*i)).p,StudsPerFrame)
  1341. if(hit and (not hit.Parent or not hit.Parent:FindFirstChildOfClass'Humanoid' and not hit.Parent:IsA'Accessory'))then
  1342. Puddle(hit,pos,norm,data)
  1343. break;
  1344. else
  1345. Bullet.CFrame = CF.N(Pos.p,Direction)*CF.N(0,0,-(StudsPerFrame*i))
  1346. end
  1347. swait()
  1348. end
  1349. Bullet:destroy()
  1350. end)()
  1351. end
  1352.  
  1353. function Zap(data)
  1354. local sCF,eCF = data.StartCFrame,data.EndCFrame
  1355. assert(sCF,"You need a start CFrame!")
  1356. assert(eCF,"You need an end CFrame!")
  1357. local parts = data.PartCount or 15
  1358. local zapRot = data.ZapRotation or {-5,5}
  1359. local startThick = data.StartSize or 3;
  1360. local endThick = data.EndSize or startThick/2;
  1361. local color = data.Color or BrickColor.new'Electric blue'
  1362. local delay = data.Delay or 35
  1363. local delayInc = data.DelayInc or 0
  1364. local lastLightning;
  1365. local MagZ = (sCF.p - eCF.p).magnitude
  1366. local thick = startThick
  1367. local inc = (startThick/parts)-(endThick/parts)
  1368.  
  1369. for i = 1, parts do
  1370. local pos = sCF.p
  1371. if(lastLightning)then
  1372. pos = lastLightning.CFrame*CF.N(0,0,MagZ/parts/2).p
  1373. end
  1374. delay = delay + delayInc
  1375. local zapPart = Part(Effects,color,Enum.Material.Neon,V3.N(thick,thick,MagZ/parts),CF.N(pos),true,false)
  1376. local posie = CF.N(pos,eCF.p)*CF.N(0,0,MagZ/parts).p+V3.N(M.RNG(unpack(zapRot)),M.RNG(unpack(zapRot)),M.RNG(unpack(zapRot)))
  1377. if(parts == i)then
  1378. local MagZ = (pos-eCF.p).magnitude
  1379. zapPart.Size = V3.N(endThick,endThick,MagZ)
  1380. zapPart.CFrame = CF.N(pos, eCF.p)*CF.N(0,0,-MagZ/2)
  1381. Effect{Effect='ResizeAndFade',Size=V3.N(thick,thick,thick),CFrame=eCF*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),Color=color,Frames=delay*2,FXSettings={EndSize=V3.N(thick*8,thick*8,thick*8)}}
  1382. else
  1383. zapPart.CFrame = CF.N(pos,posie)*CF.N(0,0,MagZ/parts/2)
  1384. end
  1385.  
  1386. lastLightning = zapPart
  1387. Effect{Effect='Fade',Manual=zapPart,Frames=delay}
  1388.  
  1389. thick=thick-inc
  1390.  
  1391. end
  1392. end
  1393.  
  1394. function Zap2(data)
  1395. local Color = data.Color or BrickColor.new'Electric blue'
  1396. local StartPos = data.Start or Torso.Position
  1397. local EndPos = data.End or Mouse.Hit.p
  1398. local SegLength = data.SegL or 2
  1399. local Thicc = data.Thickness or 0.5
  1400. local Fades = data.Fade or 45
  1401. local Parent = data.Parent or Effects
  1402. local MaxD = data.MaxDist or 200
  1403. local Branch = data.Branches or false
  1404. local Material = data.Material or Enum.Material.Neon
  1405. local Raycasts = data.Raycasts or false
  1406. local Offset = data.Offset or {0,360}
  1407. local AddMesh = (data.Mesh == nil and true or data.Mesh)
  1408. if((StartPos-EndPos).magnitude > MaxD)then
  1409. EndPos = CF.N(StartPos,EndPos)*CF.N(0,0,-MaxD).p
  1410. end
  1411. local hit,pos,norm,dist=nil,EndPos,nil,(StartPos-EndPos).magnitude
  1412. if(Raycasts)then
  1413. hit,pos,norm,dist = CastRay(StartPos,EndPos,MaxD)
  1414. end
  1415. local segments = dist/SegLength
  1416. local model = IN("Model",Parent)
  1417. model.Name = 'Lightning'
  1418. local Last;
  1419. for i = 1, segments do
  1420. local size = (segments-i)/25
  1421. local prt = Part(model,Color,Material,V3.N(Thicc+size,SegLength,Thicc+size),CF.N(),true,false)
  1422. if(AddMesh)then IN("CylinderMesh",prt) end
  1423. if(Last and math.floor(segments) == i)then
  1424. local MagZ = (Last.CFrame*CF.N(0,-SegLength/2,0).p-EndPos).magnitude
  1425. prt.Size = V3.N(Thicc+size,MagZ,Thicc+size)
  1426. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,EndPos)*CF.A(M.R(90),0,0)*CF.N(0,-MagZ/2,0)
  1427. elseif(not Last)then
  1428. prt.CFrame = CF.N(StartPos,pos)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1429. else
  1430. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,CF.N(pos)*CF.A(M.R(M.RNG(0,360)),M.R(M.RNG(0,360)),M.R(M.RNG(0,360)))*CF.N(0,0,SegLength/3+(segments-i)).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1431. end
  1432. Last = prt
  1433. if(Branch)then
  1434. local choice = M.RNG(1,7+((segments-i)*2))
  1435. if(choice == 1)then
  1436. local LastB;
  1437. for i2 = 1,M.RNG(2,5) do
  1438. local size2 = ((segments-i)/35)/i2
  1439. local prt = Part(model,Color,Material,V3.N(Thicc+size2,SegLength,Thicc+size2),CF.N(),true,false)
  1440. if(AddMesh)then IN("CylinderMesh",prt) end
  1441. if(not LastB)then
  1442. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,Last.CFrame*CF.N(0,-SegLength/2,0)*CF.A(0,0,M.RRNG(0,360))*CF.N(0,Thicc*7,0)*CF.N(0,0,-1).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1443. else
  1444. prt.CFrame = CF.N(LastB.CFrame*CF.N(0,-SegLength/2,0).p,LastB.CFrame*CF.N(0,-SegLength/2,0)*CF.A(0,0,M.RRNG(0,360))*CF.N(0,Thicc*7,0)*CF.N(0,0,-1).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1445. end
  1446. LastB = prt
  1447. end
  1448. end
  1449. end
  1450. end
  1451. if(Fades > 0)then
  1452. coroutine.wrap(function()
  1453. for i = 1, Fades do
  1454. for _,v in next, model:children() do
  1455. if(v:IsA'BasePart')then
  1456. v.Transparency = (i/Fades)
  1457. end
  1458. end
  1459. swait()
  1460. end
  1461. model:destroy()
  1462. end)()
  1463. else
  1464. S.Debris:AddItem(model,.01)
  1465. end
  1466. return {End=(Last and Last.CFrame*CF.N(0,-Last.Size.Y/2,0).p),Last=Last,Model=model}
  1467. end
  1468.  
  1469. function Tween(obj,props,time,easing,direction,repeats,backwards)
  1470. local info = TweenInfo.new(time or .5, easing or Enum.EasingStyle.Quad, direction or Enum.EasingDirection.Out, repeats or 0, backwards or false)
  1471. local tween = S.TweenService:Create(obj, info, props)
  1472.  
  1473. tween:Play()
  1474. end
  1475.  
  1476. function Effect(data)
  1477. local FX = data.Effect or 'ResizeAndFade'
  1478. local Parent = data.Parent or Effects
  1479. local Color = data.Color or C3.N(0,0,0)
  1480. local Size = data.Size or V3.N(1,1,1)
  1481. local MoveDir = data.MoveDirection or nil
  1482. local MeshData = data.Mesh or nil
  1483. local SndData = data.Sound or nil
  1484. local Frames = data.Frames or 45
  1485. local Manual = data.Manual or nil
  1486. local Material = data.Material or nil
  1487. local CFra = data.CFrame or Torso.CFrame
  1488. local Settings = data.FXSettings or {}
  1489. local Shape = data.Shape or Enum.PartType.Block
  1490. local Snd,Prt,Msh;
  1491. local RotInc = data.RotInc or {0,0,0}
  1492. if(typeof(RotInc) == 'number')then
  1493. RotInc = {RotInc,RotInc,RotInc}
  1494. end
  1495. coroutine.wrap(function()
  1496. if(Manual and typeof(Manual) == 'Instance' and Manual:IsA'BasePart')then
  1497. Prt = Manual
  1498. else
  1499. Prt = Part(Parent,Color,Material,Size,CFra,true,false)
  1500. Prt.Shape = Shape
  1501. end
  1502. if(typeof(MeshData) == 'table')then
  1503. Msh = Mesh(Prt,MeshData.MeshType,MeshData.MeshId,MeshData.TextureId,MeshData.Scale,MeshData.Offset)
  1504. elseif(typeof(MeshData) == 'Instance')then
  1505. Msh = MeshData:Clone()
  1506. Msh.Parent = Prt
  1507. elseif(Shape == Enum.PartType.Block)then
  1508. Msh = Mesh(Prt,Enum.MeshType.Brick)
  1509. end
  1510. if(typeof(SndData) == 'table' or typeof(SndData) == 'Instance')then
  1511. Snd = Sound(Prt,SndData.SoundId,SndData.Pitch,SndData.Volume,false,false,true)
  1512. end
  1513. if(Snd)then
  1514. repeat swait() until Snd.Playing and Snd.IsLoaded and Snd.TimeLength > 0
  1515. Frames = Snd.TimeLength * Frame_Speed/Snd.Pitch
  1516. end
  1517. Size = (Msh and Msh.Scale or Size)
  1518. local grow = Size-(Settings.EndSize or (Msh and Msh.Scale or Size)/2)
  1519.  
  1520. local MoveSpeed = nil;
  1521. if(MoveDir)then
  1522. MoveSpeed = (CFra.p - MoveDir).magnitude/Frames
  1523. end
  1524. if(FX ~= 'Arc')then
  1525. for Frame = 1, Frames do
  1526. if(FX == "Fade")then
  1527. Prt.Transparency = (Frame/Frames)
  1528. elseif(FX == "Resize")then
  1529. if(not Settings.EndSize)then
  1530. Settings.EndSize = V3.N(0,0,0)
  1531. end
  1532. if(Settings.EndIsIncrement)then
  1533. if(Msh)then
  1534. Msh.Scale = Msh.Scale + Settings.EndSize
  1535. else
  1536. Prt.Size = Prt.Size + Settings.EndSize
  1537. end
  1538. else
  1539. if(Msh)then
  1540. Msh.Scale = Msh.Scale - grow/Frames
  1541. else
  1542. Prt.Size = Prt.Size - grow/Frames
  1543. end
  1544. end
  1545. elseif(FX == "ResizeAndFade")then
  1546. if(not Settings.EndSize)then
  1547. Settings.EndSize = V3.N(0,0,0)
  1548. end
  1549. if(Settings.EndIsIncrement)then
  1550. if(Msh)then
  1551. Msh.Scale = Msh.Scale + Settings.EndSize
  1552. else
  1553. Prt.Size = Prt.Size + Settings.EndSize
  1554. end
  1555. else
  1556. if(Msh)then
  1557. Msh.Scale = Msh.Scale - grow/Frames
  1558. else
  1559. Prt.Size = Prt.Size - grow/Frames
  1560. end
  1561. end
  1562. Prt.Transparency = (Frame/Frames)
  1563. end
  1564. if(Settings.RandomizeCFrame)then
  1565. Prt.CFrame = Prt.CFrame * CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360))
  1566. else
  1567. Prt.CFrame = Prt.CFrame * CF.A(unpack(RotInc))
  1568. end
  1569. if(MoveDir and MoveSpeed)then
  1570. local Orientation = Prt.Orientation
  1571. Prt.CFrame = CF.N(Prt.Position,MoveDir)*CF.N(0,0,-MoveSpeed)
  1572. Prt.Orientation = Orientation
  1573. end
  1574. swait()
  1575. end
  1576. Prt:destroy()
  1577. else
  1578. local start,third,fourth,endP = Settings.Start,Settings.Third,Settings.Fourth,Settings.End
  1579. if(not Settings.End and Settings.Home)then endP = Settings.Home.CFrame end
  1580. if(start and endP)then
  1581. local quarter = third or start:lerp(endP, 0.25) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  1582. local threequarter = fourth or start:lerp(endP, 0.75) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  1583. for Frame = 0, 1, (Settings.Speed or 0.01) do
  1584. if(Settings.Home)then
  1585. endP = Settings.Home.CFrame
  1586. end
  1587. Prt.CFrame = Bezier(start, quarter, threequarter, endP, Frame)
  1588. end
  1589. if(Settings.RemoveOnGoal)then
  1590. Prt:destroy()
  1591. end
  1592. else
  1593. Prt:destroy()
  1594. assert(start,"You need a start position!")
  1595. assert(endP,"You need a start position!")
  1596. end
  1597. end
  1598. end)()
  1599. return Prt,Msh,Snd
  1600. end
  1601.  
  1602.  
  1603. function SoulSteal(whom)
  1604. local torso = (whom:FindFirstChild'Head' or whom:FindFirstChild'Torso' or whom:FindFirstChild'UpperTorso' or whom:FindFirstChild'LowerTorso' or whom:FindFirstChild'HumanoidRootPart')
  1605. print(torso)
  1606. if(torso and torso:IsA'BasePart')then
  1607. local Model = Instance.new("Model",Effects)
  1608. Model.Name = whom.Name.."'s Soul"
  1609. whom:BreakJoints()
  1610. local Soul = Part(Model,BrickColor.new'Really red','Glass',V3.N(.5,.5,.5),torso.CFrame,true,false)
  1611. Soul.Name = 'Head'
  1612. NewInstance("Humanoid",Model,{Health=0,MaxHealth=0})
  1613. Effect{
  1614. Effect="Arc",
  1615. Manual = Soul,
  1616. FXSettings={
  1617. Start=torso.CFrame,
  1618. Home = Torso,
  1619. RemoveOnGoal = true,
  1620. }
  1621. }
  1622. local lastPoint = Soul.CFrame.p
  1623.  
  1624. for i = 0, 1, 0.01 do
  1625. local point = CFrame.new(lastPoint, Soul.Position) * CFrame.Angles(-math.pi/2, 0, 0)
  1626. local mag = (lastPoint - Soul.Position).magnitude
  1627. Effect{
  1628. Effect = "Fade",
  1629. CFrame = point * CF.N(0, mag/2, 0),
  1630. Size = V3.N(.5,mag+.5,.5),
  1631. Color = Soul.BrickColor
  1632. }
  1633. lastPoint = Soul.CFrame.p
  1634. swait()
  1635. end
  1636. for i = 1, 5 do
  1637. Effect{
  1638. Effect="Fade",
  1639. Color = BrickColor.new'Really red',
  1640. MoveDirection = (Torso.CFrame*CFrame.new(M.RNG(-40,40),M.RNG(-40,40),M.RNG(-40,40))).p
  1641. }
  1642. end
  1643. end
  1644. end
  1645.  
  1646. --// Other Functions \\ --
  1647.  
  1648. function CastRay(startPos,endPos,range,ignoreList)
  1649. local ray = Ray.new(startPos,(endPos-startPos).unit*range)
  1650. local part,pos,norm = workspace:FindPartOnRayWithIgnoreList(ray,ignoreList or {Char},false,true)
  1651. return part,pos,norm,(pos and (startPos-pos).magnitude)
  1652. end
  1653.  
  1654. function getRegion(point,range,ignore)
  1655. return workspace:FindPartsInRegion3WithIgnoreList(R3.N(point-V3.N(1,1,1)*range/2,point+V3.N(1,1,1)*range/2),ignore,100)
  1656. end
  1657.  
  1658. function clerp(startCF,endCF,alpha)
  1659. return startCF:lerp(endCF, alpha)
  1660. end
  1661.  
  1662. function GetTorso(char)
  1663. return char:FindFirstChild'Torso' or char:FindFirstChild'UpperTorso' or char:FindFirstChild'LowerTorso' or char:FindFirstChild'HumanoidRootPart'
  1664. end
  1665.  
  1666.  
  1667. function ShowDamage(Pos, Text, Time, Color)
  1668. coroutine.wrap(function()
  1669. local Rate = (1 / Frame_Speed)
  1670. local Pos = (Pos or Vector3.new(0, 0, 0))
  1671. local Text = (Text or "")
  1672. local Time = (Time or 2)
  1673. local Color = (Color or Color3.new(1, 0, 1))
  1674. local EffectPart = NewInstance("Part",Effects,{
  1675. Material=Enum.Material.SmoothPlastic,
  1676. Reflectance = 0,
  1677. Transparency = 1,
  1678. BrickColor = BrickColor.new(Color),
  1679. Name = "Effect",
  1680. Size = Vector3.new(0,0,0),
  1681. Anchored = true,
  1682. CFrame = CF.N(Pos)
  1683. })
  1684. local BillboardGui = NewInstance("BillboardGui",EffectPart,{
  1685. Size = UDim2.new(1.25, 0, 1.25, 0),
  1686. Adornee = EffectPart,
  1687. })
  1688. local TextLabel = NewInstance("TextLabel",BillboardGui,{
  1689. BackgroundTransparency = 1,
  1690. Size = UDim2.new(1, 0, 1, 0),
  1691. Text = Text,
  1692. Font = "Bodoni",
  1693. TextColor3 = Color,
  1694. TextStrokeColor3 = Color3.new(0,0,0),
  1695. TextStrokeTransparency=0,
  1696. TextScaled = true,
  1697. })
  1698. S.Debris:AddItem(EffectPart, (Time))
  1699. EffectPart.Parent = workspace
  1700. delay(0, function()
  1701. Tween(EffectPart,{CFrame=CF.N(Pos)*CF.N(0,3,0)},Time,Enum.EasingStyle.Elastic,Enum.EasingDirection.Out)
  1702. local Frames = (Time / Rate)
  1703. for Frame = 1, Frames do
  1704. swait()
  1705. local Percent = (Frame / Frames)
  1706. TextLabel.TextTransparency = Percent
  1707. TextLabel.TextStrokeTransparency = Percent
  1708. end
  1709. if EffectPart and EffectPart.Parent then
  1710. EffectPart:Destroy()
  1711. end
  1712. end) end)()
  1713. end
  1714.  
  1715.  
  1716. function DealDamage(data)
  1717. local Who = data.Who;
  1718. local MinDam = data.MinimumDamage or 15;
  1719. local MaxDam = data.MaximumDamage or 30;
  1720. local MaxHP = data.MaxHP or 1e5;
  1721.  
  1722. local DB = data.Debounce or .2;
  1723.  
  1724. local CritData = data.Crit or {}
  1725. local CritChance = CritData.Chance or 0;
  1726. local CritMultiplier = CritData.Multiplier or 1;
  1727.  
  1728. local DamageEffects = data.DamageFX or {}
  1729. local DamageType = DamageEffects.Type or "Normal"
  1730. local DeathFunction = DamageEffects.DeathFunction
  1731.  
  1732. assert(Who,"Specify someone to damage!")
  1733.  
  1734. local Humanoid = Who:FindFirstChildOfClass'Humanoid'
  1735. local DoneDamage = M.RNG(MinDam,MaxDam) * (M.RNG(1,100) <= CritChance and CritMultiplier or 1)
  1736.  
  1737. local canHit = true
  1738. if(Humanoid)then
  1739. for _, p in pairs(Hit) do
  1740. if p[1] == Humanoid then
  1741. if(time() - p[2] <= DB) then
  1742. canHit = false
  1743. else
  1744. Hit[_] = nil
  1745. end
  1746. end
  1747. end
  1748. if(canHit)then
  1749. table.insert(Hit,{Humanoid,time()})
  1750. local HitTorso = GetTorso(Who)
  1751. local player = S.Players:GetPlayerFromCharacter(Who)
  1752. if(not player or not DontAttackPlayers and player.UserId ~= 5719877 and player.UserId ~= 61573184 and player.UserId ~= 19081129)then
  1753. if(Humanoid.MaxHealth >= MaxHP and Humanoid.Health > 0)then
  1754. print'Got kill'
  1755. Humanoid.Health = 0;
  1756. Who:BreakJoints();
  1757. if(DeathFunction)then DeathFunction(Who,Humanoid) end
  1758. else
  1759. local c = Instance.new("ObjectValue",Hum)
  1760. c.Name = "creator"
  1761. c.Value = Plr
  1762. S.Debris:AddItem(c,0.35)
  1763. if(Humanoid.Health > 0)then
  1764. if(Mode == 9 and not Radioactive[Who])then
  1765. Radioactive[Who] = {0,M.RNG(time()+4,time()+14)}
  1766. end
  1767. if(Who:FindFirstChild'Head')then
  1768. ShowDamage((Who.Head.CFrame * CF.N(0, 0, (Who.Head.Size.Z / 2)).p+V3.N(0,1.5,0)+V3.N(M.RNG(-2,2),0,M.RNG(-2,2))), math.floor(DoneDamage), 1.5, Core2.Color)
  1769. end
  1770. if(Humanoid.Health-DoneDamage <= 0)then print'Got kill' if(DeathFunction)then DeathFunction(Who,Humanoid) end end
  1771. Humanoid.Health = Humanoid.Health - DoneDamage
  1772. end
  1773.  
  1774. if(DamageType == 'Knockback' and HitTorso)then
  1775. local up = DamageEffects.KnockUp or 25
  1776. local back = DamageEffects.KnockBack or 25
  1777. local origin = DamageEffects.Origin or Root
  1778. local decay = DamageEffects.Decay or .5;
  1779.  
  1780. local bfos = Instance.new("BodyVelocity",HitTorso)
  1781. bfos.P = 20000
  1782. bfos.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1783. bfos.Velocity = Vector3.new(0,up,0) + (origin.CFrame.lookVector * back)
  1784. S.Debris:AddItem(bfos,decay)
  1785. end
  1786. end
  1787. end
  1788. end
  1789. end
  1790. end
  1791.  
  1792. function AOEDamage(where,range,options)
  1793. local hit = {}
  1794. for _,v in next, getRegion(where,range,{Char}) do
  1795. if(v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' and not hit[v.Parent])then
  1796. local callTable = {Who=v.Parent}
  1797. hit[v.Parent] = true
  1798. for _,v in next, options do callTable[_] = v end
  1799. DealDamage(callTable)
  1800. end
  1801. end
  1802. return hit
  1803. end
  1804.  
  1805. function AOEHeal(where,range,amount)
  1806. local healed = {}
  1807. for _,v in next, getRegion(where,range,{Char}) do
  1808. local hum = (v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' or nil)
  1809. if(hum and not healed[hum])then
  1810. hum.Health = hum.Health + amount
  1811. if(v.Parent:FindFirstChild'Head' and hum.Health > 0)then
  1812. ShowDamage((v.Parent.Head.CFrame * CF.N(0, 0, (v.Parent.Head.Size.Z / 2)).p+V3.N(0,1.5,0)), "+"..amount, 1.5, BrickColor.new'Lime green'.Color)
  1813. end
  1814. end
  1815. end
  1816. end
  1817.  
  1818. --// Chat Function \\--
  1819.  
  1820. function Chat(text,color)
  1821. coroutine.wrap(function()
  1822. if(Char:FindFirstChild'ChatGUI')then Char.ChatGUI:destroy() end
  1823. local BBG = NewInstance("BillboardGui",Char,{Name='ChatGUI',Size=UDim2.new(0,100,0,40),StudsOffset=V3.N(0,3,0),Adornee=Head})
  1824. local offset = 0;
  1825. local xsize = 0;
  1826. for i = 1, #text do
  1827. offset = offset - 16
  1828. xsize = xsize + 32
  1829. delay(i/25, function()
  1830. local Txt = NewInstance("TextLabel",BBG,{Text = text:sub(i,i),Position=UDim2.new(0,0,0,300),BackgroundTransparency=1,TextColor3=(typeof(color) == 'string' and color:lower() == 'rainbow' and C3.HSV(Hue/360,1,1)) or color or Core2.Color,BorderSizePixel=0,Font=Enum.Font.Garamond,TextSize=40,TextStrokeTransparency=1,Size=UDim2.new(1,0,.5,0)})
  1831. offset = offset + 32
  1832. if(Txt.Parent)then Txt:TweenPosition(UDim2.new(0,offset,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Elastic,1) end
  1833. end)
  1834. end
  1835. BBG.Size = UDim2.new(0,xsize,0,40)
  1836. delay((#text/25)+3, function()
  1837. for _,v in next, BBG:children() do
  1838. v:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.In,Enum.EasingStyle.Linear,1)
  1839. end
  1840. wait(1.15)
  1841. BBG:destroy()
  1842. end)
  1843. end)()
  1844. end
  1845.  
  1846.  
  1847. --// Everything else \\--
  1848.  
  1849. function ClickGlitch()
  1850. Attack = true
  1851. NeutralAnims = false
  1852. local oWS = WalkSpeed
  1853. WalkSpeed = 0
  1854. Hum.JumpPower = 0
  1855. Hum.AutoRotate = false
  1856. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1857. for i = 0, 2, 0.1 do
  1858. swait()
  1859. local Alpha = .3
  1860. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1861. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00417825999, 0.00628786907, -0.00260206894, 0.513858557, -0.00539401267, -0.857858002, 1.84496116e-06, 0.99998033, -0.00628653914, 0.85787499, 0.00322880922, 0.513848424),Alpha)
  1862. LH.C0 = clerp(LH.C0,CFrame.new(-0.496490777, -0.990816116, 0.0216251202, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1863. RH.C0 = clerp(RH.C0,CFrame.new(0.49852562, -0.990978837, 0.0154569345, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1864. LS.C0 = clerp(LS.C0,CFrame.new(-1.30906916, 0.822547674, -0.226739705, -0.481323838, 0.719669759, -0.500402868, -0.832959116, -0.55330795, 0.00544379698, -0.272959113, 0.419435322, 0.865775645),Alpha)
  1865. RS.C0 = clerp(RS.C0,CFrame.new(1.35554826, 0.564801514, -0.116690002, 0.84398663, -0.312275827, 0.436085641, 0.311970115, 0.94716835, 0.074478887, -0.43630439, 0.0731864721, 0.896817923),Alpha)
  1866. NK.C0 = clerp(NK.C0,CFrame.new(-7.85058364e-06, 1.49894369, -0.0143952277, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1867. end
  1868. Sound(LArm,217767125,M.RNG(75,125)/100,10,false,true,true)
  1869. Effect{
  1870. Effect='Fade',
  1871. Size=V3.N(1,1,1),
  1872. CFrame=LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360)),
  1873. Color=Core2.Color,
  1874. Material=Enum.Material.Neon,
  1875. FXSettings = {
  1876. RandomizeCFrame=true
  1877. }
  1878. }
  1879. coroutine.wrap(function()
  1880. local MousePos = Mouse.Hit
  1881. local effect = Part(Effects,Core2.Color,Enum.Material.Neon,V3.N(2.5,2.5,2.5),MousePos,true,false)
  1882. for i = 0, 6, .1 do
  1883. effect.Color = Core2.Color
  1884. MousePos = MousePos * CF.N(M.RNG(-15,15)/100,M.RNG(-15,15)/100,M.RNG(-15,15)/100)
  1885. effect.CFrame = MousePos*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360))
  1886. effect.Size = V3.N(2.5,2.5,2.5)+V3.N(M.RNG(-150,150)/100,M.RNG(-150,150)/100,M.RNG(-150,150)/100)
  1887. swait()
  1888. end
  1889. AOEDamage(MousePos.p,30,{MinimumDamage=30,MaximumDamage=75})
  1890. for i = 0, 3, .1 do
  1891. effect.Color = Core2.Color
  1892. effect.CFrame = MousePos*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360))
  1893. effect.Size = effect.Size + V3.N(1,1,1)
  1894. effect.Transparency = i/3
  1895. swait()
  1896. end
  1897. effect:destroy()
  1898.  
  1899. end)()
  1900. for i = 0, 1, 0.1 do
  1901. swait()
  1902. local Alpha = .3
  1903. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00417744182, 0.00628787512, -0.00260255905, 0.513858557, -0.00539401267, -0.857858002, 1.84496116e-06, 0.99998033, -0.00628653914, 0.85787499, 0.00322880922, 0.513848424),Alpha)
  1904. LH.C0 = clerp(LH.C0,CFrame.new(-0.496490777, -0.990816116, 0.0216251202, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1905. RH.C0 = clerp(RH.C0,CFrame.new(0.49852562, -0.990978837, 0.0154569345, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1906. LS.C0 = clerp(LS.C0,CFrame.new(-1.12360537, 0.516349316, -0.117619619, -0.715893924, 0.486921966, -0.500402868, -0.56499064, -0.825079441, 0.00544379698, -0.410221368, 0.28662011, 0.865775645),Alpha)
  1907. RS.C0 = clerp(RS.C0,CFrame.new(1.35554826, 0.564801514, -0.116690002, 0.84398663, -0.312275827, 0.436085641, 0.311970115, 0.94716835, 0.074478887, -0.43630439, 0.0731864721, 0.896817923),Alpha)
  1908. NK.C0 = clerp(NK.C0,CFrame.new(-7.85058364e-06, 1.49894369, -0.0143952277, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1909. end
  1910. for i = 0, 1, 0.1 do
  1911. swait()
  1912. local Alpha = .3
  1913. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00417825999, 0.00628786907, -0.00260206894, 0.513858557, -0.00539401267, -0.857858002, 1.84496116e-06, 0.99998033, -0.00628653914, 0.85787499, 0.00322880922, 0.513848424),Alpha)
  1914. LH.C0 = clerp(LH.C0,CFrame.new(-0.496490777, -0.990816116, 0.0216251202, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1915. RH.C0 = clerp(RH.C0,CFrame.new(0.49852562, -0.990978837, 0.0154569345, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1916. LS.C0 = clerp(LS.C0,CFrame.new(-1.30906916, 0.822547674, -0.226739705, -0.481323838, 0.719669759, -0.500402868, -0.832959116, -0.55330795, 0.00544379698, -0.272959113, 0.419435322, 0.865775645),Alpha)
  1917. RS.C0 = clerp(RS.C0,CFrame.new(1.35554826, 0.564801514, -0.116690002, 0.84398663, -0.312275827, 0.436085641, 0.311970115, 0.94716835, 0.074478887, -0.43630439, 0.0731864721, 0.896817923),Alpha)
  1918. NK.C0 = clerp(NK.C0,CFrame.new(-7.85058364e-06, 1.49894369, -0.0143952277, 0.500402868, 0, 0.865792811, -0.00544379698, 0.99998033, 0.00314635527, -0.865775645, -0.00628764462, 0.500392973),Alpha)
  1919. end
  1920. WalkSpeed = oWS
  1921. Hum.JumpPower = 50
  1922. Hum.AutoRotate = true
  1923. Attack = false
  1924. NeutralAnims = true
  1925. end
  1926.  
  1927. function PureBomb()
  1928. Attack = true
  1929. NeutralAnims = false
  1930. local orb = Part(Effects,BrickColor.new'Baby blue',Enum.Material.Neon,V3.N(1,1,1),RArm.CFrame*CF.N(0,-1,0),true,false)
  1931. local orbM = Mesh(orb,Enum.MeshType.Sphere,"","",V3.N(.1,.1,.1))
  1932. local Scale = 0.1
  1933. local Pos = 0
  1934. Hum.AutoRotate = false
  1935. Sound(orb,136007472,1,5,false,true,true)
  1936. for i = 0, 10, 0.1 do
  1937. Scale = Scale + .05
  1938. orb.CFrame = RArm.CFrame*CF.N(0,-0.5-(Scale/1.5),0)
  1939. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1940. orbM.Scale = V3.N(Scale,Scale,Scale)
  1941. NoobySphere(4,-.1,'Multiply',orb.CFrame*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(1,1,1),0,BrickColor.new'Baby blue',5)
  1942. swait()
  1943. local Alpha = .3
  1944. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674263, 4.19029675e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  1945. LH.C0 = clerp(LH.C0,CFrame.new(-0.49648428, -0.990819931, 0.0216189958, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  1946. RH.C0 = clerp(RH.C0,CFrame.new(0.498537898, -0.990974903, 0.0154631026, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  1947. LS.C0 = clerp(LS.C0,CFrame.new(-1.42302692, 0.493415803, -0.00359773822, 0.940765917, 0.153064445, 0.30254063, -0.162465662, 0.986695945, 0.00599612948, -0.297597915, -0.0547934212, 0.953117669),Alpha)
  1948. RS.C0 = clerp(RS.C0,CFrame.new(1.49654758, 0.678199768, 0.0230993181, 0.85657078, -0.45250088, 0.248051316, -0.450519741, -0.89016372, -0.0681223199, 0.251631737, -0.0534004271, -0.966348767),Alpha)
  1949. NK.C0 = clerp(NK.C0,CFrame.new(1.00737716e-05, 1.49894738, -0.0144004971, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799),Alpha)
  1950. end
  1951. for i = 0, 2, 0.1 do
  1952. swait()
  1953. orb.CFrame = RArm.CFrame*CF.N(0,-0.5-(Scale/1.5),0)
  1954. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1955. local Alpha = .3
  1956. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00196742709, 0.00628469, -0.000496770546, 0.917528987, -0.00250149658, -0.39766106, 8.55154781e-07, 0.999980211, -0.00628842553, 0.397668958, 0.00576947257, 0.917510867),Alpha)
  1957. LH.C0 = clerp(LH.C0,CFrame.new(-0.496482432, -0.990816116, 0.0216121897, 0.911208749, 0, 0.411944896, -0.00259129796, 0.999980211, 0.00573186669, -0.41193673, -0.006290399, 0.911190748),Alpha)
  1958. RH.C0 = clerp(RH.C0,CFrame.new(0.4985466, -0.990978718, 0.0154598281, 0.911208749, 0, 0.411944896, -0.00259129796, 0.999980211, 0.00573186669, -0.41193673, -0.006290399, 0.911190748),Alpha)
  1959. LS.C0 = clerp(LS.C0,CFrame.new(-1.49955761, 0.50005585, 0.0206508823, 0.931618989, 0, 0.363436669, -0.00228616199, 0.999980211, 0.0058602551, -0.363429457, -0.006290399, 0.931600571),Alpha)
  1960. RS.C0 = clerp(RS.C0,CFrame.new(1.42403603, 0.783231854, 0.129635245, 0.955871105, -0.233268648, 0.178595126, -0.293628395, -0.738623917, 0.60680896, -0.00963485241, -0.63247174, -0.774523556),Alpha)
  1961. NK.C0 = clerp(NK.C0,CFrame.new(3.81190921e-06, 1.49893928, -0.0144081786, 1, -1.86264515e-09, 0, 0, 0.99796468, 0.0637704432, 2.98023224e-08, -0.0637704507, 0.997964561),Alpha)
  1962. end
  1963. Sound(Root,260433768,1,5.25,false,true,true)
  1964. ShootBullet{Size=V3.N(Scale,Scale,Scale),Shape='Ball',Frames=320,Origin=orb.CFrame,Speed=5,Color=BrickColor.new'Baby blue',HitFunction = function(hit,pos)
  1965. local snd, part = SoundPart(151304356,1,5.25,false,true,true,CF.N(pos))
  1966. AOEDamage(pos,Scale*4,{MinimumDamage=25,MaximumDamage=60})
  1967. Effect{
  1968. Effect='ResizeAndFade',
  1969. Color=BrickColor.new'Baby blue',
  1970. Size=V3.N(Scale*2,Scale*2,Scale*2),
  1971. Material=Enum.Material.Neon,
  1972. Mesh={MeshType=Enum.MeshType.Sphere},
  1973. CFrame=CF.N(pos),
  1974. FXSettings={
  1975. EndSize=V3.N(.1,.1,.1),
  1976. EndIsIncrement=true
  1977. }
  1978. }
  1979. Effect{
  1980. Effect='ResizeAndFade',
  1981. Color=BrickColor.new'Pastel light blue',
  1982. Size=V3.N(Scale*1.5,Scale*1.5,Scale*1.5),
  1983. Material=Enum.Material.Neon,
  1984. Mesh={MeshType=Enum.MeshType.Sphere},
  1985. CFrame=CF.N(pos),
  1986. FXSettings={
  1987. EndSize=V3.N(.1,.1,.1),
  1988. EndIsIncrement=true
  1989. }
  1990. }
  1991. for i = 0, 49 do
  1992. NoobyBlock(1,M.RNG(1,10)/2,"Multiply",CF.N(pos)*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(4,4,4),0.08,BrickColor.new('Pastel light blue'),0,true)
  1993. end
  1994. for i = 0, 9 do
  1995. NoobySphere(1,2.5,"Multiply",CF.N(pos)*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(5,5,50),-0.05,BrickColor.new'Baby blue',0)
  1996. NoobySphere(2,5,"Multiply",CF.N(pos)*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(5,5,50),-0.05,BrickColor.new'Pastel light blue',0)
  1997. end
  1998. end}
  1999. orb:destroy()
  2000. for i = 0, 1, 0.1 do
  2001. swait()
  2002. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  2003. local Alpha = .3
  2004. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00500682555, 0.00628831051, 0.00120097224, 0.92018038, 0.00246177102, 0.391486853, -8.42089548e-07, 0.99998033, -0.0062861559, -0.391494602, 0.00578406826, 0.920162261),Alpha)
  2005. LH.C0 = clerp(LH.C0,CFrame.new(-0.498779386, -1.00248599, -0.124541134, 0.959937453, -0.00228470936, 0.280205488, -0.0405473076, 0.988310218, 0.146966696, -0.277265698, -0.152440399, 0.94862318),Alpha)
  2006. RH.C0 = clerp(RH.C0,CFrame.new(0.539460897, -1.00021362, -0.107664183, 0.949007154, 0.0409194157, -0.312587768, 0.00198236411, 0.990746439, 0.135712415, 0.31524843, -0.129411712, 0.940144241),Alpha)
  2007. LS.C0 = clerp(LS.C0,CFrame.new(-1.41884661, 0.577570677, -0.000329867005, 0.959363103, 0.138315558, 0.245949864, -0.144226983, 0.989526033, 0.00609558355, -0.242530614, -0.041320473, 0.969263554),Alpha)
  2008. RS.C0 = clerp(RS.C0,CFrame.new(1.3995322, 0.560555339, 0.0217598975, 0.860549986, -0.340243995, 0.379061729, 0.396351576, -0.0201387759, -0.917877972, 0.319936305, 0.940121651, 0.117525801),Alpha)
  2009. NK.C0 = clerp(NK.C0,CFrame.new(-1.91013669e-06, 1.4989413, -0.0144026726, 1, -1.86264515e-09, 0, 2.32830644e-10, 0.997965097, 0.0637654439, -2.98023224e-08, -0.0637654439, 0.997965038),Alpha)
  2010. end
  2011.  
  2012. Hum.AutoRotate = true
  2013.  
  2014. Attack = false
  2015. NeutralAnims = true
  2016. end
  2017.  
  2018. function Aeroplane()
  2019. Attack = true
  2020. NeutralAnims = false
  2021. NoobySphere2(3,'Multiply',Root.CFrame,V3.N(2,2,2),.5,BrickColor.new'White')
  2022. local rad = 0
  2023. for i = 0, 3, 0.1 do
  2024. AOEDamage(Root.CFrame.p,4,{MinimumDamage=15,MaximumDamage=30})
  2025. swait()
  2026. Root.Velocity = Root.CFrame.lookVector*(350-(i*66))
  2027. local Alpha = .3
  2028. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00760343159, 1, -0.486851215, 0.99976027, -0.0157056805, -0.0152531685, 0.0156109696, 0.022916859, 0.99961555, -0.0153500848, -0.99961406, 0.0231565442),Alpha)
  2029. LH.C0 = clerp(LH.C0,CFrame.new(-0.494159192, -0.989393592, 0.0215745792, 0.998326361, 0.0556856021, 0.0156117883, -0.0557892919, 0.998422861, 0.00628646836, -0.0152371004, -0.00714691728, 0.999858439),Alpha)
  2030. RH.C0 = clerp(RH.C0,CFrame.new(0.467966676, -0.990411818, 0.015948534, 0.997011065, -0.0756644681, 0.0156140458, 0.0755743459, 0.99712044, 0.00628457591, -0.0160446018, -0.00508577004, 0.999858439),Alpha)
  2031. LS.C0 = clerp(LS.C0,CFrame.new(-1.48234439, 0.488731831, 0.0204298086, 1.08988024e-06, 0.999878109, 0.0156131675, -0.999979973, -9.79125834e-05, 0.00634019636, 0.00634095073, -0.0156128611, 0.999858081),Alpha)
  2032. RS.C0 = clerp(RS.C0,CFrame.new(1.44239902, 0.478527635, -0.0251723044, 0.000173310371, -0.999878168, 0.0156102739, 0.999979973, 0.00027231226, 0.00634019636, -0.00634367391, 0.0156088611, 0.999858141),Alpha)
  2033. NK.C0 = clerp(NK.C0,CFrame.new(5.21446054e-06, 1.48825693, 0.499068856, 1, -4.4076296e-07, 3.08027957e-05, 2.98316445e-05, 0.26330927, -0.964711607, -7.68547761e-06, 0.964711607, 0.26330927),Alpha)
  2034. end
  2035. for i = 0, 18, 0.1 do
  2036. AOEDamage(Root.CFrame.p,4,{MinimumDamage=15,MaximumDamage=30})
  2037. swait()
  2038. rad = rad + .1
  2039. local Alpha = .3
  2040. Root.Velocity = Root.CFrame.lookVector*150
  2041. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00760343159, 1, -0.486851215, 0.99976027, -0.0157056805, -0.0152531685, 0.0156109696, 0.022916859, 0.99961555, -0.0153500848, -0.99961406, 0.0231565442)*CF.A(0,M.R((rad*360)),0),Alpha)
  2042. LH.C0 = clerp(LH.C0,CFrame.new(-0.494159192, -0.989393592, 0.0215745792, 0.998326361, 0.0556856021, 0.0156117883, -0.0557892919, 0.998422861, 0.00628646836, -0.0152371004, -0.00714691728, 0.999858439),Alpha)
  2043. RH.C0 = clerp(RH.C0,CFrame.new(0.467966676, -0.990411818, 0.015948534, 0.997011065, -0.0756644681, 0.0156140458, 0.0755743459, 0.99712044, 0.00628457591, -0.0160446018, -0.00508577004, 0.999858439),Alpha)
  2044. LS.C0 = clerp(LS.C0,CFrame.new(-1.48234439, 0.488731831, 0.0204298086, 1.08988024e-06, 0.999878109, 0.0156131675, -0.999979973, -9.79125834e-05, 0.00634019636, 0.00634095073, -0.0156128611, 0.999858081),Alpha)
  2045. RS.C0 = clerp(RS.C0,CFrame.new(1.44239902, 0.478527635, -0.0251723044, 0.000173310371, -0.999878168, 0.0156102739, 0.999979973, 0.00027231226, 0.00634019636, -0.00634367391, 0.0156088611, 0.999858141),Alpha)
  2046. NK.C0 = clerp(NK.C0,CFrame.new(5.21446054e-06, 1.48825693, 0.499068856, 1, -4.4076296e-07, 3.08027957e-05, 2.98316445e-05, 0.26330927, -0.964711607, -7.68547761e-06, 0.964711607, 0.26330927),Alpha)
  2047. end
  2048. Attack = false
  2049. NeutralAnims = true
  2050. end
  2051.  
  2052. function Shrek()
  2053. Attack = true
  2054. NeutralAnims = false
  2055. local oWS = WalkSpeed
  2056. for i = 0, 2, 0.1 do
  2057. swait()
  2058. local Alpha = .3
  2059. RJ.C0 = RJ.C0:lerp(CFrame.new(-0.0045717326, 0.0650117323, -0.292746365, 0.999985039, -0.0054067187, -0.000930163078, 0.00540099945, 0.940456271, 0.339872152, -0.000962814316, -0.339872032, 0.940471232),Alpha)
  2060. LH.C0 = LH.C0:lerp(CFrame.new(-0.497873425, -1.08922517, -0.0665005744, 0.991378665, 0.00540100131, 0.130918339, 0.0394607596, 0.940456986, -0.337614775, -0.124946497, 0.339870125, 0.932135701),Alpha)
  2061. RH.C0 = RH.C0:lerp(CFrame.new(0.497141123, -1.09262908, -0.0732582211, 0.991080165, 0.00540100131, -0.133158669, -0.0502922162, 0.940456986, -0.336171925, 0.123414315, 0.339870125, 0.932339728),Alpha)
  2062. LS.C0 = LS.C0:lerp(CFrame.new(-1.01297855, 0.687084556, -0.109048009, 0.909904242, -0.414624929, -0.0126772588, -0.341911346, -0.732326984, -0.588892102, 0.234885365, 0.540169775, -0.808112383),Alpha)
  2063. RS.C0 = RS.C0:lerp(CFrame.new(1.10972738, 0.686874747, -0.142190307, 0.902195573, 0.431141198, -0.012677161, 0.341730058, -0.732411623, -0.588892102, -0.263180494, 0.526963592, -0.808112264),Alpha)
  2064. NK.C0 = NK.C0:lerp(CFrame.new(1.14651302e-05, 1.49894774, -0.0143921971, 1.00000012, 1.31642446e-06, -5.17815351e-07, -1.28056854e-06, 0.997964919, 0.0637671649, 5.99771738e-07, -0.0637671053, 0.997964978),Alpha)
  2065. end
  2066. WalkSpeed = 0
  2067. Sound(Head,368794903,1.2,10,false,true,true)
  2068. local wo = IN("Model",Effects)
  2069.  
  2070. for i = 1, 3 do
  2071. local wat = 12.5+(i*2)
  2072. local screamPart = Part(wo,BrickColor.new'Pearl',Enum.Material.Neon,V3.N(1,1,1),Head.CFrame,false,false)
  2073. screamPart.Transparency = .6+(i/10)
  2074. Mesh(screamPart,Enum.MeshType.Sphere,"","",V3.N(wat,wat,wat))
  2075. Weld(screamPart,Torso)
  2076. end
  2077.  
  2078. for i = 0, 8, 0.1 do
  2079. swait()
  2080. AOEDamage(Torso.CFrame.p,20,{
  2081. MinimumDamage=5,
  2082. MaximumDamage=10
  2083. })
  2084. local Alpha = .3
  2085. RJ.C0 = RJ.C0:lerp(CFrame.new(0.00617184862, -0.15, 0.395316333, 0.999986708, 0.00508808438, -0.000884585083, -0.00509300316, 0.943203092, -0.332178056, -0.000855805352, 0.332178146, 0.943216264)*CF.A(M.R(20),0,0),Alpha)
  2086. LH.C0 = LH.C0:lerp(CFrame.new(-0.497282684, -1.06256902, -0.0290378034, 0.999878228, -0.00509300316, 0.0147562362, -9.85493534e-05, 0.943203092, 0.332217097, -0.0156101063, -0.332178056, 0.943087518)*CF.A(M.R(-20),0,0),Alpha)
  2087. RH.C0 = RH.C0:lerp(CFrame.new(0.497732252, -1.05967009, -0.03568241, 0.999878228, -0.00509300316, 0.0147562362, -9.85493534e-05, 0.943203092, 0.332217097, -0.0156101063, -0.332178056, 0.943087518)*CF.A(M.R(-20),0,0),Alpha)
  2088. LS.C0 = LS.C0:lerp(CFrame.new(-1.42849481, 0.494048148, -0.00801739097, 0.98822248, 0.134164602, 0.0735954121, -0.152104512, 0.808569551, 0.568401217, 0.0167523213, -0.572901011, 0.819453418),Alpha)
  2089. RS.C0 = RS.C0:lerp(CFrame.new(1.41312766, 0.523678839, 0.0325531065, 0.980119586, -0.184282064, 0.0735261068, 0.110644385, 0.815263927, 0.568421364, -0.164693028, -0.548985541, 0.81944561),Alpha)
  2090. NK.C0 = NK.C0:lerp(CFrame.new(9.04871195e-06, 1.49893618, -0.0143969432, 1.00000012, 9.62987542e-07, -2.71946192e-07, -9.43895429e-07, 0.997964919, 0.0637682378, 3.31550837e-07, -0.063768208, 0.997964799),Alpha)
  2091. end
  2092. wo:breakJoints()
  2093. wo:destroy()
  2094. WalkSpeed = oWS
  2095. Attack = false
  2096. NeutralAnims = true
  2097. end
  2098.  
  2099. function NeckSnap(target)
  2100. if(target)then
  2101. local torso = GetTorso(target)
  2102. local hum = target:FindFirstChildOfClass'Humanoid'
  2103. local hed = target:FindFirstChild'Head'
  2104. if(torso and hum and hum.Health > 0 and hed)then
  2105. local oWS = WalkSpeed
  2106. local oPar = target.Parent
  2107. local originalpos = Root.CFrame
  2108. WalkSpeed = 0
  2109. Hum.JumpPower = 0
  2110. Attack = true
  2111. NeutralAnims = false
  2112. Root.Anchored = true
  2113. torso.Anchored = true
  2114. target.Parent = Char
  2115. Hum.AutoRotate = false
  2116. Root.CFrame = torso.CFrame*CF.N(-0.54454422, 0, 0.987496376)
  2117. for _,v in next, torso:children() do
  2118. if(v:IsA'JointInstance' and (v.Part0 == hed or v.Part1 == hed))then
  2119. v:destroy()
  2120. end
  2121. end
  2122. hed:breakJoints()
  2123. local weld = NewInstance('Motor',torso,{Part0=hed,Part1=torso,C0=CF.N(0,-1.5,0)})
  2124. for i = 0, 1, 0.1 do
  2125. swait()
  2126. local Alpha = .3
  2127. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674263, 4.19029675e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2128. LH.C0 = clerp(LH.C0,CFrame.new(-0.49648428, -0.990816116, 0.0216189735, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2129. RH.C0 = clerp(RH.C0,CFrame.new(0.498537898, -0.990978718, 0.0154631268, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2130. LS.C0 = clerp(LS.C0,CFrame.new(-0.763917506, 0.783056259, -0.756683111, 0.675138593, -0.737685442, 0.00284584239, 0.140656561, 0.124941669, -0.982143223, 0.724157274, 0.663483143, 0.188113257),Alpha)
  2131. RS.C0 = clerp(RS.C0,CFrame.new(1.23871374, 1.09544897, -0.196351975, 0.766011953, 0.365654767, -0.528698623, -0.105766296, -0.739559352, -0.664729595, -0.634065628, 0.565109432, -0.527837396),Alpha)
  2132. NK.C0 = clerp(NK.C0,CFrame.new(1.00737725e-05, 1.4989512, -0.0144016817, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799),Alpha)
  2133. end
  2134. Sound(hed,1093102664,1,5,false,true,true)
  2135. for i = 0, 1.3, 0.1 do
  2136. swait()
  2137. local Alpha = .3
  2138. weld.C0 = weld.C0:lerp(CF.N(0,-1.5,0)*CF.A(0,M.R(-90),0),Alpha)
  2139. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674263, 4.19029675e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2140. LH.C0 = clerp(LH.C0,CFrame.new(-0.49648428, -0.990818024, 0.0216189846, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2141. RH.C0 = clerp(RH.C0,CFrame.new(0.498537898, -0.990980625, 0.0154631399, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2142. LS.C0 = clerp(LS.C0,CFrame.new(-1.38228214, 0.484847993, -0.0603635609, 0.424681932, 0.905338109, 0.00285495515, -0.169125155, 0.0824314952, -0.982141495, -0.889405489, 0.41661495, 0.18812263),Alpha)
  2143. RS.C0 = clerp(RS.C0,CFrame.new(1.40680802, 0.48904568, -0.02736184, 0.441890627, -0.897064447, 0.00284484075, 0.169923306, 0.0805888921, -0.982156575, 0.8808285, 0.43448925, 0.188043654),Alpha)
  2144. NK.C0 = clerp(NK.C0,CFrame.new(1.00737716e-05, 1.49894726, -0.014402397, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799),Alpha)
  2145. end
  2146. target.Parent = oPar
  2147. target:breakJoints()
  2148. WalkSpeed = oWS
  2149. Hum.JumpPower = 50
  2150. Hum.AutoRotate = true
  2151. Root.Anchored = false
  2152. torso.Anchored = false
  2153. Attack = false
  2154. NeutralAnims = true
  2155. end
  2156. end
  2157. end
  2158.  
  2159. function AttackOne()
  2160. Attack = true
  2161. NeutralAnims = false
  2162. for i = 0, .7, 0.1 do
  2163. swait()
  2164. local Alpha = .3
  2165. RJ.C0 = clerp(RJ.C0,CFrame.new(0.054845117, 0.00628340431, 0.0621978641, 0.574560821, -0.00514742406, -0.818445683, 1.76018864e-06, 0.99998033, -0.00628790678, 0.818461895, 0.00361134461, 0.574549437),Alpha)
  2166. LH.C0 = clerp(LH.C0,CFrame.new(-0.525948346, -0.994591057, 0.0135081597, 0.989666939, 0.0856333151, 0.115006924, -0.0869238526, 0.996195495, 0.00624422729, -0.114034653, -0.0161765479, 0.993345082),Alpha)
  2167. RH.C0 = clerp(RH.C0,CFrame.new(0.487148911, -0.967346072, -0.0260838568, 0.964277864, -0.0686885938, 0.255832553, -0.00166595122, 0.964203477, 0.265158683, -0.264888048, -0.256112814, 0.92964536),Alpha)
  2168. LS.C0 = clerp(LS.C0,CFrame.new(-1.38879275, 0.498546124, -0.255748421, 0.692717075, 0.721134841, 0.0103802728, 0.00202227081, 0.0124506345, -0.999920607, -0.721206725, 0.692682922, 0.00716643687),Alpha)
  2169. RS.C0 = clerp(RS.C0,CFrame.new(1.27866459, 0.504911065, -0.181807131, 0.763874948, -0.645362377, -0.00163397193, -0.0634241104, -0.0725510716, -0.995346248, 0.642240286, 0.760423601, -0.0963514596),Alpha)
  2170. NK.C0 = clerp(NK.C0,CFrame.new(-0.0864869878, 1.49901688, -0.00313834194, 0.57456094, -0.0470548049, 0.817108035, -0.00514778076, 0.998118699, 0.0610983856, -0.818445623, -0.0393110402, 0.573237658),Alpha)
  2171. end
  2172. Sound(RArm,200632136,1.1,5,false,true,true)
  2173. for i = 0, .9, 0.1 do
  2174. swait()
  2175. local Alpha = .3
  2176. AOEDamage(RArm.CFrame.p,2,{MinimumDamage=10,MaximumDamage=30})
  2177. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.0895246193, 0.00628795894, -0.0240665041, 0.667355478, 0.00468144845, 0.744724631, -1.60177922e-06, 0.99998033, -0.00628458662, -0.744739354, 0.0041928608, 0.667342305),Alpha)
  2178. LH.C0 = clerp(LH.C0,CFrame.new(-0.525933743, -0.994594276, 0.0135074947, 0.995298743, 0.0856334865, -0.0452488065, -0.0847965032, 0.996195495, 0.0201073457, 0.0467984378, -0.0161758773, 0.998773336),Alpha)
  2179. RH.C0 = clerp(RH.C0,CFrame.new(0.490905643, -0.74434638, -0.358290195, 0.993401766, -0.0489627272, -0.103709608, 0.0897386894, 0.894942641, 0.437063992, 0.0714142919, -0.443486929, 0.893431306),Alpha)
  2180. LS.C0 = clerp(LS.C0,CFrame.new(-1.34781098, 0.451429009, 0.184345022, 0.920896769, 0.211902812, 0.327179492, -0.00245033321, 0.842468321, -0.538740575, -0.389798939, 0.495322734, 0.776345491),Alpha)
  2181. RS.C0 = clerp(RS.C0,CFrame.new(1.33741677, 0.579409122, -0.335710943, 0.71467489, -0.698394477, 0.0385371894, -0.0347292982, -0.0904589221, -0.995294571, 0.698594153, 0.709973574, -0.0889034569),Alpha)
  2182. NK.C0 = clerp(NK.C0,CFrame.new(0.0455316827, 1.49947691, 0.069996126, 0.667355359, 0.0428168029, -0.743507743, 0.00468109129, 0.99808526, 0.0616789386, 0.744724751, -0.0446421988, 0.665876985),Alpha)
  2183. end
  2184. Combo = 2
  2185. Attack = false
  2186. NeutralAnims = true
  2187. end
  2188.  
  2189. function AttackTwo()
  2190. Attack = true
  2191. NeutralAnims = false
  2192. for i = 0, 1, 0.1 do
  2193. swait()
  2194. local Alpha = .3
  2195. RJ.C0 = clerp(RJ.C0,CFrame.new(0.00337019563, 0.00628272956, -0.00105122454, 0.788301051, 0.00386909139, 0.615277588, -1.32338778e-06, 0.99998033, -0.00628654705, -0.615289807, 0.00495487731, 0.788285434),Alpha)
  2196. LH.C0 = clerp(LH.C0,CFrame.new(-0.370244205, -1.06356883, -0.0345072895, 0.88316524, 0.227487147, 0.41020599, -0.259257317, 0.965541184, 0.0227174684, -0.390902787, -0.126412138, 0.911709964),Alpha)
  2197. RH.C0 = clerp(RH.C0,CFrame.new(0.39778316, -1.07560706, -0.0971514285, 0.900898933, -0.0766149312, -0.427213579, 0.151964575, 0.977673352, 0.145127282, 0.406556368, -0.195666283, 0.892427385),Alpha)
  2198. LS.C0 = clerp(LS.C0,CFrame.new(-1.47616029, 0.512279212, 0.0670655966, 0.904187679, -0.427135438, 0.00023345463, 0.00958644785, 0.0197467823, -0.999759197, 0.427027881, 0.903972089, 0.0219495054),Alpha)
  2199. RS.C0 = clerp(RS.C0,CFrame.new(1.33361411, 0.488021076, -0.300545812, 0.00661067665, -0.543416262, 0.839437485, 0.976997852, -0.175422177, -0.121254832, 0.213147745, 0.820930004, 0.529756606)*CF.A(0,M.R(-90),0),Alpha)
  2200. NK.C0 = clerp(NK.C0,CFrame.new(-0.000233855098, 1.49894583, -0.0145844966, 0.788300931, 0.0353745371, -0.614272296, 0.0038687347, 0.998041451, 0.062439695, 0.615277767, -0.0515977256, 0.786619961),Alpha)
  2201. end
  2202. Sound(LArm,200632136,.9,5,false,true,true)
  2203. for i = 0, 1, 0.1 do
  2204. swait()
  2205. local Alpha = .3
  2206. AOEDamage(LArm.CFrame.p,2,{MinimumDamage=10,MaximumDamage=30})
  2207. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.0139055764, 0.00628619827, -0.0431878939, 0.736094832, -0.0042554969, -0.676865041, 1.4556681e-06, 0.99998033, -0.00628536195, 0.676878333, 0.00462563755, 0.736080408),Alpha)
  2208. LH.C0 = clerp(LH.C0,CFrame.new(-0.370245337, -1.06356549, -0.0345049649, 0.883166075, 0.227488101, 0.410203636, -0.25925675, 0.965541363, 0.0227144919, -0.390901268, -0.126408711, 0.911711276),Alpha)
  2209. RH.C0 = clerp(RH.C0,CFrame.new(0.397780299, -1.07560635, -0.0971318483, 0.900898337, -0.076615192, -0.427214652, 0.151964024, 0.977673769, 0.145124823, 0.406557709, -0.195663959, 0.892427325),Alpha)
  2210. LS.C0 = clerp(LS.C0,CFrame.new(-1.54785693, 0.502721965, -0.369121343, 0.640384734, 0.768054307, 9.36477445e-05, -0.0167029109, 0.0140483743, -0.999761999, -0.767872751, 0.640230715, 0.0218251087),Alpha)
  2211. RS.C0 = clerp(RS.C0,CFrame.new(1.41005266, 0.394677043, -0.101526827, 0.621816397, -0.730075538, 0.283432782, 0.783004642, 0.586830258, -0.206238553, -0.0157571733, 0.350171626, 0.93655318)*CF.A(0,M.R(-90),0),Alpha)
  2212. NK.C0 = clerp(NK.C0,CFrame.new(0.0361058414, 1.49909592, 0.00928576291, 0.736094952, -0.0389148258, 0.67575866, -0.00425585406, 0.998060346, 0.0621110015, -0.676864862, -0.0485955328, 0.7345016),Alpha)
  2213. end
  2214. Combo = 3
  2215. Attack = false
  2216. NeutralAnims = true
  2217. end
  2218.  
  2219. function AttackThree()
  2220. Attack = true
  2221. NeutralAnims = false
  2222. for i = 0, 1, 0.1 do
  2223. swait()
  2224. local Alpha = .3
  2225. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674868, -5.34626452e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2226. LH.C0 = clerp(LH.C0,CFrame.new(-0.496486187, -0.990816116, 0.0216190033, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2227. RH.C0 = clerp(RH.C0,CFrame.new(0.498537898, -0.990978718, 0.0154631268, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2228. LS.C0 = clerp(LS.C0,CFrame.new(-1.12213016, 0.47289753, -0.302224725, 0.912795186, -0.408417523, -7.55176477e-10, 0.00256825075, 0.00573992962, -0.999980211, 0.408409536, 0.912777245, 0.00628829934),Alpha)
  2229. RS.C0 = clerp(RS.C0,CFrame.new(1.11283636, 0.472678095, -0.337120384, 0.899599433, 0.436715961, -7.55176477e-10, -0.00274620112, 0.00565694971, -0.999980211, -0.436707377, 0.89958173, 0.00628829934),Alpha)
  2230. NK.C0 = clerp(NK.C0,CFrame.new(8.16642296e-06, 1.49894738, -0.0144004971, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799),Alpha)
  2231. end
  2232. --for a = 1, 3 do
  2233. local a = 2
  2234. coroutine.wrap(function()
  2235. for i = 5,45,10 do
  2236. local hite = Instance.new("Part",Char)
  2237. hite.Anchored = true
  2238. hite.CanCollide = false
  2239. hite.Material = "Neon"
  2240. hite.Size = V3.N(1, 1, 1)
  2241. hite.Transparency = 1
  2242. hite.CFrame = (Root.CFrame + Root.CFrame.lookVector)*CF.A(0,M.R(90+(a*45)),0)*CF.N(0,0,i)
  2243. CamShakeAOE(hite.CFrame.p,10,30,250)
  2244. NoobySphere2(3,'Multiply',hite.CFrame,V3.N(0,0,0),.15,Core2.Color)
  2245. NoobySphere2(6,'Multiply',hite.CFrame,V3.N(0,0,0),.3,Core2.Color)
  2246. for i = 1, 2 do
  2247. NoobySphere(2,.2,'Multiply',Root.CFrame*CF.N(0,-.5,-.5)*CF.A(M.RRNG(-20,20),M.RRNG(-20,20),M.RRNG(-20,20)),V3.N(.5,.5,5),-.005,Core2.Color,0)
  2248. end
  2249. for i = 1, 5 do
  2250. NoobySphere(2.25,.6,'Multiply',hite.CFrame*CF.N(0,0,0)*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(2,2,2),0,Core2.Color,0)
  2251. end
  2252. AOEDamage(hite.CFrame.p,10,{MinimumDamage=25,MaximumDamage=45})
  2253. Sound(hite,183763506,1,5,false,true,true)
  2254. S.Debris:AddItem(hite,2)
  2255. swait()
  2256. end
  2257. end)()
  2258. --end
  2259. for i = 0, 1, 0.1 do
  2260. swait()
  2261. local Alpha = .3
  2262. RJ.C0 = clerp(RJ.C0,CFrame.new(0.00691798097, -0.0495741703, 0.443018734, 0.999998093, -0.00196288247, -0.000110176392, 0.00196200004, 0.992848635, 0.119364031, -0.000124909915, -0.119364008, 0.992850542),Alpha)
  2263. LH.C0 = clerp(LH.C0,CFrame.new(-0.497228384, -0.946920514, -0.0261252522, 0.999878228, 0.0041074818, 0.0150607219, -9.9174933e-05, 0.966415524, -0.256984442, -0.0156104742, 0.25695163, 0.966298223),Alpha)
  2264. RH.C0 = clerp(RH.C0,CFrame.new(0.497788221, -0.949530363, -0.0326310396, 0.999878228, 0.0041074818, 0.0150607219, -9.9174933e-05, 0.966415524, -0.256984442, -0.0156104742, 0.25695163, 0.966298223),Alpha)
  2265. LS.C0 = clerp(LS.C0,CFrame.new(-1.43487072, 0.476260573, 0.232709944, -0.586293817, 0.810098529, 9.3865674e-07, -0.00509618223, -0.00368710607, -0.999980271, -0.810082495, -0.586282253, 0.00629013777),Alpha)
  2266. RS.C0 = clerp(RS.C0,CFrame.new(1.44212484, 0.475975186, 0.187793851, -0.560718656, -0.828006506, -2.90002208e-06, 0.00520995259, -0.00352462381, -0.999980271, 0.827990055, -0.56070751, 0.00629019737),Alpha)
  2267. NK.C0 = clerp(NK.C0,CFrame.new(9.53681956e-06, 1.49895513, -0.0144005343, 1.00000012, 0, 9.31322575e-10, 1.16415322e-10, 0.99796474, 0.0637698025, -9.31322575e-10, -0.0637697875, 0.997964621),Alpha)
  2268. end
  2269. Combo = 1
  2270. Attack = false
  2271. NeutralAnims = true
  2272. end
  2273.  
  2274.  
  2275. local WingSine = 0
  2276. local WingChange = 1
  2277.  
  2278. function SolitudeMode()
  2279. Attack = true
  2280. NeutralAnims = false
  2281. local Sin = 0
  2282. MusicID = 1564523997
  2283. Pitch = 1
  2284. WalkSpeed = 0
  2285. Sound(Core2,136007472,1.25,2.5,false,true,true)
  2286. for i = 0, 4, 0.1 do
  2287. swait()
  2288. NoobySphere(2.5,-1.5,'Multiply',Core2.CFrame*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(3.5,3.5,45),-.035,Core2.Color,100)
  2289. Sin = Sin + 5
  2290. local Alpha = .1
  2291. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00700476859, 0.0667984039, -0.448462069, 0.999972343, -0.00723911775, -0.00172879919, 0.00722799823, 0.88917774, 0.457504779, -0.00177471992, -0.457504541, 0.889205575),Alpha)
  2292. LH.C0 = clerp(LH.C0,CFrame.new(-0.497889668, -1.14359522, -0.0677340925, 0.999878228, 0.00722799823, 0.0138372099, -9.56082804e-05, 0.88917774, -0.457561791, -0.0156109957, 0.457504779, 0.889070213),Alpha)
  2293. RH.C0 = clerp(RH.C0,CFrame.new(0.497117043, -1.14809179, -0.0749855936, 0.999878228, 0.00722799823, 0.0138372099, -9.56082804e-05, 0.88917774, -0.457561791, -0.0156109957, 0.457504779, 0.889070213),Alpha)
  2294. LS.C0 = clerp(LS.C0,CFrame.new(-1.20745349, 0.562693655, 0.156515986, 0.841866791, -0.539501786, -0.014077506, -0.490290582, -0.753652692, -0.43774724, 0.225555882, 0.375426948, -0.898987949)*CF.A(0,M.R(0+16*M.S(Sin)),0),Alpha)
  2295. RS.C0 = clerp(RS.C0,CFrame.new(1.17680144, 0.613272369, 0.0997506529, 0.834507108, 0.550817847, -0.0140647329, 0.49015516, -0.753777146, -0.437684804, -0.251686275, 0.358357221, -0.899018526)*CF.A(0,M.R(0+16*M.S(Sin)),0),Alpha)
  2296. NK.C0 = clerp(NK.C0,CFrame.new(6.50798393e-06, 1.53005648, -0.348988175, 1.00000012, 2.40840018e-06, -1.19656324e-05, 5.68898395e-06, 0.775360823, 0.631518543, 1.07986853e-05, -0.631518602, 0.775360942)*CF.A(0,M.R(0+16*M.S(Sin)),0),Alpha)
  2297. end
  2298. for _,v in next, LWing:children() do
  2299. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Black' end
  2300. end
  2301. for _,v in next, RWing:children() do
  2302. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Black' end
  2303. end
  2304. for _,v in next, LWingEXT:children() do
  2305. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Black' end
  2306. end
  2307. for _,v in next, RWingEXT:children() do
  2308. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Black' end
  2309. end
  2310. for _,v in next, Halo:children() do
  2311. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Black' end
  2312. end
  2313. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,0,0) end)
  2314. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,0,0) end)
  2315. WalkSpeed = 16
  2316. Mode = 1
  2317. Core2.BrickColor = BrickColor.new'Black'
  2318. Core2.Material = Enum.Material.Neon
  2319. Sound(Root,"206082327",1,2.5,false,true,true)
  2320. Sound(Root,"847061203",1,5,false,true,true)
  2321. Sound(Root,"239000203",1,2.5,false,true,true)
  2322. Sound(Root,"579687077",.75,2.5,false,true,true)
  2323. RecolorTextAndRename("Solitude",Color3.new(0,0,0),Color3.new(1,1,1))
  2324. NoobySphere2(2.5,'Multiply',Core2.CFrame,V3.N(0,0,0),1,Core2.BrickColor)
  2325. for i = 1, 24 do
  2326. NoobyBlock(1,M.RNG(20,100)/100,'Multiply',Core2.CFrame*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(2,2,2),.04,Core2.Color,0,true)
  2327. end
  2328. for i = 0, 15 do
  2329. NoobySphere(3,-.5,'Multiply',Core2.CFrame*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(.5,.5,25),-.04,Core2.Color,0)
  2330. end
  2331. for i = 0, 1.4, 0.1 do
  2332. swait()
  2333. local Alpha = .3
  2334. RJ.C0 = clerp(RJ.C0,CFrame.new(0.0104959598, -0.113952652, 0.672263861, 0.999963522, 0.00820299331, -0.0023882892, -0.00821700692, 0.846846819, -0.531773448, -0.00233961921, 0.531773746, 0.846883237),Alpha)
  2335. LH.C0 = clerp(LH.C0,CFrame.new(-0.49749428, -1.06169748, -0.0426189601, 0.999878228, -0.00744201383, 0.013721575, -0.000100045589, 0.875963986, 0.482376754, -0.0156094572, -0.482319295, 0.875856459),Alpha)
  2336. RH.C0 = clerp(RH.C0,CFrame.new(0.498449236, -1.1497941, 0.0108022094, 0.999878228, -0.0120362351, 0.009939529, -0.000100045589, 0.631795883, 0.775134981, -0.0156094572, -0.775041461, 0.631717622),Alpha)
  2337. LS.C0 = clerp(LS.C0,CFrame.new(-1.12307608, 0.484921068, 0.092245549, 0.865161359, 0.501252413, -0.0155520458, 0.497926384, -0.862286389, -0.092366755, -0.059709385, 0.07216838, -0.995603561),Alpha)
  2338. RS.C0 = clerp(RS.C0,CFrame.new(1.37669122, 0.484069884, 0.0531393886, 0.866546988, -0.498853445, -0.0155524863, -0.49802509, -0.862227678, -0.0923835635, 0.032676056, 0.0878001451, -0.995602131),Alpha)
  2339. NK.C0 = clerp(NK.C0,CFrame.new(1.14440181e-05, 1.49895036, -0.0144141242, 1.00000012, 0, -9.31322575e-10, 0, 0.99796474, 0.0637694895, -9.31322575e-10, -0.0637694895, 0.99796468),Alpha)
  2340. end
  2341. Attack = false
  2342. NeutralAnims = true
  2343. end
  2344.  
  2345. function PureMode()
  2346. for _,v in next, LWing:children() do
  2347. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Pastel Blue' end
  2348. end
  2349. for _,v in next, RWing:children() do
  2350. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2351. end
  2352. for _,v in next, LWingEXT:children() do
  2353. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2354. end
  2355. for _,v in next, RWingEXT:children() do
  2356. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2357. end
  2358. for _,v in next, Halo:children() do
  2359. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Pastel Blue' end
  2360. end
  2361. WalkSpeed = 16
  2362. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(0,1,1) end)
  2363. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(0,1,1) end)
  2364. RecolorTextAndRename("Clarity",C3.N(1,1,1),BrickColor.new'Pastel Blue'.Color)
  2365. MusicID = 1539245059
  2366. Pitch = 1
  2367. Mode = 2
  2368. Core2.BrickColor = BrickColor.new'Pastel Blue'
  2369. Core2.Material = Enum.Material.Neon
  2370. end
  2371.  
  2372. function GlitchMode()
  2373. for _,v in next, LWing:children() do
  2374. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 0 v.BrickColor = BrickColor.new'White' end
  2375. end
  2376. for _,v in next, RWing:children() do
  2377. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2378. end
  2379. for _,v in next, LWingEXT:children() do
  2380. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2381. end
  2382. for _,v in next, RWingEXT:children() do
  2383. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2384. end
  2385. for _,v in next, Halo:children() do
  2386. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'White' end
  2387. end
  2388. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,1,1) end)
  2389. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,1,1) end)
  2390. WalkSpeed = 16
  2391. RecolorTextAndRename("Glitchy",C3.N(1,1,1),C3.N(1,1,1))
  2392. MusicID = 1274310715
  2393. Pitch = .93
  2394. Mode = 3
  2395. Core2.BrickColor = BrickColor.new'Dark stone grey'
  2396. Core2.Material = Enum.Material.DiamondPlate
  2397. end
  2398.  
  2399. function StressMode()
  2400. for _,v in next, LWing:children() do
  2401. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .25 v.BrickColor = BrickColor.new'Crimson' end
  2402. end
  2403. for _,v in next, RWing:children() do
  2404. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.Color = C3.RGB(16,16,16) end
  2405. end
  2406. for _,v in next, LWingEXT:children() do
  2407. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Crimson' end
  2408. end
  2409. for _,v in next, RWingEXT:children() do
  2410. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Crimson' end
  2411. end
  2412. for _,v in next, Halo:children() do
  2413. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Crimson' end
  2414. end
  2415. WalkSpeed = 14
  2416. RecolorTextAndRename("Stress",C3.N(.6,0,0),C3.N(0,0,0))
  2417. MusicID = 614032233
  2418. Pitch = 1
  2419. Mode = 4
  2420. Core2.BrickColor = BrickColor.new'Really red'
  2421. Core2.Material = Enum.Material.Neon
  2422. end
  2423.  
  2424. function JusticeMode()
  2425. for _,v in next, LWing:children() do
  2426. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Institutional white' end
  2427. end
  2428. for _,v in next, RWing:children() do
  2429. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Institutional white' end
  2430. end
  2431. for _,v in next, LWingEXT:children() do
  2432. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Institutional white' end
  2433. end
  2434. for _,v in next, RWingEXT:children() do
  2435. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Institutional white' end
  2436. end
  2437. for _,v in next, Halo:children() do
  2438. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Institutional white' end
  2439. end
  2440. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,1,1) end)
  2441. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,1,1) end)
  2442. WalkSpeed = 50
  2443. RecolorTextAndRename("Justice",C3.N(1,1,1),C3.N(0,0,0))
  2444. MusicID = 1102271169
  2445. Pitch = 1
  2446. Mode = 5
  2447. Core2.BrickColor = BrickColor.new'White'
  2448. Core2.Material = Enum.Material.Neon
  2449. end
  2450.  
  2451. function RiddleMeThis()
  2452. Attack = true
  2453. NeutralAnims = false
  2454. WalkSpeed = 0
  2455. MusicID = 1420353940
  2456. Pitch = 1
  2457. Muted = true
  2458. repeat swait() until Music.IsLoaded
  2459. Muted = false
  2460. Music.TimePosition = 0
  2461. Chat('Riddle me this..')
  2462. for i = 0,14,.1 do
  2463. local Alpha = .1
  2464. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674263, 4.19029675e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2465. LH.C0 = clerp(LH.C0,CFrame.new(-0.496486187, -0.990816116, 0.0216199569, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2466. RH.C0 = clerp(RH.C0,CFrame.new(0.498537898, -0.990978718, 0.0154640805, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2467. LS.C0 = clerp(LS.C0,CFrame.new(-1.15619826, 0.410764694, 0.308931053, 0.862226903, -0.506325424, 0.0141164251, 0.451236814, 0.780479908, 0.432708263, -0.230108798, -0.366722882, 0.901423633),Alpha)
  2468. RS.C0 = clerp(RS.C0,CFrame.new(1.48984146, 0.433965802, -0.137121022, 0.754978359, -0.655723989, -0.00581999123, -0.244246826, -0.272958666, -0.930503726, 0.608564973, 0.703931689, -0.366236359),Alpha)
  2469. NK.C0 = clerp(NK.C0,CFrame.new(8.11554492e-06, 1.49894369, -0.0144015253, 0.931422114, -1.17415329e-05, -0.363940746, 0.0232203864, 0.997964501, 0.0593950115, 0.363199264, -0.0637726635, 0.929526567),Alpha)
  2470. swait()
  2471. end
  2472. Chat('Riddle me that..')
  2473. for i = 0,12,.1 do
  2474. local Alpha = .1
  2475. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674868, -5.34626452e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2476. LH.C0 = clerp(LH.C0,CFrame.new(-0.49648428, -0.990818024, 0.0216189846, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2477. RH.C0 = clerp(RH.C0,CFrame.new(0.498537898, -0.990980625, 0.0154631399, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  2478. LS.C0 = clerp(LS.C0,CFrame.new(-1.25402236, 0.431008309, 0.117451549, 0.884577334, 0.388638854, 0.257842481, 0.312682211, -0.0839776248, -0.946138322, -0.346053123, 0.917555273, -0.195805177),Alpha)
  2479. RS.C0 = clerp(RS.C0,CFrame.new(1.22954941, 0.384757012, 0.168471783, 0.915931404, 0.401068091, 0.0146304797, -0.379809946, 0.85445267, 0.354478538, 0.129668966, -0.330234885, 0.934949815),Alpha)
  2480. NK.C0 = clerp(NK.C0,CFrame.new(8.37445259e-06, 1.49894357, -0.0144015923, 0.920970619, 2.08709389e-06, 0.389632136, -0.0248486493, 0.99796474, 0.058729209, -0.388839096, -0.063769713, 0.919096231),Alpha)
  2481. swait()
  2482. end
  2483. Chat("Who's afraid of the big black..")
  2484. for i = 0,16,.1 do
  2485. local Alpha = .1
  2486. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00438984111, 0.0221795738, -0.281239897, 0.999988556, -0.00473595224, -0.000703255646, 0.00473099947, 0.954816878, 0.297157228, -0.000735841691, -0.297157168, 0.954828322),Alpha)
  2487. LH.C0 = clerp(LH.C0,CFrame.new(-0.497070849, -1.04715037, -0.0156083405, 0.999878228, 0.00473099947, 0.0148762148, -9.61141777e-05, 0.954816878, -0.297194898, -0.0156100877, 0.297157228, 0.954700947),Alpha)
  2488. RH.C0 = clerp(RH.C0,CFrame.new(0.49794969, -1.05015182, -0.0222227573, 0.999878228, 0.00473099947, 0.0148762148, -9.61141777e-05, 0.954816878, -0.297194898, -0.0156100877, 0.297157228, 0.954700947),Alpha)
  2489. LS.C0 = clerp(LS.C0,CFrame.new(-1.32246351, 0.253595859, 0.199904889, 0.862232804, -0.506315708, 0.0141151678, 0.451225579, 0.780480325, 0.432719588, -0.230109304, -0.366735876, 0.90141809),Alpha)
  2490. RS.C0 = clerp(RS.C0,CFrame.new(1.33073413, 0.290129036, 0.183640629, 0.915928423, 0.401075214, 0.0146333817, -0.379820168, 0.854456067, 0.354459614, 0.129661351, -0.330217659, 0.934956849),Alpha)
  2491. NK.C0 = clerp(NK.C0,CFrame.new(1.58162902e-06, 1.5248462, -0.171738505, 1.00000012, -7.59866089e-06, 1.38636678e-05, -3.15252692e-07, 0.867144346, 0.498057216, -1.58054754e-05, -0.498057246, 0.867144227),Alpha)
  2492. swait()
  2493. end
  2494. for i = 0, .7, 0.1 do
  2495. swait()
  2496. local Alpha = .3
  2497. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00700476859, 0.0667984039, -0.448462069, 0.999972343, -0.00723911775, -0.00172879919, 0.00722799823, 0.88917774, 0.457504779, -0.00177471992, -0.457504541, 0.889205575),Alpha)
  2498. LH.C0 = clerp(LH.C0,CFrame.new(-0.497889668, -1.14359522, -0.0677340925, 0.999878228, 0.00722799823, 0.0138372099, -9.56082804e-05, 0.88917774, -0.457561791, -0.0156109957, 0.457504779, 0.889070213),Alpha)
  2499. RH.C0 = clerp(RH.C0,CFrame.new(0.497117043, -1.14809179, -0.0749855936, 0.999878228, 0.00722799823, 0.0138372099, -9.56082804e-05, 0.88917774, -0.457561791, -0.0156109957, 0.457504779, 0.889070213),Alpha)
  2500. LS.C0 = clerp(LS.C0,CFrame.new(-1.20745349, 0.562693655, 0.156515986, 0.841866791, -0.539501786, -0.014077506, -0.490290582, -0.753652692, -0.43774724, 0.225555882, 0.375426948, -0.898987949),Alpha)
  2501. RS.C0 = clerp(RS.C0,CFrame.new(1.17680144, 0.613272369, 0.0997506529, 0.834507108, 0.550817847, -0.0140647329, 0.49015516, -0.753777146, -0.437684804, -0.251686275, 0.358357221, -0.899018526),Alpha)
  2502. NK.C0 = clerp(NK.C0,CFrame.new(6.50798393e-06, 1.53005648, -0.348988175, 1.00000012, 2.40840018e-06, -1.19656324e-05, 5.68898395e-06, 0.775360823, 0.631518543, 1.07986853e-05, -0.631518602, 0.775360942),Alpha)
  2503. end
  2504.  
  2505. for _,v in next, LWing:children() do
  2506. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Really black' end
  2507. end
  2508. for _,v in next, RWing:children() do
  2509. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Really black' end
  2510. end
  2511. for _,v in next, LWingEXT:children() do
  2512. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .5 v.BrickColor = BrickColor.new'Really black' end
  2513. end
  2514. for _,v in next, RWingEXT:children() do
  2515. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .5 v.BrickColor = BrickColor.new'Really black' end
  2516. end
  2517. for _,v in next, Halo:children() do
  2518. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Really black' end
  2519. end
  2520. pcall(function() Char.ReaperShadowHead.Eye1.Color = BrickColor.new'Black'.Color end)
  2521. pcall(function() Char.ReaperShadowHead.Eye2.Color = BrickColor.new'Black'.Color end)
  2522. WalkSpeed = 50
  2523. RecolorTextAndRename("The Big Black",BrickColor.new'Really black'.Color,C3.N(1,1,1))
  2524. Core2.BrickColor = BrickColor.new'Really black'
  2525. Core2.Material = Enum.Material.Neon
  2526. Mode = 666666666666
  2527. Sound(Root,"206082327",1,2.5,false,true,true)
  2528. Sound(Root,"847061203",1,5,false,true,true)
  2529. Sound(Root,"239000203",1,2.5,false,true,true)
  2530. Sound(Root,"579687077",.75,2.5,false,true,true)
  2531. NoobySphere2(2.5,'Multiply',Core2.CFrame,V3.N(0,0,0),1,Core2.BrickColor)
  2532. for i = 1, 24 do
  2533. NoobyBlock(1,M.RNG(20,100)/100,'Multiply',Core2.CFrame*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(2,2,2),.04,Core2.Color,0,true)
  2534. end
  2535. for i = 0, 15 do
  2536. NoobySphere(3,-.5,'Multiply',Core2.CFrame*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(.5,.5,25),-.04,Core2.Color,0)
  2537. end
  2538. for i = 0, .7, 0.1 do
  2539. swait()
  2540. local Alpha = .3
  2541. RJ.C0 = clerp(RJ.C0,CFrame.new(0.0104959598, -0.113952652, 0.672263861, 0.999963522, 0.00820299331, -0.0023882892, -0.00821700692, 0.846846819, -0.531773448, -0.00233961921, 0.531773746, 0.846883237),Alpha)
  2542. LH.C0 = clerp(LH.C0,CFrame.new(-0.49749428, -1.06169748, -0.0426189601, 0.999878228, -0.00744201383, 0.013721575, -0.000100045589, 0.875963986, 0.482376754, -0.0156094572, -0.482319295, 0.875856459),Alpha)
  2543. RH.C0 = clerp(RH.C0,CFrame.new(0.498449236, -1.1497941, 0.0108022094, 0.999878228, -0.0120362351, 0.009939529, -0.000100045589, 0.631795883, 0.775134981, -0.0156094572, -0.775041461, 0.631717622),Alpha)
  2544. LS.C0 = clerp(LS.C0,CFrame.new(-1.12307608, 0.484921068, 0.092245549, 0.865161359, 0.501252413, -0.0155520458, 0.497926384, -0.862286389, -0.092366755, -0.059709385, 0.07216838, -0.995603561),Alpha)
  2545. RS.C0 = clerp(RS.C0,CFrame.new(1.37669122, 0.484069884, 0.0531393886, 0.866546988, -0.498853445, -0.0155524863, -0.49802509, -0.862227678, -0.0923835635, 0.032676056, 0.0878001451, -0.995602131),Alpha)
  2546. NK.C0 = clerp(NK.C0,CFrame.new(1.14440181e-05, 1.49895036, -0.0144141242, 1.00000012, 0, -9.31322575e-10, 0, 0.99796474, 0.0637694895, -9.31322575e-10, -0.0637694895, 0.99796468),Alpha)
  2547. end
  2548. Attack = false
  2549. NeutralAnims = true
  2550. end
  2551.  
  2552. --// Wrap it all up \\--
  2553.  
  2554. function KeyPress(code)
  2555. if(code == Enum.KeyCode.One and Mode ~= 1)then
  2556. SolitudeMode()
  2557. elseif(code == Enum.KeyCode.Two and Mode ~= 2)then
  2558. PureMode()
  2559. elseif(code == Enum.KeyCode.Three and Mode ~= 3)then
  2560. GlitchMode()
  2561. elseif(code == Enum.KeyCode.Four and Mode ~= 4)then
  2562. StressMode()
  2563. elseif(code == Enum.KeyCode.Five and Mode ~= 5)then
  2564. JusticeMode()
  2565. -- Transformations
  2566. elseif(code == Enum.KeyCode.T)then
  2567. if(Mode == 1)then
  2568. RiddleMeThis()
  2569. end
  2570. -- Toggle player attacking
  2571. elseif(code == Enum.KeyCode.Semicolon)then
  2572. DontAttackPlayers = not DontAttackPlayers
  2573. Chat(DontAttackPlayers and "You can no longer attack players" or "You can now attack players")
  2574. -- Attacks
  2575. elseif(code == Enum.KeyCode.Z)then
  2576. if(Mode == 1 or Mode == 666666666666)then
  2577. if(not UIS.TouchEnabled)then NeckSnap((Mouse.Target and Mouse.Target.Parent)) else warn("Tap someone, to snap their neck") MobileNeckSnap() end
  2578. elseif(Mode == 2)then
  2579. PureBomb()
  2580. elseif(Mode == 3)then
  2581. ClickGlitch()
  2582. elseif(Mode == 4)then
  2583. Shrek()
  2584. elseif(Mode == 5)then
  2585. Aeroplane()
  2586. end
  2587. end
  2588. end
  2589.  
  2590. function AttackCombo()
  2591. if(Combo == 1)then AttackOne() elseif(Combo == 2)then AttackTwo() elseif(Combo == 3)then AttackThree() end
  2592. end
  2593.  
  2594. UIS.InputBegan:connect(function(io,gpe)
  2595. if(Attack)then return end
  2596. if(not gpe)then
  2597. local code = io.KeyCode;
  2598. if(io.UserInputType == Enum.UserInputType.Keyboard)then
  2599. KeyPress(code)
  2600. elseif(io.UserInputType == Enum.UserInputType.MouseButton1)then
  2601. AttackCombo()
  2602. end
  2603. end
  2604. end)
  2605.  
  2606.  
  2607. coroutine.wrap(function()
  2608. -- AURAS
  2609. while true do
  2610. if(Mode == 5)then
  2611. NoobySphere(5,0.15,"Multiply",Root.CFrame*CF.N(M.RNG(-5,5),-6,M.RNG(-5,5))*CF.A(M.R(90),0,0),V3.N(1.5,1.5,10),-0.015,BrickColor.new'White',0)
  2612. elseif(Mode == 666666666666)then
  2613. NoobySphere(5,math.random(25,75)/100,"Multiply",Root.CFrame*CF.N(M.RNG(-15,15),-10,M.RNG(-15,15))*CF.A(M.R(90),0,0)*CF.A(M.RRNG(-25,25),M.RRNG(-25,25),M.RRNG(-25,25)),V3.N(.75,.75,15),.005,Core2.BrickColor,0)
  2614. end
  2615. if(Mode == 666666666666)then
  2616. NoobySphere(5,math.random(75,150)/100,"Multiply",Root.CFrame*CF.N(M.RNG(-35,35),-10,M.RNG(-35,35))*CF.A(M.R(90),0,0)*CF.A(M.RRNG(-25,25),M.RRNG(-25,25),M.RRNG(-25,25)),V3.N(.75,.75,25),.005,Core2.BrickColor,0)
  2617. end
  2618.  
  2619. swait()
  2620. end
  2621. end)()
  2622.  
  2623. while true do
  2624. swait()
  2625. Sine = Sine + Change
  2626. WingSine = WingSine + WingChange
  2627. if(Hue > 360)then Hue = 0 end
  2628. Hue = Hue + 1
  2629.  
  2630. if(not Music or not Music.Parent)then
  2631. local tPos = 0;
  2632. if(Music)then tPos = Music.TimePosition; Music:Stop(); Music:Destroy(); end
  2633. Music = Sound(Char,MusicID,1,3,true,false,true)
  2634. Music.Name = 'Music'
  2635. Music.TimePosition = tPos;
  2636. end
  2637. Music.SoundId = "rbxassetid://"..MusicID
  2638. Music.Parent = Char
  2639. Music.Pitch = Pitch
  2640. Music.Volume = 2
  2641. if(not Muted)then
  2642. Music:Resume()
  2643. else
  2644. Music:Pause()
  2645. end
  2646.  
  2647. if(God)then
  2648. Hum.MaxHealth = 1e100
  2649. Hum.Health = 1e100
  2650. if(not Char:FindFirstChildOfClass'ForceField')then IN("ForceField",Char).Visible = false end
  2651. Hum.Name = M.RNG()*100
  2652. end
  2653.  
  2654. local hitfloor,posfloor,norm = workspace:FindPartOnRay(Ray.new(Root.CFrame.p,((CFrame.new(Root.Position,Root.Position - Vector3.new(0,1,0))).lookVector).unit * (4*PlayerSize)), Char)
  2655.  
  2656. if(Mode == 3)then
  2657. for _,v in next, LWing:children() do
  2658. local what = M.RNG()
  2659. if(v:IsA'BasePart')then
  2660. v.Color = C3.N(what,what,what)
  2661. end
  2662. end
  2663. for _,v in next, RWing:children() do
  2664. local what = M.RNG()
  2665. if(v:IsA'BasePart')then
  2666. v.Color = C3.N(what,what,what)
  2667. end
  2668. end
  2669. for _,v in next, LWingEXT:children() do
  2670. local what = M.RNG()
  2671. if(v:IsA'BasePart')then
  2672. v.Color = C3.N(what,what,what)
  2673. end
  2674. end
  2675. for _,v in next, RWingEXT:children() do
  2676. local what = M.RNG()
  2677. if(v:IsA'BasePart')then
  2678. v.Color = C3.N(what,what,what)
  2679. end
  2680. end
  2681.  
  2682. local what1 = M.RNG()
  2683. local what2 = M.RNG()
  2684. local what3 = M.RNG()
  2685. local what4 = M.RNG()
  2686. Core2.Color = C3.N(what1,what1,what1)
  2687.  
  2688. for _,v in next, Halo:children() do
  2689. if(v:IsA'BasePart')then
  2690. v.Color = C3.N(what1,what1,what1)
  2691. end
  2692. end
  2693.  
  2694. text.TextStrokeColor3 = C3.N(what2,what2,what2)
  2695. text.TextColor3 = C3.N(what3,what3,what3)
  2696. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(what4,what4,what4) end)
  2697. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(what4,what4,what4) end)
  2698. elseif(Mode == 4)then
  2699. for _,v in next, LWing:children() do
  2700. local what = M.RNG()*.5
  2701. if(v:IsA'BasePart')then
  2702. v.Color = C3.N(what,0,0)
  2703. end
  2704. end
  2705. for _,v in next, LWingEXT:children() do
  2706. local what = M.RNG()*.5
  2707. if(v:IsA'BasePart')then
  2708. v.Color = C3.N(what,0,0)
  2709. end
  2710. end
  2711.  
  2712. local what1 = M.RNG()*.5
  2713. local what2 = M.RNG()*.5
  2714. local what3 = M.RNG()*.5
  2715. local what4 = M.RNG()*.5
  2716. Core2.Color = C3.N(what1,0,0)
  2717.  
  2718. for _,v in next, Halo:children() do
  2719. if(v:IsA'BasePart')then
  2720. v.Color = C3.N(what1,0,0)
  2721. end
  2722. end
  2723.  
  2724. text.TextStrokeColor3 = C3.N(what2,0,0)
  2725. text.TextColor3 = C3.N(what3,0,0)
  2726. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(what4,0,0) end)
  2727. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(what4,0,0) end)
  2728. end
  2729.  
  2730. LWingWelds[1].C0 = LWingWelds[1].C0:lerp(CF.N(0,0,2.25)*CF.A(0,M.R(-90),0)*CF.A(M.R(5+10*M.C(WingSine/32)),0,M.R(12.5+5*M.C(WingSine/32))),.1)
  2731. LWingWelds[2].C0 = LWingWelds[2].C0:lerp(CF.N(0,1,3.5)*CF.A(0,M.R(-90),0)*CF.A(M.R(10+15*M.C(WingSine/32)),0,M.R(25+7.5*M.C(WingSine/32))),.1)
  2732. LWingWelds[3].C0 = LWingWelds[3].C0:lerp(CF.N(0,2,4.5)*CF.A(0,M.R(-90),0)*CF.A(M.R(15+20*M.C(WingSine/32)),0,M.R(37.5+10*M.C(WingSine/32))),.1)
  2733. LWingWelds[4].C0 = LWingWelds[4].C0:lerp(CF.N(0,3,5.75)*CF.A(0,M.R(-90),0)*CF.A(M.R(20+25*M.C(WingSine/32)),0,M.R(50+12.5*M.C(WingSine/32))),.1)
  2734. LWingWelds[5].C0 = LWingWelds[5].C0:lerp(CF.N(0,4,6.75)*CF.A(0,M.R(-90),0)*CF.A(M.R(25+30*M.C(WingSine/32)),0,M.R(62.5+15*M.C(WingSine/32))),.1)
  2735. LWingWelds[6].C0 = LWingWelds[6].C0:lerp(CF.N(0,5,7.75)*CF.A(0,M.R(-90),0)*CF.A(M.R(35+40*M.C(WingSine/32)),0,M.R(75+17.5*M.C(WingSine/32))),.1)
  2736.  
  2737. RWingWelds[1].C0 = RWingWelds[1].C0:lerp(CF.N(0,0,-2.25)*CF.A(0,M.R(-90),0)*CF.A(M.R(5+10*M.C(WingSine/32)),0,-M.R(12.5+5*M.C(WingSine/32))),.1)
  2738. RWingWelds[2].C0 = RWingWelds[2].C0:lerp(CF.N(0,1,-3.5)*CF.A(0,M.R(-90),0)*CF.A(M.R(10+15*M.C(WingSine/32)),0,-M.R(25+7.5*M.C(WingSine/32))),.1)
  2739. RWingWelds[3].C0 = RWingWelds[3].C0:lerp(CF.N(0,2,-4.5)*CF.A(0,M.R(-90),0)*CF.A(M.R(15+20*M.C(WingSine/32)),0,-M.R(37.5+10*M.C(WingSine/32))),.1)
  2740. RWingWelds[4].C0 = RWingWelds[4].C0:lerp(CF.N(0,3,-5.75)*CF.A(0,M.R(-90),0)*CF.A(M.R(20+25*M.C(WingSine/32)),0,-M.R(50+12.5*M.C(WingSine/32))),.1)
  2741. RWingWelds[5].C0 = RWingWelds[5].C0:lerp(CF.N(0,4,-6.75)*CF.A(0,M.R(-90),0)*CF.A(M.R(25+30*M.C(WingSine/32)),0,-M.R(62.5+15*M.C(WingSine/32))),.1)
  2742. RWingWelds[6].C0 = RWingWelds[6].C0:lerp(CF.N(0,5,-7.75)*CF.A(0,M.R(-90),0)*CF.A(M.R(35+40*M.C(WingSine/32)),0,-M.R(75+17.5*M.C(WingSine/32))),.1)
  2743.  
  2744. local Walking = (math.abs(Root.Velocity.x) > 1 or math.abs(Root.Velocity.z) > 1)
  2745. local State = (Hum.PlatformStand and 'Paralyzed' or Hum.Sit and 'Sit' or not hitfloor and Root.Velocity.y < -1 and "Fall" or not hitfloor and Root.Velocity.y > 1 and "Jump" or hitfloor and Walking and (Hum.WalkSpeed < 24 and "Walk" or "Run") or hitfloor and "Idle")
  2746. if(not Effects or not Effects.Parent)then
  2747. Effects = IN("Model",Char)
  2748. Effects.Name = "Effects"
  2749. end
  2750. if(State == 'Run' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666)then
  2751. local wsVal = 7 / (Hum.WalkSpeed/16)
  2752. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2753. Change = 1
  2754.  
  2755. elseif(State == 'Walk' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666)then
  2756. local wsVal = 7 / (Hum.WalkSpeed/16)
  2757. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2758. Change = 1
  2759. if(Mode == 7)then
  2760. RH.C1 = RH.C1:lerp(CF.N(0,1-.05*M.C(Sine/wsVal),0+.1*M.C(Sine/wsVal))*CF.A(M.R(8-0*M.C(Sine/wsVal))+-M.S(Sine/wsVal)/3,0,0),Alpha)
  2761. LH.C1 = LH.C1:lerp(CF.N(0,1+.05*M.C(Sine/wsVal),0-.1*M.C(Sine/wsVal))*CF.A(M.R(8+0*M.C(Sine/wsVal))+M.S(Sine/wsVal)/3,0,0),Alpha)
  2762. else
  2763. RH.C1 = RH.C1:lerp(CF.N(0,1-.1*M.C(Sine/wsVal),0+.2*M.C(Sine/wsVal))*CF.A(M.R(16-0*M.C(Sine/wsVal))+-M.S(Sine/wsVal)/1.75,0,0),Alpha)
  2764. LH.C1 = LH.C1:lerp(CF.N(0,1+.1*M.C(Sine/wsVal),0-.2*M.C(Sine/wsVal))*CF.A(M.R(16+0*M.C(Sine/wsVal))+M.S(Sine/wsVal)/1.75,0,0),Alpha)
  2765. end
  2766. else
  2767. RH.C1 = RH.C1:lerp(CF.N(0,1,0),.2)
  2768. LH.C1 = LH.C1:lerp(CF.N(0,1,0),.2)
  2769. end
  2770.  
  2771. Hum.WalkSpeed = WalkSpeed
  2772. if(NeutralAnims)then
  2773. if(State == 'Idle')then
  2774. local Alpha = .1
  2775. if(Mode == 1)then
  2776. Change = 1
  2777. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00779043138, -0.0846293643+.1*M.C(Sine/32), -0.204210758, 0.912902117, -0.00691865245, -0.408120036, 0.117574908, 0.961935759, 0.246689886, 0.390878439, -0.273188382, 0.87896657),Alpha)
  2778. LH.C0 = clerp(LH.C0,CFrame.new(-0.587742627, -1.00122428-.1*M.C(Sine/32), -0.165018916, 0.860076427, 0.294745922, 0.416405559, -0.252913684, 0.955196917, -0.15373303, -0.443061411, 0.0269074962, 0.896087468),Alpha)
  2779. RH.C0 = clerp(RH.C0,CFrame.new(0.343915284, -1.07833397-.1*M.C(Sine/32), -0.0402937233, 0.964631855, -0.173768938, -0.198217094, 0.117325157, 0.956397653, -0.26746732, 0.236051857, 0.234751642, 0.942958832),Alpha)
  2780. LS.C0 = clerp(LS.C0,CFrame.new(-1.39700282, 0.545769572, -0.00181379914, 0.907886505, 0.355485201, -0.222199559, -0.405204862, 0.880023003, -0.247727305, 0.107477367, 0.314944565, 0.943005204)*CF.A(0,M.R(16-8*M.C(Sine/32)),M.R(0+12*M.C(Sine/32)))*CF.A(0,M.R(0+4*M.C(Sine/0.173278)),M.R(0+15*M.S(Sine/0.476125))),Alpha)
  2781. RS.C0 = clerp(RS.C0,CFrame.new(0.903979659, 0.624733686, -0.396169931, 0.827836394, 0.560810268, -0.013374418, 0.472599089, -0.7100721, -0.521965444, -0.302220345, 0.42578119, -0.852861941)*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2782. NK.C0 = clerp(NK.C0,CFrame.new(-0.0470906645, 1.53467083, -0.115898043, 0.906688511, -0.16142872, 0.389688164, -0.00265284558, 0.921666741, 0.387973785, -0.421792656, -0.352805078, 0.835236311)*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2783. elseif(Mode == 2)then
  2784. Change = 1
  2785. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674868+.1*M.C(Sine/32), -5.34626452e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2786. LH.C0 = clerp(LH.C0,CFrame.new(-0.496485978, -0.990816116-.1*M.C(Sine/32), 0.0216165781, 0.970629156, 7.27576055e-11, 0.240580648, -0.00151285366, 0.999980211, 0.00610364834, -0.240575925, -0.00628834311, 0.970610023),Alpha)
  2787. RH.C0 = clerp(RH.C0,CFrame.new(0.491330802, -1.06821454-.1*M.C(Sine/32), 0.0589520633, 0.986244023, 0.0538565964, -0.156276181, 0.00103943795, 0.943392873, 0.331676066, 0.165292785, -0.327276021, 0.930359602),Alpha)
  2788. LS.C0 = clerp(LS.C0,CFrame.new(-0.787155986, 0.248306945, -0.683226228, 0.0398273654, -0.999169707, 0.00859495346, 0.554963291, 0.0149663882, -0.831740201, 0.830920994, 0.0378959104, 0.555098593)*CF.A(M.R(0+5*M.C(Sine/32)),0,0),Alpha)
  2789. RS.C0 = clerp(RS.C0,CFrame.new(0.787632346, 0.574486911, -0.794373989, 0.0789790228, 0.995851278, 0.0451963581, 0.631366551, -0.0148838377, -0.775341749, -0.771452367, 0.0897712111, -0.629922688)*CF.A(M.R(0+5*M.C(Sine/32)),0,0),Alpha)
  2790. NK.C0 = clerp(NK.C0,CFrame.new(8.16642296e-06, 1.49894726, -0.014402397, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799),Alpha)
  2791. elseif(Mode == 3)then
  2792. Change = 1
  2793. RJ.C0 = clerp(RJ.C0,CFrame.new(0.022457514, 0.0062841149, -0.00324006379, 0.982301593, 0.00117789698, 0.187302738, -4.02951969e-07, 0.999980211, -0.00628649723, -0.187306449, 0.00617515948, 0.982282162),Alpha)
  2794. LH.C0 = clerp(LH.C0,CFrame.new(-0.539962769, -1.00525093, -0.13583532, 0.998935044, -0.0434875898, 0.0154168755, 0.040365234, 0.985544145, 0.164539278, -0.0223494321, -0.163741738, 0.986250162),Alpha)
  2795. RH.C0 = clerp(RH.C0,CFrame.new(0.498531163, -0.990978718, 0.01546143, 0.985106111, 0, -0.171948016, 0.00108131359, 0.999980211, 0.00619494682, 0.171944603, -0.00628860993, 0.98508662),Alpha)
  2796. LS.C0 = clerp(LS.C0,CFrame.new(-1.42806315, 0.51039964, -0.00658199936, 0.990103781, 0.139778674, -0.0125195384, -0.139578417, 0.97154665, -0.191350713, -0.0145834237, 0.191204533, 0.981441915)*CF.A(0,0,M.R(0+6*M.C(Sine/32)))*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2797. RS.C0 = clerp(RS.C0,CFrame.new(1.42666709, 0.532186806, -0.134510398, 0.990944147, -0.126525059, 0.0449620783, 0.133282125, 0.967499852, -0.214895189, -0.0163111985, 0.218941733, 0.975601614)*CF.A(0,0,M.R(0-6*M.C(Sine/32)))*CF.A(0,M.R(0+4*M.C(Sine/0.012802)),M.R(0-15*M.S(Sine/0.716246))),Alpha)
  2798. NK.C0 = clerp(NK.C0,CFrame.new(2.28285789e-05, 1.49894154, -0.0143941939, 0.984171331, -0.0497024879, -0.170107797, 0.0760453045, 0.985445082, 0.152036116, 0.160075322, -0.162565485, 0.973626494)*CF.A(M.R(0+3*M.C(Sine/32)),0,M.R(0+6*M.C(Sine/32)))*CF.A(0,M.R(0+16*M.C(Sine/0.98172)),M.R(0+15*M.S(Sine/0.65142))),Alpha)
  2799. elseif(Mode == 4)then
  2800. Change = 1
  2801. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00847404078, -0.131645858+.1*M.C(Sine/16), -0.542845488, 0.999965072, -0.00807052851, -0.00218774565, 0.00805599708, 0.85972774, 0.510689199, -0.00224066619, -0.51068902, 0.859762609),Alpha)
  2802. LH.C0 = clerp(LH.C0,CFrame.new(-0.496114701, -1.0144912-.1*M.C(Sine/16), 0.0453964472, 0.976583362, 0.00805600174, 0.214989081, 0.103035107, 0.859728813, -0.50025022, -0.188862324, 0.510687351, 0.838766694),Alpha)
  2803. RH.C0 = clerp(RH.C0,CFrame.new(0.498885572, -1.01948476-.1*M.C(Sine/16), 0.0378640294, 0.997592449, 0.00805600174, -0.0688822865, -0.0420893468, 0.859728813, -0.509013772, 0.055119466, 0.510687351, 0.857997894),Alpha)
  2804. LS.C0 = clerp(LS.C0,CFrame.new(-1.42592692, 0.493003547, -0.129623473, 0.987043619, 0.159894824, 0.0133710029, -0.130732149, 0.849730968, -0.51075089, -0.0930281729, 0.502385318, 0.859624803)*CF.A(0,0,M.R(0+6*M.C(Sine/32)))*CF.A(0,M.R(0+4*M.C(Sine/0.817272)),M.R(0+15*M.S(Sine/0.9872346))),Alpha)
  2805. RS.C0 = clerp(RS.C0,CFrame.new(1.1449033, 0.691183329, -0.239056498, 0.899715602, 0.434673697, 0.0396348648, 0.435808241, -0.899650335, -0.0264700353, 0.024151668, 0.0410887003, -0.998863578)*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2806. NK.C0 = clerp(NK.C0,CFrame.new(7.87388399e-06, 1.43020797, -0.212884247, 1, -8.72649252e-07, -4.02983278e-06, 2.92807817e-06, 0.838354766, 0.545125127, 2.90293247e-06, -0.545125067, 0.838354826)*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2807. elseif(Mode == 5)then
  2808. Change = 1
  2809. RJ.C0 = clerp(RJ.C0,CFrame.new(5.48791013e-11, 1.2571125+.5*M.C(Sine/32), -3.51015478e-06, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2810. LH.C0 = clerp(LH.C0,CFrame.new(-0.436587602, -0.992619872, 0.0206923336, 0.99808234, 0.0599006973, 0.0156119233, -0.0600048117, 0.998178363, 0.00628757617, -0.0152068557, -0.0072123101, 0.999858439),Alpha)
  2811. RH.C0 = clerp(RH.C0,CFrame.new(0.481217712, -0.504008591, -0.8678087, 0.997120202, -0.0733773932, -0.0191624481, 0.0741236135, 0.889526427, 0.450830936, -0.0160352942, -0.450953096, 0.892403722),Alpha)
  2812. LS.C0 = clerp(LS.C0,CFrame.new(-1.49673307, 0.593781948+.1*M.C(Sine/32), 0.0200225115, 0.966687799, 0.25548178, 0.0156119233, -0.255602777, 0.96676141, 0.00628757617, -0.0134866452, -0.0100685749, 0.999858439)*CF.A(0,0,M.R(0+5*M.C(Sine/32))),Alpha)
  2813. RS.C0 = clerp(RS.C0,CFrame.new(1.50987279, 0.675035477+.1*M.C(Sine/32), -0.0274340063, 0.943747699, -0.330297619, 0.0156119233, 0.33023873, 0.943876505, 0.00628757617, -0.0168125015, -0.000778224785, 0.999858439)*CF.A(0,0,M.R(0-5*M.C(Sine/32))),Alpha)
  2814. NK.C0 = clerp(NK.C0,CFrame.new(4.35172478e-06, 1.49894357, -0.0144011974, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799),Alpha)
  2815. elseif(Mode == 666666666666)then
  2816. Change = 1
  2817. NoobySphere(4,.025,"Multiply",RArm.CFrame*CF.N(0,-1.25,0)*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(.5,.5,.5),0,BrickColor.new'Black',0)
  2818. RJ.C0 = clerp(RJ.C0,CFrame.new(7.0558559e-11, 1.61628103+.5*M.C(Sine/32), -3.05566937e-06, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2819. LH.C0 = clerp(LH.C0,CFrame.new(-0.473465502, -1.00430846, 0.0547358543, 0.996436775, 0.0789096355, 0.0297838245, -0.0829922184, 0.980262518, 0.179437637, -0.0150366053, -0.181270093, 0.983318448),Alpha)
  2820. RH.C0 = clerp(RH.C0,CFrame.new(0.500664473, -0.996896267, 0.0722374618, 0.994860828, -0.10125193, 0.00038037356, 0.0999543592, 0.982697129, 0.155934408, -0.0161624532, -0.155095011, 0.987767398),Alpha)
  2821. LS.C0 = clerp(LS.C0,CFrame.new(-1.29428089, 0.420441031, 0.493041277, 0.816086888, -0.538787425, 0.209070042, 0.381859779, 0.774240494, 0.504712522, -0.43380329, -0.33205387, 0.837588906)*CF.A(0,0,M.R(0-5*M.C(Sine/32)))*CF.A(0,M.R(0+4*M.C(Sine/0.173278)),M.R(0+15*M.S(Sine/0.01278125))),Alpha)
  2822. RS.C0 = clerp(RS.C0,CFrame.new(1.36178303, 0.535555065, 0.0481818169, 0.959323943, -0.276642442, -0.0562722012, -0.281998605, -0.948367953, -0.145173192, -0.0132056763, 0.155136824, -0.98780489)*CF.A(0,0,M.R(0+5*M.C(Sine/32)))*CF.A(0,M.R(0+4*M.C(Sine/0.173278)),M.R(0+15*M.S(Sine/0.01278125))),Alpha)
  2823. NK.C0 = clerp(NK.C0,CFrame.new(0.0176411867, 1.49121404, -0.0637010336, 0.942441404, 0.0288463272, -0.333124816, 0.0213407781, 0.989051461, 0.146020114, 0.333689809, -0.144724563, 0.931507409)*CF.A(0,M.R(0+4*M.C(Sine/0.173278)),M.R(0+7.5*M.S(Sine/0.01278125))),Alpha)
  2824. else
  2825. Change = .75
  2826. RJ.C0 = RJ.C0:lerp(RJC0*CF.N(0,.2*M.C(Sine/6),0)*CF.A(M.R(-5+5*M.C(Sine/12)),M.R(-10),0),Alpha)
  2827. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-5+5*M.C(Sine/12)),0,0),Alpha)
  2828. LS.C0 = LS.C0:lerp(LSC0*CF.A(0,0,M.R(-7-5*M.C(Sine/12))),Alpha)
  2829. RS.C0 = RS.C0:lerp(RSC0*CF.A(0,0,M.R(7+5*M.C(Sine/12))),Alpha)
  2830. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,-.2*M.C(Sine/6),0)*CF.A(M.R(5-5*M.C(Sine/12)),M.R(10),0),Alpha)
  2831. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,-.2*M.C(Sine/6),0)*CF.A(M.R(5-5*M.C(Sine/12)),M.R(-10),0),Alpha)
  2832. end
  2833. -- idle
  2834. elseif(State == 'Run' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666)then
  2835. local wsVal = 7 / (Hum.WalkSpeed/16)
  2836. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2837. RJ.C0 = RJ.C0:lerp(CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(-15+2.5*M.C(Sine/(wsVal/2))),M.R(8*M.C(Sine/wsVal)),0),Alpha)
  2838. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2839. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,0-.3*M.S(Sine/wsVal))*CF.A(M.R(0+45*M.S(Sine/wsVal)),0,M.R(-5)),Alpha)
  2840. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,0,0+.3*M.S(Sine/wsVal))*CF.A(M.R(0-45*M.S(Sine/wsVal)),0,M.R(5)),Alpha)
  2841. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2842. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2843. elseif(State == 'Walk' and Mode ~= 5 and Mode ~= 7 and Mode ~= 10 and Mode ~= 666666666666)then
  2844. local wsVal = 7 / (Hum.WalkSpeed/16)
  2845. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2846. if(Mode == 4)then
  2847. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00847404078, -0.131645858-.1*M.C(Sine/(wsVal)), -0.542845488, 0.999965072, -0.00807052851, -0.00218774565, 0.00805599708, 0.85972774, 0.510689199, -0.00224066619, -0.51068902, 0.859762609),Alpha)
  2848. LH.C0 = clerp(LH.C0,CFrame.new(-0.496114701, -1.0144912+.1*M.C(Sine/(wsVal)), 0.0453964472, 0.976583362, 0.00805600174, 0.214989081, 0.103035107, 0.859728813, -0.50025022, -0.188862324, 0.510687351, 0.838766694),Alpha)
  2849. RH.C0 = clerp(RH.C0,CFrame.new(0.498885572, -1.01948476+.1*M.C(Sine/(wsVal)), 0.0378640294, 0.997592449, 0.00805600174, -0.0688822865, -0.0420893468, 0.859728813, -0.509013772, 0.055119466, 0.510687351, 0.857997894),Alpha)
  2850. LS.C0 = clerp(LS.C0,CFrame.new(-1.42592692, 0.493003547, -0.129623473, 0.987043619, 0.159894824, 0.0133710029, -0.130732149, 0.849730968, -0.51075089, -0.0930281729, 0.502385318, 0.859624803)*CF.A(M.R(0+15*M.C(Sine/wsVal)),0,0)*CF.A(0,M.R(0+4*M.C(Sine/0.817272)),M.R(0+15*M.S(Sine/0.9872346))),Alpha)
  2851. RS.C0 = clerp(RS.C0,CFrame.new(1.1449033, 0.691183329, -0.239056498, 0.899715602, 0.434673697, 0.0396348648, 0.435808241, -0.899650335, -0.0264700353, 0.024151668, 0.0410887003, -0.998863578)*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2852. NK.C0 = clerp(NK.C0,CFrame.new(7.87388399e-06, 1.43020797, -0.212884247, 1, -8.72649252e-07, -4.02983278e-06, 2.92807817e-06, 0.838354766, 0.545125127, 2.90293247e-06, -0.545125067, 0.838354826)*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2853. elseif(Mode == 696969)then
  2854. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00847404078, -0.131645858-.1*M.C(Sine/(wsVal)), -0.542845488, 0.999965072, -0.00807052851, -0.00218774565, 0.00805599708, 0.85972774, 0.510689199, -0.00224066619, -0.51068902, 0.859762609),Alpha)
  2855. LH.C0 = clerp(LH.C0,CFrame.new(-0.496114701, -1.0144912+.1*M.C(Sine/(wsVal)), 0.0453964472, 0.976583362, 0.00805600174, 0.214989081, 0.103035107, 0.859728813, -0.50025022, -0.188862324, 0.510687351, 0.838766694),Alpha)
  2856. RH.C0 = clerp(RH.C0,CFrame.new(0.498885572, -1.01948476+.1*M.C(Sine/(wsVal)), 0.0378640294, 0.997592449, 0.00805600174, -0.0688822865, -0.0420893468, 0.859728813, -0.509013772, 0.055119466, 0.510687351, 0.857997894),Alpha)
  2857. LS.C0 = clerp(LS.C0,CFrame.new(-1.3136189, 0.462844551+.1*M.C(Sine/wsVal), 0.00274867564, 0.929629087, -0.368184805, -0.015158236, -0.360420376, -0.899919868, -0.245441884, 0.0767267719, 0.23363328, -0.969292879)*CF.A(0,M.R(0+4*M.C(Sine/0.173278)),M.R(0+15*M.S(Sine/0.01278125))),Alpha)
  2858. RS.C0 = clerp(RS.C0,CFrame.new(1.25962329, 0.543387234+.1*M.C(Sine/wsVal), 0.0906403661, 0.898135066, 0.439483941, -0.0144048491, 0.399390757, -0.829028964, -0.391405523, -0.183958456, 0.345781803, -0.920105577)*CF.A(0,M.R(0+4*M.C(Sine/0.173278)),M.R(0+15*M.S(Sine/0.01278125))),Alpha)
  2859. NK.C0 = clerp(NK.C0,CFrame.new(7.87388399e-06, 1.43020797, -0.212884247, 1, -8.72649252e-07, -4.02983278e-06, 2.92807817e-06, 0.838354766, 0.545125127, 2.90293247e-06, -0.545125067, 0.838354826)*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2860.  
  2861. elseif(Mode == 1)then
  2862. RJ.C0 = RJ.C0:lerp(CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(-5-2.5*M.C(Sine/(wsVal/2))),M.R(8*M.C(Sine/wsVal)),0),Alpha)
  2863. NK.C0 = NK.C0:lerp(NKC0*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2864. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,-.22*M.C(Sine/wsVal))*CF.A(M.R(0+37*M.C(Sine/wsVal)),0,M.R(-5+10*M.C(Sine/(wsVal/2))) ),Alpha)
  2865. RS.C0 = clerp(RS.C0,CFrame.new(1.2, 0.7, -0.396169931, 0.827836394, 0.560810268, -0.013374418, 0.472599089, -0.7100721, -0.521965444, -0.302220345, 0.42578119, -0.852861941)*CF.A(0,M.R(0+4*M.C(Sine/0.61237)),M.R(0+15*M.S(Sine/0.716246))),Alpha)
  2866. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2867. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2868. else
  2869. if(hitfloor and Mode == 9)then Effect{Material=Enum.Material.Neon,Effect='Fade',Mesh={MeshType=Enum.MeshType.Cylinder},Size=V3.N(.1,5,5),Frames=120,Color=BrickColor.new'Forest green',CFrame=CF.N(posfloor,posfloor+norm)*CF.A(0,M.R(90),0)} end
  2870. RJ.C0 = RJ.C0:lerp(CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(-5-2.5*M.C(Sine/(wsVal/2))),M.R(8*M.C(Sine/wsVal)),0),Alpha)
  2871. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2872. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,-.22*M.C(Sine/wsVal))*CF.A(M.R(37*M.C(Sine/wsVal)),0,M.R(-5+10*M.C(Sine/(wsVal/2))) ),Alpha)
  2873. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,0,.22*M.C(Sine/wsVal))*CF.A(M.R(-37*M.C(Sine/wsVal)),0,M.R(5-10*M.C(Sine/(wsVal/2))) ),Alpha)
  2874. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2875. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2876. end
  2877. elseif(State == 'Walk' and Mode == 7)then
  2878. local wsVal = 7 / (Hum.WalkSpeed/16)
  2879. local Alpha = math.min(.3 * (Hum.WalkSpeed/8),1)
  2880. RJ.C0 = RJ.C0:lerp(CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(-2.5-1.25*M.C(Sine/(wsVal/2))),M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2881. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2882. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,-.11*M.C(Sine/wsVal))*CF.A(M.R(18.5*M.C(Sine/wsVal)),0,M.R(-2.5+5*M.C(Sine/(wsVal/2))) ),Alpha)
  2883. RS.C0 = RS.C0:lerp(RSC0*CF.N(0,0,.11*M.C(Sine/wsVal))*CF.A(M.R(-18.5*M.C(Sine/wsVal)),0,M.R(2.5-5*M.C(Sine/(wsVal/2))) ),Alpha)
  2884. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2885. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2886. elseif((State == 'Walk' or State == 'Run') and Mode == 10)then
  2887. Change = 1
  2888. local Alpha = .1
  2889. RJ.C0 = clerp(RJ.C0,CFrame.new(5.48791013e-11, 0.881578624+.5*M.C(Sine/32), -3.51015478e-06, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271)*CF.A(M.R(-45),0,0),Alpha)
  2890. LH.C0 = clerp(LH.C0,CFrame.new(-0.507622898, -0.617543876, -0.694063663, 0.999877989, -0.00717858272, 0.0138636231, -9.81731864e-05, 0.885106385, 0.465388477, -0.0156116197, -0.465333343, 0.884998262),Alpha)
  2891. RH.C0 = clerp(RH.C0,CFrame.new(0.499199599, -0.96504283, 0.0578122139, 0.999877989, -0.00369151891, 0.0151692061, -9.81731864e-05, 0.970136404, 0.242559701, -0.0156116197, -0.242531747, 0.970018268),Alpha)
  2892. LS.C0 = clerp(LS.C0,CFrame.new(-1.49673307, 0.593781948+.2*M.C(Sine/32), 0.0200225115, 0.966687799, 0.25548178, 0.0156119233, -0.255602777, 0.96676141, 0.00628757617, -0.0134866452, -0.0100685749, 0.999858439)*CF.A(M.R(-45),M.R(25),M.R(5+5*M.C(Sine/32))),Alpha)
  2893. RS.C0 = clerp(RS.C0,CFrame.new(1.50987279, 0.675035477+.2*M.C(Sine/32), -0.0274340063, 0.943747699, -0.330297619, 0.0156119233, 0.33023873, 0.943876505, 0.00628757617, -0.0168125015, -0.000778224785, 0.999858439)*CF.A(M.R(-45),M.R(-25),M.R(-5-5*M.C(Sine/32))),Alpha)
  2894. NK.C0 = clerp(NK.C0,CFrame.new(4.35172478e-06, 1.49894357, -0.0144011974, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799)*CF.A(M.R(45),0,0),Alpha)
  2895. elseif((State == 'Walk' or State == 'Run') and Mode == 666666666666)then
  2896. Change = 1
  2897. local Alpha = .1
  2898. RJ.C0 = clerp(RJ.C0,CFrame.new(5.48791013e-11, 1.61628103+.5*M.C(Sine/32), -3.51015478e-06, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271)*CF.A(M.R(-65),0,0),Alpha)
  2899. LH.C0 = clerp(LH.C0,CFrame.new(-0.507622898, -0.617543876, -0.694063663, 0.999877989, -0.00717858272, 0.0138636231, -9.81731864e-05, 0.885106385, 0.465388477, -0.0156116197, -0.465333343, 0.884998262),Alpha)
  2900. RH.C0 = clerp(RH.C0,CFrame.new(0.499199599, -0.96504283, 0.0578122139, 0.999877989, -0.00369151891, 0.0151692061, -9.81731864e-05, 0.970136404, 0.242559701, -0.0156116197, -0.242531747, 0.970018268),Alpha)
  2901. LS.C0 = clerp(LS.C0,CFrame.new(-1.49673307, 0.593781948+.2*M.C(Sine/32), 0.0200225115, 0.966687799, 0.25548178, 0.0156119233, -0.255602777, 0.96676141, 0.00628757617, -0.0134866452, -0.0100685749, 0.999858439)*CF.A(M.R(-55),M.R(25),M.R(5+5*M.C(Sine/32))),Alpha)
  2902. RS.C0 = clerp(RS.C0,CFrame.new(1.50987279, 0.675035477+.2*M.C(Sine/32), -0.0274340063, 0.943747699, -0.330297619, 0.0156119233, 0.33023873, 0.943876505, 0.00628757617, -0.0168125015, -0.000778224785, 0.999858439)*CF.A(M.R(-55),M.R(-25),M.R(-5-5*M.C(Sine/32))),Alpha)
  2903. NK.C0 = clerp(NK.C0,CFrame.new(4.35172478e-06, 1.49894357, -0.0144011974, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799)*CF.A(M.R(65),0,0),Alpha)
  2904.  
  2905. elseif((State == 'Walk' or State == 'Run'))then
  2906. Change = 1
  2907. local Alpha = .1
  2908. RJ.C0 = clerp(RJ.C0,CFrame.new(5.48791013e-11, 1.2571125+.5*M.C(Sine/32), -3.51015478e-06, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271)*CF.A(M.R(-75),0,0),Alpha)
  2909. LH.C0 = clerp(LH.C0,CFrame.new(-0.436587602, -0.992619872, 0.0206923336, 0.99808234, 0.0599006973, 0.0156119233, -0.0600048117, 0.998178363, 0.00628757617, -0.0152068557, -0.0072123101, 0.999858439),Alpha)
  2910. RH.C0 = clerp(RH.C0,CFrame.new(0.481217712, -0.504008591, -0.8678087, 0.997120202, -0.0733773932, -0.0191624481, 0.0741236135, 0.889526427, 0.450830936, -0.0160352942, -0.450953096, 0.892403722),Alpha)
  2911. LS.C0 = clerp(LS.C0,CFrame.new(-1.49673307, 0.593781948+.2*M.C(Sine/32), 0.0200225115, 0.966687799, 0.25548178, 0.0156119233, -0.255602777, 0.96676141, 0.00628757617, -0.0134866452, -0.0100685749, 0.999858439)*CF.A(M.R(-15),M.R(25),M.R(5+5*M.C(Sine/32))),Alpha)
  2912. RS.C0 = clerp(RS.C0,CFrame.new(1.50987279, 0.675035477+.2*M.C(Sine/32), -0.0274340063, 0.943747699, -0.330297619, 0.0156119233, 0.33023873, 0.943876505, 0.00628757617, -0.0168125015, -0.000778224785, 0.999858439)*CF.A(M.R(-15),M.R(-25),M.R(-5-5*M.C(Sine/32))),Alpha)
  2913. NK.C0 = clerp(NK.C0,CFrame.new(4.35172478e-06, 1.49894357, -0.0144011974, 0.99999994, 3.67523171e-07, -1.61118805e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.063768819, 0.997964799)*CF.A(M.R(75),0,0),Alpha)
  2914.  
  2915. elseif(State == 'Jump')then
  2916. local Alpha = .1
  2917. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  2918. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)),Alpha)
  2919. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)),Alpha)
  2920. RJ.C0 = RJ.C0:lerp(RJC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2921. NK.C0 = NK.C0:lerp(NKC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2922. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  2923. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  2924. elseif(State == 'Fall')then
  2925. local Alpha = .1
  2926. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  2927. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)+idk),Alpha)
  2928. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)-idk),Alpha)
  2929. RJ.C0 = RJ.C0:lerp(RJC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2930. NK.C0 = NK.C0:lerp(NKC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2931. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  2932. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  2933. elseif(State == 'Paralyzed')then
  2934. -- paralyzed
  2935. elseif(State == 'Sit')then
  2936. -- sit
  2937. end
  2938. end
  2939.  
  2940.  
  2941.  
  2942. for i,v in next, BloodPuddles do
  2943. local mesh = i:FindFirstChild'CylinderMesh'
  2944. BloodPuddles[i] = v + 1
  2945. if(not mesh or i.Transparency >= 1)then
  2946. i:destroy()
  2947. BloodPuddles[i] = nil
  2948. elseif(v >= Frame_Speed*4)then
  2949. local trans = (v-Frame_Speed*4)/(Frame_Speed*2)
  2950. i.Transparency = trans
  2951. if(mesh.Scale.Z > 0)then
  2952. mesh.Scale = mesh.Scale-V3.N(.05,0,.05)
  2953. end
  2954. else
  2955. i.Transparency = 0
  2956. end
  2957. end
  2958. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement