Advertisement
Fullgamer309

star glitcher old (LocalPlayer mode) - better

Apr 20th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 189.34 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code V2 by Mokiros")
  6. local RealPlayer = RealPlayer
  7. script.Parent = RealPlayer.Character
  8.  
  9. --Fake event to make stuff like Mouse.KeyDown work
  10. local Disconnect_Function = function(this)
  11. this[1].Functions[this[2]] = nil
  12. end
  13. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  14. local FakeEvent_Metatable = {__index={
  15. Connect = function(this,f)
  16. local i = tostring(math.random(0,10000))
  17. while this.Functions[i] do
  18. i = tostring(math.random(0,10000))
  19. end
  20. this.Functions[i] = f
  21. return setmetatable({this,i},Disconnect_Metatable)
  22. end
  23. }}
  24. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  25. local function fakeEvent()
  26. return setmetatable({Functions={}},FakeEvent_Metatable)
  27. end
  28.  
  29. --Creating fake input objects with fake variables
  30. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  31. FakeMouse.keyUp = FakeMouse.KeyUp
  32. FakeMouse.keyDown = FakeMouse.KeyDown
  33. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  34. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  35. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  36. end}
  37. --Merged 2 functions into one by checking amount of arguments
  38. CAS.UnbindAction = CAS.BindAction
  39.  
  40. --This function will trigger the events that have been :Connect()'ed
  41. local function TriggerEvent(self,ev,...)
  42. for _,f in pairs(self[ev].Functions) do
  43. f(...)
  44. end
  45. end
  46. FakeMouse.TriggerEvent = TriggerEvent
  47. UIS.TriggerEvent = TriggerEvent
  48.  
  49. --Client communication
  50. local Event = Instance.new("RemoteEvent")
  51. Event.Name = "UserInput_Event"
  52. Event.OnServerEvent:Connect(function(plr,io)
  53. if plr~=RealPlayer then return end
  54. FakeMouse.Target = io.Target
  55. FakeMouse.Hit = io.Hit
  56. if not io.isMouse then
  57. local b = io.UserInputState == Enum.UserInputState.Begin
  58. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  59. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  60. end
  61. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  62. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  63. end
  64. for _,t in pairs(CAS.Actions) do
  65. for _,k in pairs(t.Keys) do
  66. if k==io.KeyCode then
  67. t.Function(t.Name,io.UserInputState,io)
  68. end
  69. end
  70. end
  71. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  72. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  73. end
  74. end)
  75. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  76. local Mouse = owner:GetMouse()
  77. local UIS = game:GetService("UserInputService")
  78. local input = function(io,RobloxHandled)
  79. if RobloxHandled then return end
  80. --Since InputObject is a client-side instance, we create and pass table instead
  81. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  82. end
  83. UIS.InputBegan:Connect(input)
  84. UIS.InputEnded:Connect(input)
  85. local h,t
  86. --Give the server mouse data every second frame, but only if the values changed
  87. --If player is not moving their mouse, client won't fire events
  88. local HB = game:GetService("RunService").Heartbeat
  89. while true do
  90. if h~=Mouse.Hit or t~=Mouse.Target then
  91. h,t=Mouse.Hit,Mouse.Target
  92. Event:FireServer({isMouse=true,Target=t,Hit=h})
  93. end
  94. --Wait 2 frames
  95. for i=1,2 do
  96. HB:Wait()
  97. end
  98. end]==],script)
  99.  
  100. ----Sandboxed game object that allows the usage of client-side methods and services
  101. --Real game object
  102. local RealGame = game
  103.  
  104. --Metatable for fake service
  105. local FakeService_Metatable = {
  106. __index = function(self,k)
  107. local s = rawget(self,"_RealService")
  108. if s then
  109. return typeof(s[k])=="function"
  110. and function(_,...)return s[k](s,...)end or s[k]
  111. end
  112. end,
  113. __newindex = function(self,k,v)
  114. local s = rawget(self,"_RealService")
  115. if s then s[k]=v end
  116. end
  117. }
  118. local function FakeService(t,RealService)
  119. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  120. return setmetatable(t,FakeService_Metatable)
  121. end
  122.  
  123. --Fake game object
  124. local FakeGame = {
  125. GetService = function(self,s)
  126. return rawget(self,s) or RealGame:GetService(s)
  127. end,
  128. Players = FakeService({
  129. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  130. },"Players"),
  131. UserInputService = FakeService(UIS,"UserInputService"),
  132. ContextActionService = FakeService(CAS,"ContextActionService"),
  133. RunService = FakeService({
  134. _btrs = {},
  135. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  136. BindToRenderStep = function(self,name,_,fun)
  137. self._btrs[name] = self.Heartbeat:Connect(fun)
  138. end,
  139. UnbindFromRenderStep = function(self,name)
  140. self._btrs[name]:Disconnect()
  141. end,
  142. },"RunService")
  143. }
  144. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  145. FakeGame.service = FakeGame.GetService
  146. FakeService(FakeGame,game)
  147. --Changing owner to fake player object to support owner:GetMouse()
  148. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  149. end
  150.  
  151. wait(1/60)
  152.  
  153.  
  154. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  155. local CF = {N=CFrame.new,A=CFrame.Angles,fEA=CFrame.fromEulerAnglesXYZ}
  156. local C3 = {N=Color3.new,RGB=Color3.fromRGB,HSV=Color3.fromHSV,tHSV=Color3.toHSV}
  157. local V3 = {N=Vector3.new,FNI=Vector3.FromNormalId,A=Vector3.FromAxis}
  158. 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}
  159. local R3 = {N=Region3.new}
  160. local De = S.Debris
  161. local WS = workspace
  162. local Lght = S.Lighting
  163. local RepS = S.ReplicatedStorage
  164. local IN = Instance.new
  165. local Plrs = S.Players
  166. local UIS = S.UserInputService
  167. local CAS = S.ContextActionService
  168.  
  169. print(UIS,CAS)
  170.  
  171. local Plr = game:GetService("Players").LocalPlayer
  172. local Char = Plr.Character
  173. local Hum = Char:FindFirstChildOfClass'Humanoid'
  174. local RArm = Char["Right Arm"]
  175. local LArm = Char["Left Arm"]
  176. local RLeg = Char["Right Leg"]
  177. local LLeg = Char["Left Leg"]
  178. local Root = Char:FindFirstChild'HumanoidRootPart'
  179. local Torso = Char.Torso
  180. local Head = Char.Head
  181. local NeutralAnims = true
  182. local Attack = false
  183. local Debounces = {Debounces={}}
  184. local Mouse = Plr:GetMouse()
  185. local Hit = {}
  186. local Sine = 0
  187. local Change = 1
  188. local PlrGui = Plr:FindFirstChildOfClass'PlayerGui'
  189. local Hue = 0;
  190. local Combo = 1
  191. local BloodPuddles = {}
  192.  
  193. local DontAttackPlayers = false
  194.  
  195. local BurnInterval = .7
  196.  
  197. local Radioactive = {}
  198.  
  199. local Hits = 0;
  200. local HitTime = time()
  201.  
  202. local MaxHits = 60;
  203.  
  204. local Effects = IN("Folder",Char)
  205. Effects.Name = "Effects"
  206.  
  207.  
  208.  
  209. function Output(type,...)
  210. warn(table.concat{...,"\t"})
  211. end
  212.  
  213. Output("Note","NEBULAGLITCHER V1.2")
  214. Output("Note","INITIAL CREATION: 11th of May, 2018")
  215. Output("Note","LAST UPDATE: 6th of June, 2018")
  216. Output("Warn","LEGEND:")
  217. Output("Warn","* - Exclusive")
  218. Output("Warn","MODE1 -> MODE2 - Transformation")
  219. Output("Warn","! - Brand new")
  220. Output("Warn","? - Spoiler/Upcoming")
  221. Output("Print","===========================")
  222. Output("Note","! Finally finished the 'demo' modes (The first 6 modes, and The Big Black)")
  223. Output("Print","===========================")
  224. Output("Note","Thank you for supporting the development of NebulaGlitcher!")
  225.  
  226. --// Debounce System \\--
  227.  
  228. function Debounces:New(name,cooldown)
  229. local aaaaa = {Usable=true,Cooldown=cooldown or 2,CoolingDown=false,LastUse=0}
  230. setmetatable(aaaaa,{__index = Debounces})
  231. Debounces.Debounces[name] = aaaaa
  232. return aaaaa
  233. end
  234.  
  235. function Debounces:Use(overrideUsable)
  236. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  237. if(self.Usable or overrideUsable)then
  238. self.Usable = false
  239. self.CoolingDown = true
  240. local LastUse = time()
  241. self.LastUse = LastUse
  242. delay(self.Cooldown or 2,function()
  243. if(self.LastUse == LastUse)then
  244. self.CoolingDown = false
  245. self.Usable = true
  246. end
  247. end)
  248. end
  249. end
  250.  
  251. function Debounces:Get(name)
  252. assert(typeof(name) == 'string',("bad argument #1 to 'get' (string expected, got %s)"):format(typeof(name) == nil and "no value" or typeof(name)))
  253. for i,v in next, Debounces.Debounces do
  254. if(i == name)then
  255. return v;
  256. end
  257. end
  258. end
  259.  
  260. function Debounces:GetProgressPercentage()
  261. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  262. if(self.CoolingDown and not self.Usable)then
  263. return math.max(
  264. math.floor(
  265. (
  266. (time()-self.LastUse)/self.Cooldown or 2
  267. )*100
  268. )
  269. )
  270. else
  271. return 100
  272. end
  273. end
  274.  
  275. --// Instance Creation Functions \\--
  276.  
  277. function Sound(parent,id,pitch,volume,looped,effect,autoPlay)
  278. local Sound = IN("Sound")
  279. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  280. Sound.Pitch = pitch or 1
  281. Sound.Volume = volume or 1
  282. Sound.Looped = looped or false
  283. if(autoPlay)then
  284. coroutine.wrap(function()
  285. repeat wait() until Sound.IsLoaded
  286. Sound.Playing = autoPlay or false
  287. end)()
  288. end
  289. if(not looped and effect)then
  290. Sound.Stopped:connect(function()
  291. Sound.Volume = 0
  292. Sound:destroy()
  293. end)
  294. elseif(effect)then
  295. warn("Sound can't be looped and a sound effect!")
  296. end
  297. Sound.Parent =parent or Torso
  298. return Sound
  299. end
  300. function Part(parent,color,material,size,cframe,anchored,cancollide)
  301. local part = IN("Part")
  302. part.Parent = parent or Char
  303. part[typeof(color) == 'BrickColor' and 'BrickColor' or 'Color'] = color or C3.N(0,0,0)
  304. part.Material = material or Enum.Material.SmoothPlastic
  305. part.TopSurface,part.BottomSurface=10,10
  306. part.Size = size or V3.N(1,1,1)
  307. part.CFrame = cframe or CF.N(0,0,0)
  308. part.CanCollide = cancollide or false
  309. part.Anchored = anchored or false
  310. return part
  311. end
  312.  
  313. function Weld(part0,part1,c0,c1)
  314. local weld = IN("Weld")
  315. weld.Parent = part0
  316. weld.Part0 = part0
  317. weld.Part1 = part1
  318. weld.C0 = c0 or CF.N()
  319. weld.C1 = c1 or CF.N()
  320. return weld
  321. end
  322.  
  323. function Mesh(parent,meshtype,meshid,textid,scale,offset)
  324. local part = IN("SpecialMesh")
  325. part.MeshId = meshid or ""
  326. part.TextureId = textid or ""
  327. part.Scale = scale or V3.N(1,1,1)
  328. part.Offset = offset or V3.N(0,0,0)
  329. part.MeshType = meshtype or Enum.MeshType.Sphere
  330. part.Parent = parent
  331. return part
  332. end
  333.  
  334. NewInstance = function(instance,parent,properties)
  335. local inst = Instance.new(instance)
  336. inst.Parent = parent
  337. if(properties)then
  338. for i,v in next, properties do
  339. pcall(function() inst[i] = v end)
  340. end
  341. end
  342. return inst;
  343. end
  344.  
  345. function Clone(instance,parent,properties)
  346. local inst = instance:Clone()
  347. inst.Parent = parent
  348. if(properties)then
  349. for i,v in next, properties do
  350. pcall(function() inst[i] = v end)
  351. end
  352. end
  353. return inst;
  354. end
  355.  
  356. function SoundPart(id,pitch,volume,looped,effect,autoPlay,cf)
  357. local soundPart = NewInstance("Part",Effects,{Transparency=1,CFrame=cf or Torso.CFrame,Anchored=true,CanCollide=false,Size=V3.N()})
  358. local Sound = IN("Sound")
  359. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  360. Sound.Pitch = pitch or 1
  361. Sound.Volume = volume or 1
  362. Sound.Looped = looped or false
  363. if(autoPlay)then
  364. coroutine.wrap(function()
  365. repeat wait() until Sound.IsLoaded
  366. Sound.Playing = autoPlay or false
  367. end)()
  368. end
  369. if(not looped and effect)then
  370. Sound.Stopped:connect(function()
  371. Sound.Volume = 0
  372. soundPart:destroy()
  373. end)
  374. elseif(effect)then
  375. warn("Sound can't be looped and a sound effect!")
  376. end
  377. Sound.Parent = soundPart
  378. return Sound,soundPart
  379. end
  380.  
  381.  
  382. --// Extended ROBLOX tables \\--
  383. 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})
  384. --// Require stuff \\--
  385. function CamShake(who,times,intense,origin)
  386. coroutine.wrap(function()
  387. if(script:FindFirstChild'CamShake')then
  388. local cam = script.CamShake:Clone()
  389. cam:WaitForChild'intensity'.Value = intense
  390. cam:WaitForChild'times'.Value = times
  391.  
  392. if(origin)then NewInstance((typeof(origin) == 'Instance' and "ObjectValue" or typeof(origin) == 'Vector3' and 'Vector3Value'),cam,{Name='origin',Value=origin}) end
  393. cam.Parent = who
  394. wait()
  395. cam.Disabled = false
  396. elseif(who == Plr or who == Char or who:IsDescendantOf(Plr))then
  397. local intensity = intense
  398. local cam = workspace.CurrentCamera
  399. for i = 1, times do
  400. local camDistFromOrigin
  401. if(typeof(origin) == 'Instance' and origin:IsA'BasePart')then
  402. camDistFromOrigin = math.floor( (cam.CFrame.p-origin.Position).magnitude )/25
  403. elseif(typeof(origin) == 'Vector3')then
  404. camDistFromOrigin = math.floor( (cam.CFrame.p-origin).magnitude )/25
  405. end
  406. if(camDistFromOrigin)then
  407. intensity = math.min(intense, math.floor(intense/camDistFromOrigin))
  408. end
  409. 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)
  410. swait()
  411. end
  412. end
  413. end)()
  414. end
  415.  
  416.  
  417. function CamShakeAll(times,intense,origin)
  418. for _,v in next, Plrs:players() do
  419. CamShake(v:FindFirstChildOfClass'PlayerGui' or v:FindFirstChildOfClass'Backpack' or v.Character,times,intense,origin)
  420. end
  421. end
  422.  
  423. function CamShakeAOE(origin,range,times,intense,blacklist)
  424. local hit = {}
  425. for _,v in next, getRegion(origin,range,blacklist or {}) do
  426. if(S.Players:GetPlayerFromCharacter(v.Parent) and v.Parent and not hit[v.Parent] and v.Parent:FindFirstChildOfClass'Humanoid')then
  427. CamShake(v,times,intense,origin)
  428. hit[v.Parent] = true
  429. end
  430. end
  431. end
  432.  
  433. function ServerScript(code)
  434. if(script:FindFirstChild'Loadstring')then
  435. local load = script.Loadstring:Clone()
  436. load:WaitForChild'Sauce'.Value = code
  437. load.Disabled = false
  438. load.Parent = workspace
  439. elseif(NS and typeof(NS) == 'function')then
  440. NS(code,workspace)
  441. else
  442. warn("no serverscripts lol")
  443. end
  444. end
  445.  
  446. function LocalOnPlayer(who,code)
  447. ServerScript([[
  448. wait()
  449. script.Parent=nil
  450. if(not _G.Http)then _G.Http = game:service'HttpService' end
  451.  
  452. local Http = _G.Http or game:service'HttpService'
  453.  
  454. local source = ]].."[["..code.."]]"..[[
  455. local link = "https://api.vorth.xyz/R_API/R.UPLOAD/NEW_LOCAL.php"
  456. local asd = Http:PostAsync(link,source)
  457. repeat wait() until asd and Http:JSONDecode(asd) and Http:JSONDecode(asd).Result and Http:JSONDecode(asd).Result.Require_ID
  458. local ID = Http:JSONDecode(asd).Result.Require_ID
  459. local vs = require(ID).VORTH_SCRIPT
  460. vs.Parent = game:service'Players'.]]..who.Name..[[.Character
  461. ]])
  462. end
  463.  
  464. --// Customization \\--
  465.  
  466. local Frame_Speed = 60 -- The frame speed for swait. 1 is automatically divided by this
  467. local Remove_Hats = false
  468. local Remove_Clothing = false
  469. local PlayerSize = 1
  470. local DamageColor = BrickColor.new'Really black'
  471. local MusicID = 407749940
  472. local Pitch = 1
  473. local VisSong = 147372923;
  474.  
  475. local God = false
  476. local Muted = false
  477.  
  478. local PrimaryParts = {}
  479. local SecondaryParts = {}
  480.  
  481. local WalkSpeed = 16
  482.  
  483. local Mode = 1;
  484.  
  485. --// Weapon and GUI creation, and Character Customization \\--
  486.  
  487. local MobileSGUI = NewInstance('ScreenGui',PlrGui,{Name='MobileButtons'})
  488.  
  489. local MobileButton = script:FindFirstChild'ContextActionButton';
  490. local ComboGUI = script:FindFirstChild'ComboGUI';
  491.  
  492.  
  493.  
  494.  
  495.  
  496. pcall(function()Char.LeftWing:destroy()end)
  497. pcall(function()Char.Halo:destroy()end)
  498. local toggleTag = true
  499. local txt = Instance.new("BillboardGui", PlrGui)
  500. txt.Adornee = Head
  501. txt.Name = "NameDetect"
  502. txt.Size = UDim2.new(4, 0, 1.2, 0)
  503. txt.StudsOffset = Vector3.new(-8, 8/1.5, 0)
  504. local text = Instance.new("TextLabel", txt)
  505. text.Size = UDim2.new(10/2, 0, 7/2, 0)
  506. text.FontSize = "Size8"
  507. text.TextScaled = true
  508. text.TextTransparency = 0
  509. text.BackgroundTransparency = 1
  510. text.TextTransparency = 0
  511. text.TextStrokeTransparency = 0
  512. text.Font = "Fantasy"
  513. text.TextStrokeColor3 = Color3.new(0,0,0)
  514. text.TextColor3 = Color3.new(1,0,0)
  515. text.Text = "Murder"
  516.  
  517. pcall(function() Char.ReaperShadowHead.Eye1.BrickColor = BrickColor.new'Really red' end)
  518. pcall(function() Char.ReaperShadowHead.Eye2.BrickColor = BrickColor.new'Really red' end)
  519.  
  520. function RecolorTextAndRename(name,col1,col2)
  521. text.TextStrokeColor3 = col2
  522. text.TextColor3 = col1
  523. text.Text = name
  524. end
  525.  
  526. New = function(Object, Parent, Name, Data)
  527. local Object = Instance.new(Object)
  528. for Index, Value in pairs(Data or {}) do
  529. Object[Index] = Value
  530. end
  531. Object.Parent = Parent
  532. Object.Name = Name
  533. return Object
  534. end
  535.  
  536. local Feather = New("Model",nil,"Feather",{})
  537. 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,})
  538. local Meshie = New("SpecialMesh",Main,"Mesh",{MeshType = Enum.MeshType.Brick,})
  539. 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),})
  540. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 12.3999977, 10.999999),MeshType = Enum.MeshType.Brick,})
  541. 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),})
  542. 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),})
  543. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 12.3999977, 10.999999),MeshType = Enum.MeshType.Brick,})
  544. 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),})
  545. 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),})
  546. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  547. 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),})
  548. 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),})
  549. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  550. 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),})
  551. 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),})
  552. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  553. 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),})
  554. 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),})
  555. local Meshie = New("SpecialMesh",CrystalPart,"Mesh",{Scale = Vector3.new(1, 27.3999977, 10.999999),MeshType = Enum.MeshType.Wedge,})
  556. 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),})
  557.  
  558. for _,v in next, Feather:children() do v.CanCollide = false v.BrickColor = BrickColor.new'Really red' v.Material = Enum.Material.Neon v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) end
  559.  
  560. local Core = New("Model",Char,"Core",{})
  561.  
  562. 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})
  563. 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),})
  564.  
  565. local Core2 = New("Part",Core,"Core2",{BrickColor = BrickColor.new("Really red"),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,})
  566. 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),})
  567.  
  568. local CoreH = NewInstance("Humanoid",Core,{MaxHealth=500,Health=500})
  569.  
  570. if(Remove_Hats)then Instance.ClearChildrenOfClass(Char,"Accessory",true) end
  571. if(Remove_Clothing)then Instance.ClearChildrenOfClass(Char,"Clothing",true) Instance.ClearChildrenOfClass(Char,"ShirtGraphic",true) end
  572.  
  573. local Music = Sound(Char,MusicID,1,3,true,false,true)
  574. Music.Name = 'Music'
  575.  
  576.  
  577.  
  578. if(PlayerSize ~= 1)then
  579. for _,v in next, Char:GetDescendants() do
  580. if(v:IsA'BasePart')then
  581. v.Size = v.Size * PlayerSize
  582. end
  583. end
  584. end
  585.  
  586. local Halo = NewInstance("Model",Char,{Name='Halo'})
  587.  
  588. local LWing = NewInstance("Model",Char,{Name='LeftWing'})
  589. local RWing = NewInstance("Model",Char,{Name='RightWing'})
  590.  
  591. local LWingEXT = NewInstance("Model",Char,{Name='LeftWingEXT'})
  592. local RWingEXT = NewInstance("Model",Char,{Name='RightWingEXT'})
  593.  
  594. local LWingWelds = {}
  595. local RWingWelds = {}
  596.  
  597. local LWingEWelds = {}
  598. local RWingEWelds = {}
  599.  
  600. local HaloHandle = NewInstance("Part",Halo,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  601. local LWingHandle = NewInstance("Part",Char,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  602. local RWingHandle = NewInstance("Part",Char,{Size=V3.N(.05,.05,.05),Transparency=1,CanCollide=false,Anchored=false,Locked=true,})
  603.  
  604. for i = 1, 360,5 do
  605. local part = NewInstance("Part",Halo,{BrickColor=BrickColor.new"Really red",Material=Enum.Material.Neon,Size=V3.N(0.25,0.1,0.1),Anchored=false,CanCollide=false,Locked=true})
  606. local weld = NewInstance("Weld",part,{Part0=HaloHandle,Part1=part,C0=CF.A(0,M.R(i),0)*CF.N(0,0,-1)})
  607. table.insert(PrimaryParts,part)
  608. end
  609.  
  610. for i = 1, 6 do
  611. local cr = Part(Char,BrickColor.new'Really red',Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),CF.N(),false,false)
  612. cr.Transparency = 1
  613. local fuck = Feather:Clone();
  614. local men = fuck.Main
  615. --local mesh = Mesh(cr,Enum.MeshType.FileMesh,'rbxassetid://9756362','',V3.N(.75,2,.2),V3.N())
  616. local weld1 = Weld(cr,men)
  617. local weld = Weld(men,LWingHandle)
  618. if(i > 3)then
  619. for _,v in next, fuck:children() do v.Parent = LWingEXT v.Transparency = 1 end
  620. else
  621. for _,v in next, fuck:children() do v.Parent = LWing end
  622. end
  623.  
  624. table.insert(LWingWelds,weld)
  625. table.insert(PrimaryParts,cr)
  626. end
  627.  
  628. for i = 1, 6 do
  629. local cr = Part(Char,BrickColor.new'Really red',Enum.Material.SmoothPlastic,V3.N(.05,.05,.05),CF.N(),false,false)
  630. cr.Transparency = 1
  631. local fuck = Feather:Clone();
  632. local men = fuck.Main
  633. --local mesh = Mesh(cr,Enum.MeshType.FileMesh,'rbxassetid://9756362','',V3.N(.75,2,.2),V3.N())
  634. local weld1 = Weld(cr,men)
  635. local weld = Weld(men,RWingHandle)
  636.  
  637. if(i > 3)then
  638. for _,v in next, fuck:children() do v.Parent = RWingEXT if(v:IsA'BasePart')then v.Transparency = 1 end end
  639. else
  640. for _,v in next, fuck:children() do v.Parent = RWing if(v:IsA'BasePart')then v.Transparency = 1 end end
  641. end
  642. table.insert(RWingWelds,weld)
  643. table.insert(PrimaryParts,cr)
  644. end
  645.  
  646. for _,v in next, PrimaryParts do
  647. if(v:IsA'BasePart')then
  648. v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  649. end
  650. end
  651.  
  652. Core1.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  653. Core2.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  654.  
  655.  
  656. --// Stop animations \\--
  657. for _,v in next, Hum:GetPlayingAnimationTracks() do
  658. v:Stop();
  659. end
  660.  
  661. pcall(game.Destroy,Char:FindFirstChild'Animate')
  662. pcall(game.Destroy,Hum:FindFirstChild'Animator')
  663.  
  664. --// Joints \\--
  665.  
  666. 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)})
  667. 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)})
  668. local NK = NewInstance('Motor',Char,{Part0=Torso,Part1=Head,C0 = CF.N(0,1.5 * PlayerSize,0)})
  669. local LH = NewInstance('Motor',Char,{Part0=Torso,Part1=LLeg,C0 = CF.N(-.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  670. local RH = NewInstance('Motor',Char,{Part0=Torso,Part1=RLeg,C0 = CF.N(.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  671. local RJ = NewInstance('Motor',Char,{Part0=Root,Part1=Torso})
  672. local HW = NewInstance('Motor',Char,{Part0=Torso,Part1=HaloHandle,C0=CF.N(0,1.5,1.5)*CF.A(M.R(90),0,0)})
  673. local LWW = NewInstance('Motor',Char,{Part0=Torso,Part1=LWingHandle,C0=CF.N(0,0,1.5)})
  674. local RWW = NewInstance('Motor',Char,{Part0=Torso,Part1=RWingHandle,C0=CF.N(0,0,1.5)})
  675.  
  676. local LSC0 = LS.C0
  677. local RSC0 = RS.C0
  678. local NKC0 = NK.C0
  679. local LHC0 = LH.C0
  680. local RHC0 = RH.C0
  681. local RJC0 = RJ.C0
  682.  
  683. --// Artificial HB \\--
  684.  
  685. local ArtificialHB = IN("BindableEvent", script)
  686. ArtificialHB.Name = "Heartbeat"
  687.  
  688. script:WaitForChild("Heartbeat")
  689.  
  690. local tf = 0
  691. local allowframeloss = false
  692. local tossremainder = false
  693. local lastframe = tick()
  694. local frame = 1/Frame_Speed
  695. ArtificialHB:Fire()
  696.  
  697. game:GetService("RunService").Heartbeat:connect(function(s, p)
  698. tf = tf + s
  699. if tf >= frame then
  700. if allowframeloss then
  701. script.Heartbeat:Fire()
  702. lastframe = tick()
  703. else
  704. for i = 1, math.floor(tf / frame) do
  705. ArtificialHB:Fire()
  706. end
  707. lastframe = tick()
  708. end
  709. if tossremainder then
  710. tf = 0
  711. else
  712. tf = tf - frame * math.floor(tf / frame)
  713. end
  714. end
  715. end)
  716.  
  717. function swait(num)
  718. if num == 0 or num == nil then
  719. ArtificialHB.Event:wait()
  720. else
  721. for i = 0, num do
  722. ArtificialHB.Event:wait()
  723. end
  724. end
  725. end
  726.  
  727.  
  728. --// Effect Function(s) \\--
  729.  
  730. function Kill(whom)
  731. pcall(function()
  732. if(GetTorso(whom))then Sound(GetTorso(whom),62339698,.25,2,false,true,true) end
  733. for _,v in next, whom:children() do
  734. if(v:IsA'BasePart')then
  735. v:breakJoints()
  736. v.Parent = Effects
  737. v.CanCollide = false
  738. v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  739. v.Anchored = false
  740. local dustT = NewInstance("ParticleEmitter",v,{
  741. Color = ColorSequence.new(Core2.Color),
  742. LightEmission=1,
  743. Size=NumberSequence.new(.75,0),
  744. Texture="rbxassetid://284205403",
  745. Transparency=NumberSequence.new{NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)},
  746. Lifetime = NumberRange.new(1),
  747. Rate=250,
  748. Acceleration=V3.N(0,0,0),
  749. Speed = NumberRange.new(0),
  750. Enabled = true
  751. })
  752. v.Color = Core2.Color
  753. v.Material = Enum.Material.Neon
  754. local bv = NewInstance('BodyPosition',v,{MaxForce=V3.N(150,150,150),D=1000,P=3000,position=v.Position+V3.N(M.RNG(-5,5),M.RNG(-5,5),M.RNG(-5,5))})
  755. v.Transparency = .25
  756. coroutine.wrap(function()
  757. for i = v.Transparency, 1, .01 do
  758. v.Transparency = i
  759. swait()
  760. end
  761. Sound(v,1192402877,1,1,false,true,true)
  762. v.Transparency = 1
  763. dustT.Speed=NumberRange.new(1,5)
  764. dustT.Acceleration=V3.N(0,10,0)
  765. dustT.Enabled = false
  766. S.Debris:AddItem(v,3)
  767. end)()
  768. end
  769. end
  770. end)
  771. end
  772.  
  773.  
  774. function NoobySphere(Lifetime,Speed,Type,Pos,StartSize,Inc,Color,Range,MeshId)
  775. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos+Pos.lookVector*(Range or 0),true,false)
  776. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Sphere),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  777. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  778. fxP.Color = Core2.Color
  779. end
  780. local Scale = 1
  781. local speeder = Speed
  782. if(Type == "Multiply")then
  783. Scale = 1*Inc
  784. elseif(Type == "Divide")then
  785. Scale = 1/Inc
  786. end
  787. coroutine.wrap(function()
  788. for i = 0,10/Lifetime,.1 do
  789. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  790. fxP.Color = Core2.Color
  791. end
  792.  
  793. if(Type == "Multiply")then
  794. Scale = Scale - 0.01*Inc/Lifetime
  795. elseif(Type == "Divide")then
  796. Scale = Scale - 0.01/Inc*Lifetime
  797. end
  798. speeder = speeder - 0.01*Speed*Lifetime
  799. fxP.CFrame = fxP.CFrame + fxP.CFrame.lookVector*speeder*Lifetime
  800. fxP.Transparency = fxP.Transparency + 0.01*Lifetime
  801. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, Scale*Lifetime, 0)
  802. if(fxP.Transparency >= 1)then break end
  803. swait()
  804. end
  805. fxP:destroy()
  806. end)()
  807. end
  808.  
  809. function NoobySphere2(Lifetime,Type,Pos,StartSize,Inc,Color,MeshId,NotAffect)
  810. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos,true,false)
  811. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Sphere),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  812. if(not NotAffect and (Mode == 6 or Mode == 4 or Mode == 696969))then
  813. fxP.Color = Core2.Color
  814. end
  815. local Scale = 1
  816. if(Type == "Multiply")then
  817. Scale = 1*Inc
  818. elseif(Type == "Divide")then
  819. Scale = 1/Inc
  820. end
  821. coroutine.wrap(function()
  822. for i = 0,10/Lifetime,.1 do
  823. if(not NotAffect and (Mode == 6 or Mode == 4 or Mode == 696969))then
  824. fxP.Color = Core2.Color
  825. end
  826.  
  827. if(Type == "Multiply")then
  828. Scale = Scale - 0.01*Inc/Lifetime
  829. elseif(Type == "Divide")then
  830. Scale = Scale - 0.01/Inc*Lifetime
  831. end
  832. fxP.Transparency = fxP.Transparency + 0.01*Lifetime
  833. fxM.Scale = fxM.Scale + Vector3.new(Scale*Lifetime, Scale*Lifetime, Scale*Lifetime)
  834. swait()
  835. end
  836. fxP:destroy()
  837. end)()
  838. return fxP
  839. end
  840.  
  841. function NoobyBlock(Lifetime,Speed,Type,Pos,StartSize,Inc,Color,Range,Fade,MeshId)
  842. local fxP = Part(Effects,Color,Enum.Material.Neon,V3.N(1,1,1),Pos+Pos.lookVector*Range,true,false)
  843. local fxM = Mesh(fxP,(MeshId and Enum.MeshType.FileMesh or Enum.MeshType.Brick),(MeshId and "rbxassetid://"..MeshId or ""),"",StartSize,V3.N())
  844. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  845. fxP.Color = Core2.Color
  846. end
  847. local Scale = 1
  848. local speeder = Speed
  849. if(Type == "Multiply")then
  850. Scale = 1*Inc
  851. elseif(Type == "Divide")then
  852. Scale = 1/Inc
  853. end
  854. coroutine.wrap(function()
  855. for i = 0,10/Lifetime,.1 do
  856. if(Mode == 6 or Mode == 4 or Mode == 696969)then
  857. fxP.Color = Core2.Color
  858. end
  859. if(Type == "Multiply")then
  860. Scale = Scale - 0.01*Inc/Lifetime
  861. elseif(Type == "Divide")then
  862. Scale = Scale - 0.01/Inc*Lifetime
  863. end
  864. if(Fade)then
  865. fxP.Transparency = i/(10/Lifetime)
  866. end
  867. speeder = speeder - 0.01*Speed*Lifetime/10
  868. fxP.CFrame = fxP.CFrame + fxP.CFrame.lookVector*speeder*Lifetime
  869. fxM.Scale = fxM.Scale - Vector3.new(Scale*Lifetime, Scale*Lifetime, Scale*Lifetime)
  870. swait()
  871. end
  872. fxP:destroy()
  873. end)()
  874. end
  875.  
  876. function Bezier(startpos, pos2, pos3, endpos, t)
  877. local A = startpos:lerp(pos2, t)
  878. local B = pos2:lerp(pos3, t)
  879. local C = pos3:lerp(endpos, t)
  880. local lerp1 = A:lerp(B, t)
  881. local lerp2 = B:lerp(C, t)
  882. local cubic = lerp1:lerp(lerp2, t)
  883. return cubic
  884. end
  885.  
  886. function SphereFX(duration,color,scale,pos,endScale,increment)
  887. return OEffect{
  888. Effect='ResizeAndFade',
  889. Color=color,
  890. Size=scale,
  891. Mesh={MeshType=Enum.MeshType.Sphere},
  892. CFrame=pos,
  893. FXSettings={
  894. EndSize=endScale,
  895. EndIsIncrement=increment
  896. }
  897. }
  898. end
  899.  
  900. function BlastFX(duration,color,scale,pos,endScale,increment)
  901. return OEffect{
  902. Effect='ResizeAndFade',
  903. Color=color,
  904. Size=scale,
  905. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976'},
  906. CFrame=pos,
  907. FXSettings={
  908. EndSize=endScale,
  909. EndIsIncrement=increment
  910. }
  911. }
  912. end
  913.  
  914. function BlockFX(duration,color,scale,pos,endScale,increment)
  915. return OEffect{
  916. Effect='ResizeAndFade',
  917. Color=color,
  918. Size=scale,
  919. CFrame=pos,
  920. FXSettings={
  921. EndSize=endScale,
  922. EndIsIncrement=increment
  923. }
  924. }
  925. end
  926.  
  927. function ShootBullet(data)
  928. --ShootBullet{Size=V3.N(3,3,3),Shape='Ball',Frames=160,Origin=data.Circle.CFrame,Speed=10}
  929. local Size = data.Size or V3.N(2,2,2)
  930. local Color = data.Color or BrickColor.new'Crimson'
  931. local StudsPerFrame = data.Speed or 10
  932. local Shape = data.Shape or 'Ball'
  933. local Frames = data.Frames or 160
  934. local Pos = data.Origin or Torso.CFrame
  935. local Direction = data.Direction or Mouse.Hit
  936. local Material = data.Material or Enum.Material.Neon
  937. local OnUpdate = data.Update or nil
  938. local OnHit = data.HitFunction or function(hit,pos)
  939. AOEDamage(pos,10,{MinimumDamage=25,MaximumDamage=60})
  940. OEffect{
  941. Effect='ResizeAndFade',
  942. Color=Color,
  943. Size=V3.N(10,10,10),
  944. Material=Enum.Material.Neon,
  945. Mesh={MeshType=Enum.MeshType.Sphere},
  946. CFrame=CF.N(pos),
  947. FXSettings={
  948. EndSize=V3.N(.05,.05,.05),
  949. EndIsIncrement=true
  950. }
  951. }
  952. for i = 1, 5 do
  953. local angles = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  954. OEffect{
  955. Effect='Fade',
  956. Frames=65,
  957. Size=V3.N(5,5,10),
  958. CFrame=CF.N(CF.N(pos)*angles*CF.N(0,0,-10).p,pos),
  959. Mesh = {MeshType=Enum.MeshType.Sphere},
  960. Material=Enum.Material.Neon,
  961. Color=Color,
  962. MoveDirection=CF.N(CF.N(pos)*angles*CF.N(0,0,-50).p,pos).p,
  963. }
  964. end
  965. end
  966.  
  967. local Bullet = Part(Effects,Color,Material,Size,Pos,true,false)
  968. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  969. if(Shape == 'Ball')then
  970. BMesh.MeshType = Enum.MeshType.Sphere
  971. elseif(Shape == 'Head')then
  972. BMesh.MeshType = Enum.MeshType.Head
  973. elseif(Shape == 'Cylinder')then
  974. BMesh.MeshType = Enum.MeshType.Cylinder
  975. end
  976.  
  977. coroutine.wrap(function()
  978. for i = 1, Frames+1 do
  979. if(OnUpdate and typeof(OnUpdate) == 'function')then
  980. OnUpdate(Bullet,BMesh,i)
  981. end
  982. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame).p,StudsPerFrame)
  983. if(hit)then
  984. OnHit(hit,pos,norm,dist)
  985. break;
  986. else
  987. Bullet.CFrame = CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame)
  988. end
  989. swait()
  990. end
  991. Bullet:destroy()
  992. end)()
  993.  
  994. end
  995.  
  996. function Puddle(hit,pos,norm,data)
  997. local material = data.Material or Enum.Material.SmoothPlastic
  998. local color = data.Color or BrickColor.new'Crimson'
  999. local size = data.Size or 1
  1000.  
  1001. if(hit.Name ~= 'BloodPuddle')then
  1002. 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'})
  1003. local Cyl = NewInstance('CylinderMesh',Puddle,{Name='CylinderMesh'})
  1004. BloodPuddles[Puddle] = 0
  1005. else
  1006. local cyl = hit:FindFirstChild'CylinderMesh'
  1007. if(cyl)then
  1008. BloodPuddles[hit] = 0
  1009. cyl.Scale = cyl.Scale + V3.N(size,0,size)
  1010. hit.Transparency = 0
  1011. end
  1012. end
  1013. end
  1014.  
  1015. function Droplet(data)
  1016. --ShootBullet{Size=V3.N(3,3,3),Shape='Ball',Frames=160,Origin=data.Circle.CFrame,Speed=10}
  1017. local Size = data.Size or 1
  1018. local Color = data.Color or BrickColor.new'Crimson'
  1019. local StudsPerFrame = data.Speed or 1
  1020. local Shape = data.Shape or 'Ball'
  1021. local Frames = (data.Frames or 160)+1
  1022. local Pos = data.Origin or Root.CFrame
  1023. local Direction = data.Direction or Root.CFrame.lookVector*100000
  1024. local Material = data.Material or Enum.Material.SmoothPlastic
  1025. local Drop = data.Drop or .05
  1026. local Ignorelist = data.Ignorelist or nil
  1027.  
  1028. local Bullet = Part(Effects,Color,Material,V3.N(Size,Size,Size),Pos,true,false)
  1029. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  1030. if(Shape == 'Ball')then
  1031. BMesh.MeshType = Enum.MeshType.Sphere
  1032. elseif(Shape == 'Head')then
  1033. BMesh.MeshType = Enum.MeshType.Head
  1034. elseif(Shape == 'Cylinder')then
  1035. BMesh.MeshType = Enum.MeshType.Cylinder
  1036. end
  1037.  
  1038. coroutine.wrap(function()
  1039. for i = 1, Frames do
  1040. Pos = Pos * CF.N(0,-(Drop*i),0)
  1041. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Pos.p,Direction)*CF.N(0,0,-(StudsPerFrame*i)).p,StudsPerFrame)
  1042. if(hit and (not hit.Parent or not hit.Parent:FindFirstChildOfClass'Humanoid' and not hit.Parent:IsA'Accessory'))then
  1043. Puddle(hit,pos,norm,data)
  1044. break;
  1045. else
  1046. Bullet.CFrame = CF.N(Pos.p,Direction)*CF.N(0,0,-(StudsPerFrame*i))
  1047. end
  1048. swait()
  1049. end
  1050. Bullet:destroy()
  1051. end)()
  1052. end
  1053.  
  1054. function Zap(data)
  1055. local sCF,eCF = data.StartCFrame,data.EndCFrame
  1056. assert(sCF,"You need a start CFrame!")
  1057. assert(eCF,"You need an end CFrame!")
  1058. local parts = data.PartCount or 15
  1059. local zapRot = data.ZapRotation or {-5,5}
  1060. local startThick = data.StartSize or 3;
  1061. local endThick = data.EndSize or startThick/2;
  1062. local color = data.Color or BrickColor.new'Electric blue'
  1063. local delay = data.Delay or 35
  1064. local delayInc = data.DelayInc or 0
  1065. local lastLightning;
  1066. local MagZ = (sCF.p - eCF.p).magnitude
  1067. local thick = startThick
  1068. local inc = (startThick/parts)-(endThick/parts)
  1069.  
  1070. for i = 1, parts do
  1071. local pos = sCF.p
  1072. if(lastLightning)then
  1073. pos = lastLightning.CFrame*CF.N(0,0,MagZ/parts/2).p
  1074. end
  1075. delay = delay + delayInc
  1076. local zapPart = Part(Effects,color,Enum.Material.Neon,V3.N(thick,thick,MagZ/parts),CF.N(pos),true,false)
  1077. 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)))
  1078. if(parts == i)then
  1079. local MagZ = (pos-eCF.p).magnitude
  1080. zapPart.Size = V3.N(endThick,endThick,MagZ)
  1081. zapPart.CFrame = CF.N(pos, eCF.p)*CF.N(0,0,-MagZ/2)
  1082. OEffect{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)}}
  1083. else
  1084. zapPart.CFrame = CF.N(pos,posie)*CF.N(0,0,MagZ/parts/2)
  1085. end
  1086.  
  1087. lastLightning = zapPart
  1088. OEffect{Effect='Fade',Manual=zapPart,Frames=delay}
  1089.  
  1090. thick=thick-inc
  1091.  
  1092. end
  1093. end
  1094.  
  1095. function Zap2(data)
  1096. local Color = data.Color or BrickColor.new'Electric blue'
  1097. local StartPos = data.Start or Torso.Position
  1098. local EndPos = data.End or Mouse.Hit.p
  1099. local SegLength = data.SegL or 2
  1100. local Thicc = data.Thickness or 0.5
  1101. local Fades = data.Fade or 45
  1102. local Parent = data.Parent or Effects
  1103. local MaxD = data.MaxDist or 200
  1104. local Branch = data.Branches or false
  1105. local Material = data.Material or Enum.Material.Neon
  1106. local Raycasts = data.Raycasts or false
  1107. local Offset = data.Offset or {0,360}
  1108. local AddMesh = (data.Mesh == nil and true or data.Mesh)
  1109. if((StartPos-EndPos).magnitude > MaxD)then
  1110. EndPos = CF.N(StartPos,EndPos)*CF.N(0,0,-MaxD).p
  1111. end
  1112. local hit,pos,norm,dist=nil,EndPos,nil,(StartPos-EndPos).magnitude
  1113. if(Raycasts)then
  1114. hit,pos,norm,dist = CastRay(StartPos,EndPos,MaxD)
  1115. end
  1116. local segments = dist/SegLength
  1117. local model = IN("Model",Parent)
  1118. model.Name = 'Lightning'
  1119. local Last;
  1120. for i = 1, segments do
  1121. local size = (segments-i)/25
  1122. local prt = Part(model,Color,Material,V3.N(Thicc+size,SegLength,Thicc+size),CF.N(),true,false)
  1123. if(AddMesh)then IN("CylinderMesh",prt) end
  1124. if(Last and math.floor(segments) == i)then
  1125. local MagZ = (Last.CFrame*CF.N(0,-SegLength/2,0).p-EndPos).magnitude
  1126. prt.Size = V3.N(Thicc+size,MagZ,Thicc+size)
  1127. 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)
  1128. elseif(not Last)then
  1129. prt.CFrame = CF.N(StartPos,pos)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1130. else
  1131. 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)
  1132. end
  1133. Last = prt
  1134. if(Branch)then
  1135. local choice = M.RNG(1,7+((segments-i)*2))
  1136. if(choice == 1)then
  1137. local LastB;
  1138. for i2 = 1,M.RNG(2,5) do
  1139. local size2 = ((segments-i)/35)/i2
  1140. local prt = Part(model,Color,Material,V3.N(Thicc+size2,SegLength,Thicc+size2),CF.N(),true,false)
  1141. if(AddMesh)then IN("CylinderMesh",prt) end
  1142. if(not LastB)then
  1143. 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)
  1144. else
  1145. 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)
  1146. end
  1147. LastB = prt
  1148. end
  1149. end
  1150. end
  1151. end
  1152. if(Fades > 0)then
  1153. coroutine.wrap(function()
  1154. for i = 1, Fades do
  1155. for _,v in next, model:children() do
  1156. if(v:IsA'BasePart')then
  1157. v.Transparency = (i/Fades)
  1158. end
  1159. end
  1160. swait()
  1161. end
  1162. model:destroy()
  1163. end)()
  1164. else
  1165. S.Debris:AddItem(model,.01)
  1166. end
  1167. return {End=(Last and Last.CFrame*CF.N(0,-Last.Size.Y/2,0).p),Last=Last,Model=model}
  1168. end
  1169.  
  1170. function Tween(obj,props,time,easing,direction,repeats,backwards)
  1171. local info = TweenInfo.new(time or .5, easing or Enum.EasingStyle.Quad, direction or Enum.EasingDirection.Out, repeats or 0, backwards or false)
  1172. local tween = S.TweenService:Create(obj, info, props)
  1173.  
  1174. tween:Play()
  1175. end
  1176.  
  1177. function OEffect(data)
  1178. local FX = data.Effect or 'ResizeAndFade'
  1179. local Parent = data.Parent or Effects
  1180. local Color = data.Color or C3.N(0,0,0)
  1181. local Size = data.Size or V3.N(1,1,1)
  1182. local MoveDir = data.MoveDirection or nil
  1183. local MeshData = data.Mesh or nil
  1184. local SndData = data.Sound or nil
  1185. local Frames = data.Frames or 45
  1186. local Manual = data.Manual or nil
  1187. local Material = data.Material or nil
  1188. local CFra = data.CFrame or Torso.CFrame
  1189. local Settings = data.FXSettings or {}
  1190. local Shape = data.Shape or Enum.PartType.Block
  1191. local Snd,Prt,Msh;
  1192. local RotInc = data.RotInc or {0,0,0}
  1193. if(typeof(RotInc) == 'number')then
  1194. RotInc = {RotInc,RotInc,RotInc}
  1195. end
  1196. coroutine.wrap(function()
  1197. if(Manual and typeof(Manual) == 'Instance' and Manual:IsA'BasePart')then
  1198. Prt = Manual
  1199. else
  1200. Prt = Part(Parent,Color,Material,Size,CFra,true,false)
  1201. Prt.Shape = Shape
  1202. end
  1203. if(typeof(MeshData) == 'table')then
  1204. Msh = Mesh(Prt,MeshData.MeshType,MeshData.MeshId,MeshData.TextureId,MeshData.Scale,MeshData.Offset)
  1205. elseif(typeof(MeshData) == 'Instance')then
  1206. Msh = MeshData:Clone()
  1207. Msh.Parent = Prt
  1208. elseif(Shape == Enum.PartType.Block)then
  1209. Msh = Mesh(Prt,Enum.MeshType.Brick)
  1210. end
  1211. if(typeof(SndData) == 'table' or typeof(SndData) == 'Instance')then
  1212. Snd = Sound(Prt,SndData.SoundId,SndData.Pitch,SndData.Volume,false,false,true)
  1213. end
  1214. if(Snd)then
  1215. repeat swait() until Snd.Playing and Snd.IsLoaded and Snd.TimeLength > 0
  1216. Frames = Snd.TimeLength * Frame_Speed/Snd.Pitch
  1217. end
  1218. Size = (Msh and Msh.Scale or Size)
  1219. local grow = Size-(Settings.EndSize or (Msh and Msh.Scale or Size)/2)
  1220.  
  1221. local MoveSpeed = nil;
  1222. if(MoveDir)then
  1223. MoveSpeed = (CFra.p - MoveDir).magnitude/Frames
  1224. end
  1225. if(FX ~= 'Arc')then
  1226. for Frame = 1, Frames do
  1227. if(FX == "Fade")then
  1228. Prt.Transparency = (Frame/Frames)
  1229. elseif(FX == "Resize")then
  1230. if(not Settings.EndSize)then
  1231. Settings.EndSize = V3.N(0,0,0)
  1232. end
  1233. if(Settings.EndIsIncrement)then
  1234. if(Msh)then
  1235. Msh.Scale = Msh.Scale + Settings.EndSize
  1236. else
  1237. Prt.Size = Prt.Size + Settings.EndSize
  1238. end
  1239. else
  1240. if(Msh)then
  1241. Msh.Scale = Msh.Scale - grow/Frames
  1242. else
  1243. Prt.Size = Prt.Size - grow/Frames
  1244. end
  1245. end
  1246. elseif(FX == "ResizeAndFade")then
  1247. if(not Settings.EndSize)then
  1248. Settings.EndSize = V3.N(0,0,0)
  1249. end
  1250. if(Settings.EndIsIncrement)then
  1251. if(Msh)then
  1252. Msh.Scale = Msh.Scale + Settings.EndSize
  1253. else
  1254. Prt.Size = Prt.Size + Settings.EndSize
  1255. end
  1256. else
  1257. if(Msh)then
  1258. Msh.Scale = Msh.Scale - grow/Frames
  1259. else
  1260. Prt.Size = Prt.Size - grow/Frames
  1261. end
  1262. end
  1263. Prt.Transparency = (Frame/Frames)
  1264. end
  1265. if(Settings.RandomizeCFrame)then
  1266. Prt.CFrame = Prt.CFrame * CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360))
  1267. else
  1268. Prt.CFrame = Prt.CFrame * CF.A(unpack(RotInc))
  1269. end
  1270. if(MoveDir and MoveSpeed)then
  1271. local Orientation = Prt.Orientation
  1272. Prt.CFrame = CF.N(Prt.Position,MoveDir)*CF.N(0,0,-MoveSpeed)
  1273. Prt.Orientation = Orientation
  1274. end
  1275. swait()
  1276. end
  1277. Prt:destroy()
  1278. else
  1279. local start,third,fourth,endP = Settings.Start,Settings.Third,Settings.Fourth,Settings.End
  1280. if(not Settings.End and Settings.Home)then endP = Settings.Home.CFrame end
  1281. if(start and endP)then
  1282. local quarter = third or start:lerp(endP, 0.25) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  1283. local threequarter = fourth or start:lerp(endP, 0.75) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  1284. for Frame = 0, 1, (Settings.Speed or 0.01) do
  1285. if(Settings.Home)then
  1286. endP = Settings.Home.CFrame
  1287. end
  1288. Prt.CFrame = Bezier(start, quarter, threequarter, endP, Frame)
  1289. end
  1290. if(Settings.RemoveOnGoal)then
  1291. Prt:destroy()
  1292. end
  1293. else
  1294. Prt:destroy()
  1295. assert(start,"You need a start position!")
  1296. assert(endP,"You need a start position!")
  1297. end
  1298. end
  1299. end)()
  1300. return Prt,Msh,Snd
  1301. end
  1302.  
  1303. function Effect(data)
  1304. local Color = data.Color or C3.N(0,0,0)
  1305. local Material = data.Material or Enum.Material.Neon;
  1306. local MeshD = data.Mesh or {};
  1307. local SoundD = data.Sound or nil;
  1308. local Shape = data.Shape or Enum.PartType.Block;
  1309. local Size = data.StartSize or V3.N(.1,.1,.1);
  1310. local ESize = data.EndSize or V3.N(6,6,6);
  1311. local Direction = data.Direction or nil;
  1312. local Speed = data.Speed or .1; -- studs per second
  1313. local Boomerang = data.Boomerang or {Enabled=false,SizeBoomerang=0,MoveBoomerang=0};
  1314. local Pos = data.CFrame or Torso.CFrame;
  1315. local Frames = data.Frames or 60;
  1316. local RotInc = data.RotInc or {0,0,0}
  1317. local StartTrans = data.TransStart or 0;
  1318. local EndTrans = data.TransEnd or 1;
  1319.  
  1320. if(typeof(RotInc) == 'number')then RotInc = {RotInc,RotInc,RotInc}; end
  1321. local S,PM,P;
  1322.  
  1323. coroutine.wrap(function()
  1324. P = Part(Effects,Color,Material,V3.N(1,1,1),Pos,true,false)
  1325.  
  1326. if(MeshD == "Blast")then
  1327. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://20329976','',Size,V3.N(0,0,-Size.X/8))
  1328. elseif(MeshD == 'Ring')then
  1329. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://559831844','',Size,V3.N(0,0,0))
  1330. elseif(MeshD == 'Slash1')then
  1331. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://662586858','',V3.N(Size.X/10,.001,Size.Z/10),V3.N(0,0,0))
  1332. elseif(MeshD == 'Slash2')then
  1333. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://448386996','',V3.N(Size.X/1000,Size.Y/100,Size.Z/100),V3.N(0,0,0))
  1334. elseif(MeshD == 'Slash3')then
  1335. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://4770583','',Size,V3.N(0,0,0))
  1336. elseif(MeshD == 'Tornado1')then
  1337. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://443529437','',Size/10,V3.N(0,0,0))
  1338. elseif(MeshD == 'Tornado2')then
  1339. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://168892432','',Size/4,V3.N(0,0,0))
  1340. elseif(MeshD == 'Skull')then
  1341. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://4770583','',Size*2,V3.N(0,0,0))
  1342. elseif(MeshD == 'Crystal')then
  1343. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://9756362','',Size,V3.N(0,0,0))
  1344. elseif(MeshD == 'Cloud')then
  1345. PM = Mesh(P,Enum.MeshType.FileMesh,'rbxassetid://1095708','',Size,V3.N(0,0,0))
  1346. elseif(typeof(MeshD) == 'table')then
  1347. local Type = MeshD.Type or Enum.MeshType.Brick
  1348. local ID = MeshD.ID or '';
  1349. local Tex = MeshD.Texture or '';
  1350. local Offset = MeshD.Offset or V3.N(0,0,0)
  1351. PM = Mesh(P,Type,ID,Tex,Size,Offset)
  1352. else
  1353. PM = Mesh(P,Enum.MeshType.Brick,'','',Size)
  1354. end
  1355.  
  1356. if(typeof(SoundD) == 'table')then
  1357. local ID = SoundD.ID or '';
  1358. local Pitch = SoundD.Pitch or 1;
  1359. local Volume = SoundD.Volume or 1;
  1360. S = Sound(P,ID,Pitch,Volume,false,true,true)
  1361. elseif(typeof(SoundD) == 'string' or typeof(SoundD) == 'number')then
  1362. S = Sound(P,SoundD,1,1,false,true,true)
  1363. end
  1364. local grow = (Size - ESize)
  1365. local SizeBoomer = 1+Boomerang.SizeBoomerang/50
  1366. local MoveBoomer = 1+Boomerang.MoveBoomerang/50
  1367. if(Boomerang and Boomerang.Enabled)then
  1368. grow = (Size - ESize)*(SizeBoomer+1)
  1369. end
  1370. local TransChange = StartTrans - EndTrans
  1371. for i = 0, Frames do
  1372. local MoveSpeed = -Speed
  1373. local scaleGay = grow/Frames
  1374. if(Boomerang and Boomerang.Enabled)then -- thanks shack
  1375. MoveSpeed = -(Speed)*((1-(i/Frames)*MoveBoomer))
  1376. scaleGay = (V3.N((grow.X)*((1 - (i/Frames)*SizeBoomer)),(grow.Y)*((1 - (i/Frames)*SizeBoomer)),(grow.Z)*((1 - (i/Frames)*SizeBoomer)))*SizeBoomer)/Frames
  1377. end
  1378. if(PM.MeshId == 'rbxassetid://20329976')then
  1379. PM.Offset = V3.N(0,0,-PM.Scale.Z/8)
  1380. elseif(PM.MeshId == 'rbxassetid://4770583')then
  1381. scaleGay = scaleGay*2
  1382. elseif(PM.MeshId == 'rbxassetid://168892432')then
  1383. scaleGay = scaleGay/4
  1384. elseif(PM.MeshId == 'rbxassetid://443529437')then
  1385. scaleGay = scaleGay/10
  1386. elseif(PM.MeshId == 'rbxassetid://443529437')then
  1387. scaleGay = scaleGay/10
  1388. end
  1389. PM.Scale = PM.Scale - scaleGay
  1390. P.Transparency = P.Transparency - TransChange/Frames
  1391. if(RotInc == 'random')then
  1392. P.CFrame=P.CFrame*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  1393. elseif(typeof(RotInc) == 'table')then
  1394. P.CFrame=P.CFrame*CF.A(unpack(RotInc))
  1395. end
  1396.  
  1397.  
  1398. if(Direction and Speed)then
  1399. local Orientation = P.Orientation
  1400. P.CFrame = CF.N(P.Position,Direction.p)*CF.N(0,0,MoveSpeed)
  1401. P.Orientation = Orientation
  1402. end
  1403. swait()
  1404. end
  1405.  
  1406. P.Transparency = 1
  1407. if(S and S.Playing)then
  1408. repeat swait() until not S.Parent or not S.Playing
  1409. end
  1410. if(S and S.Parent)then
  1411. S:destroy()
  1412. end
  1413. end)()
  1414.  
  1415.  
  1416. end
  1417.  
  1418.  
  1419. --if(not Plr:IsFriendsWith(5719877))then warn("You aren't whitelisted, dumbass.") warn("Why did you even try?")script.Disabled = true repeat until nil end
  1420.  
  1421. function SoulSteal(whom)
  1422. local torso = (whom:FindFirstChild'Head' or whom:FindFirstChild'Torso' or whom:FindFirstChild'UpperTorso' or whom:FindFirstChild'LowerTorso' or whom:FindFirstChild'HumanoidRootPart')
  1423. print(torso)
  1424. if(torso and torso:IsA'BasePart')then
  1425. local Model = Instance.new("Model",Effects)
  1426. Model.Name = whom.Name.."'s Soul"
  1427. whom:BreakJoints()
  1428. local Soul = Part(Model,BrickColor.new'Really red','Glass',V3.N(.5,.5,.5),torso.CFrame,true,false)
  1429. Soul.Name = 'Head'
  1430. NewInstance("Humanoid",Model,{Health=0,MaxHealth=0})
  1431. OEffect{
  1432. Effect="Arc",
  1433. Manual = Soul,
  1434. FXSettings={
  1435. Start=torso.CFrame,
  1436. Home = Torso,
  1437. RemoveOnGoal = true,
  1438. }
  1439. }
  1440. local lastPoint = Soul.CFrame.p
  1441.  
  1442. for i = 0, 1, 0.01 do
  1443. local point = CFrame.new(lastPoint, Soul.Position) * CFrame.Angles(-math.pi/2, 0, 0)
  1444. local mag = (lastPoint - Soul.Position).magnitude
  1445. OEffect{
  1446. Effect = "Fade",
  1447. CFrame = point * CF.N(0, mag/2, 0),
  1448. Size = V3.N(.5,mag+.5,.5),
  1449. Color = Soul.BrickColor
  1450. }
  1451. lastPoint = Soul.CFrame.p
  1452. swait()
  1453. end
  1454. for i = 1, 5 do
  1455. OEffect{
  1456. Effect="Fade",
  1457. Color = BrickColor.new'Really red',
  1458. MoveDirection = (Torso.CFrame*CFrame.new(M.RNG(-40,40),M.RNG(-40,40),M.RNG(-40,40))).p
  1459. }
  1460. end
  1461. end
  1462. end
  1463.  
  1464. --// Other Functions \\ --
  1465.  
  1466. function CastRay(startPos,endPos,range,ignoreList)
  1467. local ray = Ray.new(startPos,(endPos-startPos).unit*range)
  1468. local part,pos,norm = workspace:FindPartOnRayWithIgnoreList(ray,ignoreList or {Char},false,true)
  1469. return part,pos,norm,(pos and (startPos-pos).magnitude)
  1470. end
  1471.  
  1472. function getRegion(point,range,ignore)
  1473. return workspace:FindPartsInRegion3WithIgnoreList(R3.N(point-V3.N(1,1,1)*range/2,point+V3.N(1,1,1)*range/2),ignore,100)
  1474. end
  1475.  
  1476. function clerp(startCF,endCF,alpha)
  1477. return startCF:lerp(endCF, alpha)
  1478. end
  1479.  
  1480. function GetTorso(char)
  1481. return char:FindFirstChild'Torso' or char:FindFirstChild'UpperTorso' or char:FindFirstChild'LowerTorso' or char:FindFirstChild'HumanoidRootPart'
  1482. end
  1483.  
  1484.  
  1485. function ShowDamage(Pos, Text, Time, Color)
  1486. coroutine.wrap(function()
  1487. local Rate = (1 / Frame_Speed)
  1488. local Pos = (Pos or Vector3.new(0, 0, 0))
  1489. local Text = (Text or "")
  1490. local Time = (Time or 2)
  1491. local Color = (Color or Color3.new(1, 0, 1))
  1492. local EffectPart = NewInstance("Part",Effects,{
  1493. Material=Enum.Material.SmoothPlastic,
  1494. Reflectance = 0,
  1495. Transparency = 1,
  1496. BrickColor = BrickColor.new(Color),
  1497. Name = "Effect",
  1498. Size = Vector3.new(0,0,0),
  1499. Anchored = true,
  1500. CFrame = CF.N(Pos)
  1501. })
  1502. local BillboardGui = NewInstance("BillboardGui",EffectPart,{
  1503. Size = UDim2.new(1.25, 0, 1.25, 0),
  1504. Adornee = EffectPart,
  1505. })
  1506. local TextLabel = NewInstance("TextLabel",BillboardGui,{
  1507. BackgroundTransparency = 1,
  1508. Size = UDim2.new(1, 0, 1, 0),
  1509. Text = Text,
  1510. Font = "Bodoni",
  1511. TextColor3 = Color,
  1512. TextStrokeColor3 = Color3.new(0,0,0),
  1513. TextStrokeTransparency=0,
  1514. TextScaled = true,
  1515. })
  1516. S.Debris:AddItem(EffectPart, (Time))
  1517. EffectPart.Parent = workspace
  1518. delay(0, function()
  1519. Tween(EffectPart,{CFrame=CF.N(Pos)*CF.N(0,3,0)},Time,Enum.EasingStyle.Elastic,Enum.EasingDirection.Out)
  1520. local Frames = (Time / Rate)
  1521. for Frame = 1, Frames do
  1522. swait()
  1523. local Percent = (Frame / Frames)
  1524. TextLabel.TextTransparency = Percent
  1525. TextLabel.TextStrokeTransparency = Percent
  1526. end
  1527. if EffectPart and EffectPart.Parent then
  1528. EffectPart:Destroy()
  1529. end
  1530. end) end)()
  1531. end
  1532.  
  1533.  
  1534. function DealDamage(data)
  1535. local Who = data.Who;
  1536. local MinDam = data.MinimumDamage or 15;
  1537. local MaxDam = data.MaximumDamage or 30;
  1538. local MaxHP = data.MaxHP or 1e5;
  1539.  
  1540. local DB = data.Debounce or .2;
  1541.  
  1542. local CritData = data.Crit or {}
  1543. local CritChance = CritData.Chance or 0;
  1544. local CritMultiplier = CritData.Multiplier or 1;
  1545.  
  1546. local DamageEffects = data.DamageFX or {}
  1547. local DamageType = DamageEffects.Type or "Normal"
  1548. local DeathFunction = DamageEffects.DeathFunction
  1549.  
  1550. assert(Who,"Specify someone to damage!")
  1551.  
  1552. local Humanoid = Who:FindFirstChildOfClass'Humanoid'
  1553. local DoneDamage = M.RNG(MinDam,MaxDam) * (M.RNG(1,100) <= CritChance and CritMultiplier or 1)
  1554.  
  1555. local canHit = true
  1556. if(Humanoid)then
  1557. for _, p in pairs(Hit) do
  1558. if p[1] == Humanoid then
  1559. if(time() - p[2] <= DB) then
  1560. canHit = false
  1561. else
  1562. Hit[_] = nil
  1563. end
  1564. end
  1565. end
  1566. if(canHit)then
  1567. table.insert(Hit,{Humanoid,time()})
  1568. local HitTorso = GetTorso(Who)
  1569. local player = S.Players:GetPlayerFromCharacter(Who)
  1570. if(not player or not DontAttackPlayers and player.UserId ~= 5719877 and player.UserId ~= 61573184 and player.UserId ~= 19081129)then
  1571. if(Humanoid.MaxHealth >= MaxHP and Humanoid.Health > 0)then
  1572. print'Got kill'
  1573. Hits = math.min(Hits + 1,MaxHits)
  1574. HitTime = time() + 1
  1575. Humanoid.Health = 0;
  1576. Who:BreakJoints();
  1577. if(DeathFunction)then DeathFunction(Who,Humanoid) end
  1578. else
  1579. local c = Instance.new("ObjectValue",Hum)
  1580. c.Name = "creator"
  1581. c.Value = Player
  1582. S.Debris:AddItem(c,0.35)
  1583. if(Hits >= MaxHits/4)then
  1584. local Mult = (DoneDamage*(Hits/MaxHits))/2
  1585. DoneDamage = DoneDamage + Mult
  1586. end
  1587. if(Humanoid.Health > 0)then
  1588. Hits = math.min(Hits + 1,MaxHits)
  1589. HitTime = time() + 1
  1590. if(Mode == 9 and not Radioactive[Who])then
  1591. Radioactive[Who] = {0,M.RNG(time()+4,time()+14)}
  1592. end
  1593. if(Who:FindFirstChild'Head')then
  1594. 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)
  1595. end
  1596. if(Humanoid.Health-DoneDamage <= 0)then print'Got kill' if(DeathFunction)then DeathFunction(Who,Humanoid) end end
  1597. Humanoid.Health = Humanoid.Health - DoneDamage
  1598. end
  1599.  
  1600. if(DamageType == 'Knockback' and HitTorso)then
  1601. local up = DamageEffects.KnockUp or 25
  1602. local back = DamageEffects.KnockBack or 25
  1603. local origin = DamageEffects.Origin or Root
  1604. local decay = DamageEffects.Decay or .5;
  1605.  
  1606. local bfos = Instance.new("BodyVelocity",HitTorso)
  1607. bfos.P = 20000
  1608. bfos.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1609. bfos.Velocity = Vector3.new(0,up,0) + (origin.CFrame.lookVector * back)
  1610. S.Debris:AddItem(bfos,decay)
  1611. end
  1612. end
  1613. end
  1614. end
  1615. end
  1616. end
  1617.  
  1618. function AOEDamage(where,range,options)
  1619. local hit = {}
  1620. for _,v in next, getRegion(where,range,{Char}) do
  1621. if(v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' and not hit[v.Parent])then
  1622. local callTable = {Who=v.Parent}
  1623. hit[v.Parent] = true
  1624. for _,v in next, options do callTable[_] = v end
  1625. DealDamage(callTable)
  1626. end
  1627. end
  1628. return hit
  1629. end
  1630.  
  1631. function AOEHeal(where,range,amount)
  1632. local healed = {}
  1633. for _,v in next, getRegion(where,range,{Char}) do
  1634. local hum = (v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' or nil)
  1635. if(hum and not healed[hum])then
  1636. hum.Health = hum.Health + amount
  1637. if(v.Parent:FindFirstChild'Head' and hum.Health > 0)then
  1638. 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)
  1639. end
  1640. end
  1641. end
  1642. end
  1643.  
  1644. --// Chat Function \\--
  1645.  
  1646. function Chat(text,color)
  1647. --if(game.PlaceId ~= 843468296)then
  1648. coroutine.wrap(function()
  1649. if(Char:FindFirstChild'ChatGUI')then Char.ChatGUI:destroy() end
  1650. local BBG = NewInstance("BillboardGui",Char,{Name='ChatGUI',Size=UDim2.new(0,100,0,40),StudsOffset=V3.N(0,2,0),Adornee=Head})
  1651. local Txt = NewInstance("TextLabel",BBG,{Text = "",BackgroundTransparency=1,TextColor3=color,BorderSizePixel=0,Font=Enum.Font.Antique,TextSize=50,TextStrokeTransparency=1,Size=UDim2.new(1,0,.5,0)})
  1652. local SND = Sound(Head,418252437,M.RNG(9,11)/10,3,false,false,true)
  1653. for i = 1, #text do
  1654. delay(i/25, function()
  1655. SND.Pitch = M.RNG(9,11)/10
  1656. SND.Volume = 3
  1657. SND.Parent = Effects
  1658. SND:Play()
  1659. Txt.Text = text:sub(1,i)
  1660. end)
  1661. end
  1662. delay((#text/25)+2.5, function()
  1663. for i = 0, 1, .025 do
  1664. Txt.TextTransparency=i
  1665. Txt.Rotation = M.RNG(-25,25)
  1666. Txt.Position = UDim2.new(0,M.RNG(-15,15),0,M.RNG(-15,15))
  1667. swait()
  1668. end
  1669. BBG:destroy()
  1670. end)
  1671. end)()
  1672. --else
  1673. -- Chat2(text)
  1674. --end
  1675. end
  1676.  
  1677. --// Everything else \\--
  1678.  
  1679. function ClickGlitch()
  1680. Attack = true
  1681. NeutralAnims = false
  1682. local oWS = WalkSpeed
  1683. WalkSpeed = 0
  1684. Hum.JumpPower = 0
  1685. Hum.AutoRotate = false
  1686. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1687. for i = 0, 2, 0.1 do
  1688. swait()
  1689. local Alpha = .3
  1690. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1691. 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)
  1692. 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)
  1693. 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)
  1694. 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)
  1695. 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)
  1696. 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)
  1697. end
  1698. Sound(LArm,217767125,M.RNG(75,125)/100,10,false,true,true)
  1699. OEffect{
  1700. Effect='Fade',
  1701. Size=V3.N(1,1,1),
  1702. CFrame=LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360)),
  1703. Color=Core2.Color,
  1704. Material=Enum.Material.Neon,
  1705. FXSettings = {
  1706. RandomizeCFrame=true
  1707. }
  1708. }
  1709. coroutine.wrap(function()
  1710. local MousePos = Mouse.Hit
  1711. local effect = Part(Effects,Core2.Color,Enum.Material.Neon,V3.N(2.5,2.5,2.5),MousePos,true,false)
  1712. for i = 0, 6, .1 do
  1713. effect.Color = Core2.Color
  1714. MousePos = MousePos * CF.N(M.RNG(-15,15)/100,M.RNG(-15,15)/100,M.RNG(-15,15)/100)
  1715. effect.CFrame = MousePos*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360))
  1716. 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)
  1717. swait()
  1718. end
  1719. AOEDamage(MousePos.p,30,{MinimumDamage=30,MaximumDamage=75})
  1720. for i = 0, 3, .1 do
  1721. effect.Color = Core2.Color
  1722. effect.CFrame = MousePos*CF.A(M.RRNG(0,360),M.RRNG(0,360),M.RRNG(0,360))
  1723. effect.Size = effect.Size + V3.N(1,1,1)
  1724. effect.Transparency = i/3
  1725. swait()
  1726. end
  1727. effect:destroy()
  1728.  
  1729. end)()
  1730. for i = 0, 1, 0.1 do
  1731. swait()
  1732. local Alpha = .3
  1733. 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)
  1734. 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)
  1735. 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)
  1736. 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)
  1737. 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)
  1738. 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)
  1739. end
  1740. for i = 0, 1, 0.1 do
  1741. swait()
  1742. local Alpha = .3
  1743. 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)
  1744. 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)
  1745. 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)
  1746. 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)
  1747. 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)
  1748. 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)
  1749. end
  1750. WalkSpeed = oWS
  1751. Hum.JumpPower = 50
  1752. Hum.AutoRotate = true
  1753. Attack = false
  1754. NeutralAnims = true
  1755. end
  1756.  
  1757. function PureBomb()
  1758. Attack = true
  1759. NeutralAnims = false
  1760. 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)
  1761. local orbM = Mesh(orb,Enum.MeshType.Sphere,"","",V3.N(.1,.1,.1))
  1762. local Scale = 0.1
  1763. local Pos = 0
  1764. Hum.AutoRotate = false
  1765. Sound(orb,136007472,1,5,false,true,true)
  1766. for i = 0, 10, 0.1 do
  1767. Scale = Scale + .05
  1768. orb.CFrame = RArm.CFrame*CF.N(0,-0.5-(Scale/1.5),0)
  1769. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1770. orbM.Scale = V3.N(Scale,Scale,Scale)
  1771. 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)
  1772. swait()
  1773. local Alpha = .3
  1774. 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)
  1775. 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)
  1776. 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)
  1777. 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)
  1778. 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)
  1779. 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)
  1780. end
  1781. for i = 0, 2, 0.1 do
  1782. swait()
  1783. orb.CFrame = RArm.CFrame*CF.N(0,-0.5-(Scale/1.5),0)
  1784. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1785. local Alpha = .3
  1786. 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)
  1787. 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)
  1788. 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)
  1789. 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)
  1790. 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)
  1791. 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)
  1792. end
  1793. Sound(Root,260433768,1,5.25,false,true,true)
  1794. 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)
  1795. local snd, part = SoundPart(151304356,1,5.25,false,true,true,CF.N(pos))
  1796. AOEDamage(pos,Scale*4,{MinimumDamage=25,MaximumDamage=60})
  1797. OEffect{
  1798. Effect='ResizeAndFade',
  1799. Color=BrickColor.new'Baby blue',
  1800. Size=V3.N(Scale*2,Scale*2,Scale*2),
  1801. Material=Enum.Material.Neon,
  1802. Mesh={MeshType=Enum.MeshType.Sphere},
  1803. CFrame=CF.N(pos),
  1804. FXSettings={
  1805. EndSize=V3.N(.1,.1,.1),
  1806. EndIsIncrement=true
  1807. }
  1808. }
  1809. OEffect{
  1810. Effect='ResizeAndFade',
  1811. Color=BrickColor.new'Pastel light blue',
  1812. Size=V3.N(Scale*1.5,Scale*1.5,Scale*1.5),
  1813. Material=Enum.Material.Neon,
  1814. Mesh={MeshType=Enum.MeshType.Sphere},
  1815. CFrame=CF.N(pos),
  1816. FXSettings={
  1817. EndSize=V3.N(.1,.1,.1),
  1818. EndIsIncrement=true
  1819. }
  1820. }
  1821. for i = 0, 49 do
  1822. 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)
  1823. end
  1824. for i = 0, 9 do
  1825. 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)
  1826. 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)
  1827. end
  1828. end}
  1829. orb:destroy()
  1830. for i = 0, 1, 0.1 do
  1831. swait()
  1832. Root.CFrame = CF.N(Root.CFrame.p,CF.N(Mouse.Hit.x,Root.CFrame.y,Mouse.Hit.z).p)
  1833. local Alpha = .3
  1834. 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)
  1835. 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)
  1836. 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)
  1837. 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)
  1838. 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)
  1839. 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)
  1840. end
  1841.  
  1842. Hum.AutoRotate = true
  1843.  
  1844. Attack = false
  1845. NeutralAnims = true
  1846. end
  1847.  
  1848. function Aeroplane()
  1849. Attack = true
  1850. NeutralAnims = false
  1851. NoobySphere2(3,'Multiply',Root.CFrame,V3.N(2,2,2),.5,BrickColor.new'White')
  1852. local rad = 0
  1853. for i = 0, 3, 0.1 do
  1854. AOEDamage(Root.CFrame.p,4,{MinimumDamage=15,MaximumDamage=30})
  1855. swait()
  1856. Root.Velocity = Root.CFrame.lookVector*(350-(i*66))
  1857. local Alpha = .3
  1858. 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)
  1859. 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)
  1860. 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)
  1861. 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)
  1862. 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)
  1863. 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)
  1864. end
  1865. for i = 0, 18, 0.1 do
  1866. AOEDamage(Root.CFrame.p,4,{MinimumDamage=15,MaximumDamage=30})
  1867. swait()
  1868. rad = rad + .1
  1869. local Alpha = .3
  1870. Root.Velocity = Root.CFrame.lookVector*150
  1871. 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)
  1872. 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)
  1873. 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)
  1874. 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)
  1875. 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)
  1876. 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)
  1877. end
  1878. Attack = false
  1879. NeutralAnims = true
  1880. end
  1881.  
  1882. function Shrek()
  1883. Attack = true
  1884. NeutralAnims = false
  1885. local oWS = WalkSpeed
  1886. for i = 0, 2, 0.1 do
  1887. swait()
  1888. local Alpha = .3
  1889. 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)
  1890. 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)
  1891. 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)
  1892. 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)
  1893. 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)
  1894. 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)
  1895. end
  1896. WalkSpeed = 0
  1897. Sound(Head,368794903,1.2,10,false,true,true)
  1898. local wo = IN("Model",Effects)
  1899.  
  1900. for i = 1, 3 do
  1901. local wat = 12.5+(i*2)
  1902. local screamPart = Part(wo,BrickColor.new'Pearl',Enum.Material.Neon,V3.N(1,1,1),Head.CFrame,false,false)
  1903. screamPart.Transparency = .6+(i/10)
  1904. Mesh(screamPart,Enum.MeshType.Sphere,"","",V3.N(wat,wat,wat))
  1905. Weld(screamPart,Torso)
  1906. end
  1907.  
  1908. for i = 0, 8, 0.1 do
  1909. swait()
  1910. AOEDamage(Torso.CFrame.p,20,{
  1911. MinimumDamage=5,
  1912. MaximumDamage=10
  1913. })
  1914. local Alpha = .3
  1915. 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)
  1916. 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)
  1917. 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)
  1918. 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)
  1919. 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)
  1920. 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)
  1921. end
  1922. wo:breakJoints()
  1923. wo:destroy()
  1924. WalkSpeed = oWS
  1925. Attack = false
  1926. NeutralAnims = true
  1927. end
  1928.  
  1929. function MurderKnife()
  1930. local Sai = New("Model",Char,"Sai",{})
  1931. local Handle = New("Part",Sai,"Handle",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-13.6449995, 31.3018703, 19.1356354, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1932. local HW = New("Weld",Handle,'Weld',{Part0=RArm,Part1=Handle,C0=CF.N(0,-1,0)*CF.A(M.R(-90),0,0)})
  1933. local HandPE = New('ParticleEmitter',Handle,'ParticleEmitter',{Color=ColorSequence.new(C3.N(1,0,0)),LightEmission=.25,LightInfluence=25,Size=NumberSequence.new(.3,0),Texture='rbxasset://textures/particles/sparkles_main.dds',LockedToPart=true,EmissionDirection='Top',Enabled=true,Lifetime=NumberRange.new(.3),Rate=50,Speed=NumberRange.new(5)})
  1934. local Extendo = New("Part",Sai,"Extendo",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-13.6450005, 32.2849998, 18.6353073, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1935. local ExtenPE = New('ParticleEmitter',Extendo,'ParticleEmitter',{Color=ColorSequence.new(C3.N(1,0,0)),LightEmission=.25,LightInfluence=25,Size=NumberSequence.new(.2,0),Texture='rbxasset://textures/particles/sparkles_main.dds',LockedToPart=true,EmissionDirection='Top',Enabled=true,Lifetime=NumberRange.new(.2),Rate=75,Speed=NumberRange.new(5)})
  1936. local mot = New("Motor",Extendo,"mot",{Part0 = Extendo,Part1 = Handle,C1 = CFrame.new(-9.53674316e-07, 0.983129501, -0.500328064, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  1937. local Extendo = New("Part",Sai,"Extendo",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-13.6450005, 32.2849998, 19.6353073, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1938. local ExtenPE = New('ParticleEmitter',Extendo,'ParticleEmitter',{Color=ColorSequence.new(C3.N(1,0,0)),LightEmission=.25,LightInfluence=25,Size=NumberSequence.new(.2,0),Texture='rbxasset://textures/particles/sparkles_main.dds',LockedToPart=true,EmissionDirection='Top',Enabled=true,Lifetime=NumberRange.new(.2),Rate=75,Speed=NumberRange.new(5)})
  1939. local mot = New("Motor",Extendo,"mot",{Part0 = Extendo,Part1 = Handle,C1 = CFrame.new(-9.53674316e-07, 0.983129501, 0.499671936, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  1940. local BladenShit = New("Part",Sai,"BladenShit",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007),CFrame = CFrame.new(-13.6450005, 32.2849274, 19.1353073, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1941. local BladePE = New('ParticleEmitter',BladenShit,'ParticleEmitter',{Color=ColorSequence.new(C3.N(1,0,0)),LightEmission=.25,LightInfluence=25,Size=NumberSequence.new(.3,0),Texture='rbxasset://textures/particles/smoke_main.dds',LockedToPart=true,EmissionDirection='Top',Enabled=true,Lifetime=NumberRange.new(.5),Rate=75,Speed=NumberRange.new(5)})
  1942. local HanB1PE = New('ParticleEmitter',BladenShit,'ParticleEmitter',{Color=ColorSequence.new(C3.N(1,0,0)),LightEmission=.25,LightInfluence=25,Size=NumberSequence.new(.3,0),Texture='rbxasset://textures/particles/sparkles_main.dds',LockedToPart=true,EmissionDirection='Front',Enabled=true,Lifetime=NumberRange.new(.25),Rate=50,Speed=NumberRange.new(5)})
  1943. local HanB2PE = New('ParticleEmitter',BladenShit,'ParticleEmitter',{Color=ColorSequence.new(C3.N(1,0,0)),LightEmission=.25,LightInfluence=25,Size=NumberSequence.new(.3,0),Texture='rbxasset://textures/particles/sparkles_main.dds',LockedToPart=true,EmissionDirection='Back',Enabled=true,Lifetime=NumberRange.new(.25),Rate=50,Speed=NumberRange.new(5)})
  1944. local mot = New("Motor",BladenShit,"mot",{Part0 = BladenShit,Part1 = Handle,C1 = CFrame.new(-9.53674316e-07, 0.983057022, -0.000328063965, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  1945. local Hitbox = New("Part",Sai,"Hitbox",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.0500000007, 1.74999952, 0.340000063),CFrame = CFrame.new(-13.6450005, 33.2651939, 19.1278477, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1946. local mot = New("Motor",Hitbox,"mot",{Part0 = Hitbox,Part1 = Handle,C1 = CFrame.new(-9.53674316e-07, 1.96332359, -0.00778770447, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  1947.  
  1948. return HW,Sai
  1949. end
  1950.  
  1951.  
  1952.  
  1953. function MurderNigger(target)
  1954. if(target)then
  1955. local torso = GetTorso(target)
  1956. local hum = target:FindFirstChildOfClass'Humanoid'
  1957. local hed = target:FindFirstChild'Head'
  1958. if(torso and hum and hum.Health > 0 and hed)then
  1959. local oWS = WalkSpeed
  1960. local oPar = target.Parent
  1961. local originalpos = Root.CFrame
  1962. WalkSpeed = 0
  1963. Hum.JumpPower = 0
  1964. Attack = true
  1965. NeutralAnims = false
  1966. Root.Anchored = true
  1967. torso.Anchored = true
  1968. target.Parent = Char
  1969. Hum.AutoRotate = false
  1970. for i = 0, 9 do
  1971. NoobySphere(3,.25,'Multiply',Root.CFrame*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(1,1,10),-.01,Core2.BrickColor)
  1972. end
  1973. for i = 1, 24 do
  1974. NoobyBlock(1,M.RNG(4,8),'Multiply',Root.CFrame*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(3,3,3),.06,Core2.BrickColor,0)
  1975. end
  1976. NoobySphere2(3,'Multiply',Root.CFrame,V3.N(),.25,Core2.BrickColor)
  1977. Root.CFrame = torso.CFrame*CF.N(0, 0, 1.89)
  1978. for i = 0, 9 do
  1979. NoobySphere(3,.25,'Multiply',Root.CFrame*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(1,1,10),-.01,Core2.BrickColor)
  1980. end
  1981. for i = 1, 24 do
  1982. NoobyBlock(1,M.RNG(4,8),'Multiply',Root.CFrame*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(3,3,3),.06,Core2.BrickColor,0)
  1983. end
  1984. NoobySphere2(3,'Multiply',Root.CFrame,V3.N(),.25,Core2.BrickColor)
  1985.  
  1986. local HW,knife = MurderKnife()
  1987. --847061203
  1988. Sound(Core2,847061203,1,2.5,false,true,true)
  1989. for i = 0, 3, 0.1 do
  1990. swait()
  1991. local Alpha = .2
  1992. RJ.C0 = RJ.C0:lerp(CFrame.new(0, 0.00628662109, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),Alpha)
  1993. LH.C0 = LH.C0:lerp(CFrame.new(-0.496665925, -0.990936279, 0.00762737356, 1, -3.37450885e-08, 2.21652698e-07, 3.37455646e-08, 1, -2.1504236e-06, -2.21652627e-07, 2.1504236e-06, 1),Alpha)
  1994. RH.C0 = RH.C0:lerp(CFrame.new(0.498333007, -0.991060257, 0.0170113072, 1, -3.37450885e-08, 2.21652698e-07, 3.37455646e-08, 1, -2.1504236e-06, -2.21652627e-07, 2.1504236e-06, 1),Alpha)
  1995. LS.C0 = LS.C0:lerp(CFrame.new(-1.28516543, 0.724190474, -0.474189818, 0.972499251, 0.184650362, -0.141949132, -0.134552032, -0.0520570427, -0.989538252, -0.190108046, 0.981424689, -0.0257803537),Alpha)
  1996. RS.C0 = RS.C0:lerp(CFrame.new(1.14291549, 0.806114435, 0.620829105, 0.806192696, 0.353628874, 0.474341691, 0.13779296, -0.891899109, 0.430730879, 0.575383842, -0.281891108, -0.767770052),Alpha)
  1997. NK.C0 = NK.C0:lerp(CFrame.new(8.77380371e-05, 1.49900436, -0.00497436523, 1, 0, 0, 0, 1, 0, 0, 0, 1),Alpha)
  1998. HW.C0 = clerp(HW.C0,CFrame.new(-0.142453238, -1.03396463, -0.198824421, -0.998497248, 0.0548028648, 8.5413456e-05, 7.66813755e-05, -0.000161617994, 1, 0.0548028946, 0.998497188, 0.000157207251),Alpha)
  1999. end
  2000. Sound(torso,429400881,1.2,4,false,true,true)
  2001. target.Parent = oPar
  2002. local hum = target:FindFirstChildOfClass'Humanoid'
  2003. if(hum)then
  2004. hum.Health=hum.Health-hum.MaxHealth/3
  2005. end
  2006. for i = 0, 3, 0.1 do
  2007. swait()
  2008. local Alpha = .3
  2009. RJ.C0 = RJ.C0:lerp(CFrame.new(-0.00238382886, 0.00628662109, -0.00060180336, 0.896098733, 0, -0.443854868, 0, 1, 0, 0.443854868, 0, 0.896098733),Alpha)
  2010. LH.C0 = LH.C0:lerp(CFrame.new(-0.496673644, -0.990932465, 0.00768280122, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),Alpha)
  2011. RH.C0 = RH.C0:lerp(CFrame.new(0.498329222, -0.991056442, 0.017009737, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),Alpha)
  2012. LS.C0 = LS.C0:lerp(CFrame.new(-1.17789793, 0.575393677, -0.0879677832, 0.584696472, 0.754816532, -0.297291398, -0.179923102, -0.236678019, -0.95478332, -0.791048646, 0.61174798, -0.00257586688),Alpha)
  2013. RS.C0 = RS.C0:lerp(CFrame.new(1.05549359, 0.484450161, -0.690232515, 0.71294421, 0.397806346, -0.577460706, -0.424427927, -0.410723001, -0.806949615, -0.558185995, 0.820400417, -0.123982459),Alpha)
  2014. NK.C0 = NK.C0:lerp(CFrame.new(0.000124273589, 1.49900436, -0.00493157003, 0.896098733, 0, 0.443854868, 0, 1, 0, -0.443854868, 0, 0.896098733),Alpha)
  2015. HW.C0 = clerp(HW.C0,CFrame.new(0.0260544084, -1.07189536, -0.570477843, -0.998497128, 0.0523602702, -0.0161807239, 7.93784857e-05, 0.29663223, 0.954991877, 0.054803364, 0.953555346, -0.29619059),Alpha)
  2016. end
  2017. for i = 0, 3, 0.1 do
  2018. swait()
  2019. local Alpha = .3
  2020. RJ.C0 = RJ.C0:lerp(CFrame.new(-0.00238382886, 0.00628662109, -0.00060180336, 0.896098733, 0, -0.443854868, 0, 1, 0, 0.443854868, 0, 0.896098733),Alpha)
  2021. LH.C0 = LH.C0:lerp(CFrame.new(-0.496673644, -0.990932465, 0.00768280122, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),Alpha)
  2022. RH.C0 = RH.C0:lerp(CFrame.new(0.498329222, -0.991056442, 0.017009737, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),Alpha)
  2023. LS.C0 = LS.C0:lerp(CFrame.new(-1.17789793, 0.575393677, -0.0879677832, 0.584696472, 0.754816532, -0.297291398, -0.179923102, -0.236678019, -0.95478332, -0.791048646, 0.61174798, -0.00257586688),Alpha)
  2024. RS.C0 = RS.C0:lerp(CFrame.new(1.05549359, 0.484450161, -0.690232515, 0.71294421, 0.397806346, -0.577460706, -0.424427927, -0.410723001, -0.806949615, -0.558185995, 0.820400417, -0.123982459)*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  2025. NK.C0 = NK.C0:lerp(CFrame.new(0.000124273589, 1.49900436, -0.00493157003, 0.896098733, 0, 0.443854868, 0, 1, 0, -0.443854868, 0, 0.896098733),Alpha)
  2026. HW.C0 = clerp(HW.C0,CFrame.new(0.0260544084, -1.07189536, -0.570477843, -0.998497128, 0.0523602702, -0.0161807239, 7.93784857e-05, 0.29663223, 0.954991877, 0.054803364, 0.953555346, -0.29619059),Alpha)
  2027. end
  2028. Sound(torso,429400881,.7,4,false,true,true)
  2029. if(hum)then
  2030. hum.Health=hum.Health-hum.MaxHealth/3
  2031. end
  2032. coroutine.wrap(function()
  2033. local hum = target:FindFirstChildOfClass'Humanoid'
  2034. if(hum)then
  2035. repeat swait()
  2036. hum.Health=hum.Health-.5
  2037. until hum.Health <= 1
  2038. Kill(target)
  2039. knife:destroy()
  2040. end
  2041. end)()
  2042. for i = 0, 3, 0.1 do
  2043. swait()
  2044. local Alpha = .3
  2045. RJ.C0 = RJ.C0:lerp(CFrame.new(0.000169749488, 0.00628662109, -6.61667073e-05, 0.999548376, 0, 0.0300540105, 0, 1, 0, -0.0300540105, 0, 0.999548376),Alpha)
  2046. LH.C0 = LH.C0:lerp(CFrame.new(-0.444387794, -0.990932465, -0.227554411, 0.882354379, 0, -0.470585763, 0, 1, 0, 0.470585763, 0, 0.882354379),Alpha)
  2047. RH.C0 = RH.C0:lerp(CFrame.new(0.495574117, -0.991056442, 0.0314709544, 0.97812444, 0, -0.208021611, 0, 1, 0, 0.208021611, 0, 0.97812444),Alpha)
  2048. LS.C0 = LS.C0:lerp(CFrame.new(-1.00046349, 0.575390875, -0.63252908, 0.888165712, 0.3781358, -0.261104196, -0.179923102, -0.236678019, -0.95478332, -0.42283538, 0.894984365, -0.142173931),Alpha)
  2049. RS.C0 = RS.C0:lerp(CFrame.new(1.35260987, 0.74367249, -0.148820311, 0.373968333, 0.469723582, -0.799692273, -0.757211864, -0.343237787, -0.555714011, -0.53551662, 0.813355863, 0.227320194),Alpha)
  2050. NK.C0 = NK.C0:lerp(CFrame.new(-0.000104449631, 1.49900436, -0.00490342593, 0.999548376, 0, -0.0300540105, 0, 1, 0, 0.0300540105, 0, 0.999548376),Alpha)
  2051. HW.C0 = clerp(HW.C0,CFrame.new(-0.315003902, -0.881822228, -0.534994423, -0.905889809, 0.289212197, -0.309386551, -0.423450023, -0.631175756, 0.649851799, -0.00733225048, 0.719703913, 0.694242597),Alpha)
  2052. end
  2053.  
  2054.  
  2055. HW.Part0 = target:FindFirstChild'Head'
  2056. HW.C0 = CFrame.new(0.976348281, 0.254784644, 0.639342666, -0.527396142, -0.778684974, -0.339857459, 0.83536917, -0.402301013, -0.374582857, 0.154957026, -0.481460005, 0.862661362)
  2057. delay(2, function()
  2058. Kill(target)
  2059. knife:destroy()
  2060. end)
  2061. WalkSpeed = oWS
  2062. Hum.JumpPower = 50
  2063. Hum.AutoRotate = true
  2064. Root.CFrame = originalpos
  2065. Sound(Core2,847061203,1,2.5,false,true,true)
  2066. for i = 0, 9 do
  2067. NoobySphere(3,.25,'Multiply',Root.CFrame*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(1,1,10),-.01,Core2.BrickColor)
  2068. end
  2069. for i = 1, 24 do
  2070. NoobyBlock(1,M.RNG(4,8),'Multiply',Root.CFrame*CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360)),V3.N(3,3,3),.06,Core2.BrickColor,0)
  2071. end
  2072. NoobySphere2(3,'Multiply',Root.CFrame,V3.N(),.25,Core2.BrickColor)
  2073.  
  2074. Root.Anchored = false
  2075. torso.Anchored = false
  2076. Attack = false
  2077. NeutralAnims = true
  2078. end
  2079. end
  2080. end
  2081.  
  2082. function MobileMurder()
  2083. Attack = true
  2084. local oWS = WalkSpeed
  2085. WalkSpeed = 0
  2086. local what;
  2087. what = Mouse.Button1Down:connect(function()
  2088. what:disconnect();
  2089. local target = (Mouse.Target and Mouse.Target.Parent)
  2090. if(target)then
  2091. local torso = GetTorso(target)
  2092. local hum = target:FindFirstChildOfClass'Humanoid'
  2093. local hed = target:FindFirstChild'Head'
  2094. if(torso and hum and hum.Health > 0 and hed)then
  2095. WalkSpeed = oWS
  2096. MurderNigger(target)
  2097. else
  2098. WalkSpeed = oWS
  2099. Attack = false
  2100. end
  2101. else
  2102. WalkSpeed = oWS
  2103. Attack = false
  2104. end
  2105. end)
  2106. end
  2107.  
  2108.  
  2109. function NeckSnap(target)
  2110. if(target)then
  2111. local torso = GetTorso(target)
  2112. local hum = target:FindFirstChildOfClass'Humanoid'
  2113. local hed = target:FindFirstChild'Head'
  2114. if(torso and hum and hum.Health > 0 and hed)then
  2115. local oWS = WalkSpeed
  2116. local oPar = target.Parent
  2117. local originalpos = Root.CFrame
  2118. WalkSpeed = 0
  2119. Hum.JumpPower = 0
  2120. Attack = true
  2121. NeutralAnims = false
  2122. Root.Anchored = true
  2123. torso.Anchored = true
  2124. target.Parent = Char
  2125. Hum.AutoRotate = false
  2126. Root.CFrame = torso.CFrame*CF.N(-0.54454422, 0, 0.987496376)
  2127. for _,v in next, torso:children() do
  2128. if(v:IsA'JointInstance' and (v.Part0 == hed or v.Part1 == hed))then
  2129. v:destroy()
  2130. end
  2131. end
  2132. hed:breakJoints()
  2133. local weld = NewInstance('Motor',torso,{Part0=hed,Part1=torso,C0=CF.N(0,-1.5,0)})
  2134. for i = 0, 1, 0.1 do
  2135. swait()
  2136. local Alpha = .3
  2137. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674263, 4.19029675e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  2138. LH.C0 = clerp(LH.C0,CFrame.new(-0.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)
  2139. 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)
  2140. 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)
  2141. 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)
  2142. 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)
  2143. end
  2144. Sound(hed,1093102664,1,5,false,true,true)
  2145. for i = 0, 1.3, 0.1 do
  2146. swait()
  2147. local Alpha = .3
  2148. weld.C0 = weld.C0:lerp(CF.N(0,-1.5,0)*CF.A(0,M.R(-90),0),Alpha)
  2149. 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)
  2150. 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)
  2151. 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)
  2152. 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)
  2153. 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)
  2154. 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)
  2155. end
  2156. target.Parent = oPar
  2157. target:breakJoints()
  2158. WalkSpeed = oWS
  2159. Hum.JumpPower = 50
  2160. Hum.AutoRotate = true
  2161. Root.Anchored = false
  2162. torso.Anchored = false
  2163. Attack = false
  2164. NeutralAnims = true
  2165. end
  2166. end
  2167. end
  2168.  
  2169. function MobileNeckSnap()
  2170. Attack = true
  2171. local oWS = WalkSpeed
  2172. WalkSpeed = 0
  2173. local what;
  2174. what = Mouse.Button1Down:connect(function()
  2175. what:disconnect();
  2176. local target = (Mouse.Target and Mouse.Target.Parent)
  2177. if(target)then
  2178. local torso = GetTorso(target)
  2179. local hum = target:FindFirstChildOfClass'Humanoid'
  2180. local hed = target:FindFirstChild'Head'
  2181. if(torso and hum and hum.Health > 0 and hed)then
  2182. WalkSpeed = oWS
  2183. NeckSnap(target)
  2184. else
  2185. WalkSpeed = oWS
  2186. Attack = false
  2187. end
  2188. else
  2189. WalkSpeed = oWS
  2190. Attack = false
  2191. end
  2192. end)
  2193. end
  2194.  
  2195. function SongSmash()
  2196. Attack = true
  2197. NeutralAnims = false
  2198. for i = 0, 3, 0.1 do
  2199. swait()
  2200. NoobySphere(5,.3,"Multiply",LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(.1,.1,.1),0,Core2.Color,0,1088207)
  2201. NoobyBlock(2,.04,'Multiply',LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(1,1,1),.004,Core2.Color,0,true)
  2202. local Alpha = .1
  2203. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.001753752, 0.00628927909, -0.000408248976, 0.942081869, -0.00210913899, -0.335376531, 7.21194738e-07, 0.99998033, -0.00628671842, 0.335383177, 0.00592236174, 0.942063153),Alpha)
  2204. LH.C0 = clerp(LH.C0,CFrame.new(-0.496480286, -0.990816116, 0.0216198936, 0.9367311, 0, 0.350050032, -0.00220137485, 0.99998033, 0.00589086255, -0.350043088, -0.00628874451, 0.936712503),Alpha)
  2205. RH.C0 = clerp(RH.C0,CFrame.new(0.498543233, -0.990978837, 0.0154619068, 0.975587726, 0, -0.219610512, 0.00138107454, 0.99998033, 0.00613522204, 0.219606131, -0.00628874451, 0.975568414),Alpha)
  2206. LS.C0 = clerp(LS.C0,CFrame.new(-1.40567565, 0.408012271, -0.00104653835, 0.958351374, 0.285325468, -0.0123402029, 0.2337396, -0.758791327, 0.607948899, 0.164099574, -0.585512877, -0.793880343),Alpha)
  2207. RS.C0 = clerp(RS.C0,CFrame.new(1.42242038, 0.493699282, -0.0249331407, 0.987734318, -0.155363053, 0.0156076849, 0.155282006, 0.987850249, 0.0062857219, -0.0163946152, -0.00378503278, 0.999858558),Alpha)
  2208. NK.C0 = clerp(NK.C0,CFrame.new(1.16258161e-05, 1.49894369, -0.0144085325, 0.9367311, 0, 0.350050032, -0.00220137485, 0.99998033, 0.00589086255, -0.350043088, -0.00628874451, 0.936712503),Alpha)
  2209. end
  2210. local pl = GetClientProperty(Music,'PlaybackLoudness')
  2211. AOEDamage(Root.CFrame.p,110,{MinimumDamage=pl/15,MaximumDamage=pl/5})
  2212. NoobySphere2(3,"Multiply",Root.CFrame*CF.N(0,-2.9,0),V3.N(110,0.1,110),0.01,Core2.Color)
  2213. for i = 1, 20 do
  2214. NoobySphere(3,0.5,"Multiply",Root.CFrame*CF.N(M.RNG(-42.5,42.5),-5,M.RNG(-42.5,42.5))*CF.A(M.R(90)+M.RRNG(-45,45),M.RRNG(-45,45),M.RRNG(-45,45)),V3.N(.5,.5,.5),0,Core2.Color,0,1088207)
  2215. NoobySphere(3,0.5,"Multiply",Root.CFrame*CF.N(M.RNG(-42.5,42.5),-5,M.RNG(-42.5,42.5))*CF.A(M.R(90)+M.RRNG(-45,45),M.RRNG(-45,45),M.RRNG(-45,45)),V3.N(.5,.5,.5),0,Core2.Color,0,1088207)
  2216. end
  2217. for i = 0, 3, 0.1 do
  2218. swait()
  2219. local Alpha = .4
  2220. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.0056809783, -1.84688139, -0.363832742, 0.999853492, -0.0143729132, -0.00929748639, 0.0143199814, 0.40471217, 0.914332032, -0.00937880948, -0.914331198, 0.404858679),Alpha)
  2221. LH.C0 = clerp(LH.C0,CFrame.new(-0.498466104, -0.621809721, -0.107522458, 0.999878109, -0.00381839275, 0.0151433209, -9.67067026e-05, 0.968117595, 0.250496507, -0.0156170065, -0.25046742, 0.967999101),Alpha)
  2222. RH.C0 = clerp(RH.C0,CFrame.new(0.49715057, -0.612025738, -0.0758087933, 0.999878109, -0.00322529091, 0.0152806351, -9.67067026e-05, 0.977144957, 0.212574452, -0.0156170065, -0.212549999, 0.977025449),Alpha)
  2223. LS.C0 = clerp(LS.C0,CFrame.new(-1.46437562, 0.573429823, -0.135539591, 0.995870709, 0.090780057, 0.000750792213, -0.0041781459, 0.0540931821, -0.998527229, -0.090686962, 0.99440074, 0.054249078),Alpha)
  2224. RS.C0 = clerp(RS.C0,CFrame.new(1.46732497, 0.668299794, -0.164544582, 0.998940408, -0.0457421541, -0.00509791775, -0.000265741721, 0.105029136, -0.994469225, 0.0460245833, 0.993416667, 0.104905695),Alpha)
  2225. NK.C0 = clerp(NK.C0,CFrame.new(7.62883064e-06, 1.49891925, -0.0144104436, 1.00000012, -4.65661287e-10, 1.62981451e-09, 4.65661287e-10, 0.997964621, 0.0637715757, 6.98491931e-10, -0.0637715459, 0.997964621),Alpha)
  2226. end
  2227. Attack = false
  2228. NeutralAnims = true
  2229. end
  2230.  
  2231. function AttackOne()
  2232. Attack = true
  2233. NeutralAnims = false
  2234. for i = 0, .7, 0.1 do
  2235. swait()
  2236. local Alpha = .3
  2237. 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)
  2238. 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)
  2239. 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)
  2240. 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)
  2241. 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)
  2242. 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)
  2243. end
  2244. Sound(RArm,200632136,1.1,5,false,true,true)
  2245. for i = 0, .9, 0.1 do
  2246. swait()
  2247. local Alpha = .3
  2248. AOEDamage(RArm.CFrame.p,2,{MinimumDamage=10,MaximumDamage=30})
  2249. 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)
  2250. 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)
  2251. 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)
  2252. 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)
  2253. 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)
  2254. 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)
  2255. end
  2256. Combo = 2
  2257. Attack = false
  2258. NeutralAnims = true
  2259. end
  2260.  
  2261. function AttackTwo()
  2262. Attack = true
  2263. NeutralAnims = false
  2264. for i = 0, 1, 0.1 do
  2265. swait()
  2266. local Alpha = .3
  2267. 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)
  2268. 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)
  2269. 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)
  2270. 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)
  2271. 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)
  2272. 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)
  2273. end
  2274. Sound(LArm,200632136,.9,5,false,true,true)
  2275. for i = 0, 1, 0.1 do
  2276. swait()
  2277. local Alpha = .3
  2278. AOEDamage(LArm.CFrame.p,2,{MinimumDamage=10,MaximumDamage=30})
  2279. 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)
  2280. 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)
  2281. 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)
  2282. 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)
  2283. 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)
  2284. 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)
  2285. end
  2286. Combo = 3
  2287. Attack = false
  2288. NeutralAnims = true
  2289. end
  2290.  
  2291. function AttackThree()
  2292. Attack = true
  2293. NeutralAnims = false
  2294. for i = 0, 1, 0.1 do
  2295. swait()
  2296. local Alpha = .3
  2297. 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)
  2298. 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)
  2299. 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)
  2300. 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)
  2301. 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)
  2302. 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)
  2303. end
  2304. --for a = 1, 3 do
  2305. local a = 2
  2306. coroutine.wrap(function()
  2307. for i = 5,45,10 do
  2308. local hite = Instance.new("Part",Char)
  2309. hite.Anchored = true
  2310. hite.CanCollide = false
  2311. hite.Material = "Neon"
  2312. hite.Size = V3.N(1, 1, 1)
  2313. hite.Transparency = 1
  2314. hite.CFrame = (Root.CFrame + Root.CFrame.lookVector)*CF.A(0,M.R(90+(a*45)),0)*CF.N(0,0,i)
  2315. CamShakeAOE(hite.CFrame.p,10,30,250)
  2316. NoobySphere2(3,'Multiply',hite.CFrame,V3.N(0,0,0),.15,Core2.Color)
  2317. NoobySphere2(6,'Multiply',hite.CFrame,V3.N(0,0,0),.3,Core2.Color)
  2318. for i = 1, 2 do
  2319. 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)
  2320. end
  2321. for i = 1, 5 do
  2322. 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)
  2323. end
  2324. AOEDamage(hite.CFrame.p,10,{MinimumDamage=25,MaximumDamage=45})
  2325. Sound(hite,183763506,1,5,false,true,true)
  2326. S.Debris:AddItem(hite,2)
  2327. swait()
  2328. end
  2329. end)()
  2330. --end
  2331. for i = 0, 1, 0.1 do
  2332. swait()
  2333. local Alpha = .3
  2334. 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)
  2335. 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)
  2336. 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)
  2337. 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)
  2338. 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)
  2339. 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)
  2340. end
  2341. Combo = 1
  2342. Attack = false
  2343. NeutralAnims = true
  2344. end
  2345.  
  2346.  
  2347. local WingSine = 0
  2348. local WingChange = 1
  2349.  
  2350. function MurderMode()
  2351. Attack = true
  2352. NeutralAnims = false
  2353. local Sin = 0
  2354. MusicID = 407749940
  2355. Pitch = 1
  2356. WalkSpeed = 0
  2357. Sound(Core2,136007472,1.25,2.5,false,true,true)
  2358. for i = 0, 4, 0.1 do
  2359. swait()
  2360. 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)
  2361. Sin = Sin + 5
  2362. local Alpha = .1
  2363. 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)
  2364. 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)
  2365. 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)
  2366. 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)
  2367. 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)
  2368. 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)
  2369. end
  2370. for _,v in next, LWing:children() do
  2371. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Really red' end
  2372. end
  2373. for _,v in next, RWing:children() do
  2374. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Really red' end
  2375. end
  2376. for _,v in next, LWingEXT:children() do
  2377. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Really red' end
  2378. end
  2379. for _,v in next, RWingEXT:children() do
  2380. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Really red' end
  2381. end
  2382. for _,v in next, Halo:children() do
  2383. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Really red' end
  2384. end
  2385. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,0,0) end)
  2386. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,0,0) end)
  2387. WalkSpeed = 16
  2388. Mode = 1
  2389. Core2.BrickColor = BrickColor.new'Really red'
  2390. Core2.Material = Enum.Material.Neon
  2391. Sound(Root,"206082327",1,2.5,false,true,true)
  2392. Sound(Root,"847061203",1,5,false,true,true)
  2393. Sound(Root,"239000203",1,2.5,false,true,true)
  2394. Sound(Root,"579687077",.75,2.5,false,true,true)
  2395. RecolorTextAndRename("Murder",Color3.new(1,0,0),Color3.new(0,0,0))
  2396. NoobySphere2(2.5,'Multiply',Core2.CFrame,V3.N(0,0,0),1,Core2.BrickColor)
  2397. for i = 1, 24 do
  2398. 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)
  2399. end
  2400. for i = 0, 15 do
  2401. 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)
  2402. end
  2403. for i = 0, 1.4, 0.1 do
  2404. swait()
  2405. local Alpha = .3
  2406. 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)
  2407. 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)
  2408. 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)
  2409. 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)
  2410. 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)
  2411. 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)
  2412. end
  2413. Attack = false
  2414. NeutralAnims = true
  2415. end
  2416.  
  2417. function PureMode()
  2418. for _,v in next, LWing:children() do
  2419. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Pastel Blue' end
  2420. end
  2421. for _,v in next, RWing:children() do
  2422. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2423. end
  2424. for _,v in next, LWingEXT:children() do
  2425. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2426. end
  2427. for _,v in next, RWingEXT:children() do
  2428. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel Blue' end
  2429. end
  2430. for _,v in next, Halo:children() do
  2431. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Pastel Blue' end
  2432. end
  2433. WalkSpeed = 16
  2434. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(0,1,1) end)
  2435. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(0,1,1) end)
  2436. RecolorTextAndRename("Clarity",C3.N(1,1,1),BrickColor.new'Pastel Blue'.Color)
  2437. MusicID = 1539245059
  2438. Pitch = 1
  2439. Mode = 2
  2440. Core2.BrickColor = BrickColor.new'Pastel Blue'
  2441. Core2.Material = Enum.Material.Neon
  2442. end
  2443.  
  2444. function GlitchMode()
  2445. for _,v in next, LWing:children() do
  2446. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 0 v.BrickColor = BrickColor.new'White' end
  2447. end
  2448. for _,v in next, RWing:children() do
  2449. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2450. end
  2451. for _,v in next, LWingEXT:children() do
  2452. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2453. end
  2454. for _,v in next, RWingEXT:children() do
  2455. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.DiamondPlate v.Transparency = 1 v.BrickColor = BrickColor.new'White' end
  2456. end
  2457. for _,v in next, Halo:children() do
  2458. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'White' end
  2459. end
  2460. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,1,1) end)
  2461. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,1,1) end)
  2462. WalkSpeed = 16
  2463. RecolorTextAndRename("Glitchy",C3.N(1,1,1),C3.N(1,1,1))
  2464. MusicID = 1470848774
  2465. Pitch = .93
  2466. Mode = 3
  2467. Core2.BrickColor = BrickColor.new'Dark stone grey'
  2468. Core2.Material = Enum.Material.DiamondPlate
  2469. end
  2470.  
  2471. function StressMode()
  2472. for _,v in next, LWing:children() do
  2473. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .25 v.BrickColor = BrickColor.new'Crimson' end
  2474. end
  2475. for _,v in next, RWing:children() do
  2476. 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
  2477. end
  2478. for _,v in next, LWingEXT:children() do
  2479. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Crimson' end
  2480. end
  2481. for _,v in next, RWingEXT:children() do
  2482. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Crimson' end
  2483. end
  2484. for _,v in next, Halo:children() do
  2485. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Crimson' end
  2486. end
  2487. WalkSpeed = 14
  2488. RecolorTextAndRename("Stress",C3.N(.6,0,0),C3.N(0,0,0))
  2489. MusicID = 614032233
  2490. Pitch = 1
  2491. Mode = 4
  2492. Core2.BrickColor = BrickColor.new'Really red'
  2493. Core2.Material = Enum.Material.Neon
  2494. end
  2495.  
  2496. function JusticeMode()
  2497. for _,v in next, LWing:children() do
  2498. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Institutional white' end
  2499. end
  2500. for _,v in next, RWing:children() do
  2501. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Institutional white' end
  2502. end
  2503. for _,v in next, LWingEXT:children() do
  2504. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Institutional white' end
  2505. end
  2506. for _,v in next, RWingEXT:children() do
  2507. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Institutional white' end
  2508. end
  2509. for _,v in next, Halo:children() do
  2510. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Institutional white' end
  2511. end
  2512. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,1,1) end)
  2513. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,1,1) end)
  2514. WalkSpeed = 50
  2515. RecolorTextAndRename("Justice",C3.N(1,1,1),C3.N(0,0,0))
  2516. MusicID = 1102271169
  2517. Pitch = 1
  2518. Mode = 5
  2519. Core2.BrickColor = BrickColor.new'White'
  2520. Core2.Material = Enum.Material.Neon
  2521. end
  2522.  
  2523. function IceMode()
  2524. for _,v in next, LWing:children() do
  2525. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Pastel light blue' end
  2526. end
  2527. for _,v in next, RWing:children() do
  2528. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Pastel light blue' end
  2529. end
  2530. for _,v in next, LWingEXT:children() do
  2531. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel light blue' end
  2532. end
  2533. for _,v in next, RWingEXT:children() do
  2534. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pastel light blue' end
  2535. end
  2536. for _,v in next, Halo:children() do
  2537. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Pastel light blue' end
  2538. end
  2539. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(0,1,1) end)
  2540. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(0,1,1) end)
  2541. WalkSpeed = 8
  2542. RecolorTextAndRename("SubZero",C3.N(0,1,1),C3.N(1,1,1))
  2543. MusicID = 144121562
  2544. Pitch = 1
  2545. Mode = 7
  2546. Core2.BrickColor = BrickColor.new'Pastel light blue'
  2547. Core2.Material = Enum.Material.Neon
  2548. end
  2549.  
  2550. function LoveMode()
  2551. for _,v in next, LWing:children() do
  2552. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Pink' end
  2553. end
  2554. for _,v in next, RWing:children() do
  2555. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Pink' end
  2556. end
  2557. for _,v in next, LWingEXT:children() do
  2558. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pink' end
  2559. end
  2560. for _,v in next, RWingEXT:children() do
  2561. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Pink' end
  2562. end
  2563. for _,v in next, Halo:children() do
  2564. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Pink' end
  2565. end
  2566. pcall(function() Char.ReaperShadowHead.Eye1.Color = BrickColor.new'Pink'.Color end)
  2567. pcall(function() Char.ReaperShadowHead.Eye2.Color = BrickColor.new'Pink'.Color end)
  2568. WalkSpeed = 16
  2569. RecolorTextAndRename("Love",BrickColor.new'Pink'.Color,C3.N(1,1,1))
  2570. MusicID = 1030177093
  2571. Pitch = 1
  2572. Mode = 8
  2573. Core2.BrickColor = BrickColor.new'Pink'
  2574. Core2.Material = Enum.Material.Neon
  2575. end
  2576.  
  2577.  
  2578.  
  2579. function VisMode()
  2580. for _,v in next, LWing:children() do
  2581. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Institutional white' end
  2582. end
  2583. for _,v in next, RWing:children() do
  2584. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Institutional white' end
  2585. end
  2586. for _,v in next, LWingEXT:children() do
  2587. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Institutional white' end
  2588. end
  2589. for _,v in next, RWingEXT:children() do
  2590. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Institutional white' end
  2591. end
  2592. for _,v in next, Halo:children() do
  2593. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Institutional white' end
  2594. end
  2595. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,1,1) end)
  2596. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,1,1) end)
  2597. WalkSpeed = 16
  2598. RecolorTextAndRename("Visualiser",C3.N(1,1,1),C3.N(0,0,0))
  2599. MusicID = VisSong
  2600. Pitch = 1
  2601. Mode = 6
  2602. Core2.BrickColor = BrickColor.new'White'
  2603. Core2.Material = Enum.Material.Neon
  2604. end
  2605.  
  2606. function ToxicMode()
  2607. for _,v in next, LWing:children() do
  2608. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Lime green' end
  2609. end
  2610. for _,v in next, RWing:children() do
  2611. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .85 v.BrickColor = BrickColor.new'Forest green' end
  2612. end
  2613. for _,v in next, LWingEXT:children() do
  2614. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .75 v.BrickColor = BrickColor.new'Forest green' end
  2615. end
  2616. for _,v in next, RWingEXT:children() do
  2617. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Forest green' end
  2618. end
  2619. for _,v in next, Halo:children() do
  2620. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Lime green' end
  2621. end
  2622. pcall(function() Char.ReaperShadowHead.Eye1.Color = BrickColor.new'Lime green'.Color end)
  2623. pcall(function() Char.ReaperShadowHead.Eye2.Color = BrickColor.new'Lime green'.Color end)
  2624. WalkSpeed = 14
  2625. RecolorTextAndRename("Nuclear",BrickColor.new'Lime green'.Color,C3.N(0,.6,0))
  2626. MusicID = 798163149
  2627. Pitch = 1
  2628. Mode = 9
  2629. Core2.BrickColor = BrickColor.new'Lime green'
  2630. Core2.Material = Enum.Material.Neon
  2631. end
  2632.  
  2633. function BarracudaMode()
  2634. for _,v in next, LWing:children() do
  2635. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'New Yeller' end
  2636. end
  2637. for _,v in next, RWing:children() do
  2638. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'New Yeller' end
  2639. end
  2640. for _,v in next, LWingEXT:children() do
  2641. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .5 v.BrickColor = BrickColor.new'New Yeller' end
  2642. end
  2643. for _,v in next, RWingEXT:children() do
  2644. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .5 v.BrickColor = BrickColor.new'New Yeller' end
  2645. end
  2646. for _,v in next, Halo:children() do
  2647. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'New Yeller' end
  2648. end
  2649. pcall(function() Char.ReaperShadowHead.Eye1.Color = BrickColor.new'Lime green'.Color end)
  2650. pcall(function() Char.ReaperShadowHead.Eye2.Color = BrickColor.new'Lime green'.Color end)
  2651. WalkSpeed = 24
  2652. RecolorTextAndRename("Ancient",BrickColor.new'New Yeller'.Color,C3.N(1,1,1))
  2653. MusicID = 256251217
  2654. Pitch = 1
  2655. Mode = 16
  2656. Core2.BrickColor = BrickColor.new'New Yeller'
  2657. Core2.Material = Enum.Material.Neon
  2658. end
  2659.  
  2660. function FluctuateMode()
  2661. for _,v in next, LWing:children() do
  2662. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Alder' end
  2663. end
  2664. for _,v in next, RWing:children() do
  2665. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Alder' end
  2666. end
  2667. for _,v in next, LWingEXT:children() do
  2668. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Alder' end
  2669. end
  2670. for _,v in next, RWingEXT:children() do
  2671. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 1 v.BrickColor = BrickColor.new'Alder' end
  2672. end
  2673. for _,v in next, Halo:children() do
  2674. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Alder' end
  2675. end
  2676. pcall(function() Char.ReaperShadowHead.Eye1.Color = BrickColor.new'Alder'.Color end)
  2677. pcall(function() Char.ReaperShadowHead.Eye2.Color = BrickColor.new'Alder'.Color end)
  2678. WalkSpeed = 18
  2679. RecolorTextAndRename("FLUCTUATION",BrickColor.new'Alder'.Color,C3.N(1,1,1))
  2680. MusicID = 1047567668
  2681. Pitch = 1
  2682. Mode = 10
  2683. Core2.BrickColor = BrickColor.new'Alder'
  2684. Core2.Material = Enum.Material.Neon
  2685. end
  2686.  
  2687. function InsaneMode()
  2688. Attack = true
  2689. NeutralAnims = false
  2690. local Sin = 0
  2691. MusicID = 919231299
  2692. Pitch = 1
  2693. WalkSpeed = 0
  2694. Sound(Core2,136007472,1.25,2.5,false,true,true)
  2695. for i = 0, 4, 0.1 do
  2696. swait()
  2697. 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)
  2698. Sin = Sin + 5
  2699. local Alpha = .1
  2700. 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)
  2701. 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)
  2702. 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)
  2703. 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)
  2704. 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)
  2705. 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)
  2706. end
  2707. for i = 0, 8, 0.1 do
  2708. swait()
  2709. 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)
  2710. 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,0)
  2711. Sin = Sin + 5
  2712. local Alpha = .1
  2713. 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)
  2714. 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)
  2715. 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)
  2716. 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)
  2717. 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)
  2718. 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)
  2719. end
  2720. for _,v in next, LWing:children() do
  2721. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Really black' end
  2722. end
  2723. for _,v in next, RWing:children() do
  2724. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = 0 v.BrickColor = BrickColor.new'Black' end
  2725. end
  2726. for _,v in next, LWingEXT:children() do
  2727. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .5 v.BrickColor = BrickColor.new'Really black' end
  2728. end
  2729. for _,v in next, RWingEXT:children() do
  2730. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.Transparency = .5 v.BrickColor = BrickColor.new'Black' end
  2731. end
  2732. for _,v in next, Halo:children() do
  2733. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Neon v.BrickColor = BrickColor.new'Black' end
  2734. end
  2735. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(1,0,0) end)
  2736. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(1,0,0) end)
  2737. WalkSpeed = 12
  2738. Mode = 696969
  2739. Core2.BrickColor = BrickColor.new'Black'
  2740. Core2.Material = Enum.Material.Neon
  2741. Sound(Root,"206082327",1,2.5,false,true,true)
  2742. Sound(Root,"847061203",1,5,false,true,true)
  2743. Sound(Root,"239000203",1,2.5,false,true,true)
  2744. Sound(Root,"579687077",.75,2.5,false,true,true)
  2745. RecolorTextAndRename("INSANITY",Color3.new(0,0,0),Color3.new(1,1,1))
  2746. NoobySphere2(2.5,'Multiply',Core2.CFrame,V3.N(0,0,0),1,Core2.BrickColor)
  2747. for i = 1, 24 do
  2748. 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)
  2749. end
  2750. for i = 0, 15 do
  2751. 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)
  2752. end
  2753. for i = 0, 1.4, 0.1 do
  2754. swait()
  2755. local Alpha = .3
  2756. 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)
  2757. 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)
  2758. 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)
  2759. 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)
  2760. 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)
  2761. 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)
  2762. end
  2763. Attack = false
  2764. NeutralAnims = true
  2765. end
  2766.  
  2767. function RiddleMeThis()
  2768. Attack = true
  2769. NeutralAnims = false
  2770. WalkSpeed = 0
  2771. MusicID = 1420353940
  2772. Pitch = 1
  2773. Muted = true
  2774. repeat swait() until Music.IsLoaded
  2775. Muted = false
  2776. Music.TimePosition = 0
  2777. Chat('Riddle me this..')
  2778. for i = 0,14,.1 do
  2779. local Alpha = .1
  2780. 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)
  2781. 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)
  2782. 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)
  2783. 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)
  2784. 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)
  2785. 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)
  2786. swait()
  2787. end
  2788. Chat('Riddle me that..')
  2789. for i = 0,12,.1 do
  2790. local Alpha = .1
  2791. 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)
  2792. 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)
  2793. 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)
  2794. 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)
  2795. 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)
  2796. 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)
  2797. swait()
  2798. end
  2799. Chat("Who's afraid of the big black..")
  2800. for i = 0,16,.1 do
  2801. local Alpha = .1
  2802. 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)
  2803. 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)
  2804. 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)
  2805. 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)
  2806. 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)
  2807. 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)
  2808. swait()
  2809. end
  2810. for i = 0, .7, 0.1 do
  2811. swait()
  2812. local Alpha = .3
  2813. 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)
  2814. 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)
  2815. 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)
  2816. 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)
  2817. 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)
  2818. 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)
  2819. end
  2820.  
  2821. for _,v in next, LWing:children() do
  2822. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Transparency = 0 v.BrickColor = BrickColor.new'Really black' end
  2823. end
  2824. for _,v in next, RWing:children() do
  2825. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Transparency = 0 v.BrickColor = BrickColor.new'Really black' end
  2826. end
  2827. for _,v in next, LWingEXT:children() do
  2828. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Transparency = .25 v.BrickColor = BrickColor.new'Medium stone grey' end
  2829. end
  2830. for _,v in next, RWingEXT:children() do
  2831. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Transparency = .25 v.BrickColor = BrickColor.new'Medium stone grey' end
  2832. end
  2833. for _,v in next, Halo:children() do
  2834. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.BrickColor = BrickColor.new'Really black' end
  2835. end
  2836. pcall(function() Char.ReaperShadowHead.Eye1.Color = BrickColor.new'Black'.Color end)
  2837. pcall(function() Char.ReaperShadowHead.Eye2.Color = BrickColor.new'Black'.Color end)
  2838. WalkSpeed = 50
  2839. RecolorTextAndRename("The Big Black",BrickColor.new'Really black'.Color,C3.N(1,1,1))
  2840. Core2.BrickColor = BrickColor.new'Really black'
  2841. Core2.Material = Enum.Material.Glass
  2842. Mode = 666666666666
  2843. Sound(Root,"206082327",1,2.5,false,true,true)
  2844. Sound(Root,"847061203",1,5,false,true,true)
  2845. Sound(Root,"239000203",1,2.5,false,true,true)
  2846. Sound(Root,"579687077",.75,2.5,false,true,true)
  2847. NoobySphere2(2.5,'Multiply',Core2.CFrame,V3.N(0,0,0),1,Core2.BrickColor)
  2848. for i = 1, 24 do
  2849. 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)
  2850. end
  2851. for i = 0, 15 do
  2852. 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)
  2853. end
  2854. for i = 0, .7, 0.1 do
  2855. swait()
  2856. local Alpha = .3
  2857. 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)
  2858. 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)
  2859. 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)
  2860. 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)
  2861. 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)
  2862. 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)
  2863. end
  2864. Attack = false
  2865. NeutralAnims = true
  2866. end
  2867.  
  2868. function L_O_S_T()
  2869. for _,v in next, LWing:children() do
  2870. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Transparency = 0 v.Color = C3.N(.4,0,0) end
  2871. end
  2872. for _,v in next, RWing:children() do
  2873. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Transparency = 0 v.Color = C3.N(.4,0,0) end
  2874. end
  2875. for _,v in next, LWingEXT:children() do
  2876. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Transparency = 0 v.Color = C3.N(.4,0,0) end
  2877. end
  2878. for _,v in next, RWingEXT:children() do
  2879. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Transparency = 0 v.Color = C3.N(.4,0,0) end
  2880. end
  2881. for _,v in next, Halo:children() do
  2882. if(v:IsA'BasePart' and v.Name ~= 'Main')then v.Material = Enum.Material.Glass v.Color = C3.N(.4,0,0) end
  2883. end
  2884. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(.4,0,0) end)
  2885. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(.4,0,0) end)
  2886. WalkSpeed = 24
  2887. RecolorTextAndRename("L O S T S O U L",BrickColor.new'Crimson'.Color,C3.N(0,0,0))
  2888. MusicID = 343860759
  2889. Pitch = .9
  2890. Mode = 666
  2891. Core2.Color = C3.N(.4,0,0)
  2892. Core2.Material = Enum.Material.Neon
  2893. end
  2894.  
  2895. --// Wrap it all up \\--
  2896.  
  2897. Plr.Chatted:connect(function(msg)
  2898. if(msg:sub(1,5) == "play/" and Mode == 6)then
  2899. local info = game.MarketplaceService:GetProductInfo(tonumber(msg:sub(6)))
  2900. if(info and info.Name)then
  2901. Chat("Playing: "..info.Name,'rainbow')
  2902. end
  2903. MusicID = msg:sub(6)
  2904. VisSong = msg:sub(6)
  2905. elseif(msg:sub(1,5) == 'tpos/' and Mode == 6)then
  2906. Music.TimePosition = tonumber(msg:sub(6))
  2907. end
  2908. end)
  2909.  
  2910. function KeyPress(code)
  2911. if(code == Enum.KeyCode.One and Mode ~= 1)then
  2912. MurderMode()
  2913. elseif(code == Enum.KeyCode.Two and Mode ~= 2)then
  2914. PureMode()
  2915. elseif(code == Enum.KeyCode.Three and Mode ~= 3)then
  2916. GlitchMode()
  2917. elseif(code == Enum.KeyCode.Four and Mode ~= 4)then
  2918. StressMode()
  2919. elseif(code == Enum.KeyCode.Five and Mode ~= 5)then
  2920. JusticeMode()
  2921. elseif(code == Enum.KeyCode.Six and Mode ~= 6)then
  2922. VisMode()
  2923. elseif(code == Enum.KeyCode.Seven and Mode ~= 7)then
  2924. IceMode()
  2925. elseif(code == Enum.KeyCode.Eight and Mode ~= 8)then
  2926. LoveMode()
  2927. elseif(code == Enum.KeyCode.Nine and Mode ~= 9)then
  2928. ToxicMode()
  2929. elseif(code == Enum.KeyCode.Zero and Mode ~= 10)then
  2930. FluctuateMode()
  2931. -- Transformations
  2932. elseif(code == Enum.KeyCode.T)then
  2933. if(Mode == 1)then
  2934. RiddleMeThis()
  2935. elseif(Mode == 4)then
  2936. InsaneMode()
  2937. elseif(Mode == 666666666666)then
  2938. L_O_S_T()
  2939. elseif(Mode == 666)then
  2940. MurderMode()
  2941. elseif(Mode == 696969)then
  2942. StressMode()
  2943. elseif(Mode == 10)then
  2944. BarracudaMode()
  2945. end
  2946. -- Toggle player attacking
  2947. elseif(code == Enum.KeyCode.Semicolon)then
  2948. DontAttackPlayers = not DontAttackPlayers
  2949. Chat(DontAttackPlayers and "You can no longer attack players" or "You can now attack players")
  2950. -- Attacks
  2951. elseif(code == Enum.KeyCode.Z)then
  2952. if(Mode == 1)then
  2953. if(not UIS.TouchEnabled)then MurderNigger((Mouse.Target and Mouse.Target.Parent)) else Output("Note","Tap someone, to murder them") MobileMurder() end
  2954. elseif(Mode == 666666666666)then
  2955. if(not UIS.TouchEnabled)then NeckSnap((Mouse.Target and Mouse.Target.Parent)) else Output("Note","Tap someone, to snap their neck") MobileNeckSnap() end
  2956.  
  2957. elseif(Mode == 2)then
  2958. PureBomb()
  2959. elseif(Mode == 3)then
  2960. ClickGlitch()
  2961. elseif(Mode == 4)then
  2962. Shrek()
  2963. elseif(Mode == 5)then
  2964. Aeroplane()
  2965. elseif(Mode == 6)then
  2966. SongSmash()
  2967. end
  2968. end
  2969. end
  2970.  
  2971. function AttackCombo()
  2972. if(Combo == 1)then AttackOne() elseif(Combo == 2)then AttackTwo() elseif(Combo == 3)then AttackThree() end
  2973. end
  2974.  
  2975. -- Mode Changing Keys
  2976.  
  2977. function BuildButton(name,pos,act,image)
  2978. if(UIS.TouchEnabled)then
  2979. local func = function()
  2980. if(not Attack)then
  2981. act()
  2982. end
  2983. end
  2984. local downID = 97166756;
  2985. local upID = 97166444;
  2986. local bPos = UDim2.new(.72,-pos.x,.20,-pos.y)
  2987.  
  2988. local button = MobileButton:Clone();
  2989. button.Parent = MobileGUI
  2990. button.ActionTitle.Text = name
  2991. button.MouseButton1Down:connect(function()
  2992. button.Image = 'rbxassetid://'..downID
  2993. func()
  2994. end)
  2995. button.MouseButton1Up:connect(function()
  2996. button.Image = 'rbxassetid://'..upID
  2997. end)
  2998. button.MouseLeave:connect(function()
  2999. button.Image = 'rbxassetid://'..upID
  3000. end)
  3001. button.Position = bPos
  3002. if(image)then
  3003. button.ActionTitle:destroy()
  3004. button.ActionIcon.Image = 'rbxassetid://'..image
  3005. end
  3006. return button;
  3007. end
  3008. end
  3009. local keys = {"One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Zero"}
  3010.  
  3011. function BuildModeButton(name,pos,act,number)
  3012. if(UIS.TouchEnabled)then
  3013. local func = function()
  3014. if(not Attack and Mode ~= number)then
  3015. act()
  3016. end
  3017. end
  3018. local downID = 97166756;
  3019. local upID = 97166444;
  3020. local bPos = UDim2.new(.72,-pos.x,.20,-pos.y)
  3021.  
  3022. local button = MobileButton:Clone();
  3023. button.Parent = MobileGUI
  3024. button.ActionTitle.Text = name
  3025. button.MouseButton1Down:connect(function()
  3026. button.Image = 'rbxassetid://'..downID
  3027. func()
  3028. end)
  3029. button.MouseButton1Up:connect(function()
  3030. button.Image = 'rbxassetid://'..upID
  3031. end)
  3032. button.MouseLeave:connect(function()
  3033. button.Image = 'rbxassetid://'..upID
  3034. end)
  3035. button.Position = bPos
  3036. return button;
  3037. end
  3038. end
  3039.  
  3040. if(UIS.TouchEnabled)then
  3041. Output("Warn","FYI, not all moves will be mobile supporting in the future.")
  3042. local ModeButtons = {}
  3043.  
  3044. table.insert(ModeButtons,BuildModeButton("Murder",Vector2.new(500,205),MurderMode,1))
  3045. table.insert(ModeButtons,BuildModeButton("Clarity",Vector2.new(500,155),PureMode,2))
  3046. table.insert(ModeButtons,BuildModeButton("Glitchy",Vector2.new(500,105),GlitchMode,3))
  3047. table.insert(ModeButtons,BuildModeButton("Stress",Vector2.new(500,55),StressMode,4))
  3048. table.insert(ModeButtons,BuildModeButton("Justice",Vector2.new(500,5),JusticeMode,5))
  3049. table.insert(ModeButtons,BuildModeButton("Visual",Vector2.new(450,205),VisMode,6))
  3050. table.insert(ModeButtons,BuildModeButton("SubZero",Vector2.new(450,155),IceMode,7))
  3051. table.insert(ModeButtons,BuildModeButton("Love",Vector2.new(450,105),LoveMode,8))
  3052. table.insert(ModeButtons,BuildModeButton("Nuclear",Vector2.new(450,55),ToxicMode,9))
  3053. table.insert(ModeButtons,BuildModeButton("FLUCTUATE",Vector2.new(450,5),FluctuateMode,10))
  3054.  
  3055. local HideB;
  3056. local Hiding = false;
  3057. HideB = BuildButton("Hide",Vector2.new(550,205),function() Hiding = not Hiding; for _,v in next, ModeButtons do v.Visible = not Hiding; end HideB.ActionTitle.Text = (Hiding and 'Show' or 'Hide') end)
  3058.  
  3059. BuildButton("Attack",Vector2.new(0,0),AttackCombo,1826947151)
  3060.  
  3061. BuildButton("Z",Vector2.new(25,100),function() KeyPress(Enum.KeyCode.Z) end)
  3062. BuildButton("X",Vector2.new(75,50),function() KeyPress(Enum.KeyCode.X) end)
  3063. BuildButton("C",Vector2.new(75,150),function() KeyPress(Enum.KeyCode.C) end)
  3064. BuildButton("V",Vector2.new(125,100),function() KeyPress(Enum.KeyCode.V) end)
  3065. end
  3066.  
  3067. UIS.InputBegan:connect(function(io,gpe)
  3068. if(Attack)then return end
  3069. if(not gpe)then
  3070. local code = io.KeyCode;
  3071. if(io.UserInputType == Enum.UserInputType.Keyboard)then
  3072. KeyPress(code)
  3073. elseif(io.UserInputType == Enum.UserInputType.MouseButton1)then
  3074. AttackCombo()
  3075. end
  3076. end
  3077. end)
  3078.  
  3079.  
  3080. coroutine.wrap(function()
  3081. -- AURAS
  3082. while true do
  3083. if(Mode == 5)then
  3084. 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)
  3085. elseif(Mode == 10 or Mode == 666666666666)then
  3086. 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)
  3087. end
  3088. if(Mode == 666666666666)then
  3089. 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)
  3090. end
  3091. swait(1)
  3092. end
  3093. end)()
  3094.  
  3095. coroutine.resume(coroutine.create(function() -- Burning Damge Loop
  3096. while true do
  3097. swait(1)
  3098. for who,data in next, Radioactive do
  3099. local lastBurn, burnMaxTime = unpack(data)
  3100. if(time()-lastBurn >= BurnInterval)then
  3101. data[1] = time()
  3102. for _,v in next, who:children() do if(v.Name == 'Health' and v:IsA'Script')then v.Disabled = true end end
  3103. local hum = who:FindFirstChildOfClass'Humanoid'
  3104. local tors = GetTorso(who)
  3105. if(hum and tors and hum.Health >= 0)then
  3106. local BurnDamage = {4,12}
  3107. local c = Instance.new("ObjectValue",hum)
  3108. c.Name = "creator"
  3109. c.Value = Player
  3110. game:service'Debris':AddItem(c,0.35)
  3111. local DoneDamage = M.RNG(unpack(BurnDamage))
  3112. Droplet{Size=.5,Color=BrickColor.new'Lime green',Direction=-(tors.CFrame.upVector*2000),Origin=tors.CFrame}
  3113. local c = Instance.new("ObjectValue",Hum)
  3114. c.Name = "creator"
  3115. c.Value = Player
  3116. S.Debris:AddItem(c,0.35)
  3117. if(Hits >= MaxHits/4)then
  3118. local Mult = (DoneDamage*(Hits/MaxHits))*4
  3119. DoneDamage = DoneDamage + Mult
  3120. end
  3121. if(hum.Health > 0)then
  3122. Hits = math.min(Hits + 1,MaxHits)
  3123. HitTime = HitTime + .1
  3124. if(who:FindFirstChild'Head')then
  3125. 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, BrickColor.new'Forest green'.Color)
  3126. end
  3127. if(hum.Health-DoneDamage <= 0)then print'Got kill' end
  3128. hum.MaxHealth = hum.MaxHealth - DoneDamage
  3129. end
  3130. end
  3131. if(time() >= burnMaxTime or hum and hum.Health <= 0)then
  3132. Radioactive[who] = nil;
  3133. for _,v in next, who:children() do if(v.Name == 'Health' and v:IsA'Script')then v.Disabled = false end end
  3134. end
  3135. end
  3136. end
  3137. end
  3138. end))
  3139.  
  3140. while true do
  3141. swait()
  3142. Sine = Sine + Change
  3143. WingSine = WingSine + WingChange
  3144. if(Hue > 360)then Hue = 0 end
  3145. Hue = Hue + 1
  3146.  
  3147. if(not Music or not Music.Parent)then
  3148. local tPos = 0;
  3149. if(Music)then tPos = Music.TimePosition; Music:Stop(); Music:Destroy(); end
  3150. Music = Sound(Char,MusicID,1,3,true,false,true)
  3151. Music.Name = 'Music'
  3152. Music.TimePosition = tPos;
  3153. GetClientProperty('RegSound',Music)
  3154. end
  3155. Music.SoundId = "rbxassetid://"..MusicID
  3156. Music.Parent = Char
  3157. Music.Pitch = Pitch
  3158. Music.Volume = 2
  3159. if(not Muted)then
  3160. Music:Resume()
  3161. else
  3162. Music:Pause()
  3163. end
  3164.  
  3165. if(God)then
  3166. Hum.MaxHealth = 1e100
  3167. Hum.Health = 1e100
  3168. if(not Char:FindFirstChildOfClass'ForceField')then IN("ForceField",Char).Visible = false end
  3169. Hum.Name = M.RNG()*100
  3170. end
  3171.  
  3172. 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)
  3173.  
  3174. if(Mode == 3)then
  3175. for _,v in next, LWing:children() do
  3176. local what = M.RNG()
  3177. if(v:IsA'BasePart')then
  3178. v.Color = C3.N(what,what,what)
  3179. end
  3180. end
  3181. for _,v in next, RWing:children() do
  3182. local what = M.RNG()
  3183. if(v:IsA'BasePart')then
  3184. v.Color = C3.N(what,what,what)
  3185. end
  3186. end
  3187. for _,v in next, LWingEXT:children() do
  3188. local what = M.RNG()
  3189. if(v:IsA'BasePart')then
  3190. v.Color = C3.N(what,what,what)
  3191. end
  3192. end
  3193. for _,v in next, RWingEXT:children() do
  3194. local what = M.RNG()
  3195. if(v:IsA'BasePart')then
  3196. v.Color = C3.N(what,what,what)
  3197. end
  3198. end
  3199.  
  3200. local what1 = M.RNG()
  3201. local what2 = M.RNG()
  3202. local what3 = M.RNG()
  3203. local what4 = M.RNG()
  3204. Core2.Color = C3.N(what1,what1,what1)
  3205.  
  3206. for _,v in next, Halo:children() do
  3207. if(v:IsA'BasePart')then
  3208. v.Color = C3.N(what1,what1,what1)
  3209. end
  3210. end
  3211.  
  3212. text.TextStrokeColor3 = C3.N(what2,what2,what2)
  3213. text.TextColor3 = C3.N(what3,what3,what3)
  3214. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(what4,what4,what4) end)
  3215. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(what4,what4,what4) end)
  3216. elseif(Mode == 4)then
  3217. for _,v in next, LWing:children() do
  3218. local what = M.RNG()*.5
  3219. if(v:IsA'BasePart')then
  3220. v.Color = C3.N(what,0,0)
  3221. end
  3222. end
  3223. for _,v in next, LWingEXT:children() do
  3224. local what = M.RNG()*.5
  3225. if(v:IsA'BasePart')then
  3226. v.Color = C3.N(what,0,0)
  3227. end
  3228. end
  3229.  
  3230. local what1 = M.RNG()*.5
  3231. local what2 = M.RNG()*.5
  3232. local what3 = M.RNG()*.5
  3233. local what4 = M.RNG()*.5
  3234. Core2.Color = C3.N(what1,0,0)
  3235.  
  3236. for _,v in next, Halo:children() do
  3237. if(v:IsA'BasePart')then
  3238. v.Color = C3.N(what1,0,0)
  3239. end
  3240. end
  3241.  
  3242. text.TextStrokeColor3 = C3.N(what2,0,0)
  3243. text.TextColor3 = C3.N(what3,0,0)
  3244. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(what4,0,0) end)
  3245. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(what4,0,0) end)
  3246. elseif(Mode == 696969)then
  3247. for _,v in next, LWing:children() do
  3248. if(v:IsA'BasePart')then
  3249. v.Color = C3.N(M.RNG()*.35,0,0)
  3250. end
  3251. end
  3252. for _,v in next, LWingEXT:children() do
  3253. if(v:IsA'BasePart')then
  3254. v.Color = C3.N(M.RNG()*.35,0,0)
  3255. end
  3256. end
  3257.  
  3258. Core2.Color = C3.N(M.RNG()*.35,0,0)
  3259.  
  3260. for _,v in next, Halo:children() do
  3261. if(v:IsA'BasePart')then
  3262. v.Color = Core2.Color
  3263. end
  3264. end
  3265.  
  3266. text.TextStrokeColor3 = C3.N(M.RNG()*.35,0,0)
  3267. text.TextColor3 = C3.N(M.RNG()*.35,0,0)
  3268. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.N(M.RNG()*.35,0,0) end)
  3269. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.N(M.RNG()*.35,0,0)end)
  3270. elseif(Mode == 6)then
  3271. local pl = GetClientProperty(Music,'PlaybackLoudness')
  3272. local color = C3.HSV(Hue/360,1,math.min(pl/1000,1))
  3273. local color2 = C3.HSV(Hue/360,1,math.min(pl/500,1))
  3274. for _,v in next, LWing:children() do
  3275. if(v:IsA'BasePart')then
  3276. v.Color = v.Color:lerp(color,.3)
  3277. end
  3278. end
  3279. for _,v in next, RWing:children() do
  3280. if(v:IsA'BasePart')then
  3281. v.Color = v.Color:lerp(color,.3)
  3282. end
  3283. end
  3284. for _,v in next, LWingEXT:children() do
  3285. if(v:IsA'BasePart')then
  3286. v.Color = v.Color:lerp(color,.3)
  3287. end
  3288. end
  3289. for _,v in next, RWingEXT:children() do
  3290. if(v:IsA'BasePart')then
  3291. v.Color = v.Color:lerp(color,.3)
  3292. end
  3293. end
  3294. Core2.Color = Core2.Color:lerp(color,.3)
  3295.  
  3296. for _,v in next, Halo:children() do
  3297. if(v:IsA'BasePart')then
  3298. v.Color = v.Color:lerp(color,.3)
  3299. end
  3300. end
  3301.  
  3302. text.TextStrokeColor3 = text.TextStrokeColor3:lerp(color2,.3)
  3303. text.TextColor3 = text.TextColor3:lerp(color2,.3)
  3304. pcall(function() Char.ReaperShadowHead.Eye1.Color = Char.ReaperShadowHead.Eye1.Color:lerp(color,.3) end)
  3305. pcall(function() Char.ReaperShadowHead.Eye2.Color = Char.ReaperShadowHead.Eye2.Color:lerp(color,.3) end)
  3306. end
  3307.  
  3308. 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)
  3309. 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)
  3310. 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)
  3311. 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)
  3312. 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)
  3313. 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)
  3314.  
  3315. 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)
  3316. 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)
  3317. 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)
  3318. 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)
  3319. 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)
  3320. 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)
  3321.  
  3322. local Walking = (math.abs(Root.Velocity.x) > 1 or math.abs(Root.Velocity.z) > 1)
  3323. 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")
  3324. if(not Effects or not Effects.Parent)then
  3325. Effects = IN("Model",Char)
  3326. Effects.Name = "Effects"
  3327. end
  3328. if(State == 'Run' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666 and Mode ~= 666)then
  3329. local wsVal = 7 / (Hum.WalkSpeed/16)
  3330. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  3331. Change = 1
  3332.  
  3333. elseif(State == 'Walk' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666 and Mode ~= 666)then
  3334. local wsVal = 7 / (Hum.WalkSpeed/16)
  3335. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  3336. Change = 1
  3337. if(Mode == 7)then
  3338. 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)
  3339. 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)
  3340. else
  3341. 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)
  3342. 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)
  3343. end
  3344. else
  3345. RH.C1 = RH.C1:lerp(CF.N(0,1,0),.2)
  3346. LH.C1 = LH.C1:lerp(CF.N(0,1,0),.2)
  3347. end
  3348.  
  3349.  
  3350.  
  3351.  
  3352. Hum.WalkSpeed = WalkSpeed
  3353. if(NeutralAnims)then
  3354. if(State == 'Idle')then
  3355. local Alpha = .1
  3356. if(Mode == 1)then
  3357. Change = 1
  3358. 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)
  3359. 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)
  3360. 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)
  3361. 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)
  3362. 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)
  3363. 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)
  3364. elseif(Mode == 2)then
  3365. Change = 1
  3366. 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)
  3367. 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)
  3368. 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)
  3369. 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)
  3370. 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)
  3371. 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)
  3372. elseif(Mode == 3)then
  3373. Change = 1
  3374. 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)
  3375. 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)
  3376. 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)
  3377. 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)
  3378. 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)
  3379. 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)
  3380. elseif(Mode == 4)then
  3381. Change = 1
  3382. 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)
  3383. 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)
  3384. 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)
  3385. 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)
  3386. 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)
  3387. 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)
  3388. elseif(Mode == 5)then
  3389. Change = 1
  3390. RJ.C0 = clerp(RJ.C0,CFrame.new(5.48791013e-11+.2*M.S(Sine/30), 1.2571125+.5*M.C(Sine/32), -3.51015478e-06+.2*M.S(Sine/32), 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  3391. 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)
  3392. 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)
  3393. 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)
  3394. 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)
  3395. 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)
  3396. elseif(Mode == 6)then
  3397. local pl = GetClientProperty(Music,'PlaybackLoudness')
  3398. Change = 3
  3399. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74447132e-13, 0.00628674263-(pl/3000), 4.19029675e-07, 0.99999994, 4.36557457e-11, 0, -4.3652193e-11, 0.999980211, -0.00628619269, 9.31322575e-10, 0.00628619175, 0.999980271),Alpha)
  3400. LH.C0 = clerp(LH.C0,CFrame.new(-0.50538516, -1.00439715+.2*M.C(Sine/16)+(pl/3000), -0.54824096, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  3401. RH.C0 = clerp(RH.C0,CFrame.new(0.498537898, -0.990978718+(pl/3000), 0.0154631268, 0.999878109, -9.59694546e-11, 0.015612145, -9.81408521e-05, 0.999980211, 0.00628542574, -0.0156118376, -0.00628619269, 0.999858439),Alpha)
  3402. LS.C0 = clerp(LS.C0,CFrame.new(-1.42332602, 0.626581013-(pl/3000), -0.328449368, 0.922103286, 0.304182172, -0.239162698, -0.178854272, -0.213036552, -0.960534513, -0.343127936, 0.92848742, -0.142037436)*CF.A(-M.R(pl/36),0,0),Alpha)
  3403. RS.C0 = clerp(RS.C0,CFrame.new(1.0793153, 0.434256732-(pl/3000), 0.60275507, 0.650267124, 0.696277916, -0.303891033, -0.505378187, 0.695125222, 0.511267006, 0.567226231, -0.178880244, 0.803900838),Alpha)
  3404. NK.C0 = clerp(NK.C0,CFrame.new(7.8920275e-06, 1.49894428, -0.0144027323, 0.983284235, 0.010468211, -0.181776017, 0.00114496367, 0.9979707, 0.0636651218, 0.182073623, -0.0628090426, 0.981276989)*CF.A(M.R(pl/36),0,0),Alpha)
  3405. elseif(Mode == 7)then
  3406. Change = 1
  3407. RJ.C0 = clerp(RJ.C0,CFrame.new(0.0101235649, -1.07766318+.1*M.C(Sine/16), 0.648248792, 0.999971092, -0.00739747565, -0.00181146339, 0.00738599803, 0.883920729, 0.467578471, -0.00185771007, -0.467578262, 0.883949816)*CF.A(0,M.R(0+2*M.C(Sine/0.12512)),M.R(0+2*M.S(Sine/0.0512412))),Alpha)
  3408. LH.C0 = clerp(LH.C0,CFrame.new(-0.504728794, 0.381877124-.1*M.C(Sine/16), -0.515005529, 0.999878228, 0.00738599803, 0.0137542095, -9.66741936e-05, 0.883920729, -0.467636794, -0.0156115945, 0.467578471, 0.883813798)*CF.A(0,-M.R(0+2*M.C(Sine/0.12512)),-M.R(0+2*M.S(Sine/0.0512412)))*CF.A(M.R(0+1*M.S(Sine/0.283547)),M.R(0+1*M.C(Sine/0.356723)),0),Alpha)
  3409. RH.C0 = clerp(RH.C0,CFrame.new(0.491205901, 0.34564203-.1*M.C(Sine/16), -0.462503195, 0.999878228, 0.00738599803, 0.0137542095, -9.66741936e-05, 0.883920729, -0.467636794, -0.0156115945, 0.467578471, 0.883813798)*CF.A(0,-M.R(0+2*M.C(Sine/0.12512)),-M.R(0+2*M.S(Sine/0.0512412)))*CF.A(M.R(0+1*M.S(Sine/0.283547)),M.R(0+1*M.C(Sine/0.356723)),0),Alpha)
  3410. LS.C0 = clerp(LS.C0,CFrame.new(-0.80868268, 0.497842163, -0.14479053, 0.744864702, -0.66721499, -0.00102781132, -0.0409338176, -0.0441599488, -0.998185575, 0.665959001, 0.743555188, -0.0602048337)*CF.A(0,M.R(0+2*M.C(Sine/0.134561367)),M.R(0+5*M.S(Sine/0.127347))),Alpha)
  3411. RS.C0 = clerp(RS.C0,CFrame.new(0.754446983, 0.405229449, -0.406160057, 0.458563089, 0.88866204, -0.000157270115, 0.00361818075, -0.00204397738, -0.999991417, -0.88865459, 0.45855853, -0.00415253639)*CF.A(0,M.R(0+2*M.C(Sine/0.12543152)),M.R(0+5*M.S(Sine/0.273456123))),Alpha)
  3412. NK.C0 = clerp(NK.C0,CFrame.new(3.87876844e-06, 1.54665208, -0.105986834, 1.00000012, 2.60770321e-06, 2.79070809e-05, -1.28485262e-05, 0.927553773, 0.373690069, -2.49119475e-05, -0.373690099, 0.927553654)*CF.A(0,M.R(0+2*M.C(Sine/0.25432)),M.R(0+5*M.S(Sine/0.421342134))),Alpha)
  3413. elseif(Mode == 8)then
  3414. Change = 1
  3415. RJ.C0 = RJ.C0:lerp(CF.N(0,0,0)*CF.A(0,0,M.R(0+5*M.C(Sine/16))),Alpha)
  3416. NK.C0 = NK.C0:lerp(NKC0*CF.A(0,0,-M.R(0+5*M.C(Sine/16))),Alpha)
  3417. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,-M.R(0+5*M.C(Sine/16)))*CF.A(M.R(-15),M.R(25),0),Alpha)
  3418. RH.C0 = RH.C0:lerp(RHC0*CF.A(0,0,-M.R(0+5*M.C(Sine/16))),Alpha)
  3419. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,-.15,0)*CF.A(M.R(15),0,M.R(20)),Alpha)
  3420. RS.C0 = RS.C0:lerp(RSC0*CF.A(0,0,M.R(5+5*M.S(Sine/16))),Alpha)
  3421. elseif(Mode == 9)then
  3422. Change = 1
  3423. if(hitfloor and Mode == 9)then OEffect{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
  3424. local Colors = {"Forest green","Lime green","Earth green"}
  3425. NoobyBlock(4,.025,"Multiply",LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(1,1,1),.012,BrickColor.new(Colors[M.RNG(1,#Colors)]),0,true)
  3426. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00763900485, 0.0576088727+.1*M.C(Sine/32), -0.489215493, 0.999976635, -0.00668978505, -0.00145753659, 0.00667999825, 0.906569779, 0.422003359, -0.00150175206, -0.422003239, 0.906593204),Alpha)
  3427. LH.C0 = clerp(LH.C0,CFrame.new(-0.508842707, -1.12272382-.1*M.C(Sine/32), -0.0245408416, 0.973195612, 0.0299689136, 0.228018239, 0.0911211073, 0.860081792, -0.501952767, -0.211157292, 0.509275496, 0.834296942),Alpha)
  3428. RH.C0 = clerp(RH.C0,CFrame.new(0.505672514, -1.12652683-.1*M.C(Sine/32), -0.0664639771, 0.908796906, 0.0139010083, -0.417007297, -0.155455723, 0.938765347, -0.307495654, 0.387197405, 0.344277233, 0.855307937),Alpha)
  3429. LS.C0 = clerp(LS.C0,CFrame.new(-1.45529008, 0.399098635+.1*M.C(Sine/32), -0.00237059593, 0.9937765, 0.103129238, -0.0421066694, -0.0848314539, 0.45566994, -0.88609755, -0.0721958056, 0.884154797, 0.461582631)*CF.A(0,0,M.R(0-10*M.C(Sine/32)))*CF.A(0,M.R(0+6*M.C(Sine/0.1872634)),M.R(0+12*M.S(Sine/0.0124723465))),Alpha)
  3430. RS.C0 = clerp(RS.C0,CFrame.new(1.25761306, 0.482083619+.1*M.C(Sine/32), -0.434745401, 0.42843774, 0.695737422, -0.576533496, 0.754532933, -0.626516104, -0.195340306, -0.497112989, -0.351322293, -0.793379903)*CF.A(0,M.R(0+6*M.C(Sine/0.1872634)),M.R(0+12*M.S(Sine/0.0124723465))),Alpha)
  3431. NK.C0 = clerp(NK.C0,CFrame.new(1.26473606e-05, 1.49894953, -0.0143971443, 0.998992383, 0.0431914814, 0.0122066746, -0.03513439, 0.921768486, -0.386146128, -0.0279299468, 0.385328114, 0.922357082)*CF.A(M.R(0+10*M.C(Sine/32)),0,0)*CF.A(0,M.R(0+6*M.C(Sine/0.1872634)),M.R(0+12*M.S(Sine/0.0124723465))),Alpha)
  3432. elseif(Mode == 10)then
  3433. NoobyBlock(4,.025,"Multiply",LArm.CFrame*CF.N(0,-1,0)*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),V3.N(1,1,1),.012,BrickColor.new'Alder',0,true)
  3434. Change = 1
  3435. RJ.C0 = clerp(RJ.C0,CFrame.new(3.20710125e-11+.2*M.S(Sine/32), 0.881578624+.5*M.C(Sine/32), -9.84873623e-07+.2*M.C(Sine/24), 0.999999821, 3.63797881e-11, 0, -4.58300065e-11, 0.999980092, -0.00628619455, 9.31322575e-10, 0.00628619082, 0.999980509),Alpha)
  3436. 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)
  3437. 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)
  3438. LS.C0 = clerp(LS.C0,CFrame.new(-1.40968728, 0.491904348, 0.019305028, 0.895423353, 0.179754242, 0.407314837, -0.16739957, 0.983670354, -0.0661047474, -0.412546366, -0.00899259746, 0.910892725)*CF.A(0,0,M.R(0+10*M.C(Sine/32))),Alpha)
  3439. RS.C0 = clerp(RS.C0,CFrame.new(0.648883045, 0.459784538, -0.511239171, -0.133737907, 0.979713619, 0.149248496, 0.396290839, 0.190905675, -0.898058236, -0.908332765, -0.0609586462, -0.413783163)*CF.A(M.R(0+4*M.C(Sine/32)),M.R(0+4*M.C(Sine/32)),0),Alpha)
  3440. NK.C0 = clerp(NK.C0,CFrame.new(7.21290917e-06, 1.49894142, -0.0144039318, 0.999999821, 3.67581379e-07, -1.60187483e-07, -3.56500095e-07, 0.997964799, 0.0637688041, 1.8440187e-07, -0.0637688339, 0.997965097),Alpha)
  3441. elseif(Mode == 16)then
  3442. Change = 1
  3443. RJ.C0 = RJ.C0:lerp(CF.N(0+.2*M.S(Sine/32),1.3-.5*M.C(Sine/32),0+.2*M.C(Sine/24))*CF.A(M.R(0+1.5*M.S(Sine/32)),M.R(0+5*M.S(Sine/36)),0),Alpha)
  3444. NK.C0 = NK.C0:lerp(NKC0*CF.N(0,0,0)*CF.A(M.R(0+5*M.C(Sine/32)),0,0),Alpha)
  3445. LS.C0 = LS.C0:lerp(LSC0*CF.N(.75,0+.1*M.C(Sine/32),-.5)*CF.A(M.R(-25-5*M.C(Sine/32)),M.R(15),M.R(80+10*M.C(Sine/32))),Alpha)
  3446. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.5,0+.1*M.C(Sine/32),-.5)*CF.A(M.R(25+5*M.C(Sine/32)),M.R(-15),M.R(-85-5*M.C(Sine/32))),Alpha)
  3447. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,.4,-.5)*CF.A(M.R(-15-2.5*M.S(Sine/32)),M.R(25-5*M.C(Sine/32)),M.R(-5)),Alpha)
  3448. RH.C0 = RH.C0:lerp(RHC0*CF.A(M.R(-15-5*M.C(Sine/32)),M.R(-25),M.R(5)),Alpha)
  3449. elseif(Mode == 696969)then
  3450. Change = 1
  3451. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00497054448, 0.0384125113+.1*M.C(Sine/32), -0.318240643, 0.999985576, -0.00531026162, -0.000893360935, 0.00530399941, 0.942669153, 0.333686858, -0.00092981942, -0.333686769, 0.942683578),Alpha)
  3452. LH.C0 = clerp(LH.C0,CFrame.new(-0.497181207, -1.07329571-.1*M.C(Sine/32), -0.0259589553, 0.991927385, 0.00536903273, 0.126693994, 0.0373182632, 0.942499518, -0.332117736, -0.12119215, 0.334164649, 0.934690654),Alpha)
  3453. RH.C0 = clerp(RH.C0,CFrame.new(0.508173347, -1.05517495-.1*M.C(Sine/32), -0.101279587, 0.989477396, 0.015710555, -0.143832386, -0.0531964861, 0.963962197, -0.260666966, 0.13455373, 0.265575409, 0.954654515),Alpha)
  3454. LS.C0 = clerp(LS.C0,CFrame.new(-1.3136189, 0.462844551+.1*M.C(Sine/32), 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)
  3455. RS.C0 = clerp(RS.C0,CFrame.new(1.25962329, 0.543387234+.1*M.C(Sine/32), 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)
  3456. NK.C0 = clerp(NK.C0,CFrame.new(-0.00269337045, 1.48585653, -0.187648922, 0.999991715, -0.00401760591, -0.00077160541, 0.00405273447, 0.94710511, 0.320898026, -0.000558450818, -0.320898473, 0.947113574)*CF.A(0,M.R(0+4*M.C(Sine/0.173278)),M.R(0+7.5*M.S(Sine/0.01278125))),Alpha)
  3457. elseif(Mode == 666666666666)then
  3458. Change = 1
  3459. 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)
  3460. 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)
  3461. 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)
  3462. 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)
  3463. 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)
  3464. 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)
  3465. 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+32*M.C(Sine/0.025345)),M.R(0+24*M.S(Sine/0.0245987638))),Alpha)
  3466. elseif(Mode == 666)then
  3467. Change = 1
  3468. RJ.C0 = RJ.C0:lerp(CF.N(0+.2*M.S(Sine/30),1.6+.2*M.C(Sine/32),0+.2*M.C(Sine/26))*CF.A(0,M.RRNG(-5,5),0),Alpha)
  3469. if(M.RNG(1,30) == 1)then
  3470. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.RRNG(0,45),M.RRNG(-45,45),M.RRNG(-45,45)),1)
  3471. else
  3472. NK.C0 = NK.C0:lerp(NKC0*CF.N(0,0,-.35)*CF.A(M.R(-45+5*M.C(Sine/32)),0,0)*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3473. end
  3474. LS.C0 = LS.C0:lerp(LSC0*CF.N(.75,0+.1*M.C(Sine/32),-.5)*CF.A(0,M.R(15),M.R(80+5*M.C(Sine/32)))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3475. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.5,0+.1*M.C(Sine/32),-.5)*CF.A(0,M.R(-15),M.R(-85-5*M.C(Sine/32)))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3476. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,.4,-.5)*CF.A(M.R(-15-2.5*M.S(Sine/32)),M.R(25-5*M.C(Sine/32)),M.R(-5))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3477. RH.C0 = RH.C0:lerp(RHC0*CF.A(M.R(-15-5*M.C(Sine/32)),M.R(-25),M.R(5))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3478. else
  3479. Change = 1
  3480. 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)
  3481. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.R(-5+5*M.C(Sine/12)),0,0),Alpha)
  3482. LS.C0 = LS.C0:lerp(LSC0*CF.A(0,0,M.R(-7-5*M.C(Sine/12))),Alpha)
  3483. RS.C0 = RS.C0:lerp(RSC0*CF.A(0,0,M.R(7+5*M.C(Sine/12))),Alpha)
  3484. 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)
  3485. 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)
  3486. end
  3487. -- idle
  3488. elseif(State == 'Run' and Mode ~= 5 and Mode ~= 10 and Mode ~= 666666666666 and Mode ~= 666 and Mode ~= 16)then
  3489. local wsVal = 7 / (Hum.WalkSpeed/16)
  3490. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  3491. 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)
  3492. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  3493. 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)
  3494. 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)
  3495. 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)
  3496. 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)
  3497. elseif(State == 'Walk' and Mode ~= 5 and Mode ~= 7 and Mode ~= 10 and Mode ~= 666666666666 and Mode ~= 666 and Mode ~= 16)then
  3498. local wsVal = 7 / (Hum.WalkSpeed/16)
  3499. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  3500. if(Mode == 4)then
  3501. 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)
  3502. 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)
  3503. 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)
  3504. 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)
  3505. 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)
  3506. 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)
  3507. elseif(Mode == 696969)then
  3508. 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)
  3509. 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)
  3510. 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)
  3511. 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)
  3512. 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)
  3513. 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)
  3514.  
  3515. elseif(Mode == 1)then
  3516. 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)
  3517. 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)
  3518. 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)
  3519. 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)
  3520. 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)
  3521. 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)
  3522. else
  3523. if(hitfloor and Mode == 9)then OEffect{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
  3524. 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)
  3525. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  3526. 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)
  3527. 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)
  3528. 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)
  3529. 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)
  3530. end
  3531. elseif(State == 'Walk' and Mode == 7)then
  3532. local wsVal = 7 / (Hum.WalkSpeed/16)
  3533. local Alpha = math.min(.3 * (Hum.WalkSpeed/8),1)
  3534. 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)
  3535. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  3536. 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)
  3537. 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)
  3538. 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)
  3539. 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)
  3540. elseif((State == 'Walk' or State == 'Run') and Mode == 10)then
  3541. Change = 1
  3542. local Alpha = .1
  3543. 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)
  3544. 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)
  3545. 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)
  3546. 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)
  3547. 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)
  3548. 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)
  3549. elseif((State == 'Walk' or State == 'Run') and Mode == 666666666666)then
  3550. Change = 1
  3551. local Alpha = .1
  3552. 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)
  3553. 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)
  3554. 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)
  3555. 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)
  3556. 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)
  3557. 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)
  3558. elseif((State == 'Walk' or State == 'Run') and Mode == 666)then
  3559. Change = 1
  3560. local Alpha = .1
  3561. RJ.C0 = RJ.C0:lerp(CF.N(0+.2*M.S(Sine/30),1.6+.2*M.C(Sine/32),0+.2*M.C(Sine/26))*CF.A(M.R(-45),M.RRNG(-5,5),0),Alpha)
  3562. if(M.RNG(1,30) == 1)then
  3563. NK.C0 = NK.C0:lerp(NKC0*CF.A(M.RRNG(0,45),M.RRNG(-45,45),M.RRNG(-45,45)),1)
  3564. else
  3565. NK.C0 = NK.C0:lerp(NKC0*CF.N(0,0,-.35)*CF.A(M.R(-25+5*M.C(Sine/32)),0,0)*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3566. end
  3567. LS.C0 = LS.C0:lerp(LSC0*CF.N(.75,0+.1*M.C(Sine/32),-.5)*CF.A(0,M.R(15),M.R(80+5*M.C(Sine/32)))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3568. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.5,0+.1*M.C(Sine/32),-.5)*CF.A(0,M.R(-15),M.R(-85-5*M.C(Sine/32)))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3569. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,.4,-.5)*CF.A(M.R(-35-2.5*M.S(Sine/32)),M.R(25-5*M.C(Sine/32)),M.R(-5))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3570. RH.C0 = RH.C0:lerp(RHC0*CF.A(M.R(-35-5*M.C(Sine/32)),M.R(-25),M.R(5))*CF.A(M.RRNG(-5,5),M.RRNG(-5,5),M.RRNG(-5,5)),Alpha)
  3571. elseif((State == 'Walk' or State == 'Run') and Mode == 16)then
  3572. local Alpha = .1
  3573. Change = 1
  3574. RJ.C0 = RJ.C0:lerp(CF.N(0+.2*M.S(Sine/32),1.3-.5*M.C(Sine/32),0+.2*M.C(Sine/24))*CF.A(M.R(-45+1.5*M.S(Sine/32)),M.R(0+5*M.S(Sine/36)),0),Alpha)
  3575. NK.C0 = NK.C0:lerp(NKC0*CF.N(0,0,0)*CF.A(M.R(25+5*M.C(Sine/32)),0,0),Alpha)
  3576. LS.C0 = LS.C0:lerp(LSC0*CF.N(.75,0+.1*M.C(Sine/32),-.5)*CF.A(M.R(-25-5*M.C(Sine/32)),M.R(15),M.R(80+10*M.C(Sine/32))),Alpha)
  3577. RS.C0 = RS.C0:lerp(RSC0*CF.N(-.5,0+.1*M.C(Sine/32),-.5)*CF.A(M.R(25+5*M.C(Sine/32)),M.R(-15),M.R(-85-5*M.C(Sine/32))),Alpha)
  3578. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,.4,-.5)*CF.A(M.R(-35-2.5*M.S(Sine/32)),M.R(25-5*M.C(Sine/32)),M.R(-5)),Alpha)
  3579. RH.C0 = RH.C0:lerp(RHC0*CF.A(M.R(-35-5*M.C(Sine/32)),M.R(-25),M.R(5)),Alpha)
  3580. elseif((State == 'Walk' or State == 'Run'))then
  3581. Change = 1
  3582. local Alpha = .1
  3583. 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)
  3584. 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)
  3585. 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)
  3586. 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)
  3587. 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)
  3588. 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)
  3589.  
  3590. elseif(State == 'Jump')then
  3591. local Alpha = .1
  3592. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  3593. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)),Alpha)
  3594. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)),Alpha)
  3595. 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)
  3596. 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)
  3597. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  3598. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  3599. elseif(State == 'Fall')then
  3600. local Alpha = .1
  3601. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  3602. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)+idk),Alpha)
  3603. RS.C0 = RS.C0:lerp(RSC0*CF.A(M.R(-5),0,M.R(90)-idk),Alpha)
  3604. 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)
  3605. 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)
  3606. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  3607. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  3608. elseif(State == 'Paralyzed')then
  3609. -- paralyzed
  3610. elseif(State == 'Sit')then
  3611. -- sit
  3612. end
  3613. end
  3614.  
  3615.  
  3616.  
  3617. for i,v in next, BloodPuddles do
  3618. local mesh = i:FindFirstChild'CylinderMesh'
  3619. BloodPuddles[i] = v + 1
  3620. if(not mesh or i.Transparency >= 1)then
  3621. i:destroy()
  3622. BloodPuddles[i] = nil
  3623. elseif(v >= Frame_Speed*4)then
  3624. local trans = (v-Frame_Speed*4)/(Frame_Speed*2)
  3625. i.Transparency = trans
  3626. if(mesh.Scale.Z > 0)then
  3627. mesh.Scale = mesh.Scale-V3.N(.05,0,.05)
  3628. end
  3629. else
  3630. i.Transparency = 0
  3631. end
  3632. end
  3633. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement