Advertisement
Sonickool

r4

Feb 9th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 135.35 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  2. print("FE Compatibility: by WaverlyCole & Mokiros")
  3. InternalData = {}
  4. do
  5. script.Parent = owner.Character
  6. local Event = Instance.new("RemoteEvent")
  7. Event.Name = "UserInput"
  8. local function NewFakeEvent()
  9. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  10. return Fake
  11. end
  12. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  13. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  14. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  15. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  16. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  17. local function TriggerEvent(self,Event,...)
  18. local Trigger = Mouse[Event]
  19. if Trigger and Trigger.fakeEvent and Trigger.Function then
  20. Trigger.Function(...)
  21. end
  22. end
  23. Mouse.TrigEvent = TriggerEvent
  24. UserInputService.TrigEvent = TriggerEvent
  25. Event.OnServerEvent:Connect(function(FiredBy,Input)
  26. if FiredBy.Name ~= owner.Name then end
  27. if Input.MouseEvent then
  28. Mouse.Target = Input.Target
  29. Mouse.Hit = Input.Hit
  30. else
  31. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  32. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  33. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  34. end
  35. for _,Action in pairs(ContextActionService.Actions) do
  36. for _,Key in pairs(Action.Keys) do
  37. if Key==Input.KeyCode then
  38. Action.Function(Action.Name,Input.UserInputState,Input)
  39. end
  40. end
  41. end
  42. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  43. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  44. end
  45. end)
  46. InternalData["Mouse"] = Mouse
  47. InternalData["ContextActionService"] = ContextActionService
  48. InternalData["UserInputService"] = UserInputService
  49. Event.Parent = NLS([[
  50. local Player = owner
  51. local Event = script:WaitForChild("UserInput")
  52. local UserInputService = game:GetService("UserInputService")
  53. local Mouse = Player:GetMouse()
  54. local Input = function(Input,gameProcessedEvent)
  55. if gameProcessedEvent then return end
  56. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  57. end
  58. UserInputService.InputBegan:Connect(Input)
  59. UserInputService.InputEnded:Connect(Input)
  60. local Hit,Target
  61. while wait(1/30) do
  62. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  63. Hit,Target = Mouse.Hit,Mouse.Target
  64. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  65. end
  66. end
  67. ]],owner.Character)
  68. end
  69. RealGame = game;game = setmetatable({},{
  70. __index = function (self,Index)
  71. local Sandbox = function (Thing)
  72. if Thing:IsA("Player") then
  73. local RealPlayer = Thing
  74. return setmetatable({},{
  75. __index = function (self,Index)
  76. local Type = type(RealPlayer[Index])
  77. if Type == "function" then
  78. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  79. return function (self)
  80. return InternalData["Mouse"]
  81. end
  82. end
  83. return function (self,...)
  84. return RealPlayer[Index](RealPlayer,...)
  85. end
  86. else
  87. if Index == "PlrObj" then
  88. return RealPlayer
  89. end
  90. return RealPlayer[Index]
  91. end
  92. end;
  93. __tostring = function(self)
  94. return RealPlayer.Name
  95. end
  96. })
  97. end
  98. end
  99. if RealGame[Index] then
  100. local Type = type(RealGame[Index])
  101. if Type == "function" then
  102. if Index:lower() == "getservice" or Index:lower() == "service" then
  103. return function (self,Service)
  104. if Service:lower() == "players" then
  105. return setmetatable({},{
  106. __index = function (self2,Index2)
  107. local RealService = RealGame:GetService(Service)
  108. local Type2 = type(Index2)
  109. if Type2 == "function" then
  110. return function (self,...)
  111. return RealService[Index2](RealService,...)
  112. end
  113. else
  114. if Index2:lower() == "localplayer" then
  115. return Sandbox(owner)
  116. end
  117. return RealService[Index2]
  118. end
  119. end;
  120. __tostring = function(self)
  121. return RealGame:GetService(Service).Name
  122. end
  123. })
  124. elseif Service:lower() == "contextactionservice" then
  125. return InternalData["ContextActionService"]
  126. elseif Service:lower() == "contextactionservice" then
  127. return InternalData["UserInputService"]
  128. elseif Service:lower() == "runservice" then
  129. return setmetatable({},{
  130. __index = function(self2,Index2)
  131. local RealService = RealGame:GetService(Service)
  132. local Type2 = type(Index2)
  133. if Type2 == "function" then
  134. return function (self,...)
  135. return RealService[Index2](RealService,...)
  136. end
  137. else
  138. if Index2:lower() == "bindtorenderstep" then
  139. return function (self,Name,Priority,Function)
  140. return RealGame:GetService("RunService").Stepped:Connect(Function)
  141. end
  142. end
  143. if Index2:lower() == "renderstepped" then
  144. return RealService["Stepped"]
  145. end
  146. return RealService[Index2]
  147. end
  148. end
  149. })
  150. else
  151. return RealGame:GetService(Service)
  152. end
  153. end
  154. end
  155. return function (self,...)
  156. return RealGame[Index](RealGame,...)
  157. end
  158. else
  159. if game:GetService(Index) then
  160. return game:GetService(Index)
  161. end
  162. return RealGame[Index]
  163. end
  164. else
  165. return nil
  166. end
  167. end
  168. });Game = game;owner = game:GetService("Players").LocalPlayer;script = {}
  169. print("Complete! Running...")
  170.  
  171.  
  172. --//Paste script below this line.
  173.  
  174.  
  175. -- Created by Nebula_Zorua --
  176. -- NebulaGlitcher Demo --
  177. -- The official second Glitcher's Demo --
  178. -- Discord: Nebula the Zorua#6969
  179. -- Youtube: https://www.youtube.com/channel/UCo9oU9dCw8jnuVLuy4_SATA
  180.  
  181. wait(1/60)
  182.  
  183. --// Shortcut Variables \\--
  184. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  185. local CF = {N=CFrame.new,A=CFrame.Angles,fEA=CFrame.fromEulerAnglesXYZ}
  186. local C3 = {N=Color3.new,RGB=Color3.fromRGB,HSV=Color3.fromHSV,tHSV=Color3.toHSV}
  187. local V3 = {N=Vector3.new,FNI=Vector3.FromNormalId,A=Vector3.FromAxis}
  188. 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}
  189. local R3 = {N=Region3.new}
  190. local De = S.Debris
  191. local WS = workspace
  192. local Lght = S.Lighting
  193. local RepS = S.ReplicatedStorage
  194. local IN = Instance.new
  195. local Plrs = S.Players
  196. local UIS = S.UserInputService
  197. local CAS = S.ContextActionService
  198. --// Initializing \\--
  199. local Plr = Plrs.LocalPlayer
  200. local Char = Plr.Character
  201. local Hum = Char:FindFirstChildOfClass'Humanoid'
  202. local RArm = Char["Right Arm"]
  203. local LArm = Char["Left Arm"]
  204. local RLeg = Char["Right Leg"]
  205. local LLeg = Char["Left Leg"]
  206. local Root = Char:FindFirstChild'HumanoidRootPart'
  207. local Torso = Char.Torso
  208. local Head = Char.Head
  209. local NeutralAnims = true
  210. local Attack = false
  211. local Debounces = {Debounces={}}
  212. local Mouse = Plr:GetMouse()
  213. local Hit = {}
  214. local Sine = 0
  215. local Change = 1
  216. local PlrGui = Plr:FindFirstChildOfClass'PlayerGui'
  217. local Hue = 0;
  218. local Combo = 1
  219. local BloodPuddles = {}
  220.  
  221. local DontAttackPlayers = false
  222.  
  223. local BurnInterval = .7
  224.  
  225. local Radioactive = {}
  226.  
  227. local Hits = 0;
  228. local HitTime = time()
  229.  
  230. local MaxHits = 60;
  231.  
  232. local Effects = IN("Folder",Char)
  233. Effects.Name = "Effects"
  234.  
  235.  
  236. --// Output Stuff \\--
  237.  
  238. function Output(type,...)
  239. print(table.concat{...,"\t"})
  240. end
  241.  
  242. warn("NEBULAGLITCHER DEMO")
  243. warn("CONTROLS:")
  244. warn("SOLITUDE - Z, T")
  245. warn("THE BIG BLACK - Z (NOT FINISHED)")
  246. warn("CLARITY - Z")
  247. warn("GLITCHY - Z")
  248. warn("STRESS - Z")
  249. warn("JUSTICE - Z")
  250.  
  251. warn("The real NebulaGlitcher has more modes, and a combo system. This is just a demo.")
  252.  
  253. --// Debounce System \\--
  254.  
  255. function Debounces:New(name,cooldown)
  256. local aaaaa = {Usable=true,Cooldown=cooldown or 2,CoolingDown=false,LastUse=0}
  257. setmetatable(aaaaa,{__index = Debounces})
  258. Debounces.Debounces[name] = aaaaa
  259. return aaaaa
  260. end
  261.  
  262. function Debounces:Use(overrideUsable)
  263. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  264. if(self.Usable or overrideUsable)then
  265. self.Usable = false
  266. self.CoolingDown = true
  267. local LastUse = time()
  268. self.LastUse = LastUse
  269. delay(self.Cooldown or 2,function()
  270. if(self.LastUse == LastUse)then
  271. self.CoolingDown = false
  272. self.Usable = true
  273. end
  274. end)
  275. end
  276. end
  277.  
  278. function Debounces:Get(name)
  279. assert(typeof(name) == 'string',("bad argument #1 to 'get' (string expected, got %s)"):format(typeof(name) == nil and "no value" or typeof(name)))
  280. for i,v in next, Debounces.Debounces do
  281. if(i == name)then
  282. return v;
  283. end
  284. end
  285. end
  286.  
  287. function Debounces:GetProgressPercentage()
  288. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  289. if(self.CoolingDown and not self.Usable)then
  290. return math.max(
  291. math.floor(
  292. (
  293. (time()-self.LastUse)/self.Cooldown or 2
  294. )*100
  295. )
  296. )
  297. else
  298. return 100
  299. end
  300. end
  301.  
  302. --// Instance Creation Functions \\--
  303.  
  304. function Sound(parent,id,pitch,volume,looped,effect,autoPlay)
  305. local Sound = IN("Sound")
  306. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  307. Sound.Pitch = pitch or 1
  308. Sound.Volume = volume or 1
  309. Sound.Looped = looped or false
  310. if(autoPlay)then
  311. coroutine.wrap(function()
  312. repeat wait() until Sound.IsLoaded
  313. Sound.Playing = autoPlay or false
  314. end)()
  315. end
  316. if(not looped and effect)then
  317. Sound.Stopped:connect(function()
  318. Sound.Volume = 0
  319. Sound:destroy()
  320. end)
  321. elseif(effect)then
  322. warn("Sound can't be looped and a sound effect!")
  323. end
  324. Sound.Parent =parent or Torso
  325. return Sound
  326. end
  327. function Part(parent,color,material,size,cframe,anchored,cancollide)
  328. local part = IN("Part")
  329. part.Parent = parent or Char
  330. part[typeof(color) == 'BrickColor' and 'BrickColor' or 'Color'] = color or C3.N(0,0,0)
  331. part.Material = material or Enum.Material.SmoothPlastic
  332. part.TopSurface,part.BottomSurface=10,10
  333. part.Size = size or V3.N(1,1,1)
  334. part.CFrame = cframe or CF.N(0,0,0)
  335. part.CanCollide = cancollide or false
  336. part.Anchored = anchored or false
  337. return part
  338. end
  339.  
  340. function Weld(part0,part1,c0,c1)
  341. local weld = IN("Weld")
  342. weld.Parent = part0
  343. weld.Part0 = part0
  344. weld.Part1 = part1
  345. weld.C0 = c0 or CF.N()
  346. weld.C1 = c1 or CF.N()
  347. return weld
  348. end
  349.  
  350. function Mesh(parent,meshtype,meshid,textid,scale,offset)
  351. local part = IN("SpecialMesh")
  352. part.MeshId = meshid or ""
  353. part.TextureId = textid or ""
  354. part.Scale = scale or V3.N(1,1,1)
  355. part.Offset = offset or V3.N(0,0,0)
  356. part.MeshType = meshtype or Enum.MeshType.Sphere
  357. part.Parent = parent
  358. return part
  359. end
  360.  
  361. NewInstance = function(instance,parent,properties)
  362. local inst = Instance.new(instance)
  363. inst.Parent = parent
  364. if(properties)then
  365. for i,v in next, properties do
  366. pcall(function() inst[i] = v end)
  367. end
  368. end
  369. return inst;
  370. end
  371.  
  372. function Clone(instance,parent,properties)
  373. local inst = instance:Clone()
  374. inst.Parent = parent
  375. if(properties)then
  376. for i,v in next, properties do
  377. pcall(function() inst[i] = v end)
  378. end
  379. end
  380. return inst;
  381. end
  382.  
  383. function SoundPart(id,pitch,volume,looped,effect,autoPlay,cf)
  384. local soundPart = NewInstance("Part",Effects,{Transparency=1,CFrame=cf or Torso.CFrame,Anchored=true,CanCollide=false,Size=V3.N()})
  385. local Sound = IN("Sound")
  386. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  387. Sound.Pitch = pitch or 1
  388. Sound.Volume = volume or 1
  389. Sound.Looped = looped or false
  390. if(autoPlay)then
  391. coroutine.wrap(function()
  392. repeat wait() until Sound.IsLoaded
  393. Sound.Playing = autoPlay or false
  394. end)()
  395. end
  396. if(not looped and effect)then
  397. Sound.Stopped:connect(function()
  398. Sound.Volume = 0
  399. soundPart:destroy()
  400. end)
  401. elseif(effect)then
  402. warn("Sound can't be looped and a sound effect!")
  403. end
  404. Sound.Parent = soundPart
  405. return Sound,soundPart
  406. end
  407.  
  408.  
  409. --// Extended ROBLOX tables \\--
  410. 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})
  411. --// Require stuff \\--
  412. function CamShake(who,times,intense,origin)
  413. coroutine.wrap(function()
  414. if(script:FindFirstChild'CamShake')then
  415. local cam = script.CamShake:Clone()
  416. cam:WaitForChild'intensity'.Value = intense
  417. cam:WaitForChild'times'.Value = times
  418.  
  419. if(origin)then NewInstance((typeof(origin) == 'Instance' and "ObjectValue" or typeof(origin) == 'Vector3' and 'Vector3Value'),cam,{Name='origin',Value=origin}) end
  420. cam.Parent = who
  421. wait()
  422. cam.Disabled = false
  423. elseif(who == Plr or who == Char or who:IsDescendantOf(Plr))then
  424. local intensity = intense
  425. local cam = workspace.CurrentCamera
  426. for i = 1, times do
  427. local camDistFromOrigin
  428. if(typeof(origin) == 'Instance' and origin:IsA'BasePart')then
  429. camDistFromOrigin = math.floor( (cam.CFrame.p-origin.Position).magnitude )/25
  430. elseif(typeof(origin) == 'Vector3')then
  431. camDistFromOrigin = math.floor( (cam.CFrame.p-origin).magnitude )/25
  432. end
  433. if(camDistFromOrigin)then
  434. intensity = math.min(intense, math.floor(intense/camDistFromOrigin))
  435. end
  436. 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)
  437. swait()
  438. end
  439. end
  440. end)()
  441. end
  442.  
  443.  
  444. function CamShakeAll(times,intense,origin)
  445. for _,v in next, Plrs:players() do
  446. CamShake(v:FindFirstChildOfClass'PlayerGui' or v:FindFirstChildOfClass'Backpack' or v.Character,times,intense,origin)
  447. end
  448. end
  449.  
  450. function CamShakeAOE(origin,range,times,intense,blacklist)
  451. local hit = {}
  452. for _,v in next, getRegion(origin,range,blacklist or {}) do
  453. if(S.Players:GetPlayerFromCharacter(v.Parent) and v.Parent and not hit[v.Parent] and v.Parent:FindFirstChildOfClass'Humanoid')then
  454. CamShake(v.Parent,times,intense,origin)
  455. hit[v.Parent] = true
  456. end
  457. end
  458. end
  459.  
  460. function ServerScript(code)
  461. if(script:FindFirstChild'Loadstring')then
  462. local load = script.Loadstring:Clone()
  463. load:WaitForChild'Sauce'.Value = code
  464. load.Disabled = false
  465. load.Parent = workspace
  466. elseif(NS and typeof(NS) == 'function')then
  467. NS(code,workspace)
  468. else
  469. warn("no serverscripts lol")
  470. end
  471. end
  472.  
  473. function LocalOnPlayer(who,code)
  474. ServerScript([[
  475. wait()
  476. script.Parent=nil
  477. if(not _G.Http)then _G.Http = game:service'HttpService' end
  478.  
  479. local Http = _G.Http or game:service'HttpService'
  480.  
  481. local source = ]].."[["..code.."]]"..[[
  482. local link = "https://api.vorth.xyz/R_API/R.UPLOAD/NEW_LOCAL.php"
  483. local asd = Http:PostAsync(link,source)
  484. repeat wait() until asd and Http:JSONDecode(asd) and Http:JSONDecode(asd).Result and Http:JSONDecode(asd).Result.Require_ID
  485. local ID = Http:JSONDecode(asd).Result.Require_ID
  486. local vs = require(ID).VORTH_SCRIPT
  487. vs.Parent = game:service'Players'.]]..who.Name..[[.Character
  488. ]])
  489. end
  490.  
  491. --// Customization \\--
  492.  
  493. local Frame_Speed = 60 -- The frame speed for swait. 1 is automatically divided by this
  494. local Remove_Hats = false
  495. local Remove_Clothing = false
  496. local PlayerSize = 1
  497. local DamageColor = BrickColor.new'Really black'
  498. local MusicID = 1564523997
  499. local Pitch = 1
  500. local VisSong = 511924043;
  501.  
  502. local God = false
  503. local Muted = false
  504.  
  505. local PrimaryParts = {}
  506. local SecondaryParts = {}
  507.  
  508. local WalkSpeed = 16
  509.  
  510. local Mode = 1;
  511.  
  512. --// Weapon and GUI creation, and Character Customization \\--
  513.  
  514. pcall(function()Char.LeftWing:destroy()end)
  515. pcall(function()Char.Halo:destroy()end)
  516. local toggleTag = true
  517. local txt = Instance.new("BillboardGui", PlrGui)
  518. txt.Adornee = Head
  519. txt.Name = "NameDetect"
  520. txt.Size = UDim2.new(4, 0, 1.2, 0)
  521. txt.StudsOffset = Vector3.new(-8, 8/1.5, 0)
  522. local text = Instance.new("TextLabel", txt)
  523. text.Size = UDim2.new(10/2, 0, 7/2, 0)
  524. text.FontSize = "Size8"
  525. text.TextScaled = true
  526. text.TextTransparency = 0
  527. text.BackgroundTransparency = 1
  528. text.TextTransparency = 0
  529. text.TextStrokeTransparency = 0
  530. text.Font = "Fantasy"
  531. text.TextStrokeColor3 = Color3.new(1,1,1)
  532. text.TextColor3 = Color3.new(0,0,0)
  533. text.Text = "Solitude"
  534.  
  535. pcall(function() Char.ReaperShadowHead.Eye1.BrickColor = BrickColor.new'Really red' end)
  536. pcall(function() Char.ReaperShadowHead.Eye2.BrickColor = BrickColor.new'Really red' end)
  537.  
  538. function RecolorTextAndRename(name,col1,col2)
  539. text.TextStrokeColor3 = col2
  540. text.TextColor3 = col1
  541. text.Text = name
  542. end
  543.  
  544. New = function(Object, Parent, Name, Data)
  545. local Object = Instance.new(Object)
  546. for Index, Value in pairs(Data or {}) do
  547. Object[Index] = Value
  548. end
  549. Object.Parent = Parent
  550. Object.Name = Name
  551. return Object
  552. end
  553.  
  554. local Feather = New("Model",nil,"Feather",{})
  555. 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,})
  556. local Meshie = New("SpecialMesh",Main,"Mesh",{MeshType = Enum.MeshType.Brick,})
  557. 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),})
  558. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 12.3999977, 10.999999),MeshType = Enum.MeshType.Brick,})
  559. 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),})
  560. 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),})
  561. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 12.3999977, 10.999999),MeshType = Enum.MeshType.Brick,})
  562. 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),})
  563. 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),})
  564. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  565. 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),})
  566. 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),})
  567. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  568. 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),})
  569. 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),})
  570. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  571. 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),})
  572. 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),})
  573. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  574. 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),})
  575.  
  576. 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
  577.  
  578. local Core = New("Model",Char,"Core",{})
  579.  
  580. 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),})
  581. 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),})
  582.  
  583. 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),})
  584. 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),})
  585.  
  586. local CoreH = NewInstance("Humanoid",Core,{MaxHealth=500,Health=500})
  587.  
  588. if(Remove_Hats)then Instance.ClearChildrenOfClass(Char,"Accessory",true) end
  589. if(Remove_Clothing)then Instance.ClearChildrenOfClass(Char,"Clothing",true) Instance.ClearChildrenOfClass(Char,"ShirtGraphic",true) end
  590.  
  591. local Music = Sound(Char,MusicID,1,3,true,false,true)
  592. Music.Name = 'Music'
  593.  
  594. if(PlayerSize ~= 1)then
  595. for _,v in next, Char:GetDescendants() do
  596. if(v:IsA'BasePart')then
  597. v.Size = v.Size * PlayerSize
  598. end
  599. end
  600. end
  601.  
  602. local Halo = NewInstance("Model",Char,{Name='Halo'})
  603.  
  604. local LWing = NewInstance("Model",Char,{Name='LeftWing'})
  605. local RWing = NewInstance("Model",Char,{Name='RightWing'})
  606.  
  607. local LWingEXT = NewInstance("Model",Char,{Name='LeftWingEXT'})
  608. local RWingEXT = NewInstance("Model",Char,{Name='RightWingEXT'})
  609.  
  610. local LWingWelds = {}
  611. local RWingWelds = {}
  612.  
  613. local LWingEWelds = {}
  614. local RWingEWelds = {}
  615.  
  616. local HaloHandle = NewInstance("Part",Halo,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  617. local LWingHandle = NewInstance("Part",Char,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  618. local RWingHandle = NewInstance("Part",Char,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  619.  
  620. for i = 1, 360,5 do
  621. 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})
  622. local weld = NewInstance("Weld",part,{Part0=HaloHandle,Part1=part,C0=CF.A(0,M.R(i),0)*CF.N(0,0,-1)})
  623. table.insert(PrimaryParts,part)
  624. end
  625.  
  626. for i = 1, 6 do
  627. local cr = Part(Char,BrickColor.new'Black',Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),CF.N(),false,false)
  628. cr.Transparency = 1
  629. local fuck = Feather:Clone();
  630. local men = fuck.Main
  631. --local mesh = Mesh(cr,Enum.MeshType.FileMesh,'rbxassetid://9756362','',V3.N(.75,2,.2),V3.N())
  632. local weld1 = Weld(cr,men)
  633. local weld = Weld(men,LWingHandle)
  634. if(i > 3)then
  635. for _,v in next, fuck:children() do v.Parent = LWingEXT v.Transparency = 1 end
  636. else
  637. for _,v in next, fuck:children() do v.Parent = LWing end
  638. end
  639.  
  640. table.insert(LWingWelds,weld)
  641. table.insert(PrimaryParts,cr)
  642. end
  643.  
  644. for i = 1, 6 do
  645. local cr = Part(Char,BrickColor.new'Black',Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),CF.N(),false,false)
  646. cr.Transparency = 1
  647. local fuck = Feather:Clone();
  648. local men = fuck.Main
  649. --local mesh = Mesh(cr,Enum.MeshType.FileMesh,'rbxassetid://9756362','',V3.N(.75,2,.2),V3.N())
  650. local weld1 = Weld(cr,men)
  651. local weld = Weld(men,RWingHandle)
  652.  
  653. if(i > 3)then
  654. for _,v in next, fuck:children() do v.Parent = RWingEXT if(v:IsA'BasePart')then v.Transparency = 1 end end
  655. else
  656. for _,v in next, fuck:children() do v.Parent = RWing if(v:IsA'BasePart')then v.Transparency = 1 end end
  657. end
  658. table.insert(RWingWelds,weld)
  659. table.insert(PrimaryParts,cr)
  660. end
  661.  
  662. for _,v in next, PrimaryParts do
  663. if(v:IsA'BasePart')then
  664. v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  665. end
  666. end
  667.  
  668. Core1.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  669. Core2.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  670.  
  671.  
  672. --// Stop animations \\--
  673. for _,v in next, Hum:GetPlayingAnimationTracks() do
  674. v:Stop();
  675. end
  676.  
  677. pcall(game.Destroy,Char:FindFirstChild'Animate')
  678. pcall(game.Destroy,Hum:FindFirstChild'Animator')
  679.  
  680. --// Joints \\--
  681.  
  682. 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)})
  683. 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)})
  684. local NK = NewInstance('Motor',Char,{Part0=Torso,Part1=Head,C0 = CF.N(0,1.5 * PlayerSize,0)})
  685. local LH = NewInstance('Motor',Char,{Part0=Torso,Part1=LLeg,C0 = CF.N(-.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  686. local RH = NewInstance('Motor',Char,{Part0=Torso,Part1=RLeg,C0 = CF.N(.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  687. local RJ = NewInstance('Motor',Char,{Part0=Root,Part1=Torso})
  688. local HW = NewInstance('Motor',Char,{Part0=Torso,Part1=HaloHandle,C0=CF.N(0,1.5,1.5)*CF.A(M.R(90),0,0)})
  689. local LWW = NewInstance('Motor',Char,{Part0=Torso,Part1=LWingHandle,C0=CF.N(0,0,1.5)})
  690. local RWW = NewInstance('Motor',Char,{Part0=Torso,Part1=RWingHandle,C0=CF.N(0,0,1.5)})
  691.  
  692. local LSC0 = LS.C0
  693. local RSC0 = RS.C0
  694. local NKC0 = NK.C0
  695. local LHC0 = LH.C0
  696. local RHC0 = RH.C0
  697. local RJC0 = RJ.C0
  698.  
  699. --// Artificial HB \\--
  700.  
  701. local ArtificialHB = IN("BindableEvent", script)
  702. ArtificialHB.Name = "Heartbeat"
  703.  
  704. script:WaitForChild("Heartbeat")
  705.  
  706. local tf = 0
  707. local allowframeloss = false
  708. local tossremainder = false
  709. local lastframe = tick()
  710. local frame = 1/Frame_Speed
  711. ArtificialHB:Fire()
  712.  
  713. game:GetService("RunService").Heartbeat:connect(function(s, p)
  714. tf = tf + s
  715. if tf >= frame then
  716. if allowframeloss then
  717. script.Heartbeat:Fire()
  718. lastframe = tick()
  719. else
  720. for i = 1, math.floor(tf / frame) do
  721. ArtificialHB:Fire()
  722. end
  723. lastframe = tick()
  724. end
  725. if tossremainder then
  726. tf = 0
  727. else
  728. tf = tf - frame * math.floor(tf / frame)
  729. end
  730. end
  731. end)
  732.  
  733. function swait(num)
  734. if num == 0 or num == nil then
  735. ArtificialHB.Event:wait()
  736. else
  737. for i = 0, num do
  738. ArtificialHB.Event:wait()
  739. end
  740. end
  741. end
  742.  
  743.  
  744. --// Effect Function(s) \\--
  745.  
  746. function NoobySphere(Lifetime,Speed,Type,Pos,StartSize,Inc,Color,Range,MeshId)
  747. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos+Pos.lookVector*Range,true,false)
  748. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Sphere),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  749. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  750. fxP.Color = Core2.Color
  751. end
  752. local Scale = 1
  753. local speeder = Speed
  754. if(Type == "Multiply")then
  755. Scale = 1*Inc
  756. elseif(Type == "Divide")then
  757. Scale = 1/Inc
  758. end
  759. coroutine.wrap(function()
  760. for i = 0,10/Lifetime,.1 do
  761. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  762. fxP.Color = Core2.Color
  763. end
  764.  
  765. if(Type == "Multiply")then
  766. Scale = Scale - 0.01*Inc/Lifetime
  767. elseif(Type == "Divide")then
  768. Scale = Scale - 0.01/Inc*Lifetime
  769. end
  770. speeder = speeder - 0.01*Speed*Lifetime
  771. fxP.CFrame = fxP.CFrame + fxP.CFrame.lookVector*speeder*Lifetime
  772. fxP.Transparency = fxP.Transparency + 0.01*Lifetime
  773. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, Scale*Lifetime, 0)
  774. if(fxP.Transparency >= 1)then break end
  775. swait()
  776. end
  777. fxP:destroy()
  778. end)()
  779. end
  780.  
  781. function NoobySphere2(Lifetime,Type,Pos,StartSize,Inc,Color,MeshId,NotAffect)
  782. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos,true,false)
  783. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Sphere),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  784. if(not NotAffect and (Mode == 6 or Mode == 4 or Mode == 696969))then
  785. fxP.Color = Core2.Color
  786. end
  787. local Scale = 1
  788. if(Type == "Multiply")then
  789. Scale = 1*Inc
  790. elseif(Type == "Divide")then
  791. Scale = 1/Inc
  792. end
  793. coroutine.wrap(function()
  794. for i = 0,10/Lifetime,.1 do
  795. if(not NotAffect and (Mode == 6 or Mode == 4 or Mode == 696969))then
  796. fxP.Color = Core2.Color
  797. end
  798.  
  799. if(Type == "Multiply")then
  800. Scale = Scale - 0.01*Inc/Lifetime
  801. elseif(Type == "Divide")then
  802. Scale = Scale - 0.01/Inc*Lifetime
  803. end
  804. fxP.Transparency = fxP.Transparency + 0.01*Lifetime
  805. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, Scale*Lifetime, Scale*Lifetime)
  806. swait()
  807. end
  808. fxP:destroy()
  809. end)()
  810. return fxP
  811. end
  812.  
  813. function NoobyBlock(Lifetime,Speed,Type,Pos,StartSize,Inc,Color,Range,Fade,MeshId)
  814. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos+Pos.lookVector*Range,true,false)
  815. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Brick),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  816. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  817. fxP.Color = Core2.Color
  818. end
  819. local Scale = 1
  820. local speeder = Speed
  821. if(Type == "Multiply")then
  822. Scale = 1*Inc
  823. elseif(Type == "Divide")then
  824. Scale = 1/Inc
  825. end
  826. coroutine.wrap(function()
  827. for i = 0,10/Lifetime,.1 do
  828. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  829. fxP.Color = Core2.Color
  830. end
  831. if(Type == "Multiply")then
  832. Scale = Scale - 0.01*Inc/Lifetime
  833. elseif(Type == "Divide")then
  834. Scale = Scale - 0.01/Inc*Lifetime
  835. end
  836. if(Fade)then
  837. fxP.Transparency = i/(10/Lifetime)
  838. end
  839. speeder = speeder - 0.01*Speed*Lifetime/10
  840. fxP.CFrame = fxP.CFrame + fxP.CFrame.lookVector*speeder*Lifetime
  841. fxM.Scale = fxM.Scale - Vector3.new(Scale*Lifetime, Scale*Lifetime, Scale*Lifetime)
  842. swait()
  843. end
  844. fxP:destroy()
  845. end)()
  846. end
  847.  
  848. function Bezier(startpos, pos2, pos3, endpos, t)
  849. local A = startpos:lerp(pos2, t)
  850. local B = pos2:lerp(pos3, t)
  851. local C = pos3:lerp(endpos, t)
  852. local lerp1 = A:lerp(B, t)
  853. local lerp2 = B:lerp(C, t)
  854. local cubic = lerp1:lerp(lerp2, t)
  855. return cubic
  856. end
  857.  
  858. function SphereFX(duration,color,scale,pos,endScale,increment)
  859. return Effect{
  860. Effect='ResizeAndFade',
  861. Color=color,
  862. Size=scale,
  863. Mesh={MeshType=Enum.MeshType.Sphere},
  864. CFrame=pos,
  865. FXSettings={
  866. EndSize=endScale,
  867. EndIsIncrement=increment
  868. }
  869. }
  870. end
  871.  
  872. function BlastFX(duration,color,scale,pos,endScale,increment)
  873. return Effect{
  874. Effect='ResizeAndFade',
  875. Color=color,
  876. Size=scale,
  877. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976'},
  878. CFrame=pos,
  879. FXSettings={
  880. EndSize=endScale,
  881. EndIsIncrement=increment
  882. }
  883. }
  884. end
  885.  
  886. function BlockFX(duration,color,scale,pos,endScale,increment)
  887. return Effect{
  888. Effect='ResizeAndFade',
  889. Color=color,
  890. Size=scale,
  891. CFrame=pos,
  892. FXSettings={
  893. EndSize=endScale,
  894. EndIsIncrement=increment
  895. }
  896. }
  897. end
  898.  
  899. function ShootBullet(data)
  900. --ShootBullet{Size=V3.N(3,3,3),Shape='Ball',Frames=160,Origin=data.Circle.CFrame,Speed=10}
  901. local Size = data.Size or V3.N(2,2,2)
  902. local Color = data.Color or BrickColor.new'Crimson'
  903. local StudsPerFrame = data.Speed or 10
  904. local Shape = data.Shape or 'Ball'
  905. local Frames = data.Frames or 160
  906. local Pos = data.Origin or Torso.CFrame
  907. local Direction = data.Direction or Mouse.Hit
  908. local Material = data.Material or Enum.Material.Neon
  909. local OnUpdate = data.Update or nil
  910. local OnHit = data.HitFunction or function(hit,pos)
  911. AOEDamage(pos,10,{MinimumDamage=25,MaximumDamage=60})
  912. Effect{
  913. Effect='ResizeAndFade',
  914. Color=Color,
  915. Size=V3.N(10,10,10),
  916. Material=Enum.Material.Neon,
  917. Mesh={MeshType=Enum.MeshType.Sphere},
  918. CFrame=CF.N(pos),
  919. FXSettings={
  920. EndSize=V3.N(.05,.05,.05),
  921. EndIsIncrement=true
  922. }
  923. }
  924. for i = 1, 5 do
  925. local angles = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  926. Effect{
  927. Effect='Fade',
  928. Frames=65,
  929. Size=V3.N(5,5,10),
  930. CFrame=CF.N(CF.N(pos)*angles*CF.N(0,0,-10).p,pos),
  931. Mesh = {MeshType=Enum.MeshType.Sphere},
  932. Material=Enum.Material.Neon,
  933. Color=Color,
  934. MoveDirection=CF.N(CF.N(pos)*angles*CF.N(0,0,-50).p,pos).p,
  935. }
  936. end
  937. end
  938.  
  939. local Bullet = Part(Effects,Color,Material,Size,Pos,true,false)
  940. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  941. if(Shape == 'Ball')then
  942. BMesh.MeshType = Enum.MeshType.Sphere
  943. elseif(Shape == 'Head')then
  944. BMesh.MeshType = Enum.MeshType.Head
  945. elseif(Shape == 'Cylinder')then
  946. BMesh.MeshType = Enum.MeshType.Cylinder
  947. end
  948.  
  949. coroutine.wrap(function()
  950. for i = 1, Frames+1 do
  951. if(OnUpdate and typeof(OnUpdate) == 'function')then
  952. OnUpdate(Bullet,BMesh,i)
  953. end
  954. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame).p,StudsPerFrame)
  955. if(hit)then
  956. OnHit(hit,pos,norm,dist)
  957. break;
  958. else
  959. Bullet.CFrame = CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame)
  960. end
  961. swait()
  962. end
  963. Bullet:destroy()
  964. end)()
  965.  
  966. end
  967.  
  968. function Puddle(hit,pos,norm,data)
  969. local material = data.Material or Enum.Material.SmoothPlastic
  970. local color = data.Color or BrickColor.new'Crimson'
  971. local size = data.Size or 1
  972.  
  973. if(hit.Name ~= 'BloodPuddle')then
  974. 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'})
  975. local Cyl = NewInstance('CylinderMesh',Puddle,{Name='CylinderMesh'})
  976. BloodPuddles[Puddle] = 0
  977. else
  978. local cyl = hit:FindFirstChild'CylinderMesh'
  979. if(cyl)then
  980. BloodPuddles[hit] = 0
  981. cyl.Scale = cyl.Scale + V3.N(size,0,size)
  982. hit.Transparency = 0
  983. end
  984. end
  985. end
  986.  
  987. function Droplet(data)
  988. --ShootBullet{Size=V3.N(3,3,3),Shape='Ball',Frames=160,Origin=data.Circle.CFrame,Speed=10}
  989. local Size = data.Size or 1
  990. local Color = data.Color or BrickColor.new'Crimson'
  991. local StudsPerFrame = data.Speed or 1
  992. local Shape = data.Shape or 'Ball'
  993. local Frames = (data.Frames or 160)+1
  994. local Pos = data.Origin or Root.CFrame
  995. local Direction = data.Direction or Root.CFrame.lookVector*100000
  996. local Material = data.Material or Enum.Material.SmoothPlastic
  997. local Drop = data.Drop or .05
  998. local Ignorelist = data.Ignorelist or nil
  999.  
  1000. local Bullet = Part(Effects,Color,Material,V3.N(Size,Size,Size),Pos,true,false)
  1001. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  1002. if(Shape == 'Ball')then
  1003. BMesh.MeshType = Enum.MeshType.Sphere
  1004. elseif(Shape == 'Head')then
  1005. BMesh.MeshType = Enum.MeshType.Head
  1006. elseif(Shape == 'Cylinder')then
  1007. BMesh.MeshType = Enum.MeshType.Cylinder
  1008. end
  1009.  
  1010. coroutine.wrap(function()
  1011. for i = 1, Frames do
  1012. Pos = Pos * CF.N(0,-(Drop*i),0)
  1013. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Pos.p,Direction)*CF.N(0,0,-(StudsPerFrame*i)).p,StudsPerFrame)
  1014. if(hit and (not hit.Parent or not hit.Parent:FindFirstChildOfClass'Humanoid' and not hit.Parent:IsA'Accessory'))then
  1015. Puddle(hit,pos,norm,data)
  1016. break;
  1017. else
  1018. Bullet.CFrame = CF.N(Pos.p,Direction)*CF.N(0,0,-(StudsPerFrame*i))
  1019. end
  1020. swait()
  1021. end
  1022. Bullet:destroy()
  1023. end)()
  1024. end
  1025.  
  1026. function Zap(data)
  1027. local sCF,eCF = data.StartCFrame,data.EndCFrame
  1028. assert(sCF,"You need a start CFrame!")
  1029. assert(eCF,"You need an end CFrame!")
  1030. local parts = data.PartCount or 15
  1031. local zapRot = data.ZapRotation or {-5,5}
  1032. local startThick = data.StartSize or 3;
  1033. local endThick = data.EndSize or startThick/2;
  1034. local color = data.Color or BrickColor.new'Electric blue'
  1035. local delay = data.Delay or 35
  1036. local delayInc = data.DelayInc or 0
  1037. local lastLightning;
  1038. local MagZ = (sCF.p - eCF.p).magnitude
  1039. local thick = startThick
  1040. local inc = (startThick/parts)-(endThick/parts)
  1041.  
  1042. for i = 1, parts do
  1043. local pos = sCF.p
  1044. if(lastLightning)then
  1045. pos = lastLightning.CFrame*CF.N(0,0,MagZ/parts/2).p
  1046. end
  1047. delay = delay + delayInc
  1048. local zapPart = Part(Effects,color,Enum.Material.Neon,V3.N(thick,thick,MagZ/parts),CF.N(pos),true,false)
  1049. 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)))
  1050. if(parts == i)then
  1051. local MagZ = (pos-eCF.p).magnitude
  1052. zapPart.Size = V3.N(endThick,endThick,MagZ)
  1053. zapPart.CFrame = CF.N(pos, eCF.p)*CF.N(0,0,-MagZ/2)
  1054. 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)}}
  1055. else
  1056. zapPart.CFrame = CF.N(pos,posie)*CF.N(0,0,MagZ/parts/2)
  1057. end
  1058.  
  1059. lastLightning = zapPart
  1060. Effect{Effect='Fade',Manual=zapPart,Frames=delay}
  1061.  
  1062. thick=thick-inc
  1063.  
  1064. end
  1065. end
  1066.  
  1067. function Zap2(data)
  1068. local Color = data.Color or BrickColor.new'Electric blue'
  1069. local StartPos = data.Start or Torso.Position
  1070. local EndPos = data.End or Mouse.Hit.p
  1071. local SegLength = data.SegL or 2
  1072. local Thicc = data.Thickness or 0.5
  1073. local Fades = data.Fade or 45
  1074. local Parent = data.Parent or Effects
  1075. local MaxD = data.MaxDist or 200
  1076. local Branch = data.Branches or false
  1077. local Material = data.Material or Enum.Material.Neon
  1078. local Raycasts = data.Raycasts or false
  1079. local Offset = data.Offset or {0,360}
  1080. local AddMesh = (data.Mesh == nil and true or data.Mesh)
  1081. if((StartPos-EndPos).magnitude > MaxD)then
  1082. EndPos = CF.N(StartPos,EndPos)*CF.N(0,0,-MaxD).p
  1083. end
  1084. local hit,pos,norm,dist=nil,EndPos,nil,(StartPos-EndPos).magnitude
  1085. if(Raycasts)then
  1086. hit,pos,norm,dist = CastRay(StartPos,EndPos,MaxD)
  1087. end
  1088. local segments = dist/SegLength
  1089. local model = IN("Model",Parent)
  1090. model.Name = 'Lightning'
  1091. local Last;
  1092. for i = 1, segments do
  1093. local size = (segments-i)/25
  1094. local prt = Part(model,Color,Material,V3.N(Thicc+size,SegLength,Thicc+size),CF.N(),true,false)
  1095. if(AddMesh)then IN("CylinderMesh",prt) end
  1096. if(Last and math.floor(segments) == i)then
  1097. local MagZ = (Last.CFrame*CF.N(0,-SegLength/2,0).p-EndPos).magnitude
  1098. prt.Size = V3.N(Thicc+size,MagZ,Thicc+size)
  1099. 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)
  1100. elseif(not Last)then
  1101. prt.CFrame = CF.N(StartPos,pos)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1102. else
  1103. 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)
  1104. end
  1105. Last = prt
  1106. if(Branch)then
  1107. local choice = M.RNG(1,7+((segments-i)*2))
  1108. if(choice == 1)then
  1109. local LastB;
  1110. for i2 = 1,M.RNG(2,5) do
  1111. local size2 = ((segments-i)/35)/i2
  1112. local prt = Part(model,Color,Material,V3.N(Thicc+size2,SegLength,Thicc+size2),CF.N(),true,false)
  1113. if(AddMesh)then IN("CylinderMesh",prt) end
  1114. if(not LastB)then
  1115. 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)
  1116. else
  1117. 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)
  1118. end
  1119. LastB = prt
  1120. end
  1121. end
  1122. end
  1123. end
  1124. if(Fades > 0)then
  1125. coroutine.wrap(function()
  1126. for i = 1, Fades do
  1127. for _,v in next, model:children() do
  1128. if(v:IsA'BasePart')then
  1129. v.Transparency = (i/Fades)
  1130. end
  1131. end
  1132. swait()
  1133. end
  1134. model:destroy()
  1135. end)()
  1136. else
  1137. S.Debris:AddItem(model,.01)
  1138. end
  1139. return {End=(Last and Last.CFrame*CF.N(0,-Last.Size.Y/2,0).p),Last=Last,Model=model}
  1140. end
  1141.  
  1142. function Tween(obj,props,time,easing,direction,repeats,backwards)
  1143. local info = TweenInfo.new(time or .5, easing or Enum.EasingStyle.Quad, direction or Enum.EasingDirection.Out, repeats or 0, backwards or false)
  1144. local tween = S.TweenService:Create(obj, info, props)
  1145.  
  1146. tween:Play()
  1147. end
  1148.  
  1149. function Effect(data)
  1150. local FX = data.Effect or 'ResizeAndFade'
  1151. local Parent = data.Parent or Effects
  1152. local Color = data.Color or C3.N(0,0,0)
  1153. local Size = data.Size or V3.N(1,1,1)
  1154. local MoveDir = data.MoveDirection or nil
  1155. local MeshData = data.Mesh or nil
  1156. local SndData = data.Sound or nil
  1157. local Frames = data.Frames or 45
  1158. local Manual = data.Manual or nil
  1159. local Material = data.Material or nil
  1160. local CFra = data.CFrame or Torso.CFrame
  1161. local Settings = data.FXSettings or {}
  1162. local Shape = data.Shape or Enum.PartType.Block
  1163. local Snd,Prt,Msh;
  1164. local RotInc = data.RotInc or {0,0,0}
  1165. if(typeof(RotInc) == 'number')then
  1166. RotInc = {RotInc,RotInc,RotInc}
  1167. end
  1168. coroutine.wrap(function()
  1169. if(Manual and typeof(Manual) == 'Instance' and Manual:IsA'BasePart')then
  1170. Prt = Manual
  1171. else
  1172. Prt = Part(Parent,Color,Material,Size,CFra,true,false)
  1173. Prt.Shape = Shape
  1174. end
  1175. if(typeof(MeshData) == 'table')then
  1176. Msh = Mesh(Prt,MeshData.MeshType,MeshData.MeshId,MeshData.TextureId,MeshData.Scale,MeshData.Offset)
  1177. elseif(typeof(MeshData) == 'Instance')then
  1178. Msh = MeshData:Clone()
  1179. Msh.Parent = Prt
  1180. elseif(Shape == Enum.PartType.Block)then
  1181. Msh = Mesh(Prt,Enum.MeshType.Brick)
  1182. end
  1183. if(typeof(SndData) == 'table' or typeof(SndData) == 'Instance')then
  1184. Snd = Sound(Prt,SndData.SoundId,SndData.Pitch,SndData.Volume,false,false,true)
  1185. end
  1186. if(Snd)then
  1187. repeat swait() until Snd.Playing and Snd.IsLoaded and Snd.TimeLength > 0
  1188. Frames = Snd.TimeLength * Frame_Speed/Snd.Pitch
  1189. end
  1190. Size = (Msh and Msh.Scale or Size)
  1191. local grow = Size-(Settings.EndSize or (Msh and Msh.Scale or Size)/2)
  1192.  
  1193. local MoveSpeed = nil;
  1194. if(MoveDir)then
  1195. MoveSpeed = (CFra.p - MoveDir).magnitude/Frames
  1196. end
  1197. if(FX ~= 'Arc')then
  1198. for Frame = 1, Frames do
  1199. if(FX == "Fade")then
  1200. Prt.Transparency = (Frame/Frames)
  1201. elseif(FX == "Resize")then
  1202. if(not Settings.EndSize)then
  1203. Settings.EndSize = V3.N(0,0,0)
  1204. end
  1205. if(Settings.EndIsIncrement)then
  1206. if(Msh)then
  1207. Msh.Scale = Msh.Scale + Settings.EndSize
  1208. else
  1209. Prt.Size = Prt.Size + Settings.EndSize
  1210. end
  1211. else
  1212. if(Msh)then
  1213. Msh.Scale = Msh.Scale - grow/Frames
  1214. else
  1215. Prt.Size = Prt.Size - grow/Frames
  1216. end
  1217. end
  1218. elseif(FX == "ResizeAndFade")then
  1219. if(not Settings.EndSize)then
  1220. Settings.EndSize = V3.N(0,0,0)
  1221. end
  1222. if(Settings.EndIsIncrement)then
  1223. if(Msh)then
  1224. Msh.Scale = Msh.Scale + Settings.EndSize
  1225. else
  1226. Prt.Size = Prt.Size + Settings.EndSize
  1227. end
  1228. else
  1229. if(Msh)then
  1230. Msh.Scale = Msh.Scale - grow/Frames
  1231. else
  1232. Prt.Size = Prt.Size - grow/Frames
  1233. end
  1234. end
  1235. Prt.Transparency = (Frame/Frames)
  1236. end
  1237. if(Settings.RandomizeCFrame)then
  1238. Prt.CFrame = Prt.CFrame * CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360))
  1239. else
  1240. Prt.CFrame = Prt.CFrame * CF.A(unpack(RotInc))
  1241. end
  1242. if(MoveDir and MoveSpeed)then
  1243. local Orientation = Prt.Orientation
  1244. Prt.CFrame = CF.N(Prt.Position,MoveDir)*CF.N(0,0,-MoveSpeed)
  1245. Prt.Orientation = Orientation
  1246. end
  1247. swait()
  1248. end
  1249. Prt:destroy()
  1250. else
  1251. local start,third,fourth,endP = Settings.Start,Settings.Third,Settings.Fourth,Settings.End
  1252. if(not Settings.End and Settings.Home)then endP = Settings.Home.CFrame end
  1253. if(start and endP)then
  1254. local quarter = third or start:lerp(endP, 0.25) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  1255. local threequarter = fourth or start:lerp(endP, 0.75) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  1256. for Frame = 0, 1, (Settings.Speed or 0.01) do
  1257. if(Settings.Home)then
  1258. endP = Settings.Home.CFrame
  1259. end
  1260. Prt.CFrame = Bezier(start, quarter, threequarter, endP, Frame)
  1261. end
  1262. if(Settings.RemoveOnGoal)then
  1263. Prt:destroy()
  1264. end
  1265. else
  1266. Prt:destroy()
  1267. assert(start,"You need a start position!")
  1268. assert(endP,"You need a start position!")
  1269. end
  1270. end
  1271. end)()
  1272. return Prt,Msh,Snd
  1273. end
  1274.  
  1275.  
  1276. function SoulSteal(whom)
  1277. local torso = (whom:FindFirstChild'Head' or whom:FindFirstChild'Torso' or whom:FindFirstChild'UpperTorso' or whom:FindFirstChild'LowerTorso' or whom:FindFirstChild'HumanoidRootPart')
  1278. print(torso)
  1279. if(torso and torso:IsA'BasePart')then
  1280. local Model = Instance.new("Model",Effects)
  1281. Model.Name = whom.Name.."'s Soul"
  1282. whom:BreakJoints()
  1283. local Soul = Part(Model,BrickColor.new'Really red','Glass',V3.N(.5,.5,.5),torso.CFrame,true,false)
  1284. Soul.Name = 'Head'
  1285. NewInstance("Humanoid",Model,{Health=0,MaxHealth=0})
  1286. Effect{
  1287. Effect="Arc",
  1288. Manual = Soul,
  1289. FXSettings={
  1290. Start=torso.CFrame,
  1291. Home = Torso,
  1292. RemoveOnGoal = true,
  1293. }
  1294. }
  1295. local lastPoint = Soul.CFrame.p
  1296.  
  1297. for i = 0, 1, 0.01 do
  1298. local point = CFrame.new(lastPoint, Soul.Position) * CFrame.Angles(-math.pi/2, 0, 0)
  1299. local mag = (lastPoint - Soul.Position).magnitude
  1300. Effect{
  1301. Effect = "Fade",
  1302. CFrame = point * CF.N(0, mag/2, 0),
  1303. Size = V3.N(.5,mag+.5,.5),
  1304. Color = Soul.BrickColor
  1305. }
  1306. lastPoint = Soul.CFrame.p
  1307. swait()
  1308. end
  1309. for i = 1, 5 do
  1310. Effect{
  1311. Effect="Fade",
  1312. Color = BrickColor.new'Really red',
  1313. MoveDirection = (Torso.CFrame*CFrame.new(M.RNG(-40,40),M.RNG(-40,40),M.RNG(-40,40))).p
  1314. }
  1315. end
  1316. end
  1317. end
  1318.  
  1319. --// Other Functions \\ --
  1320.  
  1321. function CastRay(startPos,endPos,range,ignoreList)
  1322. local ray = Ray.new(startPos,(endPos-startPos).unit*range)
  1323. local part,pos,norm = workspace:FindPartOnRayWithIgnoreList(ray,ignoreList or {Char},false,true)
  1324. return part,pos,norm,(pos and (startPos-pos).magnitude)
  1325. end
  1326.  
  1327. function getRegion(point,range,ignore)
  1328. return workspace:FindPartsInRegion3WithIgnoreList(R3.N(point-V3.N(1,1,1)*range/2,point+V3.N(1,1,1)*range/2),ignore,100)
  1329. end
  1330.  
  1331. function clerp(startCF,endCF,alpha)
  1332. return startCF:lerp(endCF, alpha)
  1333. end
  1334.  
  1335. function GetTorso(char)
  1336. return char:FindFirstChild'Torso' or char:FindFirstChild'UpperTorso' or char:FindFirstChild'LowerTorso' or char:FindFirstChild'HumanoidRootPart'
  1337. end
  1338.  
  1339.  
  1340. function ShowDamage(Pos, Text, Time, Color)
  1341. coroutine.wrap(function()
  1342. local Rate = (1 / Frame_Speed)
  1343. local Pos = (Pos or Vector3.new(0, 0, 0))
  1344. local Text = (Text or "")
  1345. local Time = (Time or 2)
  1346. local Color = (Color or Color3.new(1, 0, 1))
  1347. local EffectPart = NewInstance("Part",Effects,{
  1348. Material=Enum.Material.SmoothPlastic,
  1349. Reflectance = 0,
  1350. Transparency = 1,
  1351. BrickColor = BrickColor.new(Color),
  1352. Name = "Effect",
  1353. Size = Vector3.new(0,0,0),
  1354. Anchored = true,
  1355. CFrame = CF.N(Pos)
  1356. })
  1357. local BillboardGui = NewInstance("BillboardGui",EffectPart,{
  1358. Size = UDim2.new(1.25, 0, 1.25, 0),
  1359. Adornee = EffectPart,
  1360. })
  1361. local TextLabel = NewInstance("TextLabel",BillboardGui,{
  1362. BackgroundTransparency = 1,
  1363. Size = UDim2.new(1, 0, 1, 0),
  1364. Text = Text,
  1365. Font = "Bodoni",
  1366. TextColor3 = Color,
  1367. TextStrokeColor3 = Color3.new(0,0,0),
  1368. TextStrokeTransparency=0,
  1369. TextScaled = true,
  1370. })
  1371. S.Debris:AddItem(EffectPart, (Time))
  1372. EffectPart.Parent = workspace
  1373. delay(0, function()
  1374. Tween(EffectPart,{CFrame=CF.N(Pos)*CF.N(0,3,0)},Time,Enum.EasingStyle.Elastic,Enum.EasingDirection.Out)
  1375. local Frames = (Time / Rate)
  1376. for Frame = 1, Frames do
  1377. swait()
  1378. local Percent = (Frame / Frames)
  1379. TextLabel.TextTransparency = Percent
  1380. TextLabel.TextStrokeTransparency = Percent
  1381. end
  1382. if EffectPart and EffectPart.Parent then
  1383. EffectPart:Destroy()
  1384. end
  1385. end) end)()
  1386. end
  1387.  
  1388.  
  1389. function DealDamage(data)
  1390. local Who = data.Who;
  1391. local MinDam = data.MinimumDamage or 15;
  1392. local MaxDam = data.MaximumDamage or 30;
  1393. local MaxHP = data.MaxHP or 1e5;
  1394.  
  1395. local DB = data.Debounce or .2;
  1396.  
  1397. local CritData = data.Crit or {}
  1398. local CritChance = CritData.Chance or 0;
  1399. local CritMultiplier = CritData.Multiplier or 1;
  1400.  
  1401. local DamageEffects = data.DamageFX or {}
  1402. local DamageType = DamageEffects.Type or "Normal"
  1403. local DeathFunction = DamageEffects.DeathFunction
  1404.  
  1405. assert(Who,"Specify someone to damage!")
  1406.  
  1407. local Humanoid = Who:FindFirstChildOfClass'Humanoid'
  1408. local DoneDamage = M.RNG(MinDam,MaxDam) * (M.RNG(1,100) <= CritChance and CritMultiplier or 1)
  1409.  
  1410. local canHit = true
  1411. if(Humanoid)then
  1412. for _, p in pairs(Hit) do
  1413. if p[1] == Humanoid then
  1414. if(time() - p[2] <= DB) then
  1415. canHit = false
  1416. else
  1417. Hit[_] = nil
  1418. end
  1419. end
  1420. end
  1421. if(canHit)then
  1422. table.insert(Hit,{Humanoid,time()})
  1423. local HitTorso = GetTorso(Who)
  1424. local player = S.Players:GetPlayerFromCharacter(Who)
  1425. if(not player or not DontAttackPlayers and player.UserId ~= 5719877 and player.UserId ~= 61573184 and player.UserId ~= 19081129)then
  1426. if(Humanoid.MaxHealth >= MaxHP and Humanoid.Health > 0)then
  1427. print'Got kill'
  1428. Humanoid.Health = 0;
  1429. Who:BreakJoints();
  1430. if(DeathFunction)then DeathFunction(Who,Humanoid) end
  1431. else
  1432. local c = Instance.new("ObjectValue",Hum)
  1433. c.Name = "creator"
  1434. c.Value = Plr
  1435. S.Debris:AddItem(c,0.35)
  1436. if(Humanoid.Health > 0)then
  1437. if(Mode == 9 and not Radioactive[Who])then
  1438. Radioactive[Who] = {0,M.RNG(time()+4,time()+14)}
  1439. end
  1440. if(Who:FindFirstChild'Head')then
  1441. 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)
  1442. end
  1443. if(Humanoid.Health-DoneDamage <= 0)then print'Got kill' if(DeathFunction)then DeathFunction(Who,Humanoid) end end
  1444. Humanoid.Health = Humanoid.Health - DoneDamage
  1445. end
  1446.  
  1447. if(DamageType == 'Knockback' and HitTorso)then
  1448. local up = DamageEffects.KnockUp or 25
  1449. local back = DamageEffects.KnockBack or 25
  1450. local origin = DamageEffects.Origin or Root
  1451. local decay = DamageEffects.Decay or .5;
  1452.  
  1453. local bfos = Instance.new("BodyVelocity",HitTorso)
  1454. bfos.P = 20000
  1455. bfos.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1456. bfos.Velocity = Vector3.new(0,up,0) + (origin.CFrame.lookVector * back)
  1457. S.Debris:AddItem(bfos,decay)
  1458. end
  1459. end
  1460. end
  1461. end
  1462. end
  1463. end
  1464.  
  1465. function AOEDamage(where,range,options)
  1466. local hit = {}
  1467. for _,v in next, getRegion(where,range,{Char}) do
  1468. if(v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' and not hit[v.Parent])then
  1469. local callTable = {Who=v.Parent}
  1470. hit[v.Parent] = true
  1471. for _,v in next, options do callTable[_] = v end
  1472. DealDamage(callTable)
  1473. end
  1474. end
  1475. return hit
  1476. end
  1477.  
  1478. function AOEHeal(where,range,amount)
  1479. local healed = {}
  1480. for _,v in next, getRegion(where,range,{Char}) do
  1481. local hum = (v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' or nil)
  1482. if(hum and not healed[hum])then
  1483. hum.Health = hum.Health + amount
  1484. if(v.Parent:FindFirstChild'Head' and hum.Health > 0)then
  1485. 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)
  1486. end
  1487. end
  1488. end
  1489. end
  1490.  
  1491. --// Chat Function \\--
  1492.  
  1493. function Chat(text,color)
  1494. coroutine.wrap(function()
  1495. if(Char:FindFirstChild'ChatGUI')then Char.ChatGUI:destroy() end
  1496. local BBG = NewInstance("BillboardGui",Char,{Name='ChatGUI',Size=UDim2.new(0,100,0,40),StudsOffset=V3.N(0,3,0),Adornee=Head})
  1497. local offset = 0;
  1498. local xsize = 0;
  1499. for i = 1, #text do
  1500. offset = offset - 16
  1501. xsize = xsize + 32
  1502. delay(i/25, function()
  1503. 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)})
  1504. offset = offset + 32
  1505. if(Txt.Parent)then Txt:TweenPosition(UDim2.new(0,offset,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Elastic,1) end
  1506. end)
  1507. end
  1508. BBG.Size = UDim2.new(0,xsize,0,40)
  1509. delay((#text/25)+3, function()
  1510. for _,v in next, BBG:children() do
  1511. v:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.In,Enum.EasingStyle.Linear,1)
  1512. end
  1513. wait(1.15)
  1514. BBG:destroy()
  1515. end)
  1516. end)()
  1517. end
  1518.  
  1519.  
  1520. --// Everything else \\--
  1521.  
  1522. function ClickGlitch()
  1523. Attack = true
  1524. NeutralAnims = false
  1525. local oWS = WalkSpeed
  1526. WalkSpeed = 0
  1527. Hum.JumpPower = 0
  1528. Hum.AutoRotate = false
  1529. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1530. for i = 0, 2, 0.1 do
  1531. swait()
  1532. local Alpha = .3
  1533. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1534. 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)
  1535. 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)
  1536. 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)
  1537. 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)
  1538. 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)
  1539. 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)
  1540. end
  1541. Sound(LArm,217767125,M.RNG(75,125)/100,10,false,true,true)
  1542. Effect{
  1543. Effect='Fade',
  1544. Size=V3.N(1,1,1),
  1545. CFrame=LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360)),
  1546. Color=Core2.Color,
  1547. Material=Enum.Material.Neon,
  1548. FXSettings = {
  1549. RandomizeCFrame=true
  1550. }
  1551. }
  1552. coroutine.wrap(function()
  1553. local MousePos = Mouse.Hit
  1554. local effect = Part(Effects,Core2.Color,Enum.Material.Neon,V3.N(2.5,2.5,2.5),MousePos,true,false)
  1555. for i = 0, 6, .1 do
  1556. effect.Color = Core2.Color
  1557. MousePos = MousePos * CF.N(M.RNG(-15,15)/100,M.RNG(-15,15)/100,M.RNG(-15,15)/100)
  1558. effect.CFrame = MousePos*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360))
  1559. 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)
  1560. swait()
  1561. end
  1562. AOEDamage(MousePos.p,30,{MinimumDamage=30,MaximumDamage=75})
  1563. for i = 0, 3, .1 do
  1564. effect.Color = Core2.Color
  1565. effect.CFrame = MousePos*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360))
  1566. effect.Size = effect.Size + V3.N(1,1,1)
  1567. effect.Transparency = i/3
  1568. swait()
  1569. end
  1570. effect:destroy()
  1571.  
  1572. end)()
  1573. for i = 0, 1, 0.1 do
  1574. swait()
  1575. local Alpha = .3
  1576. 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)
  1577. 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)
  1578. 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)
  1579. 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)
  1580. 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)
  1581. 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)
  1582. end
  1583. for i = 0, 1, 0.1 do
  1584. swait()
  1585. local Alpha = .3
  1586. 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)
  1587. 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)
  1588. 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)
  1589. 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)
  1590. 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)
  1591. 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)
  1592. end
  1593. WalkSpeed = oWS
  1594. Hum.JumpPower = 50
  1595. Hum.AutoRotate = true
  1596. Attack = false
  1597. NeutralAnims = true
  1598. end
  1599.  
  1600. function PureBomb()
  1601. Attack = true
  1602. NeutralAnims = false
  1603. 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)
  1604. local orbM = Mesh(orb,Enum.MeshType.Sphere,"","",V3.N(.1,.1,.1))
  1605. local Scale = 0.1
  1606. local Pos = 0
  1607. Hum.AutoRotate = false
  1608. Sound(orb,136007472,1,5,false,true,true)
  1609. for i = 0, 10, 0.1 do
  1610. Scale = Scale + .05
  1611. orb.CFrame = RArm.CFrame*CF.N(0,-0.5-(Scale/1.5),0)
  1612. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1613. orbM.Scale = V3.N(Scale,Scale,Scale)
  1614. 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)
  1615. swait()
  1616. local Alpha = .3
  1617. 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)
  1618. 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)
  1619. 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)
  1620. 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)
  1621. 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)
  1622. 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)
  1623. end
  1624. for i = 0, 2, 0.1 do
  1625. swait()
  1626. orb.CFrame = RArm.CFrame*CF.N(0,-0.5-(Scale/1.5),0)
  1627. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1628. local Alpha = .3
  1629. 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)
  1630. 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)
  1631. 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)
  1632. 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)
  1633. 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)
  1634. 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)
  1635. end
  1636. Sound(Root,260433768,1,5.25,false,true,true)
  1637. 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)
  1638. local snd, part = SoundPart(151304356,1,5.25,false,true,true,CF.N(pos))
  1639. AOEDamage(pos,Scale*4,{MinimumDamage=25,MaximumDamage=60})
  1640. Effect{
  1641. Effect='ResizeAndFade',
  1642. Color=BrickColor.new'Baby blue',
  1643. Size=V3.N(Scale*2,Scale*2,Scale*2),
  1644. Material=Enum.Material.Neon,
  1645. Mesh={MeshType=Enum.MeshType.Sphere},
  1646. CFrame=CF.N(pos),
  1647. FXSettings={
  1648. EndSize=V3.N(.1,.1,.1),
  1649. EndIsIncrement=true
  1650. }
  1651. }
  1652. Effect{
  1653. Effect='ResizeAndFade',
  1654. Color=BrickColor.new'Pastel light blue',
  1655. Size=V3.N(Scale*1.5,Scale*1.5,Scale*1.5),
  1656. Material=Enum.Material.Neon,
  1657. Mesh={MeshType=Enum.MeshType.Sphere},
  1658. CFrame=CF.N(pos),
  1659. FXSettings={
  1660. EndSize=V3.N(.1,.1,.1),
  1661. EndIsIncrement=true
  1662. }
  1663. }
  1664. for i = 0, 49 do
  1665. 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)
  1666. end
  1667. for i = 0, 9 do
  1668. 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)
  1669. 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)
  1670. end
  1671. end}
  1672. orb:destroy()
  1673. for i = 0, 1, 0.1 do
  1674. swait()
  1675. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1676. local Alpha = .3
  1677. 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)
  1678. 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)
  1679. 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)
  1680. 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)
  1681. 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)
  1682. 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)
  1683. end
  1684.  
  1685. Hum.AutoRotate = true
  1686.  
  1687. Attack = false
  1688. NeutralAnims = true
  1689. end
  1690.  
  1691. function Aeroplane()
  1692. Attack = true
  1693. NeutralAnims = false
  1694. NoobySphere2(3,'Multiply',Root.CFrame,V3.N(2,2,2),.5,BrickColor.new'White')
  1695. local rad = 0
  1696. for i = 0, 3, 0.1 do
  1697. AOEDamage(Root.CFrame.p,4,{MinimumDamage=15,MaximumDamage=30})
  1698. swait()
  1699. Root.Velocity = Root.CFrame.lookVector*(350-(i*66))
  1700. local Alpha = .3
  1701. 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)
  1702. 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)
  1703. 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)
  1704. 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)
  1705. 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)
  1706. 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)
  1707. end
  1708. for i = 0, 18, 0.1 do
  1709. AOEDamage(Root.CFrame.p,4,{MinimumDamage=15,MaximumDamage=30})
  1710. swait()
  1711. rad = rad + .1
  1712. local Alpha = .3
  1713. Root.Velocity = Root.CFrame.lookVector*150
  1714. 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)
  1715. 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)
  1716. 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)
  1717. 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)
  1718. 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)
  1719. 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)
  1720. end
  1721. Attack = false
  1722. NeutralAnims = true
  1723. end
  1724.  
  1725. function Shrek()
  1726. Attack = true
  1727. NeutralAnims = false
  1728. local oWS = WalkSpeed
  1729. for i = 0, 2, 0.1 do
  1730. swait()
  1731. local Alpha = .3
  1732. 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)
  1733. 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)
  1734. 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)
  1735. 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)
  1736. 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)
  1737. 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)
  1738. end
  1739. WalkSpeed = 0
  1740. Sound(Head,368794903,1.2,10,false,true,true)
  1741. local wo = IN("Model",Effects)
  1742.  
  1743. for i = 1, 3 do
  1744. local wat = 12.5+(i*2)
  1745. local screamPart = Part(wo,BrickColor.new'Pearl',Enum.Material.Neon,V3.N(1,1,1),Head.CFrame,false,false)
  1746. screamPart.Transparency = .6+(i/10)
  1747. Mesh(screamPart,Enum.MeshType.Sphere,"","",V3.N(wat,wat,wat))
  1748. Weld(screamPart,Torso)
  1749. end
  1750.  
  1751. for i = 0, 8, 0.1 do
  1752. swait()
  1753. AOEDamage(Torso.CFrame.p,20,{
  1754. MinimumDamage=5,
  1755. MaximumDamage=10
  1756. })
  1757. local Alpha = .3
  1758. 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)
  1759. 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)
  1760. 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)
  1761. 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)
  1762. 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)
  1763. 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)
  1764. end
  1765. wo:breakJoints()
  1766. wo:destroy()
  1767. WalkSpeed = oWS
  1768. Attack = false
  1769. NeutralAnims = true
  1770. end
  1771.  
  1772. function NeckSnap(target)
  1773. if(target)then
  1774. local torso = GetTorso(target)
  1775. local hum = target:FindFirstChildOfClass'Humanoid'
  1776. local hed = target:FindFirstChild'Head'
  1777. if(torso and hum and hum.Health > 0 and hed)then
  1778. local oWS = WalkSpeed
  1779. local oPar = target.Parent
  1780. local originalpos = Root.CFrame
  1781. WalkSpeed = 0
  1782. Hum.JumpPower = 0
  1783. Attack = true
  1784. NeutralAnims = false
  1785. Root.Anchored = true
  1786. torso.Anchored = true
  1787. target.Parent = Char
  1788. Hum.AutoRotate = false
  1789. Root.CFrame = torso.CFrame*CF.N(-0.54454422, 0, 0.987496376)
  1790. for _,v in next, torso:children() do
  1791. if(v:IsA'JointInstance' and (v.Part0 == hed or v.Part1 == hed))then
  1792. v:destroy()
  1793. end
  1794. end
  1795. hed:breakJoints()
  1796. local weld = NewInstance('Motor',torso,{Part0=hed,Part1=torso,C0=CF.N(0,-1.5,0)})
  1797. for i = 0, 1, 0.1 do
  1798. swait()
  1799. local Alpha = .3
  1800. 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)
  1801. 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)
  1802. 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)
  1803. 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)
  1804. 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)
  1805. 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)
  1806. end
  1807. Sound(hed,1093102664,1,5,false,true,true)
  1808. for i = 0, 1.3, 0.1 do
  1809. swait()
  1810. local Alpha = .3
  1811. weld.C0 = weld.C0:lerp(CF.N(0,-1.5,0)*CF.A(0,M.R(-90),0),Alpha)
  1812. 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)
  1813. 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)
  1814. 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)
  1815. 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)
  1816. 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)
  1817. 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)
  1818. end
  1819. target.Parent = oPar
  1820. target:breakJoints()
  1821. WalkSpeed = oWS
  1822. Hum.JumpPower = 50
  1823. Hum.AutoRotate = true
  1824. Root.Anchored = false
  1825. torso.Anchored = false
  1826. Attack = false
  1827. NeutralAnims = true
  1828. end
  1829. end
  1830. end
  1831.  
  1832. function AttackOne()
  1833. Attack = true
  1834. NeutralAnims = false
  1835. for i = 0, .7, 0.1 do
  1836. swait()
  1837. local Alpha = .3
  1838. 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)
  1839. 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)
  1840. 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)
  1841. 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)
  1842. 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)
  1843. 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)
  1844. end
  1845. Sound(RArm,200632136,1.1,5,false,true,true)
  1846. for i = 0, .9, 0.1 do
  1847. swait()
  1848. local Alpha = .3
  1849. AOEDamage(RArm.CFrame.p,2,{MinimumDamage=10,MaximumDamage=30})
  1850. 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)
  1851. 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)
  1852. 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)
  1853. 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)
  1854. 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)
  1855. 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)
  1856. end
  1857. Combo = 2
  1858. Attack = false
  1859. NeutralAnims = true
  1860. end
  1861.  
  1862. function AttackTwo()
  1863. Attack = true
  1864. NeutralAnims = false
  1865. for i = 0, 1, 0.1 do
  1866. swait()
  1867. local Alpha = .3
  1868. 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)
  1869. 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)
  1870. 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)
  1871. 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)
  1872. 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)
  1873. 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)
  1874. end
  1875. Sound(LArm,200632136,.9,5,false,true,true)
  1876. for i = 0, 1, 0.1 do
  1877. swait()
  1878. local Alpha = .3
  1879. AOEDamage(LArm.CFrame.p,2,{MinimumDamage=10,MaximumDamage=30})
  1880. 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)
  1881. 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)
  1882. 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)
  1883. 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)
  1884. 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)
  1885. 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)
  1886. end
  1887. Combo = 3
  1888. Attack = false
  1889. NeutralAnims = true
  1890. end
  1891.  
  1892. function AttackThree()
  1893. Attack = true
  1894. NeutralAnims = false
  1895. for i = 0, 1, 0.1 do
  1896. swait()
  1897. local Alpha = .3
  1898. 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)
  1899. 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)
  1900. 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)
  1901. 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)
  1902. 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)
  1903. 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)
  1904. end
  1905. --for a = 1, 3 do
  1906. local a = 2
  1907. coroutine.wrap(function()
  1908. for i = 5,45,10 do
  1909. local hite = Instance.new("Part",Char)
  1910. hite.Anchored = true
  1911. hite.CanCollide = false
  1912. hite.Material = "Neon"
  1913. hite.Size = V3.N(1, 1, 1)
  1914. hite.Transparency = 1
  1915. hite.CFrame = (Root.CFrame + Root.CFrame.lookVector)*CF.A(0,M.R(90+(a*45)),0)*CF.N(0,0,i)
  1916. CamShakeAOE(hite.CFrame.p,10,30,250)
  1917. NoobySphere2(3,'Multiply',hite.CFrame,V3.N(0,0,0),.15,Core2.Color)
  1918. NoobySphere2(6,'Multiply',hite.CFrame,V3.N(0,0,0),.3,Core2.Color)
  1919. for i = 1, 2 do
  1920. 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)
  1921. end
  1922. for i = 1, 5 do
  1923. 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)
  1924. end
  1925. AOEDamage(hite.CFrame.p,10,{MinimumDamage=25,MaximumDamage=45})
  1926. Sound(hite,183763506,1,5,false,true,true)
  1927. S.Debris:AddItem(hite,2)
  1928. swait()
  1929. end
  1930. end)()
  1931. --end
  1932. for i = 0, 1, 0.1 do
  1933. swait()
  1934. local Alpha = .3
  1935. 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)
  1936. 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)
  1937. 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)
  1938. 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)
  1939. 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)
  1940. 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)
  1941. end
  1942. Combo = 1
  1943. Attack = false
  1944. NeutralAnims = true
  1945. end
  1946.  
  1947.  
  1948. local WingSine = 0
  1949. local WingChange = 1
  1950.  
  1951. function SolitudeMode()
  1952. Attack = true
  1953. NeutralAnims = false
  1954. local Sin = 0
  1955. MusicID = 1564523997
  1956. Pitch = 1
  1957. WalkSpeed = 0
  1958. Sound(Core2,136007472,1.25,2.5,false,true,true)
  1959. for i = 0, 4, 0.1 do
  1960. swait()
  1961. 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)
  1962. Sin = Sin + 5
  1963. local Alpha = .1
  1964. 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)
  1965. 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)
  1966. 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)
  1967. 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)
  1968. 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)
  1969. 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)
  1970. end
  1971. for _,v in next, LWing:children() do
  1972. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Black' end
  1973. end
  1974. for _,v in next, RWing:children() do
  1975. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Black' end
  1976. end
  1977. for _,v in next, LWingEXT:children() do
  1978. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Black' end
  1979. end
  1980. for _,v in next, RWingEXT:children() do
  1981. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Black' end
  1982. end
  1983. for _,v in next, Halo:children() do
  1984. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Black' end
  1985. end
  1986. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,0,0) end)
  1987. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,0,0) end)
  1988. WalkSpeed = 16
  1989. Mode = 1
  1990. Core2.BrickColor = BrickColor.new'Black'
  1991. Core2.Material = Enum.Material.Neon
  1992. Sound(Root,"206082327",1,2.5,false,true,true)
  1993. Sound(Root,"847061203",1,5,false,true,true)
  1994. Sound(Root,"239000203",1,2.5,false,true,true)
  1995. Sound(Root,"579687077",.75,2.5,false,true,true)
  1996. RecolorTextAndRename("Solitude",Color3.new(0,0,0),Color3.new(1,1,1))
  1997. NoobySphere2(2.5,'Multiply',Core2.CFrame,V3.N(0,0,0),1,Core2.BrickColor)
  1998. for i = 1, 24 do
  1999. 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)
  2000. end
  2001. for i = 0, 15 do
  2002. 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)
  2003. end
  2004. for i = 0, 1.4, 0.1 do
  2005. swait()
  2006. local Alpha = .3
  2007. 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)
  2008. 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)
  2009. 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)
  2010. 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)
  2011. 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)
  2012. 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)
  2013. end
  2014. Attack = false
  2015. NeutralAnims = true
  2016. end
  2017.  
  2018. function PureMode()
  2019. for _,v in next, LWing:children() do
  2020. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Pastel Blue' end
  2021. end
  2022. for _,v in next, RWing:children() do
  2023. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2024. end
  2025. for _,v in next, LWingEXT:children() do
  2026. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2027. end
  2028. for _,v in next, RWingEXT:children() do
  2029. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2030. end
  2031. for _,v in next, Halo:children() do
  2032. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Pastel Blue' end
  2033. end
  2034. WalkSpeed = 16
  2035. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(0,1,1) end)
  2036. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(0,1,1) end)
  2037. RecolorTextAndRename("Clarity",C3.N(1,1,1),BrickColor.new'Pastel Blue'.Color)
  2038. MusicID = 1539245059
  2039. Pitch = 1
  2040. Mode = 2
  2041. Core2.BrickColor = BrickColor.new'Pastel Blue'
  2042. Core2.Material = Enum.Material.Neon
  2043. end
  2044.  
  2045. function GlitchMode()
  2046. for _,v in next, LWing:children() do
  2047. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 0 v.BrickColor = BrickColor.new'White' end
  2048. end
  2049. for _,v in next, RWing:children() do
  2050. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2051. end
  2052. for _,v in next, LWingEXT:children() do
  2053. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2054. end
  2055. for _,v in next, RWingEXT:children() do
  2056. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2057. end
  2058. for _,v in next, Halo:children() do
  2059. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'White' end
  2060. end
  2061. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,1,1) end)
  2062. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,1,1) end)
  2063. WalkSpeed = 16
  2064. RecolorTextAndRename("Glitchy",C3.N(1,1,1),C3.N(1,1,1))
  2065. MusicID = 1274310715
  2066. Pitch = .93
  2067. Mode = 3
  2068. Core2.BrickColor = BrickColor.new'Dark stone grey'
  2069. Core2.Material = Enum.Material.DiamondPlate
  2070. end
  2071.  
  2072. function StressMode()
  2073. for _,v in next, LWing:children() do
  2074. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .25 v.BrickColor = BrickColor.new'Crimson' end
  2075. end
  2076. for _,v in next, RWing:children() do
  2077. 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
  2078. end
  2079. for _,v in next, LWingEXT:children() do
  2080. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Crimson' end
  2081. end
  2082. for _,v in next, RWingEXT:children() do
  2083. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Crimson' end
  2084. end
  2085. for _,v in next, Halo:children() do
  2086. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Crimson' end
  2087. end
  2088. WalkSpeed = 14
  2089. RecolorTextAndRename("Stress",C3.N(.6,0,0),C3.N(0,0,0))
  2090. MusicID = 614032233
  2091. Pitch = 1
  2092. Mode = 4
  2093. Core2.BrickColor = BrickColor.new'Really red'
  2094. Core2.Material = Enum.Material.Neon
  2095. end
  2096.  
  2097. function JusticeMode()
  2098. for _,v in next, LWing:children() do
  2099. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Institutional white' end
  2100. end
  2101. for _,v in next, RWing:children() do
  2102. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Institutional white' end
  2103. end
  2104. for _,v in next, LWingEXT:children() do
  2105. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Institutional white' end
  2106. end
  2107. for _,v in next, RWingEXT:children() do
  2108. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Institutional white' end
  2109. end
  2110. for _,v in next, Halo:children() do
  2111. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Institutional white' end
  2112. end
  2113. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,1,1) end)
  2114. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,1,1) end)
  2115. WalkSpeed = 50
  2116. RecolorTextAndRename("Justice",C3.N(1,1,1),C3.N(0,0,0))
  2117. MusicID = 1102271169
  2118. Pitch = 1
  2119. Mode = 5
  2120. Core2.BrickColor = BrickColor.new'White'
  2121. Core2.Material = Enum.Material.Neon
  2122. end
  2123.  
  2124. function RiddleMeThis()
  2125. Attack = true
  2126. NeutralAnims = false
  2127. WalkSpeed = 0
  2128. MusicID = 1420353940
  2129. Pitch = 1
  2130. Muted = true
  2131. repeat swait() until Music.IsLoaded
  2132. Muted = false
  2133. Music.TimePosition = 0
  2134. Chat('Riddle me this..')
  2135. for i = 0,14,.1 do
  2136. local Alpha = .1
  2137. 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)
  2138. 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)
  2139. 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)
  2140. 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)
  2141. 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)
  2142. 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)
  2143. swait()
  2144. end
  2145. Chat('Riddle me that..')
  2146. for i = 0,12,.1 do
  2147. local Alpha = .1
  2148. 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)
  2149. 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)
  2150. 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)
  2151. 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)
  2152. 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)
  2153. 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)
  2154. swait()
  2155. end
  2156. Chat("Who's afraid of the big black..")
  2157. for i = 0,16,.1 do
  2158. local Alpha = .1
  2159. 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)
  2160. 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)
  2161. 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)
  2162. 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)
  2163. 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)
  2164. 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)
  2165. swait()
  2166. end
  2167. for i = 0, .7, 0.1 do
  2168. swait()
  2169. local Alpha = .3
  2170. 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)
  2171. 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)
  2172. 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)
  2173. 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)
  2174. 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)
  2175. 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)
  2176. end
  2177.  
  2178. for _,v in next, LWing:children() do
  2179. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Really black' end
  2180. end
  2181. for _,v in next, RWing:children() do
  2182. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Really black' end
  2183. end
  2184. for _,v in next, LWingEXT:children() do
  2185. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .5 v.BrickColor = BrickColor.new'Really black' end
  2186. end
  2187. for _,v in next, RWingEXT:children() do
  2188. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .5 v.BrickColor = BrickColor.new'Really black' end
  2189. end
  2190. for _,v in next, Halo:children() do
  2191. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Really black' end
  2192. end
  2193. pcall(function() Char.ReaperShadowHead.Eye1.Color = BrickColor.new'Black'.Color end)
  2194. pcall(function() Char.ReaperShadowHead.Eye2.Color = BrickColor.new'Black'.Color end)
  2195. WalkSpeed = 50
  2196. RecolorTextAndRename("The Big Black",BrickColor.new'Really black'.Color,C3.N(1,1,1))
  2197. Core2.BrickColor = BrickColor.new'Really black'
  2198. Core2.Material = Enum.Material.Neon
  2199. Mode = 666666666666
  2200. Sound(Root,"206082327",1,2.5,false,true,true)
  2201. Sound(Root,"847061203",1,5,false,true,true)
  2202. Sound(Root,"239000203",1,2.5,false,true,true)
  2203. Sound(Root,"579687077",.75,2.5,false,true,true)
  2204. NoobySphere2(2.5,'Multiply',Core2.CFrame,V3.N(0,0,0),1,Core2.BrickColor)
  2205. for i = 1, 24 do
  2206. 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)
  2207. end
  2208. for i = 0, 15 do
  2209. 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)
  2210. end
  2211. for i = 0, .7, 0.1 do
  2212. swait()
  2213. local Alpha = .3
  2214. 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)
  2215. 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)
  2216. 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)
  2217. 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)
  2218. 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)
  2219. 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)
  2220. end
  2221. Attack = false
  2222. NeutralAnims = true
  2223. end
  2224.  
  2225. --// Wrap it all up \\--
  2226.  
  2227. function KeyPress(code)
  2228. if(code == Enum.KeyCode.One and Mode ~= 1)then
  2229. SolitudeMode()
  2230. elseif(code == Enum.KeyCode.Two and Mode ~= 2)then
  2231. PureMode()
  2232. elseif(code == Enum.KeyCode.Three and Mode ~= 3)then
  2233. GlitchMode()
  2234. elseif(code == Enum.KeyCode.Four and Mode ~= 4)then
  2235. StressMode()
  2236. elseif(code == Enum.KeyCode.Five and Mode ~= 5)then
  2237. JusticeMode()
  2238. -- Transformations
  2239. elseif(code == Enum.KeyCode.T)then
  2240. if(Mode == 1)then
  2241. RiddleMeThis()
  2242. end
  2243. -- Toggle player attacking
  2244. elseif(code == Enum.KeyCode.Semicolon)then
  2245. DontAttackPlayers = not DontAttackPlayers
  2246. Chat(DontAttackPlayers and "You can no longer attack players" or "You can now attack players")
  2247. -- Attacks
  2248. elseif(code == Enum.KeyCode.Z)then
  2249. if(Mode == 1 or Mode == 666666666666)then
  2250. if(not UIS.TouchEnabled)then NeckSnap((Mouse.Target and Mouse.Target.Parent)) else warn("Tap someone, to snap their neck") MobileNeckSnap() end
  2251. elseif(Mode == 2)then
  2252. PureBomb()
  2253. elseif(Mode == 3)then
  2254. ClickGlitch()
  2255. elseif(Mode == 4)then
  2256. Shrek()
  2257. elseif(Mode == 5)then
  2258. Aeroplane()
  2259. end
  2260. end
  2261. end
  2262.  
  2263. function AttackCombo()
  2264. if(Combo == 1)then AttackOne() elseif(Combo == 2)then AttackTwo() elseif(Combo == 3)then AttackThree() end
  2265. end
  2266.  
  2267. UIS.InputBegan:connect(function(io,gpe)
  2268. if(Attack)then return end
  2269. if(not gpe)then
  2270. local code = io.KeyCode;
  2271. if(io.UserInputType == Enum.UserInputType.Keyboard)then
  2272. KeyPress(code)
  2273. elseif(io.UserInputType == Enum.UserInputType.MouseButton1)then
  2274. AttackCombo()
  2275. end
  2276. end
  2277. end)
  2278.  
  2279.  
  2280. coroutine.wrap(function()
  2281. -- AURAS
  2282. while true do
  2283. if(Mode == 5)then
  2284. 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)
  2285. elseif(Mode == 666666666666)then
  2286. 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)
  2287. end
  2288. if(Mode == 666666666666)then
  2289. 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)
  2290. end
  2291.  
  2292. swait()
  2293. end
  2294. end)()
  2295.  
  2296. while true do
  2297. swait()
  2298. Sine = Sine + Change
  2299. WingSine = WingSine + WingChange
  2300. if(Hue > 360)then Hue = 0 end
  2301. Hue = Hue + 1
  2302.  
  2303. if(not Music or not Music.Parent)then
  2304. local tPos = 0;
  2305. if(Music)then tPos = Music.TimePosition; Music:Stop(); Music:Destroy(); end
  2306. Music = Sound(Char,MusicID,1,3,true,false,true)
  2307. Music.Name = 'Music'
  2308. Music.TimePosition = tPos;
  2309. end
  2310. Music.SoundId = "rbxassetid://"..MusicID
  2311. Music.Parent = Char
  2312. Music.Pitch = Pitch
  2313. Music.Volume = 2
  2314. if(not Muted)then
  2315. Music:Resume()
  2316. else
  2317. Music:Pause()
  2318. end
  2319.  
  2320. if(God)then
  2321. Hum.MaxHealth = 1e100
  2322. Hum.Health = 1e100
  2323. if(not Char:FindFirstChildOfClass'ForceField')then IN("ForceField",Char).Visible = false end
  2324. Hum.Name = M.RNG()*100
  2325. end
  2326.  
  2327. 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)
  2328.  
  2329. if(Mode == 3)then
  2330. for _,v in next, LWing:children() do
  2331. local what = M.RNG()
  2332. if(v:IsA'BasePart')then
  2333. v.Color = C3.N(what,what,what)
  2334. end
  2335. end
  2336. for _,v in next, RWing:children() do
  2337. local what = M.RNG()
  2338. if(v:IsA'BasePart')then
  2339. v.Color = C3.N(what,what,what)
  2340. end
  2341. end
  2342. for _,v in next, LWingEXT:children() do
  2343. local what = M.RNG()
  2344. if(v:IsA'BasePart')then
  2345. v.Color = C3.N(what,what,what)
  2346. end
  2347. end
  2348. for _,v in next, RWingEXT:children() do
  2349. local what = M.RNG()
  2350. if(v:IsA'BasePart')then
  2351. v.Color = C3.N(what,what,what)
  2352. end
  2353. end
  2354.  
  2355. local what1 = M.RNG()
  2356. local what2 = M.RNG()
  2357. local what3 = M.RNG()
  2358. local what4 = M.RNG()
  2359. Core2.Color = C3.N(what1,what1,what1)
  2360.  
  2361. for _,v in next, Halo:children() do
  2362. if(v:IsA'BasePart')then
  2363. v.Color = C3.N(what1,what1,what1)
  2364. end
  2365. end
  2366.  
  2367. text.TextStrokeColor3 = C3.N(what2,what2,what2)
  2368. text.TextColor3 = C3.N(what3,what3,what3)
  2369. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(what4,what4,what4) end)
  2370. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(what4,what4,what4) end)
  2371. elseif(Mode == 4)then
  2372. for _,v in next, LWing:children() do
  2373. local what = M.RNG()*.5
  2374. if(v:IsA'BasePart')then
  2375. v.Color = C3.N(what,0,0)
  2376. end
  2377. end
  2378. for _,v in next, LWingEXT:children() do
  2379. local what = M.RNG()*.5
  2380. if(v:IsA'BasePart')then
  2381. v.Color = C3.N(what,0,0)
  2382. end
  2383. end
  2384.  
  2385. local what1 = M.RNG()*.5
  2386. local what2 = M.RNG()*.5
  2387. local what3 = M.RNG()*.5
  2388. local what4 = M.RNG()*.5
  2389. Core2.Color = C3.N(what1,0,0)
  2390.  
  2391. for _,v in next, Halo:children() do
  2392. if(v:IsA'BasePart')then
  2393. v.Color = C3.N(what1,0,0)
  2394. end
  2395. end
  2396.  
  2397. text.TextStrokeColor3 = C3.N(what2,0,0)
  2398. text.TextColor3 = C3.N(what3,0,0)
  2399. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(what4,0,0) end)
  2400. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(what4,0,0) end)
  2401. end
  2402.  
  2403. 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)
  2404. 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)
  2405. 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)
  2406. 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)
  2407. 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)
  2408. 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)
  2409.  
  2410. 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)
  2411. 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)
  2412. 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)
  2413. 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)
  2414. 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)
  2415. 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)
  2416.  
  2417. local Walking = (math.abs(Root.Velocity.x) > 1 or math.abs(Root.Velocity.z) > 1)
  2418. 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")
  2419. if(not Effects or not Effects.Parent)then
  2420. Effects = IN("Model",Char)
  2421. Effects.Name = "Effects"
  2422. end
  2423. if(State == 'Run' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666)then
  2424. local wsVal = 7 / (Hum.WalkSpeed/16)
  2425. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2426. Change = 1
  2427.  
  2428. elseif(State == 'Walk' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666)then
  2429. local wsVal = 7 / (Hum.WalkSpeed/16)
  2430. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2431. Change = 1
  2432. if(Mode == 7)then
  2433. 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)
  2434. 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)
  2435. else
  2436. 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)
  2437. 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)
  2438. end
  2439. else
  2440. RH.C1 = RH.C1:lerp(CF.N(0,1,0),.2)
  2441. LH.C1 = LH.C1:lerp(CF.N(0,1,0),.2)
  2442. end
  2443.  
  2444. Hum.WalkSpeed = WalkSpeed
  2445. if(NeutralAnims)then
  2446. if(State == 'Idle')then
  2447. local Alpha = .1
  2448. if(Mode == 1)then
  2449. Change = 1
  2450. 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)
  2451. 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)
  2452. 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)
  2453. 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)
  2454. 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)
  2455. 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)
  2456. elseif(Mode == 2)then
  2457. Change = 1
  2458. 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)
  2459. 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)
  2460. 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)
  2461. 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)
  2462. 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)
  2463. 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)
  2464. elseif(Mode == 3)then
  2465. Change = 1
  2466. 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)
  2467. 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)
  2468. 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)
  2469. 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)
  2470. 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)
  2471. 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)
  2472. elseif(Mode == 4)then
  2473. Change = 1
  2474. 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)
  2475. 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)
  2476. 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)
  2477. 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)
  2478. 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)
  2479. 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)
  2480. elseif(Mode == 5)then
  2481. Change = 1
  2482. 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)
  2483. 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)
  2484. 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)
  2485. 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)
  2486. 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)
  2487. 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)
  2488. elseif(Mode == 666666666666)then
  2489. Change = 1
  2490. 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)
  2491. 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)
  2492. 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)
  2493. 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)
  2494. 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)
  2495. 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)
  2496. 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)
  2497. else
  2498. Change = .75
  2499. 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)
  2500. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-5+5*M.C(Sine/12)),0,0),Alpha)
  2501. LS.C0 = LS.C0:lerp(LSC0*CF.A(0,0,M.R(-7-5*M.C(Sine/12))),Alpha)
  2502. RS.C0 = RS.C0:lerp(RSC0*CF.A(0,0,M.R(7+5*M.C(Sine/12))),Alpha)
  2503. 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)
  2504. 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)
  2505. end
  2506. -- idle
  2507. elseif(State == 'Run' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666)then
  2508. local wsVal = 7 / (Hum.WalkSpeed/16)
  2509. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2510. 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)
  2511. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2512. 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)
  2513. 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)
  2514. 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)
  2515. 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)
  2516. elseif(State == 'Walk' and Mode ~= 5 and Mode ~= 7 and Mode ~= 10 and Mode ~= 666666666666)then
  2517. local wsVal = 7 / (Hum.WalkSpeed/16)
  2518. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2519. if(Mode == 4)then
  2520. 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)
  2521. 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)
  2522. 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)
  2523. 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)
  2524. 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)
  2525. 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)
  2526. elseif(Mode == 696969)then
  2527. 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)
  2528. 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)
  2529. 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)
  2530. 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)
  2531. 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)
  2532. 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)
  2533.  
  2534. elseif(Mode == 1)then
  2535. 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)
  2536. 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)
  2537. 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)
  2538. 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)
  2539. 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)
  2540. 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)
  2541. else
  2542. 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
  2543. 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)
  2544. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2545. 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)
  2546. 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)
  2547. 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)
  2548. 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)
  2549. end
  2550. elseif(State == 'Walk' and Mode == 7)then
  2551. local wsVal = 7 / (Hum.WalkSpeed/16)
  2552. local Alpha = math.min(.3 * (Hum.WalkSpeed/8),1)
  2553. 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)
  2554. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2555. 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)
  2556. 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)
  2557. 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)
  2558. 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)
  2559. elseif((State == 'Walk' or State == 'Run') and Mode == 10)then
  2560. Change = 1
  2561. local Alpha = .1
  2562. 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)
  2563. 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)
  2564. 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)
  2565. 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)
  2566. 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)
  2567. 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)
  2568. elseif((State == 'Walk' or State == 'Run') and Mode == 666666666666)then
  2569. Change = 1
  2570. local Alpha = .1
  2571. 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)
  2572. 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)
  2573. 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)
  2574. 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)
  2575. 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)
  2576. 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)
  2577.  
  2578. elseif((State == 'Walk' or State == 'Run'))then
  2579. Change = 1
  2580. local Alpha = .1
  2581. 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)
  2582. 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)
  2583. 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)
  2584. 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)
  2585. 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)
  2586. 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)
  2587.  
  2588. elseif(State == 'Jump')then
  2589. local Alpha = .1
  2590. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  2591. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)),Alpha)
  2592. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)),Alpha)
  2593. 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)
  2594. 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)
  2595. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  2596. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  2597. elseif(State == 'Fall')then
  2598. local Alpha = .1
  2599. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  2600. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)+idk),Alpha)
  2601. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)-idk),Alpha)
  2602. 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)
  2603. 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)
  2604. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  2605. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  2606. elseif(State == 'Paralyzed')then
  2607. -- paralyzed
  2608. elseif(State == 'Sit')then
  2609. -- sit
  2610. end
  2611. end
  2612.  
  2613.  
  2614.  
  2615. for i,v in next, BloodPuddles do
  2616. local mesh = i:FindFirstChild'CylinderMesh'
  2617. BloodPuddles[i] = v + 1
  2618. if(not mesh or i.Transparency >= 1)then
  2619. i:destroy()
  2620. BloodPuddles[i] = nil
  2621. elseif(v >= Frame_Speed*4)then
  2622. local trans = (v-Frame_Speed*4)/(Frame_Speed*2)
  2623. i.Transparency = trans
  2624. if(mesh.Scale.Z > 0)then
  2625. mesh.Scale = mesh.Scale-V3.N(.05,0,.05)
  2626. end
  2627. else
  2628. i.Transparency = 0
  2629. end
  2630. end
  2631. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement