Advertisement
xdfromxd

xddddd

Apr 22nd, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 150.59 KB | None | 0 0
  1. -->Made By XDavodioX<--
  2.  
  3. --:Notive_Memer:--
  4.  
  5. --//No leak\\--
  6.  
  7.  
  8.  
  9. warn([[
  10. all of the commands of my script
  11. l - victory if t-pose eat chips
  12. k - kill urself but if t-pose drink soda
  13. j- what huh and if t-pose laugh
  14. h- MEEM and if t-pose AAAAAAAAAAAAAAAA
  15. g- that was fun
  16. f- Xd
  17. r- AAH oh my god aah
  18. t- squat
  19. y- laugh and if t-pose think
  20. u- ooh boi and if t-pose is chew 5 gum
  21. i- fbi open up
  22. o- no u
  23. p - bug
  24. v- game over
  25. c- REEE and if tpose then change music
  26. x- dude shut up and if tpose then waiting
  27. z- dab
  28. e- wtf
  29. q- ur screwed
  30. m- to stop squat,think,waiting,wtf instantly
  31.  
  32. in total= lx2 kx2 jx2 hx2 gx1 fx1 rx1 tx1 yx1 ux2 ix1 ox1 px1 vx1 cx2 xx2 zx1 qx1
  33. ]])
  34.  
  35. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  36. local Player,game,owner = owner,game
  37. local RealPlayer = Player
  38. do
  39. warn("Notive_Memeboi Made by XDavodioX")
  40. local rp = RealPlayer
  41. script.Parent = rp.Character
  42.  
  43. --RemoteEvent for communicating
  44. local Event = Instance.new("RemoteEvent")
  45. Event.Name = "UserInput_Event"
  46.  
  47. --Fake event to make stuff like Mouse.KeyDown work
  48. local function fakeEvent()
  49. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  50. t.connect = t.Connect
  51. return t
  52. end
  53.  
  54. --Creating fake input objects with fake variables
  55. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  56. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  57. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  58. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  59. end}
  60. --Merged 2 functions into one by checking amount of arguments
  61. CAS.UnbindAction = CAS.BindAction
  62.  
  63. --This function will trigger the events that have been :Connect()'ed
  64. local function te(self,ev,...)
  65. local t = m[ev]
  66. if t and t._fakeEvent then
  67. for _,f in pairs(t.Functions) do
  68. f(...)
  69. end
  70. end
  71. end
  72. m.TrigEvent = te
  73. UIS.TrigEvent = te
  74.  
  75. Event.OnServerEvent:Connect(function(plr,io)
  76. if plr~=rp then return end
  77. m.Target = io.Target
  78. m.Hit = io.Hit
  79. if not io.isMouse then
  80. local b = io.UserInputState == Enum.UserInputState.Begin
  81. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  82. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  83. end
  84. for _,t in pairs(CAS.Actions) do
  85. for _,k in pairs(t.Keys) do
  86. if k==io.KeyCode then
  87. t.Function(t.Name,io.UserInputState,io)
  88. end
  89. end
  90. end
  91. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  92. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  93. end
  94. end)
  95. Event.Parent = NLS([==[
  96. local Player = game:GetService("Players").LocalPlayer
  97. local Event = script:WaitForChild("UserInput_Event")
  98.  
  99. local Mouse = Player:GetMouse()
  100. local UIS = game:GetService("UserInputService")
  101. local input = function(io,a)
  102. if a then return end
  103. --Since InputObject is a client-side instance, we create and pass table instead
  104. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  105. end
  106. UIS.InputBegan:Connect(input)
  107. UIS.InputEnded:Connect(input)
  108.  
  109. local h,t
  110. --Give the server mouse data 30 times every second, but only if the values changed
  111. --If player is not moving their mouse, client won't fire events
  112. while wait(1/30) do
  113. if h~=Mouse.Hit or t~=Mouse.Target then
  114. h,t=Mouse.Hit,Mouse.Target
  115. Event:FireServer({isMouse=true,Target=t,Hit=h})
  116. end
  117. end]==],Player.Character)
  118.  
  119. ----Sandboxed game object that allows the usage of client-side methods and services
  120. --Real game object
  121. local _rg = game
  122.  
  123. --Metatable for fake service
  124. local fsmt = {
  125. __index = function(self,k)
  126. local s = rawget(self,"_RealService")
  127. if s then return s[k] end
  128. end,
  129. __newindex = function(self,k,v)
  130. local s = rawget(self,"_RealService")
  131. if s then s[k]=v end
  132. end,
  133. __call = function(self,...)
  134. local s = rawget(self,"_RealService")
  135. if s then return s(...) end
  136. end
  137. }
  138. local function FakeService(t,RealService)
  139. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  140. return setmetatable(t,fsmt)
  141. end
  142.  
  143. --Fake game object
  144. local g = {
  145. GetService = function(self,s)
  146. return self[s]
  147. end,
  148. Players = FakeService({
  149. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  150. },"Players"),
  151. UserInputService = FakeService(UIS,"UserInputService"),
  152. ContextActionService = FakeService(CAS,"ContextActionService"),
  153. }
  154. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  155. g.service = g.GetService
  156.  
  157. g.RunService = FakeService({
  158. RenderStepped = _rg:GetService("RunService").Heartbeat,
  159. BindToRenderStep = function(self,name,_,fun)
  160.  
  161. end,
  162. UnbindFromRenderStep = function(self,name)
  163. self._btrs[name]:Disconnect()
  164. end,
  165. },"RunService")
  166.  
  167. setmetatable(g,{
  168. __index=function(self,s)
  169. return _rg:GetService(s) or typeof(_rg[s])=="function"
  170. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  171. end,
  172. __newindex = fsmt.__newindex,
  173. __call = fsmt.__call
  174. })
  175. --Changing owner to fake player object to support owner:GetMouse()
  176. game,owner = g,g.Players.LocalPlayer
  177. end
  178. print("Good sir do not leak this.")
  179. print("Don't u dare report the audio.")
  180.  
  181. local cansilence = true
  182.  
  183. function SHUTUPXDD()
  184. if cansilence then
  185. cansilence = false
  186. local function search(instance)
  187. for i,v in pairs(instance:GetChildren()) do
  188. search(v)
  189. if v.ClassName == "Sound" then
  190. if v.Parent ~= game.Players.LocalPlayer.Character then
  191. v.Volume = 0
  192. end
  193. end
  194. end
  195. end
  196. search(workspace)
  197. wait(3)
  198. cansilence = false
  199. end
  200. end
  201.  
  202. game:GetService("RunService").RenderStepped:connect(SHUTUPXDD)
  203.  
  204. Player_Size = 1 --Size of the player.
  205.  
  206. wait()
  207. local Player = owner
  208. local Character = Player.Character
  209. local plr = owner
  210. local Humanoid = Character.Humanoid
  211. local char = plr.Character
  212. local hum = char.Humanoid
  213. local ra = char["Right Arm"]
  214. local la= char["Left Arm"]
  215. local rl= char["Right Leg"]
  216. local ll = char["Left Leg"]
  217. local hed = char.Head
  218. local root = char.HumanoidRootPart
  219. local rootj = root.RootJoint
  220. local tors = char.Torso
  221. local LeftArm = Character["Left Arm"]
  222. local RightArm = Character["Right Arm"]
  223. local LeftLeg = Character["Left Leg"]
  224. local RightLeg = Character["Right Leg"]
  225. local Head = Character.Head
  226. local Torso = Character.Torso
  227. local mouse = plr:GetMouse()
  228. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  229. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  230. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  231. local cam = game.Workspace.CurrentCamera
  232. trazx = Instance.new("ParticleEmitter")
  233. c = game.Players.LocalPlayer.Character
  234. local sine=0
  235. Character.Head.face.Texture = "rbxassetid://620619801"
  236.  
  237. hum.MaxHealth = "Inf"
  238. hum.Health = "Inf"
  239.  
  240. local forcefield = Instance.new("ForceField",char)
  241. forcefield.Name = "feaqurmam"
  242. forcefield.Visible = false
  243. -----------------------------------------------------------
  244. h = char.Head
  245. t = char.Torso
  246. rs = t["Right Shoulder"]
  247. ls = t["Left Shoulder"]
  248. rh = t["Right Hip"]
  249. lh = t["Left Hip"]
  250. nec = t.Neck
  251. rut = char.HumanoidRootPart
  252. rutj = rut.RootJoint
  253. it = Instance.new
  254.  
  255. local txt = Instance.new("BillboardGui", char)
  256. txt.Adornee = char.Head
  257. txt.Name = "_status"
  258. txt.Size = UDim2.new(2, 0, 1.2, 0)
  259. txt.StudsOffset = Vector3.new(-9, 8, 0)
  260. local text = Instance.new("TextLabel", txt)
  261. text.Size = UDim2.new(10, 0, 7, 0)
  262. text.FontSize = "Size24"
  263. text.TextScaled = true
  264. text.TextTransparency = 0
  265. text.BackgroundTransparency = 1
  266. text.TextTransparency = 0
  267. text.TextStrokeTransparency = 1
  268. text.Font = "Cartoon"
  269. text.TextStrokeColor3 = Color3.new(0, 0, 0)
  270. v = Instance.new("Part")
  271. v.Name = "ColorBrick"
  272. v.Parent = Player.Character
  273. v.FormFactor = "Symmetric"
  274. v.Anchored = true
  275. v.CanCollide = false
  276. v.BottomSurface = "Smooth"
  277. v.TopSurface = "Smooth"
  278. v.Size = Vector3.new(10, 5, 3)
  279. v.Transparency = 1
  280. v.CFrame = char.Torso.CFrame
  281. v.BrickColor = BrickColor.new("Really black")
  282. v.Transparency = 1
  283. v.Shape = "Block"
  284. spawn(function()
  285. local TweenService = game:GetService("TweenService")
  286. local Colours = {Color3.fromRGB(75,151,75),Color3.fromRGB(39,70,45),Color3.fromRGB(164,189,71),Color3.fromRGB(255,176,0),Color3.fromRGB(141,149,123)}
  287. local Int = 0
  288. while wait(0.5) do
  289. if Int == #Colours then Int = 0 end
  290. Int = Int+1
  291. TweenService:Create(text,TweenInfo.new(1),{TextColor3 = Colours[Int]}):Play()
  292. end
  293. end)
  294. text.Text = "Noti˅ɐ "
  295.  
  296.  
  297. local txtd = Instance.new("BillboardGui", char)
  298. txtd.Adornee = char.Head
  299. txtd.Name = "_status"
  300. txtd.Size = UDim2.new(2, 0, 1.2, 0)
  301. txtd.StudsOffset = Vector3.new(-9, 8, 0)
  302. local texth = Instance.new("TextLabel", txtd)
  303. texth.Size = UDim2.new(10, 0, 7, 0)
  304. texth.FontSize = "Size24"
  305. texth.TextScaled = true
  306. texth.TextTransparency = 0
  307. texth.BackgroundTransparency = 1
  308. texth.TextTransparency = 0
  309. texth.TextStrokeTransparency = 1
  310. texth.Font = "Cartoon"
  311. texth.TextStrokeColor3 = Color3.new(0, 0, 0)
  312. v = Instance.new("Part")
  313. v.Name = "ColorBrick"
  314. v.Parent = Player.Character
  315. v.FormFactor = "Symmetric"
  316. v.Anchored = true
  317. v.CanCollide = false
  318. v.BottomSurface = "Smooth"
  319. v.TopSurface = "Smooth"
  320. v.Size = Vector3.new(10, 5, 3)
  321. v.Transparency = 1
  322. v.CFrame = char.Torso.CFrame
  323. v.BrickColor = BrickColor.new("Really black")
  324. v.Transparency = 1
  325. v.Shape = "Block"
  326. spawn(function()
  327. local TweenService = game:GetService("TweenService")
  328. local Colourss = {Color3.fromRGB(72,99,0),Color3.fromRGB(99,21,2),Color3.fromRGB(6,0,99),Color3.fromRGB(99,35,90),Color3.fromRGB(203,213,0)}
  329. local Intt = 0
  330. while wait(0.2) do
  331. if Intt == #Colourss then Intt = 0 end
  332. Intt = Intt+1
  333. TweenService:Create(texth,TweenInfo.new(1),{TextColor3 = Colourss[Intt]}):Play()
  334. end
  335. end)
  336. texth.Text = ""
  337.  
  338.  
  339. spawn(function()
  340. while wait() do
  341. Head.BrickColor = BrickColor.new("Bright yellow")
  342. RightArm.BrickColor = BrickColor.new("Bright yellow")
  343. LeftArm.BrickColor = BrickColor.new("Bright yellow")
  344. Torso.BrickColor = BrickColor.new("Shamrock")
  345. RightLeg.BrickColor = BrickColor.new("Br. yellowish green")
  346. LeftLeg.BrickColor = BrickColor.new("Br. yellowish green")
  347. end
  348. end)
  349. for i,v in pairs(Character:children()) do
  350. if v:IsA("Hat") then
  351. v:Destroy()
  352. end
  353. end
  354. for i,v in pairs(Character:children()) do
  355. if v:IsA("Accessory") then
  356. v:Destroy()
  357. end
  358. end
  359. for i,v in pairs(Character:children()) do
  360. if v:IsA("Hair") then
  361. v:Destroy()
  362. end
  363. end
  364. for i,v in pairs(Character:children()) do
  365. if v:IsA("Shirt") then
  366. v:Destroy()
  367. end
  368. end
  369. for i,v in pairs(Character:children()) do
  370. if v:IsA("Pants") then
  371. v:Destroy()
  372. end
  373. end
  374. for i,v in pairs(Character:children()) do
  375. if v:IsA("Graphic Shirt") then
  376. v:Destroy()
  377. end
  378. end
  379. for i,v in pairs(Character:children()) do
  380. if v:IsA("GraphicShirt") then
  381. v:Destroy()
  382. end
  383. end
  384.  
  385. for _,v in pairs(Character:children()) do
  386. if v:IsA("Shirt") then
  387. v.ShirtTemplate = "rbxassetid://0"
  388. elseif v:IsA("Pants") then
  389. v.PantsTemplate = "rbxassetid://0"
  390. elseif v:IsA("ShirtGraphic") then
  391. v:Remove()
  392. wait(.1)
  393. Torso.roblox:Remove()
  394. elseif v:IsA("Accessory") then
  395. v:Remove()
  396. end
  397. end
  398.  
  399. local Hair = Instance.new("Part")
  400. Hair.Parent = char
  401. Hair.Name = "GreenTopHat"
  402. Hair.Size = Vector3.new(0.1, 0.1, 0.1)
  403. Hair.CFrame = char.Head.CFrame
  404. Hair:BreakJoints()
  405. Hair.CanCollide = false
  406. Hair.BrickColor = BrickColor.new("Medium Stone")
  407. Hair.TopSurface = "Smooth"
  408. Hair.BottomSurface = "Smooth"
  409. Weld = Instance.new("Weld")
  410. Weld.Name = "Weld"
  411. Weld.Part0 = char.Head
  412. Weld.Part1 = Hair
  413. Weld.Parent = char.Head
  414. Weld.C0 = CFrame.new(0, 0.77, 0)*CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  415. Mesh = Instance.new("SpecialMesh")
  416. Mesh.Parent = Hair
  417. Mesh.MeshId = "http://www.roblox.com/asset/?id=1028713"
  418. Mesh.TextureId = "http://www.roblox.com/asset/?id=1563327"
  419. Mesh.Scale = Vector3.new(1, 1, 1)
  420. -------------------------------------------------------
  421. --Start Good Stuff--
  422. -------------------------------------------------------
  423. CF = CFrame.new
  424. angles = CFrame.Angles
  425. attack = false
  426. timetofly = true
  427. Euler = CFrame.fromEulerAnglesXYZ
  428. Rad = math.rad
  429. IT = Instance.new
  430. BrickC = BrickColor.new
  431. Cos = math.cos
  432. Acos = math.acos
  433. Sin = math.sin
  434. Asin = math.asin
  435. Abs = math.abs
  436. Mrandom = math.random
  437. Floor = math.floor
  438. random = math.random
  439. radian = math.rad
  440. Vec3 = Vector3.new
  441. cFrame = CFrame.new
  442. Euler = CFrame.fromEulerAnglesXYZ
  443. -------------------------------------------------------
  444. --End Good Stuff--
  445. -------------------------------------------------------
  446. necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  447. RSH, LSH = nil, nil
  448. RW = Instance.new("Weld")
  449. LW = Instance.new("Weld")
  450. RH = tors["Right Hip"]
  451. LH = tors["Left Hip"]
  452. RSH = tors["Right Shoulder"]
  453. LSH = tors["Left Shoulder"]
  454. RSH.Parent = nil
  455. LSH.Parent = nil
  456. RW.Name = "RW"
  457. RW.Part0 = tors
  458. RW.C0 = CF(1.5, 0.5, 0)
  459. RW.C1 = CF(0, 0.5, 0)
  460. RW.Part1 = ra
  461. RW.Parent = tors
  462. LW.Name = "LW"
  463. LW.Part0 = tors
  464. LW.C0 = CF(-1.5, 0.5, 0)
  465. LW.C1 = CF(0, 0.5, 0)
  466. LW.Part1 = la
  467. LW.Parent = tors
  468. Effects = {}
  469.  
  470. BTAUNT = Instance.new("Sound", tors)
  471. BTAUNT.SoundId = "http://www.roblox.com/asset/?id=1535995263"
  472. BTAUNT.Volume = 10
  473. BTAUNT.Pitch = 1
  474. BTAUNT.Looped = false
  475. BTAUNT.TimePosition = 0.2
  476.  
  477. brda = Instance.new("Part",char) brda.Transparency = 1 brda.CanCollide = false brda.Size = Vector3.new(1.248, 1.264, 0.16) brdam = Instance.new("SpecialMesh",brda) brdam.Scale = Vector3.new(0.003, 0.003, 0.003) brdam.MeshType = "FileMesh" brdam.MeshId = "rbxassetid://1614924885" brdam.TextureId = "rbxassetid://1614940093" brdaw = Instance.new("Weld",ra) brdaw.Part0 = ra brdaw.Part1 = brda brdaw.C0 = CFrame.fromEulerAnglesXYZ(0,4.7,3) brdaw.C0 = brdaw.C0 * CFrame.new(0,1.3,0)
  478.  
  479. bat = Instance.new("Part", game.Players.LocalPlayer.Character)
  480. bat.Size = Vector3.new(1, 1, 5)
  481. bat.CanCollide = false
  482. bat:BreakJoints()
  483.  
  484. LeDrink = it("Model")
  485. LeDrink.Parent = char
  486. LeDrink.Name = "LeDrink"
  487. RHe = it("Part")
  488. RHe.Parent = LeDrink
  489. RHe.BrickColor = BrickColor.new("Really black")
  490. RHe.Locked = true
  491. RHe.CanCollide = false
  492. RHe.Transparency = 1
  493. PMesh = it("SpecialMesh")
  494. RHe.formFactor = "Symmetric"
  495. PMesh.MeshType = "FileMesh"
  496. PMesh.MeshId = "rbxassetid://10470609"
  497. PMesh.TextureId = "rbxassetid://111405256"
  498. PMesh.Scale = Vector3.new(1.3, 1.4, 1.3)
  499. PMesh.Parent = RHe
  500. local RWeld = it("Weld")
  501. RWeld.Parent = RHe
  502. RWeld.Part0 = RHe
  503. RWeld.Part1 = ra
  504. RWeld.C0 = CF(-1.2, -0.5, 0) * angles(Rad(90), Rad(0), Rad(90))
  505.  
  506. LeChips = it("Model")
  507. LeChips.Parent = char
  508. LeChips.Name = "LeChips"
  509. RHk = it("Part")
  510. RHk.Parent = LeChips
  511. RHk.BrickColor = BrickColor.new("Really black")
  512. RHk.Locked = true
  513. RHk.CanCollide = false
  514. RHk.Transparency = 1
  515. PMeshe = it("SpecialMesh")
  516. RHk.formFactor = "Symmetric"
  517. PMeshe.MeshType = "FileMesh"
  518. PMeshe.MeshId = "rbxassetid://19106014"
  519. PMeshe.TextureId = "rbxassetid://342435650"
  520. PMeshe.Scale = Vector3.new(1, 1.4, 0.8)
  521. PMeshe.Parent = RHk
  522. local RWelds = it("Weld")
  523. RWelds.Parent = RHk
  524. RWelds.Part0 = RHk
  525. RWelds.Part1 = ra
  526. RWelds.C0 = CF(-1.2, -0.5, 0) * angles(Rad(90), Rad(0), Rad(90))
  527.  
  528. local LeDrink = "wiplolnotyet"
  529. local LeChips = "wipaswelllol"
  530. local Sitt = false
  531.  
  532. -------------------------------------------------------
  533. --Start HeartBeat--
  534. -------------------------------------------------------
  535. ArtificialHB = Instance.new("BindableEvent", script)
  536. ArtificialHB.Name = "Heartbeat"
  537. script:WaitForChild("Heartbeat")
  538.  
  539. frame = 1 / 60
  540. tf = 0
  541. allowframeloss = false
  542. tossremainder = false
  543.  
  544.  
  545. lastframe = tick()
  546. script.Heartbeat:Fire()
  547.  
  548.  
  549. game:GetService("RunService").Heartbeat:connect(function(s, p)
  550. tf = tf + s
  551. if tf >= frame then
  552. if allowframeloss then
  553. script.Heartbeat:Fire()
  554. lastframe = tick()
  555. else
  556. for i = 1, math.floor(tf / frame) do
  557. script.Heartbeat:Fire()
  558. end
  559. lastframe = tick()
  560. end
  561. if tossremainder then
  562. tf = 0
  563. else
  564. tf = tf - frame * math.floor(tf / frame)
  565. end
  566. end
  567. end)
  568. -------------------------------------------------------
  569. --End HeartBeat--
  570. -------------------------------------------------------
  571.  
  572.  
  573. function CameraEnshaking(Length, Intensity) --Took Straight from StarGlitcher!
  574. coroutine.resume(coroutine.create(function()
  575. local intensity = 1 * Intensity
  576. local rotM = 0.01 * Intensity
  577. for i = 0, Length, 0.1 do
  578. swait()
  579. intensity = intensity - 0.05 * Intensity / Length
  580. rotM = rotM - 5.0E-4 * Intensity / Length
  581. hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity)))
  582. cam.CFrame = cam.CFrame * cFrame(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) * Euler(radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM)
  583. end
  584. Humanoid.CameraOffset = Vec3(0, 0, 0)
  585. end))
  586. end
  587.  
  588. local joyemoji = Instance.new('ParticleEmitter', tors)
  589. joyemoji.VelocitySpread = 2000
  590. joyemoji.Lifetime = NumberRange.new(1)
  591. joyemoji.Speed = NumberRange.new(40)
  592. joy= {}
  593. for i=0, 19 do
  594. joy[#joy+ 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1))
  595. end
  596. joyemoji.Size = NumberSequence.new(joy)
  597. joyemoji.Rate = 0
  598. joyemoji.LockedToPart = false
  599. joyemoji.LightEmission = 0
  600. joyemoji.Texture = "rbxassetid://1176402123"
  601. joyemoji.Color = ColorSequence.new(BrickColor.new("Institutional white").Color)
  602.  
  603.  
  604. local LIT = Instance.new('ParticleEmitter', tors)
  605. LIT.VelocitySpread = 2000
  606. LIT.Lifetime = NumberRange.new(1)
  607. LIT.Speed = NumberRange.new(45)
  608. nani= {}
  609. for i=0, 19 do
  610. nani[#nani+ 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1))
  611. end
  612. LIT.Size = NumberSequence.new(nani)
  613. LIT.Rate = 0
  614. LIT.LockedToPart = false
  615. LIT.LightEmission = 0
  616. LIT.Texture = "rbxassetid://1492670151"
  617. LIT.Color = ColorSequence.new(BrickColor.new("Institutional white").Color)
  618.  
  619. local toast = Instance.new('ParticleEmitter', tors)
  620. toast.VelocitySpread = 2000
  621. toast.Lifetime = NumberRange.new(1)
  622. toast.Speed = NumberRange.new(60)
  623. toasterstoasttoast= {}
  624. for i=0, 19 do
  625. toasterstoasttoast[#toasterstoasttoast+ 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1))
  626. end
  627. toast.Size = NumberSequence.new(toasterstoasttoast)
  628. toast.Rate = 0
  629. toast.LockedToPart = false
  630. toast.LightEmission = 0
  631. toast.Texture = "rbxassetid://436096230"
  632. toast.Color = ColorSequence.new(BrickColor.new("Institutional white").Color)
  633.  
  634. local ok = Instance.new('ParticleEmitter', tors)
  635. ok.VelocitySpread = 2000
  636. ok.Lifetime = NumberRange.new(1)
  637. ok.Speed = NumberRange.new(50)
  638. cool= {}
  639. for i=0, 19 do
  640. cool[#cool+ 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1))
  641. end
  642. ok.Size = NumberSequence.new(cool)
  643. ok.Rate = 0
  644. ok.LockedToPart = false
  645. ok.LightEmission = 0
  646. ok.Texture = "rbxassetid://636768448"
  647. ok.Color = ColorSequence.new(BrickColor.new("Institutional white").Color)
  648.  
  649. maincolor = BrickC("Really red")
  650. -------------------------------------------------------
  651. --Start Kyu's shitty stuff--
  652. -------------------------------------------------------
  653. function un_fun()
  654. attack = true
  655. hum.WalkSpeed = 0
  656. BTAUNT:Play()
  657. repeat
  658. swait()
  659. BTAUNT.Parent = tors
  660. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(10), Rad(0), Rad(0)), 0.08)
  661. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(25 - 2.5 * Sin(sine / 30)), Rad(0), Rad(-2.5 * Cos(sine / 1.5))), 0.08)
  662. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(80), Rad(0)) * angles(Rad(-10.5), Rad(-2.5 * Cos(sine / 1.5)), Rad(10)), 0.08)
  663. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-80), Rad(0)) * angles(Rad(-10.5), Rad(-2.5 * Cos(sine / 1.5)), Rad(-10)), 0.08)
  664. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-.6), Rad(210)), 0.08)
  665. LW.C0 = clerp(LW.C0, CF(-1 * Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-20), Rad(-.6), Rad(43)), 0.08)
  666. until BTAUNT.Playing == false
  667. attack = false
  668. hum.WalkSpeed = 40
  669. end
  670.  
  671. function Tauntmelon()
  672. attack = true
  673. hum.WalkSpeed = 0
  674. CreateSound("1486343908", tors, 10, 1)
  675. for i = 0, 9, 0.1 do
  676. swait()
  677. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  678. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  679. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(0)), 0.15)
  680. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
  681. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.06 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-9), Rad(0), Rad(155 + 25 * Sin(sine / 2.5))), 0.12)
  682. LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(25 + 2.5 * Sin(sine / 20)), Rad(55 + 2.5 * Sin(sine / 20))), 0.12)
  683. end
  684. attack = false
  685. hum.WalkSpeed = 40
  686. end
  687.  
  688. function fbiopenup()
  689. attack = true
  690. hum.WalkSpeed = 6
  691. CreateSound("2156386052", tors, 10, 1)
  692. Character.Head.face.Texture = "rbxassetid://12117740"
  693. for i = 0, 5.56, 0.1 do
  694. swait()
  695. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  696. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  697. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(0)), 0.15)
  698. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
  699. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.06 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-9), Rad(0), Rad(155 + 25 * Sin(sine / 2.5))), 0.12)
  700. LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(25 + 2.5 * Sin(sine / 20)), Rad(55 + 2.5 * Sin(sine / 20))), 0.12)
  701. end
  702. for i = 0,1.57,0.1 do
  703. swait()
  704. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  705. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  706. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  707. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  708. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  709. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  710. end
  711. for i = 0,1.2,0.1 do
  712. swait()
  713. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  714. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(0), Rad(0)), 0.3)
  715. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  716. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  717. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  718. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  719. end
  720. for i = 0,1.2,0.1 do
  721. swait()
  722. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  723. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-5), Rad(0), Rad(0)), 0.3)
  724. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  725. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  726. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  727. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  728. end
  729. for i = 0,1.2,0.1 do
  730. swait()
  731. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  732. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(0), Rad(0)), 0.3)
  733. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  734. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  735. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  736. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  737. end
  738. for i = 0,1.2,0.1 do
  739. swait()
  740. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  741. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-5), Rad(0), Rad(0)), 0.3)
  742. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  743. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  744. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  745. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  746. end
  747. for i = 0,1,0.1 do
  748. swait()
  749. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  750. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  751. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  752. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  753. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(120), Rad(0), Rad(5)), 0.1)
  754. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  755. end
  756. for i = 0,1,0.1 do
  757. swait()
  758. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  759. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  760. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  761. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  762. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  763. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  764. end
  765. attack = false
  766. Character.Head.face.Texture = "rbxassetid://620619801"
  767. hum.WalkSpeed = 40
  768. end
  769.  
  770. function FindNearestHead(Position, Distance, SinglePlayer)
  771. if SinglePlayer then
  772. return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude
  773. end
  774. local List = {}
  775. for i, v in pairs(workspace:GetChildren()) do
  776. if v:IsA("Model") and v:findFirstChild("Head") and v ~= char and Distance >= (v.Head.Position - Position).magnitude then
  777. table.insert(List, v)
  778. end
  779. end
  780. return List
  781. end
  782.  
  783. function SoulSteal(dude)
  784. if dude.Name ~= char then
  785. local bgf = IT("BodyGyro", dude.Head)
  786. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
  787. local val = IT("BoolValue", dude)
  788. val.Name = "IsHit"
  789. local torso = (dude:FindFirstChild'Head' or dude:FindFirstChild'Torso' or dude:FindFirstChild'UpperTorso' or dude:FindFirstChild'LowerTorso' or dude:FindFirstChild'HumanoidRootPart')
  790. local soulst = coroutine.wrap(function()
  791. local soul = Instance.new("Part",dude)
  792. soul.Size = Vector3.new(1,1,1)
  793. soul.CanCollide = false
  794. soul.Anchored = false
  795. soul.Position = torso.Position
  796. soul.Transparency = 1
  797. local PartEmmit1 = IT("ParticleEmitter", soul)
  798. PartEmmit1.LightEmission = 1
  799. PartEmmit1.Texture = "rbxassetid://569507414"
  800. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  801. PartEmmit1.Rate = 250
  802. PartEmmit1.Lifetime = NumberRange.new(1.6)
  803. PartEmmit1.Size = NumberSequence.new({
  804. NumberSequenceKeypoint.new(0, 1, 0),
  805. NumberSequenceKeypoint.new(1, 0, 0)
  806. })
  807. PartEmmit1.Transparency = NumberSequence.new({
  808. NumberSequenceKeypoint.new(0, 0, 0),
  809. NumberSequenceKeypoint.new(1, 1, 0)
  810. })
  811. PartEmmit1.Speed = NumberRange.new(0, 0)
  812. PartEmmit1.VelocitySpread = 30000
  813. PartEmmit1.Rotation = NumberRange.new(-360, 360)
  814. PartEmmit1.RotSpeed = NumberRange.new(-360, 360)
  815. local BodPoss = IT("BodyPosition", soul)
  816. BodPoss.P = 3000
  817. BodPoss.D = 1000
  818. BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  819. BodPoss.position = torso.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
  820. wait(1.6)
  821. soul.Touched:connect(function(hit)
  822. if hit.Parent == char then
  823. soul:Destroy()
  824. end
  825. end)
  826. wait(1.2)
  827. while soul do
  828. swait()
  829. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  830. BodPoss.Position = tors.Position
  831. end
  832. end)
  833. soulst()
  834. end
  835. end
  836. function FaceMouse()
  837. local Cam = workspace.CurrentCamera
  838. return {
  839. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)),
  840. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  841. }
  842. end
  843.  
  844. function Eviscerate(dude)
  845. if dude.Name ~= char then
  846. local bgf = IT("BodyGyro", dude.Head)
  847. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
  848. local val = IT("BoolValue", dude)
  849. val.Name = "IsHit"
  850. local ds = coroutine.wrap(function()
  851. dude:WaitForChild("Head"):BreakJoints()
  852. wait(0.5)
  853. target = nil
  854. coroutine.resume(coroutine.create(function()
  855. for i, v in pairs(dude:GetChildren()) do
  856. if v:IsA("Accessory") then
  857. v:Destroy()
  858. end
  859. if v:IsA("Humanoid") then
  860. v:Destroy()
  861. end
  862. if v:IsA("CharacterMesh") then
  863. v:Destroy()
  864. end
  865. if v:IsA("Model") then
  866. v:Destroy()
  867. end
  868. if v:IsA("Part") or v:IsA("MeshPart") then
  869. for x, o in pairs(v:GetChildren()) do
  870. if o:IsA("Decal") then
  871. o:Destroy()
  872. end
  873. end
  874. coroutine.resume(coroutine.create(function()
  875. v.Material = "Neon"
  876. v.CanCollide = false
  877. local PartEmmit1 = IT("ParticleEmitter", v)
  878. PartEmmit1.LightEmission = 1
  879. PartEmmit1.Texture = "rbxassetid://284205403"
  880. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  881. PartEmmit1.Rate = 150
  882. PartEmmit1.Lifetime = NumberRange.new(1)
  883. PartEmmit1.Size = NumberSequence.new({
  884. NumberSequenceKeypoint.new(0, 0.75, 0),
  885. NumberSequenceKeypoint.new(1, 0, 0)
  886. })
  887. PartEmmit1.Transparency = NumberSequence.new({
  888. NumberSequenceKeypoint.new(0, 0, 0),
  889. NumberSequenceKeypoint.new(1, 1, 0)
  890. })
  891. PartEmmit1.Speed = NumberRange.new(0, 0)
  892. PartEmmit1.VelocitySpread = 30000
  893. PartEmmit1.Rotation = NumberRange.new(-500, 500)
  894. PartEmmit1.RotSpeed = NumberRange.new(-500, 500)
  895. local BodPoss = IT("BodyPosition", v)
  896. BodPoss.P = 3000
  897. BodPoss.D = 1000
  898. BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  899. BodPoss.position = v.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
  900. v.Color = maincolor.Color
  901. coroutine.resume(coroutine.create(function()
  902. for i = 0, 49 do
  903. swait(1)
  904. v.Transparency = v.Transparency + 0.08
  905. end
  906. wait(0.5)
  907. PartEmmit1.Enabled = false
  908. wait(3)
  909. v:Destroy()
  910. dude:Destroy()
  911. end))
  912. end))
  913. end
  914. end
  915. end))
  916. end)
  917. ds()
  918. end
  919. end
  920.  
  921. function ragdoll(model)
  922. local char = model
  923. torso = char.HumanoidRootPart
  924. torso2 = char.Torso
  925. LW.Parent = nil
  926. RW.Parent = nil
  927. LH.Parent = nil
  928. RH.Parent = nil
  929. if hum ~= nil then
  930. hum.PlatformStand = true
  931. end
  932.  
  933. local Head = char:FindFirstChild("Head")
  934. if Head then
  935. local Neck = Instance.new("Weld")
  936. Neck.Name = "Neck"
  937. Neck.Part0 = torso
  938. Neck.Part1 = Head
  939. Neck.C0 = CFrame.new(0, 1.5, 0)
  940. Neck.C1 = CFrame.new()
  941. Neck.Parent = torso
  942. end
  943. local Limb = char:FindFirstChild("Right Arm")
  944. if Limb then
  945.  
  946. Limb.CFrame = torso.CFrame * CFrame.new(1.5, 0, 0)
  947. local Joint = Instance.new("Glue")
  948. Joint.Name = "RightShoulder"
  949. Joint.Part0 = torso
  950. Joint.Part1 = Limb
  951. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  952. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  953. Joint.Parent = torso
  954.  
  955. local B = Instance.new("Part")
  956. B.TopSurface = 0
  957. B.BottomSurface = 0
  958. B.formFactor = "Symmetric"
  959. B.Size = Vector3.new(1, 1, 1)
  960. B.Transparency = 1
  961. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  962. B.Parent = char
  963. local W = Instance.new("Weld")
  964. W.Part0 = Limb
  965. W.Part1 = B
  966. W.C0 = CFrame.new(0, -0.5, 0)
  967. W.Parent = Limb
  968.  
  969. end
  970. local Limb = char:FindFirstChild("Left Arm")
  971. if Limb then
  972.  
  973. Limb.CFrame = torso.CFrame * CFrame.new(-1.5, 0, 0)
  974. local Joint = Instance.new("Glue")
  975. Joint.Name = "LeftShoulder"
  976. Joint.Part0 = torso
  977. Joint.Part1 = Limb
  978. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  979. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  980. Joint.Parent = torso
  981.  
  982. local B = Instance.new("Part")
  983. B.TopSurface = 0
  984. B.BottomSurface = 0
  985. B.formFactor = "Symmetric"
  986. B.Size = Vector3.new(1, 1, 1)
  987. B.Transparency = 1
  988. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  989. B.Parent = char
  990. local W = Instance.new("Weld")
  991. W.Part0 = Limb
  992. W.Part1 = B
  993. W.C0 = CFrame.new(0, -0.5, 0)
  994. W.Parent = Limb
  995.  
  996. end
  997. local Limb = char:FindFirstChild("Right Leg")
  998. if Limb then
  999.  
  1000. Limb.CFrame = torso.CFrame * CFrame.new(0.5, -2, 0)
  1001. local Joint = Instance.new("Glue")
  1002. Joint.Name = "RightHip"
  1003. Joint.Part0 = torso
  1004. Joint.Part1 = Limb
  1005. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1006. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1007. Joint.Parent = torso
  1008.  
  1009. local B = Instance.new("Part")
  1010. B.TopSurface = 0
  1011. B.BottomSurface = 0
  1012. B.formFactor = "Symmetric"
  1013. B.Size = Vector3.new(1, 1, 1)
  1014. B.Transparency = 1
  1015. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1016. B.Parent = char
  1017. local W = Instance.new("Weld")
  1018. W.Part0 = Limb
  1019. W.Part1 = B
  1020. W.C0 = CFrame.new(0, -0.5, 0)
  1021. W.Parent = Limb
  1022.  
  1023. end
  1024. local Limb = char:FindFirstChild("Left Leg")
  1025. if Limb then
  1026.  
  1027. Limb.CFrame = torso.CFrame * CFrame.new(-0.5, -2, 0)
  1028. local Joint = Instance.new("Glue")
  1029. Joint.Name = "LeftHip"
  1030. Joint.Part0 = torso
  1031. Joint.Part1 = Limb
  1032. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1033. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1034. Joint.Parent = torso
  1035.  
  1036. local B = Instance.new("Part")
  1037. B.TopSurface = 0
  1038. B.BottomSurface = 0
  1039. B.formFactor = "Symmetric"
  1040. B.Size = Vector3.new(1, 1, 1)
  1041. B.Transparency = 1
  1042. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1043. B.Parent = char
  1044. local W = Instance.new("Weld")
  1045. W.Part0 = Limb
  1046. W.Part1 = B
  1047. W.C0 = CFrame.new(0, -0.5, 0)
  1048. W.Parent = Limb
  1049.  
  1050. end
  1051. --[
  1052. local Bar = Instance.new("Part")
  1053. Bar.TopSurface = 0
  1054. Bar.BottomSurface = 0
  1055. Bar.formFactor = "Symmetric"
  1056. Bar.Size = Vector3.new(1, 1, 1)
  1057. Bar.Transparency = 1
  1058. Bar.CFrame = torso.CFrame * CFrame.new(0, 0.5, 0)
  1059. Bar.Parent = char
  1060. local Weld = Instance.new("Weld")
  1061. Weld.Part0 = torso
  1062. Weld.Part1 = Bar
  1063. Weld.C0 = CFrame.new(0, 0.5, 0)
  1064. Weld.Parent = torso
  1065. --]]
  1066.  
  1067. torso.CFrame = CFrame.new(torso.Position)*CFrame.Angles(math.rad(20),math.rad(torso.Orientation.Y),math.rad(torso.Orientation.Z))
  1068.  
  1069. end
  1070.  
  1071. -------------------------------------------------------
  1072. --End Kyu's shitty stuff--
  1073. -------------------------------------------------------
  1074.  
  1075. -------------------------------------------------------
  1076. --Start Important Functions--
  1077. -------------------------------------------------------
  1078. function swait(num)
  1079. if num == 0 or num == nil then
  1080. game:service("RunService").Stepped:wait(0)
  1081. else
  1082. for i = 0, num do
  1083. game:service("RunService").Stepped:wait(0)
  1084. end
  1085. end
  1086. end
  1087. function thread(f)
  1088. coroutine.resume(coroutine.create(f))
  1089. end
  1090. function clerp(a, b, t)
  1091. local qa = {
  1092. QuaternionFromCFrame(a)
  1093. }
  1094. local qb = {
  1095. QuaternionFromCFrame(b)
  1096. }
  1097. local ax, ay, az = a.x, a.y, a.z
  1098. local bx, by, bz = b.x, b.y, b.z
  1099. local _t = 1 - t
  1100. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  1101. end
  1102. function QuaternionFromCFrame(cf)
  1103. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1104. local trace = m00 + m11 + m22
  1105. if trace > 0 then
  1106. local s = math.sqrt(1 + trace)
  1107. local recip = 0.5 / s
  1108. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  1109. else
  1110. local i = 0
  1111. if m00 < m11 then
  1112. i = 1
  1113. end
  1114. if m22 > (i == 0 and m00 or m11) then
  1115. i = 2
  1116. end
  1117. if i == 0 then
  1118. local s = math.sqrt(m00 - m11 - m22 + 1)
  1119. local recip = 0.5 / s
  1120. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  1121. elseif i == 1 then
  1122. local s = math.sqrt(m11 - m22 - m00 + 1)
  1123. local recip = 0.5 / s
  1124. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  1125. elseif i == 2 then
  1126. local s = math.sqrt(m22 - m00 - m11 + 1)
  1127. local recip = 0.5 / s
  1128. return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  1129. end
  1130. end
  1131. end
  1132. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1133. local xs, ys, zs = x + x, y + y, z + z
  1134. local wx, wy, wz = w * xs, w * ys, w * zs
  1135. local xx = x * xs
  1136. local xy = x * ys
  1137. local xz = x * zs
  1138. local yy = y * ys
  1139. local yz = y * zs
  1140. local zz = z * zs
  1141. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  1142. end
  1143. function QuaternionSlerp(a, b, t)
  1144. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  1145. local startInterp, finishInterp
  1146. if cosTheta >= 1.0E-4 then
  1147. if 1 - cosTheta > 1.0E-4 then
  1148. local theta = math.acos(cosTheta)
  1149. local invSinTheta = 1 / Sin(theta)
  1150. startInterp = Sin((1 - t) * theta) * invSinTheta
  1151. finishInterp = Sin(t * theta) * invSinTheta
  1152. else
  1153. startInterp = 1 - t
  1154. finishInterp = t
  1155. end
  1156. elseif 1 + cosTheta > 1.0E-4 then
  1157. local theta = math.acos(-cosTheta)
  1158. local invSinTheta = 1 / Sin(theta)
  1159. startInterp = Sin((t - 1) * theta) * invSinTheta
  1160. finishInterp = Sin(t * theta) * invSinTheta
  1161. else
  1162. startInterp = t - 1
  1163. finishInterp = t
  1164. end
  1165. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  1166. end
  1167. function rayCast(Position, Direction, Range, Ignore)
  1168. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  1169. end
  1170. local RbxUtility = LoadLibrary("RbxUtility")
  1171. local Create = RbxUtility.Create
  1172. local insta = true
  1173.  
  1174. -------------------------------------------------------
  1175. --Start Damage Function--
  1176. -------------------------------------------------------
  1177. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  1178. if hit.Parent == nil then
  1179. return
  1180. end
  1181. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  1182. for _, v in pairs(hit.Parent:children()) do
  1183. if v:IsA("Humanoid") then
  1184. h = v
  1185. end
  1186. end
  1187. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
  1188. hit.Parent:FindFirstChild("Head"):BreakJoints()
  1189. end
  1190.  
  1191. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  1192. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  1193. if hit.Parent.DebounceHit.Value == true then
  1194. return
  1195. end
  1196. end
  1197. if insta == true then
  1198. hit.Parent:FindFirstChild("Head"):BreakJoints()
  1199. end
  1200. local c = Create("ObjectValue"){
  1201. Name = "creator",
  1202. Value = game:service("Players").LocalPlayer,
  1203. Parent = h,
  1204. }
  1205. game:GetService("Debris"):AddItem(c, .5)
  1206. CreateSound("958257111", hit, 10, 1)
  1207. local Damage = math.random(minim, maxim)
  1208. hit.Parent:FindFirstChild("Head"):BreakJoints()
  1209. local blocked = false
  1210. local block = hit.Parent:findFirstChild("Block")
  1211. if block ~= nil then
  1212. if block.className == "IntValue" then
  1213. if block.Value > 0 then
  1214. blocked = true
  1215. block.Value = block.Value - 1
  1216. end
  1217. end
  1218. end
  1219. if blocked == false then
  1220. h.Health = h.Health - Damage
  1221. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), "rekt", 1.5, tors.BrickColor.Color)
  1222. else
  1223. h.Health = h.Health - (Damage / 2)
  1224. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), "ez kill", 1.5, tors.BrickColor.Color)
  1225. end
  1226. if Type == "Knockdown" then
  1227. local hum = hit.Parent.Humanoid
  1228. hum.PlatformStand = true
  1229. coroutine.resume(coroutine.create(function(HHumanoid)
  1230. swait(1)
  1231. HHumanoid.PlatformStand = false
  1232. end), hum)
  1233. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  1234. local bodvol = Create("BodyVelocity"){
  1235. velocity = angle * knockback,
  1236. P = 5000,
  1237. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1238. Parent = hit,
  1239. }
  1240. local rl = Create("BodyAngularVelocity"){
  1241. P = 3000,
  1242. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  1243. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  1244. Parent = hit,
  1245. }
  1246. game:GetService("Debris"):AddItem(bodvol, .5)
  1247. game:GetService("Debris"):AddItem(rl, .5)
  1248. elseif Type == "Normal" then
  1249. local vp = Create("BodyVelocity"){
  1250. P = 500,
  1251. maxForce = Vector3.new(math.huge, 0, math.huge),
  1252. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  1253. }
  1254. if knockback > 0 then
  1255. vp.Parent = hit.Parent.Torso
  1256. end
  1257. game:GetService("Debris"):AddItem(vp, .5)
  1258. elseif Type == "Up" then
  1259. local bodyVelocity = Create("BodyVelocity"){
  1260. velocity = Vector3.new(0, 20, 0),
  1261. P = 5000,
  1262. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1263. Parent = hit,
  1264. }
  1265. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  1266. elseif Type == "DarkUp" then
  1267. coroutine.resume(coroutine.create(function()
  1268. for i = 0, 1, 0.1 do
  1269. swait()
  1270. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  1271. end
  1272. end))
  1273. local bodyVelocity = Create("BodyVelocity"){
  1274. velocity = Vector3.new(0, 20, 0),
  1275. P = 5000,
  1276. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1277. Parent = hit,
  1278. }
  1279. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  1280. elseif Type == "Snare" then
  1281. local bp = Create("BodyPosition"){
  1282. P = 2000,
  1283. D = 100,
  1284. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  1285. position = hit.Parent.Torso.Position,
  1286. Parent = hit.Parent.Torso,
  1287. }
  1288. game:GetService("Debris"):AddItem(bp, 1)
  1289. elseif Type == "Freeze" then
  1290. local BodPos = Create("BodyPosition"){
  1291. P = 50000,
  1292. D = 1000,
  1293. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  1294. position = hit.Parent.Torso.Position,
  1295. Parent = hit.Parent.Torso,
  1296. }
  1297. local BodGy = Create("BodyGyro") {
  1298. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  1299. P = 20e+003,
  1300. Parent = hit.Parent.Torso,
  1301. cframe = hit.Parent.Torso.CFrame,
  1302. }
  1303. hit.Parent.Torso.Anchored = true
  1304. coroutine.resume(coroutine.create(function(Part)
  1305. swait(1.5)
  1306. Part.Anchored = false
  1307. end), hit.Parent.Torso)
  1308. game:GetService("Debris"):AddItem(BodPos, 3)
  1309. game:GetService("Debris"):AddItem(BodGy, 3)
  1310. end
  1311. local debounce = Create("BoolValue"){
  1312. Name = "DebounceHit",
  1313. Parent = hit.Parent,
  1314. Value = true,
  1315. }
  1316. game:GetService("Debris"):AddItem(debounce, Delay)
  1317. c = Create("ObjectValue"){
  1318. Name = "creator",
  1319. Value = Player,
  1320. Parent = h,
  1321. }
  1322. game:GetService("Debris"):AddItem(c, .5)
  1323. end
  1324. end
  1325. -------------------------------------------------------
  1326. --End Damage Function--
  1327. -------------------------------------------------------
  1328.  
  1329. -------------------------------------------------------
  1330. --Start Damage Function Customization--
  1331. -------------------------------------------------------
  1332. function ShowDamage(Pos, Text, Time, Color)
  1333. local Rate = (1 / 30)
  1334. local Pos = (Pos or Vector3.new(0, 0, 0))
  1335. local Text = (Text or "")
  1336. local Time = (Time or 2)
  1337. local Color = (Color or Color3.new(1, 0, 1))
  1338. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  1339. EffectPart.Anchored = true
  1340. local BillboardGui = Create("BillboardGui"){
  1341. Size = UDim2.new(3, 0, 3, 0),
  1342. Adornee = EffectPart,
  1343. Parent = EffectPart,
  1344. }
  1345. local TextLabel = Create("TextLabel"){
  1346. BackgroundTransparency = 1,
  1347. Size = UDim2.new(1, 0, 1, 0),
  1348. Text = Text,
  1349. Font = "Bodoni",
  1350. TextColor3 = Color,
  1351. TextScaled = true,
  1352. TextStrokeColor3 = Color3.fromRGB(0,0,0),
  1353. Parent = BillboardGui,
  1354. }
  1355. game.Debris:AddItem(EffectPart, (Time))
  1356. EffectPart.Parent = game:GetService("Workspace")
  1357. delay(0, function()
  1358. local Frames = (Time / Rate)
  1359. for Frame = 1, Frames do
  1360. wait(Rate)
  1361. local Percent = (Frame / Frames)
  1362. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  1363. TextLabel.TextTransparency = Percent
  1364. end
  1365. if EffectPart and EffectPart.Parent then
  1366. EffectPart:Destroy()
  1367. end
  1368. end)
  1369. end
  1370. -------------------------------------------------------
  1371. --End Damage Function Customization--
  1372. -------------------------------------------------------
  1373.  
  1374. function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
  1375. for _, c in pairs(workspace:children()) do
  1376. local hum = c:findFirstChild("Humanoid")
  1377. if hum ~= nil then
  1378. local head = c:findFirstChild("Head")
  1379. if head ~= nil then
  1380. local targ = head.Position - Part.Position
  1381. local mag = targ.magnitude
  1382. if magni >= mag and c.Name ~= plr.Name then
  1383.  
  1384. Damage(head, head, mindam, maxdam, knock, Type, root, 0.1, "http://www.roblox.com/asset/?id=0", 1.2)
  1385. end
  1386. end
  1387. end
  1388. end
  1389. end
  1390.  
  1391.  
  1392. CFuncs = {
  1393. Part = {
  1394. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1395. local Part = Create("Part")({
  1396. Parent = Parent,
  1397. Reflectance = Reflectance,
  1398. Transparency = Transparency,
  1399. CanCollide = false,
  1400. Locked = true,
  1401. BrickColor = BrickColor.new(tostring(BColor)),
  1402. Name = Name,
  1403. Size = Size,
  1404. Material = Material
  1405. })
  1406. RemoveOutlines(Part)
  1407. return Part
  1408. end
  1409. },
  1410. Mesh = {
  1411. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1412. local Msh = Create(Mesh)({
  1413. Parent = Part,
  1414. Offset = OffSet,
  1415. Scale = Scale
  1416. })
  1417. if Mesh == "SpecialMesh" then
  1418. Msh.MeshType = MeshType
  1419. Msh.MeshId = MeshId
  1420. end
  1421. return Msh
  1422. end
  1423. },
  1424. Mesh = {
  1425. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1426. local Msh = Create(Mesh)({
  1427. Parent = Part,
  1428. Offset = OffSet,
  1429. Scale = Scale
  1430. })
  1431. if Mesh == "SpecialMesh" then
  1432. Msh.MeshType = MeshType
  1433. Msh.MeshId = MeshId
  1434. end
  1435. return Msh
  1436. end
  1437. },
  1438. Weld = {
  1439. Create = function(Parent, Part0, Part1, C0, C1)
  1440. local Weld = Create("Weld")({
  1441. Parent = Parent,
  1442. Part0 = Part0,
  1443. Part1 = Part1,
  1444. C0 = C0,
  1445. C1 = C1
  1446. })
  1447. return Weld
  1448. end
  1449. },
  1450. Sound = {
  1451. Create = function(id, par, vol, pit)
  1452. coroutine.resume(coroutine.create(function()
  1453. local S = Create("Sound")({
  1454. Volume = vol,
  1455. Pitch = pit or 1,
  1456. SoundId = id,
  1457. Parent = par or workspace
  1458. })
  1459. wait()
  1460. S:play()
  1461. game:GetService("Debris"):AddItem(S, 6)
  1462. end))
  1463. end
  1464. },
  1465. ParticleEmitter = {
  1466. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  1467. local fp = Create("ParticleEmitter")({
  1468. Parent = Parent,
  1469. Color = ColorSequence.new(Color1, Color2),
  1470. LightEmission = LightEmission,
  1471. Size = Size,
  1472. Texture = Texture,
  1473. Transparency = Transparency,
  1474. ZOffset = ZOffset,
  1475. Acceleration = Accel,
  1476. Drag = Drag,
  1477. LockedToPart = LockedToPart,
  1478. VelocityInheritance = VelocityInheritance,
  1479. EmissionDirection = EmissionDirection,
  1480. Enabled = Enabled,
  1481. Lifetime = LifeTime,
  1482. Rate = Rate,
  1483. Rotation = Rotation,
  1484. RotSpeed = RotSpeed,
  1485. Speed = Speed,
  1486. VelocitySpread = VelocitySpread
  1487. })
  1488. return fp
  1489. end
  1490. }
  1491. }
  1492. function RemoveOutlines(part)
  1493. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  1494. end
  1495. function CreatePart(FormFactor, Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1496. local Part = Create("Part")({
  1497. formFactor = FormFactor,
  1498. Parent = Parent,
  1499. Reflectance = Reflectance,
  1500. Transparency = Transparency,
  1501. CanCollide = false,
  1502. Locked = true,
  1503. BrickColor = BrickColor.new(tostring(BColor)),
  1504. Name = Name,
  1505. Size = Size,
  1506. Material = Material
  1507. })
  1508. RemoveOutlines(Part)
  1509. return Part
  1510. end
  1511. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1512. local Msh = Create(Mesh)({
  1513. Parent = Part,
  1514. Offset = OffSet,
  1515. Scale = Scale
  1516. })
  1517. if Mesh == "SpecialMesh" then
  1518. Msh.MeshType = MeshType
  1519. Msh.MeshId = MeshId
  1520. end
  1521. return Msh
  1522. end
  1523. function CreateWeld(Parent, Part0, Part1, C0, C1)
  1524. local Weld = Create("Weld")({
  1525. Parent = Parent,
  1526. Part0 = Part0,
  1527. Part1 = Part1,
  1528. C0 = C0,
  1529. C1 = C1
  1530. })
  1531. return Weld
  1532. end
  1533.  
  1534. -------------------------------------------------------
  1535. --Start Effect Function--
  1536. -------------------------------------------------------
  1537. EffectModel = Instance.new("Model", char)
  1538. Effects = {
  1539. Block = {
  1540. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1541. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1542. prt.Anchored = true
  1543. prt.CFrame = cframe
  1544. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1545. game:GetService("Debris"):AddItem(prt, 10)
  1546. if Type == 1 or Type == nil then
  1547. table.insert(Effects, {
  1548. prt,
  1549. "Block1",
  1550. delay,
  1551. x3,
  1552. y3,
  1553. z3,
  1554. msh
  1555. })
  1556. elseif Type == 2 then
  1557. table.insert(Effects, {
  1558. prt,
  1559. "Block2",
  1560. delay,
  1561. x3,
  1562. y3,
  1563. z3,
  1564. msh
  1565. })
  1566. else
  1567. table.insert(Effects, {
  1568. prt,
  1569. "Block3",
  1570. delay,
  1571. x3,
  1572. y3,
  1573. z3,
  1574. msh
  1575. })
  1576. end
  1577. end
  1578. },
  1579. Sphere = {
  1580. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1581. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1582. prt.Anchored = true
  1583. prt.CFrame = cframe
  1584. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0,0,0), Vector3.new(x1, y1, z1))
  1585. game:GetService("Debris"):AddItem(prt, 10)
  1586. table.insert(Effects, {
  1587. prt,
  1588. "Cylinder",
  1589. delay,
  1590. x3,
  1591. y3,
  1592. z3,
  1593. msh
  1594. })
  1595. end
  1596. },
  1597. Cylinder = {
  1598. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1599. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1600. prt.Anchored = true
  1601. prt.CFrame = cframe
  1602. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1603. game:GetService("Debris"):AddItem(prt, 10)
  1604. table.insert(Effects, {
  1605. prt,
  1606. "Cylinder",
  1607. delay,
  1608. x3,
  1609. y3,
  1610. z3,
  1611. msh
  1612. })
  1613. end
  1614. },
  1615. Wave = {
  1616. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1617. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1618. prt.Anchored = true
  1619. prt.CFrame = cframe
  1620. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1 / 60, y1 / 60, z1 / 60))
  1621. game:GetService("Debris"):AddItem(prt, 10)
  1622. table.insert(Effects, {
  1623. prt,
  1624. "Cylinder",
  1625. delay,
  1626. x3 / 60,
  1627. y3 / 60,
  1628. z3 / 60,
  1629. msh
  1630. })
  1631. end
  1632. },
  1633. Ring = {
  1634. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1635. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1636. prt.Anchored = true
  1637. prt.CFrame = cframe
  1638. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1639. game:GetService("Debris"):AddItem(prt, 10)
  1640. table.insert(Effects, {
  1641. prt,
  1642. "Cylinder",
  1643. delay,
  1644. x3,
  1645. y3,
  1646. z3,
  1647. msh
  1648. })
  1649. end
  1650. },
  1651. Break = {
  1652. Create = function(brickcolor, cframe, x1, y1, z1)
  1653. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1654. prt.Anchored = true
  1655. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1656. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1657. local num = math.random(10, 50) / 1000
  1658. game:GetService("Debris"):AddItem(prt, 10)
  1659. table.insert(Effects, {
  1660. prt,
  1661. "Shatter",
  1662. num,
  1663. prt.CFrame,
  1664. math.random() - math.random(),
  1665. 0,
  1666. math.random(50, 100) / 100
  1667. })
  1668. end
  1669. },
  1670. Spiral = {
  1671. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1672. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1673. prt.Anchored = true
  1674. prt.CFrame = cframe
  1675. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1051557", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1676. game:GetService("Debris"):AddItem(prt, 10)
  1677. table.insert(Effects, {
  1678. prt,
  1679. "Cylinder",
  1680. delay,
  1681. x3,
  1682. y3,
  1683. z3,
  1684. msh
  1685. })
  1686. end
  1687. },
  1688. Push = {
  1689. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1690. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1691. prt.Anchored = true
  1692. prt.CFrame = cframe
  1693. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://437347603", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1694. game:GetService("Debris"):AddItem(prt, 10)
  1695. table.insert(Effects, {
  1696. prt,
  1697. "Cylinder",
  1698. delay,
  1699. x3,
  1700. y3,
  1701. z3,
  1702. msh
  1703. })
  1704. end
  1705. }
  1706. }
  1707. -------------------------------------------------------
  1708. --End Effect Function--
  1709. -------------------------------------------------------
  1710.  
  1711. function CreateSound(ID, PARENT, VOLUME, PITCH) --Very important.
  1712. local NSound = nil
  1713. coroutine.resume(coroutine.create(function()
  1714. NSound = Instance.new("Sound", PARENT)
  1715. NSound.Volume = VOLUME
  1716. NSound.Pitch = PITCH
  1717. NSound.SoundId = "http://www.roblox.com/asset/?id="..ID
  1718. swait()
  1719. NSound:play()
  1720. game:GetService("Debris"):AddItem(NSound, 10)
  1721. end))
  1722. return NSound
  1723. end
  1724.  
  1725.  
  1726. coroutine.resume(coroutine.create(function()
  1727. while text ~= nil do
  1728. swait()
  1729. text.Rotation = math.random(-1.8,1.8)
  1730. end
  1731. end))
  1732.  
  1733. angery = false
  1734.  
  1735.  
  1736. -------------------------------------------------------
  1737. --End Important Functions--
  1738. -------------------------------------------------------
  1739.  
  1740. lul = Instance.new("Sound", tors) --le musice
  1741. lul.Pitch = 1
  1742.  
  1743. local mu = math.random(1,14)
  1744. if mu == 5 then
  1745. lul.SoundId = "rbxassetid://1695726665"
  1746. end
  1747. if mu == 5 then
  1748. lul.SoundId = "rbxassetid://1695726665"
  1749. end
  1750. if mu == 5 then
  1751. lul.SoundId = "rbxassetid://1695726665"
  1752. end
  1753. if mu == 5 then
  1754. lul.SoundId = "rbxassetid://1695726665"
  1755. end
  1756. if mu == 5 then
  1757. lul.SoundId = "rbxassetid://1695726665"
  1758. end
  1759. if mu == 5 then
  1760. lul.SoundId = "rbxassetid://1695726665"
  1761. end
  1762. if mu == 5 then
  1763. lul.SoundId = "rbxassetid://1695726665"
  1764. end
  1765. if mu == 5 then
  1766. lul.SoundId = "rbxassetid://1695726665"
  1767. end
  1768. if mu == 5 then
  1769. lul.SoundId = "rbxassetid://1695726665"
  1770. end
  1771. if mu == 5 then
  1772. lul.SoundId = "rbxassetid://1695726665"
  1773. end
  1774. if mu == 5 then
  1775. lul.SoundId = "rbxassetid://1695726665"
  1776. end
  1777. if mu == 5 then
  1778. lul.SoundId = "rbxassetid://1695726665"
  1779. end
  1780. if mu == 5 then
  1781. lul.SoundId = "rbxassetid://1695726665"
  1782. end
  1783. if mu == 5 then
  1784. lul.SoundId = "rbxassetid://1695726665"
  1785. end
  1786. lul.Volume = 4.7
  1787. lul.TimePosition = 0
  1788. lul.Looped = true
  1789. lul:Play()
  1790.  
  1791. NEWS = Instance.new("Sound", tors) --O NO
  1792. NEWS.SoundId = "http://www.roblox.com/asset/?id=1695726665"
  1793. NEWS.Volume = 100
  1794. NEWS.Pitch = 1
  1795. NEWS.Looped = false
  1796. NEWS.TimePosition = 1
  1797.  
  1798. AAAAA = Instance.new("Sound", tors) --aaa
  1799. AAAAA.SoundId = "http://www.roblox.com/asset/?id=0"
  1800. AAAAA.Volume = 10
  1801. AAAAA.Pitch = 1
  1802. AAAAA.Looped = false
  1803. AAAAA.TimePosition = 1
  1804.  
  1805. MERKIO = Instance.new("Sound", tors) --why
  1806. MERKIO.SoundId = "http://www.roblox.com/asset/?id=1695726665"
  1807. MERKIO.Volume = 10
  1808. MERKIO.Pitch = 1
  1809. MERKIO.Looped = false
  1810. MERKIO.TimePosition = 0
  1811.  
  1812. MERKIO2 = Instance.new("Sound", tors) --why (again)
  1813. MERKIO2.SoundId = "http://www.roblox.com/asset/?1695726665"
  1814. MERKIO2.Volume = 10
  1815. MERKIO2.Pitch = 1
  1816. MERKIO2.Looped = false
  1817. MERKIO2.TimePosition = 0
  1818.  
  1819. thonks = Instance.new("Sound", tors) --wat?
  1820. thonks.SoundId = "http://www.roblox.com/asset/?id=685766564"
  1821. thonks.Volume = 10
  1822. thonks.Pitch = 1
  1823. thonks.Looped = false
  1824. thonks.TimePosition = 0
  1825.  
  1826. gudsong = Instance.new("Sound", tors) --seizure time
  1827. gudsong.SoundId = "http://www.roblox.com/asset/?id=2027619387"
  1828. gudsong.Volume = 10
  1829. gudsong.Pitch = 1
  1830. gudsong.Looped = true
  1831. gudsong.TimePosition = 6.6
  1832.  
  1833. -------------------------------------------------------
  1834. --Start Music Option--
  1835. -------------------------------------------------------
  1836. ;
  1837. -------------------------------------------------------
  1838. --End Music Option--
  1839. -------------------------------------------------------
  1840. --hi fat >:)
  1841. -------------------------------------------------------
  1842. --Start Attacks N Stuff--
  1843. -------------------------------------------------------
  1844.  
  1845. function THEBESTOVERUSEDJOKEEVER() --oh god why did i make this a thing jeezus help me pls
  1846. attack = true
  1847.  
  1848. hum.WalkSpeed = 40
  1849. lul:Pause()
  1850. Character.Head.face.Texture = "rbxassetid://620619801"
  1851. NEWS:Play()
  1852. repeat
  1853. NEWS.Parent = tors
  1854. swait()
  1855. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(math.random(-25,25),math.random(-25,25),math.random(-25,25)), 0.15)
  1856. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.random(-25,25),math.random(-25,25),math.random(-25,25)), 0.3)
  1857. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.001 * Cos(sine / 20)) * RHCF * angles (math.random(-25,25),math.random(-25,25),math.random(-25,25)), 0.15)
  1858. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.001 * Cos(sine / 20)) * LHCF * angles(math.random(-25,25),math.random(-25,25),math.random(-25,25)), 0.15)
  1859. RW.C0 = clerp(RW.C0, CF(1.2, 0.5 + 0.05 * Sin(sine / 30), 0.001 * Cos(sine / 20)) * angles (math.random(-25,25),math.random(-25,25),math.random(-25,25)), 0.1)
  1860. LW.C0 = clerp(LW.C0, CF(-1.2, 0.5 + 0.05 * Sin(sine / 30), 0.001 * Cos(sine / 20)) * angles(math.random(-25,25),math.random(-25,25),math.random(-25,25)), 0.1)
  1861. until NEWS.Playing == false
  1862. local S = Instance.new("Explosion",workspace)
  1863. S.Position = tors.Position
  1864. S.BlastPressure = 999
  1865. S.BlastRadius = 45
  1866. S.ExplosionType = 0
  1867. attack = false
  1868. hum.WalkSpeed = 40
  1869. lul:Resume()
  1870. Character.Head.face.Texture = "rbxassetid://620619801"
  1871. attack = false
  1872. hum.WalkSpeed = 40
  1873. end
  1874.  
  1875. function sneakonehundred()
  1876. attack = true
  1877. hum.WalkSpeed = 0.03
  1878. Character.Head.face.Texture = "rbxassetid://1667792"
  1879. CreateSound("1542642349", tors, 10, 1.05)
  1880. for i = 0,20,0.1 do
  1881. swait()
  1882. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -2.64 + 0.1) * angles(Rad(90), Rad(0), Rad(0)), 0.15)
  1883. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-110), Rad(0), Rad(0)), 0.4)
  1884. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  1885. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  1886. RW.C0 = clerp(RW.C0, CF(1.3, 0.9 + 0.05 * Sin(sine / 30), 0.0001 * Cos(sine / 20)) * angles(Rad(1), Rad(0), Rad(-180)), 0.4)
  1887. LW.C0 = clerp(LW.C0, CF(-1.3, 0.8 + 0.05 * Sin(sine / 30), -0.0001 * Cos(sine / 20)) * angles(Rad(1), Rad(0), Rad(180)), 0.4)
  1888. end
  1889. CreateSound("753450324", tors, 10, 1.05)
  1890. wait(0.25)
  1891. Character.Head.face.Texture = "rbxassetid://1223903433"
  1892. for i = 0,7,0.1 do
  1893. swait()
  1894. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -2.64 + 0.1) * angles(Rad(90), Rad(0), Rad(0)), 0.15)
  1895. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-110), Rad(0), Rad(0)), 0.4)
  1896. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  1897. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  1898. RW.C0 = clerp(RW.C0, CF(1.3, 0.9 + 0.05 * Sin(sine / 30), 0.0001 * Cos(sine / 20)) * angles(Rad(40), Rad(0), Rad(-180)), 0.4)
  1899. LW.C0 = clerp(LW.C0, CF(-1.3, 0.8 + 0.05 * Sin(sine / 30), -0.0001 * Cos(sine / 20)) * angles(Rad(40), Rad(0), Rad(180)), 0.4)
  1900. end
  1901. Character.Head.face.Texture = "rbxassetid://620619801"
  1902. attack = false
  1903. hum.WalkSpeed = 40
  1904. end
  1905.  
  1906. function WRY() --WRYYYYYYY
  1907. attack = true
  1908. hum.WalkSpeed = 0.30
  1909. CreateSound("794081034", hed, 10, 1)
  1910. Character.Head.face.Texture = "rbxassetid://396389196"
  1911. for i = 0,2,0.1 do
  1912. swait()
  1913. CameraEnshaking(1, 2)
  1914. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  1915. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(30), Rad(0), Rad(0)), 0.3)
  1916. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  1917. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  1918. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(140), Rad(60)), 0.1)
  1919. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(-140), Rad(-60)), 0.1)
  1920. end
  1921. for i = 0,14.7,0.1 do
  1922. swait()
  1923. CameraEnshaking(1, 3)
  1924. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 1, -1 + 0.1) * angles(Rad(-75), Rad(0), Rad(0)), 0.15)
  1925. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(65), Rad(0), Rad(0)), 0.3)
  1926. RH.C0 = clerp(RH.C0, CF(1.1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(-70)), 0.15)
  1927. LH.C0 = clerp(LH.C0, CF(-1.1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(70)), 0.15)
  1928. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(45), Rad(0), Rad(40)), 0.1)
  1929. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(45), Rad(-0), Rad(-40)), 0.1)
  1930. end
  1931. attack = false
  1932. Character.Head.face.Texture = "rbxassetid://620619801"
  1933. hum.WalkSpeed = 40
  1934. end
  1935.  
  1936. function DANCEFORME()
  1937. attack = true
  1938. texth.Text = "Squɑƚing."
  1939. text.Text = ""
  1940. lul:Pause()
  1941. Character.Head.face.Texture = "rbxassetid://1676553712"
  1942. MERKIO:Play()
  1943. repeat
  1944. for i = 0,0.37,0.03 do
  1945. swait()
  1946. MERKIO.Parent = tors
  1947. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.8)
  1948. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.9)
  1949. RH.C0 = clerp(RH.C0, CF(1.8, -0.1 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
  1950. LH.C0 = clerp(LH.C0, CF(-1.8, -0.1 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
  1951. RW.C0 = clerp(RW.C0, CF(1.5, 0.7 + 0.1 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(115)), 0.77)
  1952. LW.C0 = clerp(LW.C0, CF(-1.5, 0.7 + 0.1 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-115)), 0.67)
  1953. end
  1954. for i = 0,0.37,0.03 do
  1955. swait()
  1956. MERKIO.Parent = tors
  1957. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.8)
  1958. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.9)
  1959. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
  1960. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
  1961. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(90)), 0.7)
  1962. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-90)), 0.7)
  1963. end
  1964. until MERKIO.Playing == false
  1965. MERKIO:Stop()
  1966. Character.Head.face.Texture = "rbxassetid://620619801"
  1967. attack = false
  1968. lul:Resume()
  1969. texth.Text = ""
  1970. text.Text = "Noti˅ɐ "
  1971. hum.WalkSpeed = 40
  1972. end
  1973.  
  1974. function takethat()
  1975. attack = true
  1976. hum.WalkSpeed = 0
  1977. CreateSound("1238240145", tors, 10, 1.05)
  1978. for i = 0,8.3,0.1 do
  1979. swait()
  1980. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(90)), 0.7)
  1981. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(30), Rad(0), Rad(0)), 0.7)
  1982. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.7)
  1983. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.7)
  1984. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(-.6), Rad(0)), 0.7)
  1985. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-45), Rad(-.6), Rad(136 - 4.5 * Sin(sine / 20))), 0.7)
  1986. end
  1987. CreateSound("135165859", tors, 10, 1.05)
  1988. for i = 0,6,0.1 do
  1989. swait()
  1990. rootj.C0 = char.Torso.Neck.C0 * CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1991. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.85)
  1992. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.7)
  1993. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.7)
  1994. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.7)
  1995. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(-.6), Rad(0)), 0.7)
  1996. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-0), Rad(-.6), Rad(0 - 4.5 * Sin(sine / 20))), 0.7)
  1997. end
  1998. attack = false
  1999. Character.Head.face.Texture = "rbxassetid://620619801"
  2000. hum.WalkSpeed = 40
  2001. end
  2002. function thonki()
  2003. attack = true
  2004. text.Text = "Thinking..."
  2005. hum.WalkSpeed = 6.5
  2006. Character.Head.face.Texture = "rbxassetid://1528105298"
  2007. thonks:Play()
  2008. lul:Pause()
  2009. repeat
  2010. for i = 0,8.3,0.1 do
  2011. swait()
  2012. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(90)), 0.7)
  2013. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(30), Rad(0), Rad(0)), 0.7)
  2014. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.7)
  2015. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.7)
  2016. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(-.6), Rad(0)), 0.7)
  2017. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-45), Rad(-.6), Rad(136 - 4.5 * Sin(sine / 20))), 0.7)
  2018. end
  2019. until thonks.Playing == false
  2020. thonks:Stop()
  2021. attack = false
  2022. text.Text = "Noti˅ɐ "
  2023. Character.Head.face.Texture = "rbxassetid://620619801"
  2024. lul:Resume()
  2025. hum.WalkSpeed = 40
  2026. end
  2027. function kyu_will_break_your_neck_asdf_longest_function_name_ever_xd()
  2028. attack = true
  2029. Character.Head.face.Texture = "rbxassetid://266304560"
  2030. for i = 0,6,0.1 do
  2031. swait()
  2032. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2033. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2034. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2035. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2036. RW.C0 = clerp(RW.C0, CF(1.3, 0.9 + 0.05 * Sin(sine / 30), 0.2 * Cos(sine / 20)) * angles(Rad(170), Rad(0), Rad(-15)), 0.1)
  2037. LW.C0 = clerp(LW.C0, CF(-1.3, 0.8 + 0.05 * Sin(sine / 30), -0.025 * Cos(sine / 20)) * angles(Rad(140), Rad(0), Rad(15)), 0.1)
  2038. end
  2039. CreateSound("1093102664", hed, 10, 1)
  2040. CameraEnshaking(3, 8)
  2041. for i = 0,2,0.1 do
  2042. swait()
  2043. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(5), Rad(0), Rad(0)), 0.15)
  2044. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(40), Rad(0)), 0.4)
  2045. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2046. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2047. RW.C0 = clerp(RW.C0, CF(1.3, 0.9 + 0.05 * Sin(sine / 30), 0.2 * Cos(sine / 20)) * angles(Rad(200), Rad(0), Rad(-40)), 0.4)
  2048. LW.C0 = clerp(LW.C0, CF(-1.3, 0.8 + 0.05 * Sin(sine / 30), -0.025 * Cos(sine / 20)) * angles(Rad(40), Rad(0), Rad(40)), 0.4)
  2049. end
  2050. Character.Head.face.Texture = "rbxassetid://30128383"
  2051. hum.MaxHealth = 0
  2052. ragdoll(char)
  2053. CreateSound("534269232", hed, 5, 1)
  2054. end
  2055.  
  2056. function dead()
  2057. attack = true
  2058. hum.WalkSpeed = 0.20
  2059. CreateSound("137225991", hed, 10, 1)
  2060. Character.Head.face.Texture = "rbxassetid://297512410"
  2061. for i = 0,1.1,0.1 do
  2062. swait()
  2063. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2064. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2065. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2066. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2067. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2068. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2069. end
  2070. for i = 0,1.1,0.1 do
  2071. swait()
  2072. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(90), Rad(0)), 0.15)
  2073. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2074. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2075. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2076. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2077. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2078. end
  2079. for i = 0,1.1,0.1 do
  2080. swait()
  2081. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(180), Rad(0)), 0.15)
  2082. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2083. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2084. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2085. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2086. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2087. end
  2088. for i = 0,1.1,0.1 do
  2089. swait()
  2090. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(270), Rad(0)), 0.15)
  2091. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2092. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2093. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2094. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2095. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2096. end
  2097. for i = 0,1.1,0.1 do
  2098. swait()
  2099. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2100. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2101. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2102. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2103. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2104. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2105. end
  2106. for i = 0,1.1,0.1 do
  2107. swait()
  2108. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(90), Rad(0)), 0.15)
  2109. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2110. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2111. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2112. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2113. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2114. end
  2115. for i = 0,1.1,0.1 do
  2116. swait()
  2117. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(180), Rad(0)), 0.15)
  2118. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2119. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2120. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2121. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2122. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2123. end
  2124. for i = 0,1.1,0.1 do
  2125. swait()
  2126. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(270), Rad(0)), 0.15)
  2127. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2128. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2129. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2130. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2131. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2132. end
  2133. for i = 0,1.1,0.1 do
  2134. swait()
  2135. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2136. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2137. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(90)), 0.15)
  2138. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-90)), 0.15)
  2139. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(140)), 0.1)
  2140. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-140)), 0.1)
  2141. end
  2142. Character.Head.face.Texture = "rbxassetid://273309187"
  2143. for i = 0,9,0.1 do
  2144. swait()
  2145. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -2.59 + 0.1) * angles(Rad(-90), Rad(90), Rad(0)), 0.15)
  2146. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  2147. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2148. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-0)), 0.15)
  2149. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(30)), 0.1)
  2150. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-30)), 0.1)
  2151. end
  2152. attack = false
  2153. Character.Head.face.Texture = "rbxassetid://620619801"
  2154. hum.WalkSpeed = 40
  2155. end
  2156.  
  2157. function ShutTheHellUp()
  2158. attack = true
  2159. hum.WalkSpeed = 2.01
  2160. CreateSound("336377340", hed, 10, 1)
  2161. for i = 0,3,0.1 do
  2162. swait()
  2163. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2164. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2165. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2166. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2167. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  2168. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2169. end
  2170. for i = 0,1.2,0.1 do
  2171. swait()
  2172. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2173. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(0), Rad(0)), 0.3)
  2174. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2175. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2176. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  2177. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2178. end
  2179. for i = 0,1.2,0.1 do
  2180. swait()
  2181. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2182. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-5), Rad(0), Rad(0)), 0.3)
  2183. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2184. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2185. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  2186. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2187. end
  2188. for i = 0,1.2,0.1 do
  2189. swait()
  2190. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2191. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(0), Rad(0)), 0.3)
  2192. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2193. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2194. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  2195. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2196. end
  2197. for i = 0,1.2,0.1 do
  2198. swait()
  2199. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2200. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-5), Rad(0), Rad(0)), 0.3)
  2201. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2202. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2203. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  2204. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2205. end
  2206. for i = 0,2,0.1 do
  2207. swait()
  2208. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2209. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2210. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2211. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2212. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(120), Rad(0), Rad(5)), 0.1)
  2213. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2214. end
  2215. for i = 0,2,0.1 do
  2216. swait()
  2217. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2218. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2219. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2220. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2221. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  2222. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2223. end
  2224. hum.WalkSpeed = 40
  2225. attack = false
  2226. end
  2227.  
  2228. function NO_U()
  2229. attack = true
  2230. hum.WalkSpeed = 4.01
  2231. Character.Head.face.Texture = "rbxassetid://304904077"
  2232. CreateSound("1543318456", hed, 10, 1)
  2233. for i = 0,6,0.1 do
  2234. swait()
  2235. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2236. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2237. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2238. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2239. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  2240. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2241. end
  2242. for i = 0,3.2,0.1 do
  2243. swait()
  2244. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2245. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(0), Rad(0)), 0.3)
  2246. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2247. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2248. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(5)), 0.1)
  2249. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2250. end
  2251. hum.WalkSpeed = 40
  2252. Character.Head.face.Texture = "rbxassetid://620619801"
  2253. attack = false
  2254. end
  2255.  
  2256. function EndMySufferingV2()
  2257. attack = true
  2258. hum.WalkSpeed = 1.01
  2259. CreateSound("577475178", hed, 10, 1)
  2260. for i = 0,18,0.1 do
  2261. swait()
  2262. rootj.C0=clerp(rootj.C0,RootCF*CF(0,0,-0.1+0.1*math.cos(sine/20))*angles(math.rad(15),math.rad(-10),math.rad(0)),0.15)
  2263. tors.Neck.C0=clerp(tors.Neck.C0,necko*angles(math.rad(35),math.rad(0),math.rad(0)),.3)
  2264. RH.C0=clerp(RH.C0,CF(1,-.9-0.1*math.cos(sine/20),.025*math.cos(sine/20))*RHCF*angles(math.rad(-5),math.rad(0),math.rad(0)),0.15)
  2265. LH.C0=clerp(LH.C0,CF(-1,-.9-0.1*math.cos(sine/20),.025*math.cos(sine/20))*LHCF*angles(math.rad(-5),math.rad(-0),math.rad(-20)),0.15)
  2266. RW.C0 = clerp(RW.C0, CFrame.new(1.1, 0.5+0.1*math.sin(sine/30), -0.6) * angles(math.rad(-0), math.rad(10), math.rad(-110)), 0.1)
  2267. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+0.1*math.sin(sine/30), 0.055*math.cos(sine/20)) * angles(math.rad(-0), math.rad(-10), math.rad(-105)), 0.1)
  2268. end
  2269. attack = false
  2270. hum.WalkSpeed = 40
  2271. end
  2272.  
  2273. function Victory()
  2274. attack = true
  2275. hum.WalkSpeed = 1.01
  2276. Character.Head.face.Texture = "rbxassetid://616284160"
  2277. Humanoid.Jump = true
  2278. CreateSound("130834939", hed, 10, 1)
  2279. for i = 0,3.7,0.1 do
  2280. swait()
  2281. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2282. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2283. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(-40)), 0.15)
  2284. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-40)), 0.15)
  2285. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2286. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(180), Rad(20), Rad(-5)), 0.1)
  2287. end
  2288. Humanoid.Jump = true
  2289. for i = 0,3.7,0.1 do
  2290. swait()
  2291. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2292. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2293. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(40)), 0.15)
  2294. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(40)), 0.15)
  2295. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-180), Rad(-25), Rad(5)), 0.1)
  2296. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-0)), 0.1)
  2297. end
  2298. Humanoid.Jump = true
  2299. for i = 0,3.7,0.1 do
  2300. swait()
  2301. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2302. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2303. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(-40)), 0.15)
  2304. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-40)), 0.15)
  2305. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2306. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(180), Rad(20), Rad(-5)), 0.1)
  2307. end
  2308. Humanoid.Jump = true
  2309. for i = 0,3.7,0.1 do
  2310. swait()
  2311. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2312. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2313. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(40)), 0.15)
  2314. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(40)), 0.15)
  2315. RW.C0 = clerp(RW.C0, CF(1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-180), Rad(-25), Rad(5)), 0.1)
  2316. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-0)), 0.1)
  2317. end
  2318. Humanoid.Jump = true
  2319. for i = 0,3.7,0.1 do
  2320. swait()
  2321. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.2) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2322. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2323. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(-40)), 0.15)
  2324. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(-40)), 0.15)
  2325. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2326. LW.C0 = clerp(LW.C0, CF(-1.5, 1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(180), Rad(20), Rad(-5)), 0.1)
  2327. end
  2328. attack = false
  2329. Character.Head.face.Texture = "rbxassetid://620619801"
  2330. hum.WalkSpeed = 40
  2331. end
  2332.  
  2333. function WhatHuh()
  2334. attack = true
  2335. hum.WalkSpeed = 1.01
  2336. CreateSound("130766865", hed, 10, 1)
  2337. Character.Head.face.Texture = "rbxassetid://276732672"
  2338. for i = 0,4,0.1 do
  2339. swait()
  2340. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2341. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(26), Rad(0)), 0.3)
  2342. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2343. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2344. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(120)), 0.1)
  2345. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-120)), 0.1)
  2346. end
  2347. for i = 0,6.7,0.1 do
  2348. swait()
  2349. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2350. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(-26), Rad(0)), 0.3)
  2351. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2352. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2353. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(120)), 0.1)
  2354. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-120)), 0.1)
  2355. end
  2356. for i = 0,8.1,0.1 do
  2357. swait()
  2358. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2359. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(26), Rad(0)), 0.3)
  2360. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2361. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2362. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(120)), 0.1)
  2363. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-120)), 0.1)
  2364. end
  2365. for i = 0,1,0.1 do
  2366. swait()
  2367. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2368. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(40), Rad(-26), Rad(0)), 0.3)
  2369. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2370. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2371. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(120)), 0.1)
  2372. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-120)), 0.1)
  2373. end
  2374. for i = 0,1,0.1 do
  2375. swait()
  2376. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2377. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(40), Rad(26), Rad(0)), 0.3)
  2378. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2379. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2380. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(120)), 0.1)
  2381. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-120)), 0.1)
  2382. end
  2383. for i = 0,4,0.1 do
  2384. swait()
  2385. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2386. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(-26), Rad(0)), 0.3)
  2387. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2388. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2389. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(120)), 0.1)
  2390. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-120)), 0.1)
  2391. end
  2392. attack = false
  2393. Character.Head.face.Texture = "rbxassetid://620619801"
  2394. hum.WalkSpeed = 40
  2395. end
  2396.  
  2397. function kyu_will_break_your_neck_asdf_longest_function_name_ever_xd()
  2398. attack = true
  2399. Character.Head.face.Texture = "rbxassetid://266304560"
  2400. for i = 0,6,0.1 do
  2401. swait()
  2402. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2403. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2404. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2405. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2406. RW.C0 = clerp(RW.C0, CF(1.3, 0.9 + 0.05 * Sin(sine / 30), 0.2 * Cos(sine / 20)) * angles(Rad(170), Rad(0), Rad(-15)), 0.1)
  2407. LW.C0 = clerp(LW.C0, CF(-1.3, 0.8 + 0.05 * Sin(sine / 30), -0.025 * Cos(sine / 20)) * angles(Rad(140), Rad(0), Rad(15)), 0.1)
  2408. end
  2409. CreateSound("1093102664", hed, 10, 1)
  2410. CameraEnshaking(3, 8)
  2411. for i = 0,2,0.1 do
  2412. swait()
  2413. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(5), Rad(0), Rad(0)), 0.15)
  2414. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(40), Rad(0)), 0.4)
  2415. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2416. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2417. RW.C0 = clerp(RW.C0, CF(1.3, 0.9 + 0.05 * Sin(sine / 30), 0.2 * Cos(sine / 20)) * angles(Rad(200), Rad(0), Rad(-40)), 0.4)
  2418. LW.C0 = clerp(LW.C0, CF(-1.3, 0.8 + 0.05 * Sin(sine / 30), -0.025 * Cos(sine / 20)) * angles(Rad(40), Rad(0), Rad(40)), 0.4)
  2419. end
  2420. Character.Head.face.Texture = "rbxassetid://30128383"
  2421. hum.MaxHealth = 0
  2422. ragdoll(char)
  2423. CreateSound("534269232", hed, 5, 1)
  2424. end
  2425.  
  2426. function AnotherOne() --WhAT ANOTHER ONE
  2427. attack = true
  2428. hum.WalkSpeed = 1.01
  2429. local icri = CreateSound("1205111204", hed, 10, 1)
  2430. swait(165)
  2431. local FRAME = tors.CFrame
  2432. repeat
  2433. swait()
  2434. Character.Head.face.Texture = "rbxassetid://582931093"
  2435. CameraEnshaking(1, 10)
  2436. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2437. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2438. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2439. RW.C0 = clerp(RW.C0, CF(1.3, 0.9 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(90)), 0.1)
  2440. LW.C0 = clerp(LW.C0, CF(-1.3, 0.9 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-90)), 0.1)
  2441. tors.CFrame = FRAME * CF(0,1,0)
  2442. swait()
  2443. tors.CFrame = FRAME
  2444. until icri.Playing == false
  2445. Character.Head.face.Texture = "rbxassetid://620619801"
  2446. attack = false
  2447. hum.WalkSpeed = 40
  2448. end
  2449.  
  2450.  
  2451. function NEN()
  2452. attack = true
  2453. hum.WalkSpeed = 1.01
  2454. CreateSound("230292011", hed, 10, 1)
  2455. Character.Head.face.Texture = "rbxassetid://705269463"
  2456. for i = 0,4,0.1 do
  2457. swait()
  2458. CameraEnshaking(1, 3)
  2459. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2460. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-90), Rad(0), Rad(0)), 0.3)
  2461. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2462. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2463. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(120)), 0.1)
  2464. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-120)), 0.1)
  2465. end
  2466. attack = false
  2467. Character.Head.face.Texture = "rbxassetid://620619801"
  2468. hum.WalkSpeed = 40
  2469. end
  2470.  
  2471. function Ashes() --Straight from... Whatever it was called.
  2472. attack = true
  2473. hum.WalkSpeed = 1.01
  2474. Character.Head.face.Texture = "rbxassetid://360687027"
  2475. CreateSound("290084602", tors, 10, 1)
  2476. for i = 0,6.2,0.1 do
  2477. swait()
  2478. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2479. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-30), Rad(0), Rad(0)), 0.3)
  2480. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
  2481. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
  2482. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-0), Rad(0), Rad(145)), 0.1)
  2483. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-0), Rad(0), Rad(-145)), 0.1)
  2484. end
  2485. for i = 0,6.2,0.1 do
  2486. swait()
  2487. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(20), Rad(0), Rad(0)), 0.15)
  2488. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2489. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(20)), 0.15)
  2490. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-20)), 0.15)
  2491. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(15)), 0.1)
  2492. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(-15)), 0.1)
  2493. end
  2494. attack = false
  2495. Character.Head.face.Texture = "rbxassetid://620619801"
  2496. hum.WalkSpeed = 40
  2497. end
  2498.  
  2499.  
  2500. function BOI()
  2501. attack = true
  2502. hum.WalkSpeed = 1.01
  2503. CreateSound("390901873", hed, 10, 1)
  2504. Character.Head.face.Texture = "rbxassetid://282463320"
  2505. for i = 0,4,0.1 do
  2506. swait()
  2507. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2508. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2509. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2510. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2511. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(50), Rad(90)), 0.1)
  2512. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(-50), Rad(-90)), 0.1)
  2513. end
  2514. for i = 0,4,0.1 do
  2515. swait()
  2516. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2517. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(30), Rad(0), Rad(0)), 0.3)
  2518. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2519. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2520. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(140), Rad(60)), 0.1)
  2521. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(-140), Rad(-60)), 0.1)
  2522. end
  2523. attack = false
  2524. Character.Head.face.Texture = "rbxassetid://620619801"
  2525. hum.WalkSpeed = 40
  2526. end
  2527.  
  2528. function DrinkdaDrink()
  2529. attack = true
  2530. RHe.Transparency = 0
  2531. hum.WalkSpeed = 3
  2532. local Munch = CreateSound("554208103", hed, 5, 1)
  2533. swait(2)
  2534. repeat
  2535. for i = 0,6,0.1 do
  2536. swait()
  2537. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.2 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.3)
  2538. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-35 - 5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2539. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-20), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.3)
  2540. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-20), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.3)
  2541. RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.1 + 0.1 * Sin(sine / 20)* Player_Size, -0.6* Player_Size) * angles(Rad(160), Rad(0), Rad(-35)), 0.1)
  2542. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-20), Rad(0 - 5 * Sin(sine / 20)), Rad(-10 - 5 * Sin(sine / 20))), 0.3)
  2543. end
  2544. until Munch.Playing == false
  2545. hum.WalkSpeed = 40
  2546. RHe.Transparency = 1
  2547. attack = false
  2548. end
  2549.  
  2550. function EatdaChips()
  2551. attack = true
  2552. RHk.Transparency = 0
  2553. hum.WalkSpeed = 3
  2554. local Muncha = CreateSound("1575472350", hed, 5, 1)
  2555. swait(2)
  2556. repeat
  2557. for i = 0,6,0.1 do
  2558. swait()
  2559. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.2 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.3)
  2560. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-35 - 5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2561. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-20), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.3)
  2562. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-20), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.3)
  2563. RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.1 + 0.1 * Sin(sine / 20)* Player_Size, -0.6* Player_Size) * angles(Rad(160), Rad(0), Rad(-35)), 0.1)
  2564. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-20), Rad(0 - 5 * Sin(sine / 20)), Rad(-10 - 5 * Sin(sine / 20))), 0.3)
  2565. end
  2566. until Muncha.Playing == false
  2567. hum.WalkSpeed = 40
  2568. RHk.Transparency = 1
  2569. attack = false
  2570. end
  2571.  
  2572. function Sittyboi()
  2573. attack = true
  2574. lul:Pause()
  2575. text.Text = "Waiting..."
  2576. AAAAA.SoundId = "rbxassetid://1239136800"
  2577. AAAAA.TimePosition = 0
  2578. AAAAA:Play()
  2579. hum.WalkSpeed = 0
  2580. repeat
  2581. swait()
  2582. for i = 0, 1, 0.1 do
  2583. swait()
  2584. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -1.6 + 0.1 * Player_Size * Cos(sine / 20)) * angles(Rad(-15), Rad(0), Rad(0)), 0.1)
  2585. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(25 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.1)
  2586. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-10), Rad(0)) * angles(Rad(75), Rad(0), Rad(5)), 0.1)
  2587. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(10), Rad(0)) * angles(Rad(75), Rad(0), Rad(-5)), 0.1)
  2588. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(70), Rad(0 + 5 * Sin(sine / 20)), Rad(-30 + 5 * Sin(sine / 20))), 0.1)
  2589. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.2 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-15), Rad(20), Rad(-15)), 0.1)
  2590. end
  2591. until AAAAA.Playing == false
  2592. attack = false
  2593. AAAAA:Stop()
  2594. lul:Resume()
  2595. text.Text = "Noti˅ɐ "
  2596. hum.WalkSpeed = 40
  2597. end
  2598.  
  2599. function HELP()
  2600. attack = true
  2601. hum.WalkSpeed = 1.01
  2602. Character.Head.face.Texture = "rbxassetid://307972876"
  2603. CreateSound("1123321019", hed, 10, 1)
  2604. for i = 0,15,0.1 do
  2605. swait()
  2606. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2607. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2608. RH.C0 = clerp(RH.C0, CF(0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2609. LH.C0 = clerp(LH.C0, CF(-0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2610. RW.C0 = clerp(RW.C0, CF(0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2611. LW.C0 = clerp(LW.C0, CF(-0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2612. end
  2613. CreateSound("198462271", hed, 10, 1)
  2614. for i = 0,8,0.1 do
  2615. Character.Head.face.Texture = "rbxassetid://341497730"
  2616. swait()
  2617. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2618. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2619. RH.C0 = clerp(RH.C0, CF(0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2620. LH.C0 = clerp(LH.C0, CF(-0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2621. RW.C0 = clerp(RW.C0, CF(0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2622. LW.C0 = clerp(LW.C0, CF(-0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2623. end
  2624. for i = 0,8,0.1 do
  2625. Character.Head.face.Texture = "rbxassetid://341497730"
  2626. swait()
  2627. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2628. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(60), Rad(0), Rad(0)), 0.3)
  2629. RH.C0 = clerp(RH.C0, CF(0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2630. LH.C0 = clerp(LH.C0, CF(-0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2631. RW.C0 = clerp(RW.C0, CF(0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2632. LW.C0 = clerp(LW.C0, CF(-0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2633. end
  2634. CreateSound("948494432", hed, 10, 1)
  2635. for i = 0,7.5,0.1 do
  2636. Character.Head.face.Texture = "rbxassetid://249062487"
  2637. swait()
  2638. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2639. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(60), Rad(0), Rad(0)), 0.3)
  2640. RH.C0 = clerp(RH.C0, CF(0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2641. LH.C0 = clerp(LH.C0, CF(-0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2642. RW.C0 = clerp(RW.C0, CF(0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2643. LW.C0 = clerp(LW.C0, CF(-0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2644. end
  2645. CreateSound("1542642349", hed, 10, 1)
  2646. for i = 0,10,0.1 do
  2647. Character.Head.face.Texture = "rbxassetid://270636807"
  2648. swait()
  2649. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2650. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2651. RH.C0 = clerp(RH.C0, CF(0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2652. LH.C0 = clerp(LH.C0, CF(-0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2653. RW.C0 = clerp(RW.C0, CF(0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2654. LW.C0 = clerp(LW.C0, CF(-0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2655. end
  2656. CreateSound("269597232", hed, 10, 1)
  2657. for i = 0,6,0.1 do
  2658. Character.Head.face.Texture = "rbxassetid://265057155"
  2659. swait()
  2660. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2661. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
  2662. RH.C0 = clerp(RH.C0, CF(0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2663. LH.C0 = clerp(LH.C0, CF(-0.7, -0.01 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2664. RW.C0 = clerp(RW.C0, CF(0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2665. LW.C0 = clerp(LW.C0, CF(-0.9, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2666. end
  2667. attack = false
  2668. Character.Head.face.Texture = "rbxassetid://620619801"
  2669. hum.WalkSpeed = 40
  2670. end
  2671.  
  2672. danci = false
  2673.  
  2674. function dingidongo() --my head burns
  2675. attack = true
  2676. danci = true
  2677. hum.WalkSpeed = 27.6
  2678. texth.Text = "Having a Seizure."
  2679. text.Text = ""
  2680. gudsong:Play()
  2681. lul:Pause()
  2682. gudsong.TimePosition = 6.6
  2683. Character.Head.face.Texture = "rbxassetid://315792941"
  2684. repeat
  2685. for i = 0,1.87,0.23 do
  2686. swait()
  2687. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.8)
  2688. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.9)
  2689. RH.C0 = clerp(RH.C0, CF(1.8, -0.1 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
  2690. LH.C0 = clerp(LH.C0, CF(-1.8, -0.1 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
  2691. RW.C0 = clerp(RW.C0, CF(1.5, 0.7 + 0.1 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(115)), 0.77)
  2692. LW.C0 = clerp(LW.C0, CF(-1.5, 0.7 + 0.1 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-115)), 0.67)
  2693. end
  2694. if gudsong.TimePosition == 11.937 then
  2695. gudsong.TimePosition = 6.6
  2696. end
  2697. for i = 0,1.87,0.23 do
  2698. swait()
  2699. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.8)
  2700. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.9)
  2701. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
  2702. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
  2703. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(90)), 0.7)
  2704. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-90)), 0.7)
  2705. end
  2706. until danci == false
  2707. gudsong:Stop()
  2708. attack = false
  2709. lul:Resume()
  2710. texth.Text = ""
  2711. text.Text = "Noti˅ɐ "
  2712. attack = false
  2713. Character.Head.face.Texture = "rbxassetid://620619801"
  2714. hum.WalkSpeed = 40
  2715. end
  2716.  
  2717. function hap() --much hap
  2718. attack = true
  2719. hum.WalkSpeed = 0.10
  2720. CreateSound("363808674", hed, 10, 1)
  2721. Character.Head.face.Texture = "rbxassetid://315792941"
  2722. for i = 0,12,0.1 do
  2723. swait()
  2724. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2725. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(180)), 0.3)
  2726. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2727. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2728. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2729. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-0)), 0.1)
  2730. end
  2731. CreateSound("233168827", hed, 10, 1)
  2732. Character.Head.face.Texture = "rbxassetid://335761015"
  2733. for i = 0,10,0.1 do
  2734. swait()
  2735. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  2736. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(180)), 0.3)
  2737. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2738. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2739. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.1)
  2740. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-0)), 0.1)
  2741. end
  2742. CreateSound("363808674", hed, 10, 1)
  2743. attack = false
  2744. Character.Head.face.Texture = "rbxassetid://620619801"
  2745. hum.WalkSpeed = 40
  2746. end
  2747.  
  2748. function Gumilol()
  2749. attack = true
  2750. hum.WalkSpeed = 0
  2751. local Senses = CreateSound("605297168", hed, 6, 1)
  2752. swait(2)
  2753. repeat
  2754. swait()
  2755. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(20)), 0.2)
  2756. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(0 - 5 * Sin(sine / 20)), Rad(0), Rad(-20)), 0.2)
  2757. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.2)
  2758. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.2)
  2759. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0 + 5 * Sin(sine / 20)), Rad(10 + 5 * Sin(sine / 20))), 0.2)
  2760. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(-90)), 0.2)
  2761. until Senses.TimePosition > 2.7
  2762. for i = 0, 3, 0.1 do
  2763. swait()
  2764. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size) * angles(Rad(-30), Rad(0), Rad(0)), 0.5)
  2765. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0)), 0.5)
  2766. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.5)
  2767. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.5)
  2768. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(10)), 0.5)
  2769. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(-90)), 0.5)
  2770. end
  2771. root.Anchored = true
  2772. repeat
  2773. swait()
  2774. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -2.7 + 0.1* Player_Size) * angles(Rad(90), Rad(0), Rad(0)), 0.5)
  2775. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0)), 0.5)
  2776. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.5)
  2777. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.5)
  2778. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(10)), 0.5)
  2779. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(-90)), 0.5)
  2780. until Senses.Playing == false
  2781. hum.WalkSpeed = 40
  2782. attack = false
  2783. root.Anchored = false
  2784. end
  2785. function oofmyass()
  2786. attack = true
  2787. hum.WalkSpeed = 0
  2788. CreateSound("663306786", tors, 3, 1)
  2789. for i = 0, 12, 0.1 do
  2790. swait()
  2791. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0 + 1 * i * Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.1)
  2792. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(20 - 5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.1)
  2793. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(47), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.1)
  2794. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(65), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2795. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(75), Rad(0 + 5 * Sin(sine / 20)), Rad(10 + 5 * Sin(sine / 20))), 0.1)
  2796. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(143), Rad(0 - 5 * Sin(sine / 20)), Rad(-10 - 5 * Sin(sine / 20))), 0.1)
  2797. end
  2798. CreateSound("663307468", tors, 6, 1)
  2799. for i = 0, 6, 0.1 do
  2800. swait()
  2801. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 4500 * Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.15)
  2802. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(20 - 5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.1)
  2803. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(47), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.1)
  2804. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(65), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
  2805. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(75), Rad(0 + 5 * Sin(sine / 20)), Rad(10 + 5 * Sin(sine / 20))), 0.1)
  2806. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(156), Rad(0 - 5 * Sin(sine / 20)), Rad(-10 - 5 * Sin(sine / 20))), 0.1)
  2807. end
  2808. hum.WalkSpeed = 40
  2809. attack = false
  2810. end
  2811. function WoodyGotWood()
  2812. attack = true
  2813. hum.WalkSpeed = 0
  2814. local Woodlenny = CreateSound("1764642350", hed, 6, 1)
  2815. swait(2)
  2816. repeat
  2817. swait()
  2818. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 5)) * angles(Rad(20), Rad(0), Rad(5)), 0.2)
  2819. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(20), Rad(0), Rad(-5 - 15 * Sin(sine / 20))), 0.2)
  2820. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 5)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.2)
  2821. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9 - 0.1 * Cos(sine / 5)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.2)
  2822. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 5)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(10)), 0.2)
  2823. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 5)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(0), Rad(-10)), 0.2)
  2824. until Woodlenny.TimePosition > 3.6
  2825. root.Anchored = true
  2826. repeat
  2827. swait()
  2828. for i = 0, 2, 0.1 do
  2829. swait()
  2830. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -2.7 + 0.1* Player_Size) * angles(Rad(-90), Rad(0), Rad(0)), 0.5)
  2831. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0)), 0.5)
  2832. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.5)
  2833. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.5)
  2834. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(90)), 0.5)
  2835. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(-90)), 0.5)
  2836. end
  2837. for i = 0, 1.6, 0.1 do
  2838. swait()
  2839. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -2.4 + 0.1* Player_Size) * angles(Rad(-90), Rad(0), Rad(0)), 0.5)
  2840. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0)), 0.5)
  2841. RH.C0 = clerp(RH.C0, CF(0.5* Player_Size, -0.9* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-10), Rad(0)) * angles(Rad(0), Rad(0), Rad(5)), 0.5)
  2842. LH.C0 = clerp(LH.C0, CF(-0.5* Player_Size, -0.9* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(10), Rad(0)) * angles(Rad(0), Rad(0), Rad(-5)), 0.5)
  2843. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(75)), 0.5)
  2844. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(0), Rad(-75)), 0.5)
  2845. end
  2846. until Woodlenny.Playing == false
  2847. hum.WalkSpeed = 40
  2848. attack = false
  2849. root.Anchored = false
  2850. end
  2851.  
  2852. function LeChange()
  2853. attack = true
  2854. hum.WalkSpeed = 40
  2855. lul.Pitch = 1
  2856. lul:Stop()
  2857. local mue = math.random(1,14)
  2858. if mue == 1 then
  2859. lul.SoundId = "rbxassetid://193889412"
  2860. end
  2861. if mue == 2 then
  2862. lul.SoundId = "rbxassetid://274690929"
  2863. end
  2864. if mue == 3 then
  2865. lul.SoundId = "rbxassetid://1241998626"
  2866. end
  2867. if mue == 4 then
  2868. lul.SoundId = "rbxassetid://1878962648"
  2869. end
  2870. if mue == 5 then
  2871. lul.SoundId = "rbxassetid://185117072"
  2872. end
  2873. if mue == 6 then
  2874. lul.SoundId = "rbxassetid://295856024"
  2875. end
  2876. if mue == 7 then
  2877. lul.SoundId = "rbxassetid://2054013600"
  2878. end
  2879. if mue == 8 then
  2880. lul.SoundId = "rbxassetid://1463709693"
  2881. lul.Pitch = 1.4
  2882. end
  2883. if mue == 9 then
  2884. lul.SoundId = "rbxassetid://575705300"
  2885. end
  2886. if mue == 10 then
  2887. lul.SoundId = "rbxassetid://142924062"
  2888. end
  2889. if mue == 11 then
  2890. lul.SoundId = "rbxassetid://251072363"
  2891. end
  2892. if mue == 12 then
  2893. lul.SoundId = "rbxassetid://731061980"
  2894. end
  2895. if mue == 13 then
  2896. lul.SoundId = "rbxassetid://455682677"
  2897. end
  2898. if mue == 14 then
  2899. lul.SoundId = "rbxassetid://1283123885"
  2900. end
  2901. hum.WalkSpeed = 40
  2902. lul:Play()
  2903. attack = false
  2904. root.Anchored = false
  2905. end
  2906.  
  2907. function SCREAM()
  2908. attack = true
  2909. hum.WalkSpeed = 70
  2910. lul:Pause()
  2911. Character.Head.face.Texture = "rbxassetid://1667792"
  2912. local A = math.random(1,83)
  2913. if A == 1 then
  2914. AAAAA.SoundId = "rbxassetid://580806904"
  2915. AAAAA.TimePosition = 0
  2916. end
  2917. if A == 2 then
  2918. AAAAA.SoundId = "rbxassetid://569124237"
  2919. AAAAA.TimePosition = 0
  2920. end
  2921. if A == 3 then
  2922. AAAAA.SoundId = "rbxassetid://727237039"
  2923. AAAAA.TimePosition = 0
  2924. end
  2925. if A == 4 then
  2926. AAAAA.SoundId = "rbxassetid://727237039
  2927. AAAAA.TimePosition = 0
  2928. end
  2929. if A == 5 then
  2930. AAAAA.SoundId = "rbxassetid://727237039"
  2931. AAAAA.TimePosition = 0
  2932. end
  2933. if A == 6 then
  2934. AAAAA.SoundId = "rbxassetid://727237039"
  2935. AAAAA.TimePosition = 0
  2936. end
  2937. if A == 7 then
  2938. AAAAA.SoundId = "rbxassetid://727237039"
  2939. AAAAA.TimePosition = 0
  2940. end
  2941. if A == 8 then
  2942. AAAAA.SoundId = "rbxassetid://727237039"
  2943. AAAAA.TimePosition = 0
  2944. end
  2945. if A == 9 then
  2946. AAAAA.SoundId = "rbxassetid://727237039"
  2947. AAAAA.TimePosition = 0
  2948. end
  2949. if A == 10 then
  2950. AAAAA.SoundId = "rbxassetid://727237039"
  2951. AAAAA.TimePosition = 0
  2952. end
  2953. if A == 11 then
  2954. AAAAA.SoundId = "rbxassetid://7272370399"
  2955. AAAAA.TimePosition = 0
  2956. end
  2957. if A == 12 then
  2958. AAAAA.SoundId = "rbxassetid://727237039"
  2959. AAAAA.TimePosition = 0
  2960. end
  2961. if A == 13 then
  2962. AAAAA.SoundId = "rbxassetid://1731102335"
  2963. AAAAA.TimePosition = 0
  2964. end
  2965. if A == 14 then
  2966. AAAAA.SoundId = "rbxassetid://597084853"
  2967. AAAAA.TimePosition = 0
  2968. end
  2969. if A == 15 then
  2970. AAAAA.SoundId = "rbxassetid://255219578"
  2971. AAAAA.TimePosition = 0
  2972. end
  2973. if A == 16 then
  2974. AAAAA.SoundId = "rbxassetid://968042399"
  2975. AAAAA.TimePosition = 0
  2976. end
  2977. if A == 17 then
  2978. AAAAA.SoundId = "rbxassetid://2088388847"
  2979. AAAAA.TimePosition = 0
  2980. end
  2981. if A == 18 then
  2982. AAAAA.SoundId = "rbxassetid://1958305455"
  2983. AAAAA.TimePosition = 0
  2984. end
  2985. if A == 19 then
  2986. AAAAA.SoundId = "rbxassetid://1171758804"
  2987. AAAAA.TimePosition = 0
  2988. end
  2989. if A == 20 then
  2990. AAAAA.SoundId = "rbxassetid://1453459167"
  2991. AAAAA.TimePosition = 0
  2992. end
  2993. if A == 21 then
  2994. AAAAA.SoundId = "rbxassetid://2000897208"
  2995. AAAAA.TimePosition = 0
  2996. end
  2997. if A == 22 then
  2998. AAAAA.SoundId = "rbxassetid://841541884"
  2999. AAAAA.TimePosition = 0
  3000. end
  3001. if A == 23 then
  3002. AAAAA.SoundId = "rbxassetid://839044936"
  3003. AAAAA.TimePosition = 0
  3004. end
  3005. if A == 24 then
  3006. AAAAA.SoundId = "rbxassetid://520168377"
  3007. AAAAA.TimePosition = 0
  3008. end
  3009. if A == 25 then
  3010. AAAAA.SoundId = "rbxassetid://655669511"
  3011. AAAAA.TimePosition = 0
  3012. end
  3013. if A == 26 then
  3014. AAAAA.SoundId = "rbxassetid://1125711065"
  3015. AAAAA.TimePosition = 0
  3016. end
  3017. if A == 27 then
  3018. AAAAA.SoundId = "rbxassetid://482886779"
  3019. AAAAA.TimePosition = 0
  3020. end
  3021. if A == 28 then
  3022. AAAAA.SoundId = "rbxassetid://470406966"
  3023. AAAAA.TimePosition = 0
  3024. end
  3025. if A == 29 then
  3026. AAAAA.SoundId = "rbxassetid://363239413"
  3027. AAAAA.TimePosition = 0
  3028. end
  3029. if A == 30 then
  3030. AAAAA.SoundId = "rbxassetid://1183260037"
  3031. AAAAA.TimePosition = 0
  3032. end
  3033. if A == 31 then
  3034. AAAAA.SoundId = "rbxassetid://644321050"
  3035. AAAAA.TimePosition = 0
  3036. end
  3037. if A == 32 then
  3038. AAAAA.SoundId = "rbxassetid://962124783"
  3039. AAAAA.TimePosition = 0
  3040. end
  3041. if A == 33 then
  3042. AAAAA.SoundId = "rbxassetid://328782098"
  3043. AAAAA.TimePosition = 0
  3044. end
  3045. if A == 34 then
  3046. AAAAA.SoundId = "rbxassetid://1868475933"
  3047. AAAAA.TimePosition = 0
  3048. end
  3049. if A == 35 then
  3050. AAAAA.SoundId = "rbxassetid://606775826"
  3051. AAAAA.TimePosition = 0
  3052. end
  3053. if A == 36 then
  3054. AAAAA.SoundId = "rbxassetid://299132320"
  3055. AAAAA.TimePosition = 0
  3056. end
  3057. if A == 37 then
  3058. AAAAA.SoundId = "rbxassetid://153109732"
  3059. AAAAA.TimePosition = 0
  3060. end
  3061. if A == 37 then
  3062. AAAAA.SoundId = "rbxassetid://457506669"
  3063. AAAAA.TimePosition = 0
  3064. end
  3065. if A == 38 then
  3066. AAAAA.SoundId = "rbxassetid://335628150"
  3067. AAAAA.TimePosition = 0
  3068. end
  3069. if A == 39 then
  3070. AAAAA.SoundId = "rbxassetid://488032404"
  3071. AAAAA.TimePosition = 0
  3072. end
  3073. if A == 40 then
  3074. AAAAA.SoundId = "rbxassetid://1375131348"
  3075. AAAAA.TimePosition = 0
  3076. end
  3077. if A == 41 then
  3078. AAAAA.SoundId = "rbxassetid://1314602285"
  3079. AAAAA.TimePosition = 0
  3080. end
  3081. if A == 42 then
  3082. AAAAA.SoundId = "rbxassetid://744281932"
  3083. AAAAA.TimePosition = 0
  3084. end
  3085. if A == 43 then
  3086. AAAAA.SoundId = "rbxassetid://434976383"
  3087. AAAAA.TimePosition = 0
  3088. end
  3089. if A == 44 then
  3090. AAAAA.SoundId = "rbxassetid://1842306658"
  3091. AAAAA.TimePosition = 0
  3092. end
  3093. if A == 45 then
  3094. AAAAA.SoundId = "rbxassetid://643472343"
  3095. AAAAA.TimePosition = 0
  3096. end
  3097. if A == 46 then
  3098. AAAAA.SoundId = "rbxassetid://221258319"
  3099. AAAAA.TimePosition = 0
  3100. end
  3101. if A == 47 then
  3102. AAAAA.SoundId = "rbxassetid://1679015957"
  3103. AAAAA.TimePosition = 0
  3104. end
  3105. if A == 48 then
  3106. AAAAA.SoundId = "rbxassetid://567908972"
  3107. AAAAA.TimePosition = 0
  3108. end
  3109. if A == 49 then
  3110. AAAAA.SoundId = "rbxassetid://717014037"
  3111. AAAAA.TimePosition = 0
  3112. end
  3113. if A == 50 then
  3114. AAAAA.SoundId = "rbxassetid://744323533"
  3115. AAAAA.TimePosition = 0
  3116. end
  3117. if A == 51 then
  3118. AAAAA.SoundId = "rbxassetid://889774006"
  3119. AAAAA.TimePosition = 0
  3120. end
  3121. if A == 52 then
  3122. AAAAA.SoundId = "rbxassetid://167137736"
  3123. AAAAA.TimePosition = 0
  3124. end
  3125. if A == 53 then
  3126. AAAAA.SoundId = "rbxassetid://251074756"
  3127. AAAAA.TimePosition = 0
  3128. end
  3129. if A == 54 then
  3130. AAAAA.SoundId = "rbxassetid://977558364"
  3131. AAAAA.TimePosition = 0
  3132. end
  3133. if A == 55 then
  3134. AAAAA.SoundId = "rbxassetid://328728034"
  3135. AAAAA.TimePosition = 0
  3136. end
  3137. if A == 56 then
  3138. AAAAA.SoundId = "rbxassetid://1266243649"
  3139. AAAAA.TimePosition = 0
  3140. end
  3141. if A == 57 then
  3142. AAAAA.SoundId = "rbxassetid://964618925"
  3143. AAAAA.TimePosition = 0
  3144. end
  3145. if A == 58 then
  3146. AAAAA.SoundId = "rbxassetid://1803630339"
  3147. AAAAA.TimePosition = 0
  3148. end
  3149. if A == 59 then
  3150. AAAAA.SoundId = "rbxassetid://840189092"
  3151. AAAAA.TimePosition = 0
  3152. end
  3153. if A == 60 then
  3154. AAAAA.SoundId = "rbxassetid://1559029429"
  3155. AAAAA.TimePosition = 0
  3156. end
  3157. if A == 61 then
  3158. AAAAA.SoundId = "rbxassetid://1638542850"
  3159. AAAAA.TimePosition = 0
  3160. end
  3161. if A == 62 then
  3162. AAAAA.SoundId = "rbxassetid://803576871"
  3163. AAAAA.TimePosition = 0
  3164. end
  3165. if A == 63 then
  3166. AAAAA.SoundId = "rbxassetid://698882646"
  3167. AAAAA.TimePosition = 0
  3168. end
  3169. if A == 64 then
  3170. AAAAA.SoundId = "rbxassetid://1151976352"
  3171. AAAAA.TimePosition = 0
  3172. end
  3173. if A == 65 then
  3174. AAAAA.SoundId = "rbxassetid://406116544"
  3175. AAAAA.TimePosition = 0
  3176. end
  3177. if A == 66 then
  3178. AAAAA.SoundId = "rbxassetid://316022829"
  3179. AAAAA.TimePosition = 0
  3180. end
  3181. if A == 67 then
  3182. AAAAA.SoundId = "rbxassetid://171914461"
  3183. AAAAA.TimePosition = 0
  3184. end
  3185. if A == 68 then
  3186. AAAAA.SoundId = "rbxassetid://287491840"
  3187. AAAAA.TimePosition = 0
  3188. end
  3189. if A == 69 then
  3190. AAAAA.SoundId = "rbxassetid://430752531"
  3191. AAAAA.TimePosition = 0
  3192. end
  3193. if A == 70 then
  3194. AAAAA.SoundId = "rbxassetid://531023877"
  3195. AAAAA.TimePosition = 0
  3196. end
  3197. if A == 71 then
  3198. AAAAA.SoundId = "rbxassetid://271588868"
  3199. AAAAA.TimePosition = 0
  3200. end
  3201. if A == 72 then
  3202. AAAAA.SoundId = "rbxassetid://602958674"
  3203. AAAAA.TimePosition = 0
  3204. end
  3205. if A == 73 then
  3206. AAAAA.SoundId = "rbxassetid://899472110"
  3207. AAAAA.TimePosition = 0
  3208. end
  3209. if A == 74 then
  3210. AAAAA.SoundId = "rbxassetid://793986125"
  3211. AAAAA.TimePosition = 0
  3212. end
  3213. if A == 75 then
  3214. AAAAA.SoundId = "rbxassetid://317643401"
  3215. AAAAA.TimePosition = 0
  3216. end
  3217. if A == 76 then
  3218. AAAAA.SoundId = "rbxassetid://427265119"
  3219. AAAAA.TimePosition = 0
  3220. end
  3221. if A == 77 then
  3222. AAAAA.SoundId = "rbxassetid://318250043"
  3223. AAAAA.TimePosition = 0
  3224. end
  3225. if A == 78 then
  3226. AAAAA.SoundId = "rbxassetid://272135781"
  3227. AAAAA.TimePosition = 0
  3228. end
  3229. if A == 79 then
  3230. AAAAA.SoundId = "rbxassetid://302662929"
  3231. AAAAA.TimePosition = 0
  3232. end
  3233. if A == 80 then
  3234. AAAAA.SoundId = "rbxassetid://1226918619"
  3235. AAAAA.TimePosition = 0
  3236. end
  3237. if A == 81 then
  3238. AAAAA.SoundId = "rbxassetid://973891000"
  3239. AAAAA.TimePosition = 0
  3240. end
  3241. if A == 82 then
  3242. AAAAA.SoundId = "rbxassetid://1002843959"
  3243. AAAAA.TimePosition = 0
  3244. end
  3245. if A == 83 then
  3246. AAAAA.SoundId = "rbxassetid://1441494988"
  3247. AAAAA.TimePosition = 0
  3248. end
  3249. AAAAA:Play()
  3250. repeat
  3251. swait()
  3252. AAAAA.Parent = tors
  3253. rootj.C0 = char.Torso.Neck.C0 * CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  3254. until AAAAA.Playing == false
  3255. hum.WalkSpeed = 40
  3256. attack = false
  3257. lul:Resume()
  3258. Character.Head.face.Texture = "rbxassetid://620619801"
  3259. hum.WalkSpeed = 40
  3260. end
  3261.  
  3262. lolxdtest = false --dont remove or script wont work
  3263. MoreTaunts = false
  3264. mouse.KeyDown:connect(function(key)
  3265. if key == 'm' then
  3266. MERKIO:Stop()
  3267. AAAAA:Stop()
  3268. thonks:Stop()
  3269. danci = false
  3270. elseif key == 'n' and angery == true then
  3271. angery = false
  3272. MoreTaunts = false
  3273. print"Back to normal Taunts"
  3274. end
  3275. if attack == false then
  3276. if lolxdtest == false then
  3277. if key == 'q' then
  3278. THEBESTOVERUSEDJOKEEVER()
  3279. elseif key == 'e' then
  3280. SCREAM()
  3281. elseif key == 'b' and angery == false then
  3282. angery = true
  3283. MoreTaunts = true
  3284. print"Replaced y,u,h,j,k,x,l with new Taunts"
  3285. elseif key == 'n' and angery == true then
  3286. angery = false
  3287. elseif key == 'r' then
  3288. sneakonehundred()
  3289. elseif key == 't' then
  3290. DANCEFORME()
  3291. elseif key == 'y' and MoreTaunts == false then
  3292. takethat()
  3293. elseif key == 'f' then
  3294. Tauntmelon()
  3295. elseif key == 'z' then
  3296. EndMySufferingV2()
  3297. elseif key == 'g' then
  3298. un_fun()
  3299. elseif key == 'p' then
  3300. HELP()
  3301. elseif key == 'u' and MoreTaunts == false then
  3302. BOI()
  3303. elseif key == 'o' then
  3304. NO_U()
  3305. elseif key == 'f' then
  3306. Ashes()
  3307. elseif key == 'h' and MoreTaunts == false then
  3308. NEN()
  3309. elseif key == 'g' then
  3310. AnotherOne()
  3311. elseif key == 'k' and MoreTaunts == false then
  3312. kyu_will_break_your_neck_asdf_longest_function_name_ever_xd()
  3313. elseif key == 'j' and MoreTaunts == false then
  3314. WhatHuh()
  3315. elseif key == 'i' then
  3316. fbiopenup()
  3317. elseif key == 'l' and MoreTaunts == false then
  3318. Victory()
  3319. elseif key == 'z' then
  3320. EndMySufferingV2()
  3321. elseif key == 'x' and MoreTaunts == false then
  3322. ShutTheHellUp()
  3323. elseif key == 'v' then
  3324. dead()
  3325. elseif key == 'c' and MoreTaunts == false then
  3326. WRY()
  3327. elseif key == "y" and MoreTaunts == true then
  3328. thonki()
  3329. elseif key == "u" and MoreTaunts == true then
  3330. Gumilol()
  3331. elseif key == "j" and MoreTaunts == true then
  3332. WoodyGotWood()
  3333. elseif key == "h" and MoreTaunts == true then
  3334. oofmyass()
  3335. elseif key == "k" and MoreTaunts == true then
  3336. DrinkdaDrink()
  3337. elseif key == "l" and MoreTaunts == true then
  3338. EatdaChips()
  3339. elseif key == "x" and MoreTaunts == true then
  3340. Sittyboi()
  3341. elseif key == "c" and MoreTaunts == true then
  3342. LeChange()
  3343. end
  3344. end
  3345. end
  3346. end)
  3347.  
  3348. function HitboxFunction(Pose, lifetime, siz1, siz2, siz3, Radie, Min, Max, kb, atype)
  3349. local Hitboxpart = Instance.new("Part", EffectModel)
  3350. RemoveOutlines(Hitboxpart)
  3351. Hitboxpart.Size = Vector3.new(siz1, siz2, siz3)
  3352. Hitboxpart.CanCollide = false
  3353. Hitboxpart.Transparency = 1
  3354. Hitboxpart.Anchored = true
  3355. Hitboxpart.CFrame = Pose
  3356. game:GetService("Debris"):AddItem(Hitboxpart, lifetime)
  3357. MagniDamage(Hitboxpart, Radie, Min, Max, kb, atype)
  3358. end
  3359. wait2 = false
  3360. combo = 1
  3361.  
  3362.  
  3363.  
  3364.  
  3365. mouse.Button1Down:connect(function(key)
  3366. if attack == false then
  3367. attack = true
  3368. hum.WalkSpeed = 3.01
  3369. if combo == 1 then
  3370. for i = 0, 1.2, 0.1 do
  3371. swait()
  3372. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-65)), 0.3)
  3373. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(-65)), 0.1)
  3374. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.8) * angles(math.rad(90), math.rad(0), math.rad(20)), 0.1)
  3375. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(40)), 0.3)
  3376. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, -0.2) * RHCF * angles(math.rad(-2.5), math.rad(0), math.rad(-0)), 0.3)
  3377. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3)
  3378. end
  3379. CreateSound("608537390", ra, 3, .8)
  3380. local sude = Instance.new("Part", ra)
  3381. sude.Size = Vector3.new(1, 1, 1)
  3382. sude:BreakJoints()
  3383. sude.Transparency = 1
  3384. sude.CanCollide = false
  3385. local dmgweld = Instance.new("Weld", sude)
  3386. dmgweld.Part0 = ra
  3387. dmgweld.Part1 = sude
  3388. dmgweld.C0 = dmgweld.C0 * CFrame.new(0,0,1.5)
  3389. local function death(part)
  3390. local tor = part.Parent:findFirstChild("Torso")
  3391. if tor ~= nil then
  3392. CreateSound("1615641704", ra, 7, 1)
  3393. local heds = part.Parent:findFirstChild("Head")
  3394. local vel = Instance.new("BodyVelocity", tor)
  3395. vel.Velocity = tor.CFrame.lookVector * -754
  3396. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  3397. local vels = Instance.new("BodyVelocity", heds)
  3398. vels.Velocity = heds.CFrame.lookVector * -546745
  3399. vels.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  3400. tor:BreakJoints()
  3401. if tor then
  3402. tor.RotVelocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * 34
  3403. tor.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * 34
  3404. end
  3405. wait(1.4)
  3406. sude:destroy()
  3407. end
  3408. end
  3409. sude.Touched:connect(death)
  3410. for i = 0, 1.2, 0.1 do
  3411. swait()
  3412. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(55)), 0.3)
  3413. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  3414. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.8) * angles(math.rad(95), math.rad(0), math.rad(40)), 0.1)
  3415. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  3416. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-17)), 0.3)
  3417. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  3418. end
  3419. end
  3420. hum.WalkSpeed = 40
  3421. wait2 = false
  3422. attack = false
  3423. end
  3424. end)
  3425.  
  3426. -------------------------------------------------------
  3427. --End Attacks N Stuff--
  3428. -------------------------------------------------------
  3429.  
  3430.  
  3431. while jumping do
  3432. Humanoid.Jump = true
  3433. wait(0.9)
  3434. end
  3435.  
  3436.  
  3437.  
  3438.  
  3439. -------------------------------------------------------
  3440. --Start Animations--
  3441. -------------------------------------------------------
  3442. local PlayerSize = 1
  3443. local FT,RA,LA,RL,LL = Instance.new("SpecialMesh"),Instance.new("SpecialMesh"),Instance.new("SpecialMesh"),Instance.new("SpecialMesh"),Instance.new("SpecialMesh")
  3444. FT.MeshId,FT.Scale = "rbxasset://fonts/torso.mesh",Vector3.new(PlayerSize,PlayerSize,PlayerSize)
  3445. RA.MeshId,RA.Scale = "rbxasset://fonts/rightarm.mesh",Vector3.new(PlayerSize,PlayerSize,PlayerSize)
  3446. LA.MeshId,LA.Scale = "rbxasset://fonts/leftarm.mesh",Vector3.new(PlayerSize,PlayerSize,PlayerSize)
  3447. RL.MeshId,RL.Scale = "rbxasset://fonts/rightleg.mesh",Vector3.new(PlayerSize,PlayerSize,PlayerSize)
  3448. LL.MeshId,LL.Scale = "rbxasset://fonts/leftleg.mesh",Vector3.new(PlayerSize,PlayerSize,PlayerSize)
  3449.  
  3450.  
  3451. local equipped = false
  3452. local idle = 0
  3453. local change = 1
  3454. local val = 0
  3455. local toim = 0
  3456. local idleanim = 0.4
  3457. hum.Animator.Parent = nil
  3458. while true do
  3459. swait()
  3460. sine = sine + change
  3461. local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
  3462. local velderp = root.Velocity.y
  3463. hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4, char)
  3464. if equipped == true or equipped == false then
  3465. if attack == false then
  3466. idle = idle + 1
  3467. else
  3468. idle = 0
  3469. end
  3470. if 1 < root.Velocity.y and hitfloor == nil then
  3471. Anim = "Jump"
  3472. if attack == false then
  3473. rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3)
  3474. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-10), Rad(0), Rad(0)), 0.3)
  3475. RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(15)),0.3)
  3476. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(-15)),0.3)
  3477. LH.C0=clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15)
  3478. RH.C0=clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3)
  3479. end
  3480. elseif -1 > root.Velocity.y and hitfloor == nil then
  3481. Anim = "Fall"
  3482. if attack == false then
  3483. rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3)
  3484. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(0), Rad(0)), 0.3)
  3485. RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(90)),0.3)
  3486. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(-90)),0.3)
  3487. LH.C0 = clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15)
  3488. RH.C0 = clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3)
  3489. end
  3490. elseif torvel < 1 and hitfloor ~= nil then
  3491. Anim = "Idle"
  3492. change = .5
  3493. if attack == false then
  3494. if angery == false then
  3495. VALUE1 = false
  3496. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  3497. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  3498. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(0)), 0.15)
  3499. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
  3500. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(-10 * Cos(sine / 20)), Rad(5 - 2.5 * Sin(sine / 20))), 0.1)
  3501. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(10 * Cos(sine / 20)), Rad(-5 + 2.5 * Sin(sine / 20))), 0.1)
  3502. if VALUE1 == false and math.random(1,200) == 1 then
  3503. coroutine.resume(coroutine.create(function()
  3504. VALUE1 = true
  3505. for i = 1, 25 do
  3506. swait()
  3507. tors.Neck.C0=clerp(tors.Neck.C0,necko*angles(math.rad(-25),math.rad((15+math.random(-15,15)/15)),math.rad(30)),.3)
  3508. end
  3509. VALUE1 = false
  3510.  
  3511. end))
  3512. end
  3513. elseif angery == true then
  3514. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  3515. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  3516. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  3517. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  3518. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(90)), 0.1)
  3519. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-90)), 0.1)
  3520. if VALUE1 == false and math.random(1,200) == 1 then
  3521. coroutine.resume(coroutine.create(function()
  3522. VALUE1 = true
  3523. for i = 1, 25 do
  3524. swait()
  3525. FT.Parent = tors
  3526. RA.Parent = ra
  3527. LA.Parent = la
  3528. RL.Parent = rl
  3529. LL.Parent = ll
  3530. for _,v in next, char:GetDescendants() do
  3531. if(v:IsA'DataModelMesh')then
  3532. v.Offset = Vector3.new(math.random(-200,200)/100,math.random(-200,200)/100,math.random(-200,200)/100)
  3533. end
  3534. end
  3535. tors.Neck.C0=clerp(tors.Neck.C0,necko*angles(math.rad(-25),math.rad((15+math.random(-15,15)/15)),math.rad(0)),.3)
  3536. end
  3537. VALUE1 = false
  3538. FT.Parent = nil
  3539. RA.Parent = nil
  3540. LA.Parent = nil
  3541. RL.Parent = nil
  3542. LL.Parent = nil
  3543. for _,v in next, char:GetDescendants() do
  3544. if(v:IsA'DataModelMesh')then
  3545. v.Offset = Vector3.new(0,0,0)
  3546. end
  3547. end
  3548.  
  3549. end))
  3550. end
  3551. end
  3552. end
  3553. elseif tors.Velocity.magnitude < 50 and hitfloor ~= nil then
  3554. Anim = "Walk"
  3555. change = 1
  3556. if attack == false then
  3557. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
  3558. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.3)
  3559. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  3560. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  3561. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(90)), 0.1)
  3562. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-90)), 0.1)
  3563. end
  3564. end
  3565. end
  3566. if 0 < #Effects then
  3567. for e = 1, #Effects do
  3568. if Effects[e] ~= nil then
  3569. local Thing = Effects[e]
  3570. if Thing ~= nil then
  3571. local Part = Thing[1]
  3572. local Mode = Thing[2]
  3573. local Delay = Thing[3]
  3574. local IncX = Thing[4]
  3575. local IncY = Thing[5]
  3576. local IncZ = Thing[6]
  3577. if 1 >= Thing[1].Transparency then
  3578. if Thing[2] == "Block1" then
  3579. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  3580. local Mesh = Thing[1].Mesh
  3581. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3582. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3583. elseif Thing[2] == "Block2" then
  3584. Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0)
  3585. local Mesh = Thing[7]
  3586. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3587. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3588. elseif Thing[2] == "Block3" then
  3589. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) + Vector3.new(0, 0.15, 0)
  3590. local Mesh = Thing[7]
  3591. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3592. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3593. elseif Thing[2] == "Cylinder" then
  3594. local Mesh = Thing[1].Mesh
  3595. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3596. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3597. elseif Thing[2] == "Blood" then
  3598. local Mesh = Thing[7]
  3599. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  3600. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3601. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3602. elseif Thing[2] == "Elec" then
  3603. local Mesh = Thing[1].Mesh
  3604. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  3605. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3606. elseif Thing[2] == "Disappear" then
  3607. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3608. elseif Thing[2] == "Shatter" then
  3609. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3610. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  3611. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  3612. Thing[6] = Thing[6] + Thing[5]
  3613. end
  3614. else
  3615. Part.Parent = nil
  3616. table.remove(Effects, e)
  3617. end
  3618. end
  3619. end
  3620. end
  3621. end
  3622. end
  3623. -------------------------------------------------------
  3624. --End Animations And Script--
  3625. -------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement