Advertisement
memberhero

Test2

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