Advertisement
memberhero

Nebula Glitcher Demo FE

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