Advertisement
Guest_84210423435

jevil v.12

Jul 5th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.79 KB | None | 0 0
  1. ---------------
  2. --Jevil Done (I think)--
  3. ----------------------------------------------------------------
  4. print([[
  5. --made by Makhail07
  6. --FE code by Mokiros
  7. --Edited by ozzak1003 and then by 1nd1k --
  8. --YT: https://www.youtube.com/channel/UC38cAdtSgPWJVEHV8zgZi6A--
  9. --Discord: ozzak1003#3275
  10. --------------------------------
  11. hello good sir
  12. Don't leak pls
  13. Enjoy ;)
  14. --------------------------------
  15. ]])
  16.  
  17. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  18. local Player,game,owner = owner,game
  19. local RealPlayer = Player
  20. do
  21. local rp = RealPlayer
  22. script.Parent = rp.Character
  23.  
  24. --RemoteEvent for communicating
  25. local Event = Instance.new("RemoteEvent")
  26. Event.Name = "UserInput_Event"
  27.  
  28. --Fake event to make stuff like Mouse.KeyDown work
  29. local function fakeEvent()
  30. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  31. t.connect = t.Connect
  32. return t
  33. end
  34.  
  35. --Creating fake input objects with fake variables
  36. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  37. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  38. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  39. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  40. end}
  41. --Merged 2 functions into one by checking amount of arguments
  42. CAS.UnbindAction = CAS.BindAction
  43.  
  44. --This function will trigger the events that have been :Connect()'ed
  45. local function te(self,ev,...)
  46. local t = m[ev]
  47. if t and t._fakeEvent then
  48. for _,f in pairs(t.Functions) do
  49. f(...)
  50. end
  51. end
  52. end
  53. m.TrigEvent = te
  54. UIS.TrigEvent = te
  55.  
  56. Event.OnServerEvent:Connect(function(plr,io)
  57. if plr~=rp then return end
  58. m.Target = io.Target
  59. m.Hit = io.Hit
  60. if not io.isMouse then
  61. local b = io.UserInputState == Enum.UserInputState.Begin
  62. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  63. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[
  77. local Player = game:GetService("Players").LocalPlayer
  78. local Event = script:WaitForChild("UserInput_Event")
  79.  
  80. local Mouse = Player:GetMouse()
  81. local UIS = game:GetService("UserInputService")
  82. local input = function(io,a)
  83. if a then return end
  84. --Since InputObject is a client-side instance, we create and pass table instead
  85. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  86. end
  87. UIS.InputBegan:Connect(input)
  88. UIS.InputEnded:Connect(input)
  89.  
  90. local h,t
  91. --Give the server mouse data 30 times every second, but only if the values changed
  92. --If player is not moving their mouse, client won't fire events
  93. while wait(1/30) do
  94. if h~=Mouse.Hit or t~=Mouse.Target then
  95. h,t=Mouse.Hit,Mouse.Target
  96. Event:FireServer({isMouse=true,Target=t,Hit=h})
  97. end
  98. end]==],Player.Character)
  99.  
  100. ----Sandboxed game object that allows the usage of client-side methods and services
  101. --Real game object
  102. local _rg = game
  103.  
  104. --Metatable for fake service
  105. local fsmt = {
  106. __index = function(self,k)
  107. local s = rawget(self,"_RealService")
  108. if s then return s[k] end
  109. end,
  110. __newindex = function(self,k,v)
  111. local s = rawget(self,"_RealService")
  112. if s then s[k]=v end
  113. end,
  114. __call = function(self,...)
  115. local s = rawget(self,"_RealService")
  116. if s then return s(...) end
  117. end
  118. }
  119. local function FakeService(t,RealService)
  120. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  121. return setmetatable(t,fsmt)
  122. end
  123.  
  124. --Fake game object
  125. local g = {
  126. GetService = function(self,s)
  127. return self[s]
  128. end,
  129. Players = FakeService({
  130. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  131. },"Players"),
  132. UserInputService = FakeService(UIS,"UserInputService"),
  133. ContextActionService = FakeService(CAS,"ContextActionService"),
  134. }
  135. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  136. g.service = g.GetService
  137.  
  138. g.RunService = FakeService({
  139. RenderStepped = _rg:GetService("RunService").Heartbeat,
  140. BindToRenderStep = function(self,name,_,fun)
  141. self._btrs[name] = self.Heartbeat:Connect(fun)
  142. end,
  143. UnbindFromRenderStep = function(self,name)
  144. self._btrs[name]:Disconnect()
  145. end,
  146. },"RunService")
  147.  
  148. setmetatable(g,{
  149. __index=function(self,s)
  150. return _rg:GetService(s) or typeof(_rg[s])=="function"
  151. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  152. end,
  153. __newindex = fsmt.__newindex,
  154. __call = fsmt.__call
  155. })
  156. --Changing owner to fake player object to support owner:GetMouse()
  157. game,owner = g,g.Players.LocalPlayer
  158. end
  159.  
  160. Player = owner
  161. PlayerGui = Player.PlayerGui
  162. Cam = workspace.CurrentCamera
  163. Backpack = Player.Backpack
  164. Character = Player.Character
  165. Humanoid = Character.Humanoid
  166. Mouse = Player:GetMouse()
  167. RootPart = Character["HumanoidRootPart"]
  168. Torso = Character["Torso"]
  169. Head = Character["Head"]
  170. RightArm = Character["Right Arm"]
  171. LeftArm = Character["Left Arm"]
  172. RightLeg = Character["Right Leg"]
  173. LeftLeg = Character["Left Leg"]
  174. RootJoint = RootPart["RootJoint"]
  175. Neck = Torso["Neck"]
  176. RightShoulder = Torso["Right Shoulder"]
  177. LeftShoulder = Torso["Left Shoulder"]
  178. RightHip = Torso["Right Hip"]
  179. LeftHip = Torso["Left Hip"]
  180.  
  181. Character = Player.Character
  182. Humanoid = Character.Humanoid
  183.  
  184. ---------
  185. plr = game.Players.LocalPlayer
  186. chara = plr.Character
  187. mouse = plr:GetMouse()
  188. Create = Instance.new
  189. Huge = math.huge
  190.  
  191.  
  192. Player = game:GetService("Players").LocalPlayer
  193. PlayerGui = Player.PlayerGui
  194. Cam = workspace.CurrentCamera
  195. Backpack = Player.Backpack
  196. Character = Player.Character
  197. char = Player.Character
  198. Humanoid = Character.Humanoid
  199. Mouse = Player:GetMouse()
  200. RootPart = Character["HumanoidRootPart"]
  201. Torso = Character["Torso"]
  202. Head = Character["Head"]
  203. RightArm = Character["Right Arm"]
  204. LeftArm = Character["Left Arm"]
  205. RightLeg = Character["Right Leg"]
  206. LeftLeg = Character["Left Leg"]
  207. RootJoint = RootPart["RootJoint"]
  208. Neck = Torso["Neck"]
  209. RightShoulder = Torso["Right Shoulder"]
  210. LeftShoulder = Torso["Left Shoulder"]
  211. RightHip = Torso["Right Hip"]
  212. LeftHip = Torso["Left Hip"]
  213.  
  214. local Orin = "http://www.roblox.com/asset/?id=7074786"
  215. Head.face.Texture = Orin
  216. function weld(a, b, acf)
  217. local w = Instance.new("Weld", a)
  218. w.Part0 = a
  219. w.Part1 = b
  220. w.C0 = acf
  221. end
  222.  
  223. local righteyebrickcolor = "Institutional white"
  224. local reye = Instance.new("Part", char)
  225. reye.CanCollide = false
  226. reye.BrickColor = BrickColor.new(righteyebrickcolor)
  227. reye.Material = "Neon"
  228. reye.Size = Vector3.new(.25,.35,.25)
  229. weld(reye, char.Head, CFrame.new(-0.12,-0.2,0.55), CFrame.new(1,0,0))
  230. m1 = Instance.new("SpecialMesh", reye)
  231. m1.MeshType = "Sphere"
  232. m1.Scale = Vector3.new(0.9,0.9,0.9)
  233. reye.Locked = true
  234. reye.Name = "re"
  235.  
  236.  
  237. local righteyebrickcolor = "Institutional white"
  238. local reye = Instance.new("Part", char)
  239. reye.CanCollide = false
  240. reye.BrickColor = BrickColor.new(righteyebrickcolor)
  241. reye.Material = "Neon"
  242. reye.Size = Vector3.new(.25,.35,.15)
  243. weld(reye, char.Head, CFrame.new(0.15,-0.2,0.55), CFrame.new(1,0,0))
  244. m1 = Instance.new("SpecialMesh", reye)
  245. m1.MeshType = "Sphere"
  246. m1.Scale = Vector3.new(0.9,0.9,0.9)
  247. reye.Locked = true
  248. reye.Name = "re"
  249. --------------------------------
  250. char.Head.face.Texture = "rbxassetid://241553801"
  251. --------------------------------
  252.  
  253. -------------------------------------------------------
  254.  
  255. local FavIDs = {
  256. 340106355, --Nefl Crystals
  257. 927529620, --Dimension
  258. 876981900, --Fantasy
  259. 398987889, --Ordinary Days
  260. 1117396305, --Oh wait, it's you.
  261. 885996042, --Action Winter Journey
  262. 919231299, --Sprawling Idiot Effigy
  263. 743466274, --Good Day Sunshine
  264. 727411183, --Knife Fight
  265. 1402748531, --The Earth Is Counting On You!
  266. 595230126 --Robot Language
  267. }
  268.  
  269.  
  270.  
  271. --The reality of my life isn't real but a Universe -makhail07
  272. wait(0.2)
  273. local plr = game:service'Players'.LocalPlayer
  274. print('Local User is '..plr.Name)
  275. print('SCRIPTNAME Loaded')
  276. print('SCRIPT DESCRIPTION')
  277. local char = plr.Character
  278. local hum = char.Humanoid
  279. local hed = char.Head
  280. local root = char.HumanoidRootPart
  281. local rootj = root.RootJoint
  282. local tors = char.Torso
  283. local ra = char["Right Arm"]
  284. local la = char["Left Arm"]
  285. local rl = char["Right Leg"]
  286. local ll = char["Left Leg"]
  287. local neck = tors["Neck"]
  288. local mouse = plr:GetMouse()
  289. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  290. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  291. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  292. local maincolor = BrickColor.new("Storm blue")
  293.  
  294. -------------------------------------------------------
  295. --Start Good Stuff--
  296. -------------------------------------------------------
  297. cam = game.Workspace.CurrentCamera
  298. CF = CFrame.new
  299. angles = CFrame.Angles
  300. attack = false
  301. Euler = CFrame.fromEulerAnglesXYZ
  302. Rad = math.rad
  303. IT = Instance.new
  304. BrickC = BrickColor.new
  305. Cos = math.cos
  306. Acos = math.acos
  307. Sin = math.sin
  308. Asin = math.asin
  309. Abs = math.abs
  310. Mrandom = math.random
  311. Floor = math.floor
  312. -------------------------------------------------------
  313. --End Good Stuff--
  314. -------------------------------------------------------
  315. necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  316. RSH, LSH = nil, nil
  317. RW = Instance.new("Weld")
  318. LW = Instance.new("Weld")
  319. RH = tors["Right Hip"]
  320. LH = tors["Left Hip"]
  321. RSH = tors["Right Shoulder"]
  322. LSH = tors["Left Shoulder"]
  323. RSH.Parent = nil
  324. LSH.Parent = nil
  325. RW.Name = "RW"
  326. RW.Part0 = tors
  327. RW.C0 = CF(1.5, 0.5, 0)
  328. RW.C1 = CF(0, 0.5, 0)
  329. RW.Part1 = ra
  330. RW.Parent = tors
  331. LW.Name = "LW"
  332. LW.Part0 = tors
  333. LW.C0 = CF(-1.5, 0.5, 0)
  334. LW.C1 = CF(0, 0.5, 0)
  335. LW.Part1 = la
  336. LW.Parent = tors
  337. Effects = {}
  338. -------------------------------------------------------
  339. --Start HeartBeat--
  340. -------------------------------------------------------
  341. ArtificialHB = Instance.new("BindableEvent", script)
  342. ArtificialHB.Name = "Heartbeat"
  343. script:WaitForChild("Heartbeat")
  344.  
  345. frame = 1 / 60
  346. tf = 0
  347. allowframeloss = false
  348. tossremainder = false
  349.  
  350.  
  351. lastframe = tick()
  352. script.Heartbeat:Fire()
  353.  
  354.  
  355. game:GetService("RunService").Heartbeat:connect(function(s, p)
  356. tf = tf + s
  357. if tf >= frame then
  358. if allowframeloss then
  359. script.Heartbeat:Fire()
  360. lastframe = tick()
  361. else
  362. for i = 1, math.floor(tf / frame) do
  363. script.Heartbeat:Fire()
  364. end
  365. lastframe = tick()
  366. end
  367. if tossremainder then
  368. tf = 0
  369. else
  370. tf = tf - frame * math.floor(tf / frame)
  371. end
  372. end
  373. end)
  374. -------------------------------------------------------
  375. --End HeartBeat--
  376. -------------------------------------------------------
  377.  
  378. -------------------------------------------------------
  379. --Start Important Functions--
  380. -------------------------------------------------------
  381. function swait(num)
  382. if num == 0 or num == nil then
  383. game:service("RunService").Stepped:wait(0)
  384. else
  385. for i = 0, num do
  386. game:service("RunService").Stepped:wait(0)
  387. end
  388. end
  389. end
  390. function thread(f)
  391. coroutine.resume(coroutine.create(f))
  392. end
  393. function clerp(a, b, t)
  394. local qa = {
  395. QuaternionFromCFrame(a)
  396. }
  397. local qb = {
  398. QuaternionFromCFrame(b)
  399. }
  400. local ax, ay, az = a.x, a.y, a.z
  401. local bx, by, bz = b.x, b.y, b.z
  402. local _t = 1 - t
  403. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  404. end
  405. function QuaternionFromCFrame(cf)
  406. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  407. local trace = m00 + m11 + m22
  408. if trace > 0 then
  409. local s = math.sqrt(1 + trace)
  410. local recip = 0.5 / s
  411. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  412. else
  413. local i = 0
  414. if m00 < m11 then
  415. i = 1
  416. end
  417. if m22 > (i == 0 and m00 or m11) then
  418. i = 2
  419. end
  420. if i == 0 then
  421. local s = math.sqrt(m00 - m11 - m22 + 1)
  422. local recip = 0.5 / s
  423. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  424. elseif i == 1 then
  425. local s = math.sqrt(m11 - m22 - m00 + 1)
  426. local recip = 0.5 / s
  427. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  428. elseif i == 2 then
  429. local s = math.sqrt(m22 - m00 - m11 + 1)
  430. local recip = 0.5 / s
  431. return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  432. end
  433. end
  434. end
  435. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  436. local xs, ys, zs = x + x, y + y, z + z
  437. local wx, wy, wz = w * xs, w * ys, w * zs
  438. local xx = x * xs
  439. local xy = x * ys
  440. local xz = x * zs
  441. local yy = y * ys
  442. local yz = y * zs
  443. local zz = z * zs
  444. 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))
  445. end
  446. function QuaternionSlerp(a, b, t)
  447. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  448. local startInterp, finishInterp
  449. if cosTheta >= 1.0E-4 then
  450. if 1 - cosTheta > 1.0E-4 then
  451. local theta = math.acos(cosTheta)
  452. local invSinTheta = 1 / Sin(theta)
  453. startInterp = Sin((1 - t) * theta) * invSinTheta
  454. finishInterp = Sin(t * theta) * invSinTheta
  455. else
  456. startInterp = 1 - t
  457. finishInterp = t
  458. end
  459. elseif 1 + cosTheta > 1.0E-4 then
  460. local theta = math.acos(-cosTheta)
  461. local invSinTheta = 1 / Sin(theta)
  462. startInterp = Sin((t - 1) * theta) * invSinTheta
  463. finishInterp = Sin(t * theta) * invSinTheta
  464. else
  465. startInterp = t - 1
  466. finishInterp = t
  467. end
  468. 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
  469. end
  470. function rayCast(Position, Direction, Range, Ignore)
  471. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  472. end
  473. local RbxUtility = LoadLibrary("RbxUtility")
  474. local Create = RbxUtility.Create
  475.  
  476. -------------------------------------------------------
  477. --Start Damage Function--
  478. -------------------------------------------------------
  479. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  480. if hit.Parent == nil then
  481. return
  482. end
  483. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  484. for _, v in pairs(hit.Parent:children()) do
  485. if v:IsA("Humanoid") then
  486. h = v
  487. end
  488. end
  489. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
  490.  
  491. hit.Parent:FindFirstChild("Head"):BreakJoints()
  492. end
  493.  
  494. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  495. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  496. if hit.Parent.DebounceHit.Value == true then
  497. return
  498. end
  499. end
  500. if insta == true then
  501. hit.Parent:FindFirstChild("Head"):BreakJoints()
  502. end
  503. local c = Create("ObjectValue"){
  504. Name = "creator",
  505. Value = game:service("Players").LocalPlayer,
  506. Parent = h,
  507. }
  508. game:GetService("Debris"):AddItem(c, .5)
  509. if HitSound ~= nil and HitPitch ~= nil then
  510. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  511. end
  512. local Damage = math.random(minim, maxim)
  513. local blocked = false
  514. local block = hit.Parent:findFirstChild("Block")
  515. if block ~= nil then
  516. if block.className == "IntValue" then
  517. if block.Value > 0 then
  518. blocked = true
  519. block.Value = block.Value - 1
  520. print(block.Value)
  521. end
  522. end
  523. end
  524. if blocked == false then
  525. h.Health = h.Health - Damage
  526. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
  527. else
  528. h.Health = h.Health - (Damage / 2)
  529. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
  530. end
  531. if Type == "Knockdown" then
  532. local hum = hit.Parent.Humanoid
  533. hum.PlatformStand = true
  534. coroutine.resume(coroutine.create(function(HHumanoid)
  535. swait(1)
  536. HHumanoid.PlatformStand = false
  537. end), hum)
  538. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  539. local bodvol = Create("BodyVelocity"){
  540. velocity = angle * knockback,
  541. P = 5000,
  542. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  543. Parent = hit,
  544. }
  545. local rl = Create("BodyAngularVelocity"){
  546. P = 3000,
  547. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  548. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  549. Parent = hit,
  550. }
  551. game:GetService("Debris"):AddItem(bodvol, .5)
  552. game:GetService("Debris"):AddItem(rl, .5)
  553. elseif Type == "Normal" then
  554. local vp = Create("BodyVelocity"){
  555. P = 500,
  556. maxForce = Vector3.new(math.huge, 0, math.huge),
  557. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  558. }
  559. if knockback > 0 then
  560. vp.Parent = hit.Parent.Torso
  561. end
  562. game:GetService("Debris"):AddItem(vp, .5)
  563. elseif Type == "Up" then
  564. local bodyVelocity = Create("BodyVelocity"){
  565. velocity = Vector3.new(0, 20, 0),
  566. P = 5000,
  567. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  568. Parent = hit,
  569. }
  570. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  571. elseif Type == "DarkUp" then
  572. coroutine.resume(coroutine.create(function()
  573. for i = 0, 1, 0.1 do
  574. swait()
  575. Effects.Block.Create(BrickColor.new("Really red"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  576. end
  577. end))
  578. local bodyVelocity = Create("BodyVelocity"){
  579. velocity = Vector3.new(0, 20, 0),
  580. P = 5000,
  581. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  582. Parent = hit,
  583. }
  584. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  585. elseif Type == "Snare" then
  586. local bp = Create("BodyPosition"){
  587. P = 2000,
  588. D = 100,
  589. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  590. position = hit.Parent.Torso.Position,
  591. Parent = hit.Parent.Torso,
  592. }
  593. game:GetService("Debris"):AddItem(bp, 1)
  594. elseif Type == "Freeze" then
  595. local BodPos = Create("BodyPosition"){
  596. P = 50000,
  597. D = 1000,
  598. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  599. position = hit.Parent.Torso.Position,
  600. Parent = hit.Parent.Torso,
  601. }
  602. local BodGy = Create("BodyGyro") {
  603. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  604. P = 20e+003,
  605. Parent = hit.Parent.Torso,
  606. cframe = hit.Parent.Torso.CFrame,
  607. }
  608. hit.Parent.Torso.Anchored = true
  609. coroutine.resume(coroutine.create(function(Part)
  610. swait(1.5)
  611. Part.Anchored = false
  612. end), hit.Parent.Torso)
  613. game:GetService("Debris"):AddItem(BodPos, 3)
  614. game:GetService("Debris"):AddItem(BodGy, 3)
  615. end
  616. local debounce = Create("BoolValue"){
  617. Name = "DebounceHit",
  618. Parent = hit.Parent,
  619. Value = true,
  620. }
  621. game:GetService("Debris"):AddItem(debounce, Delay)
  622. c = Create("ObjectValue"){
  623. Name = "creator",
  624. Value = Player,
  625. Parent = h,
  626. }
  627. game:GetService("Debris"):AddItem(c, .5)
  628. end
  629. end
  630. -------------------------------------------------------
  631. --End Damage Function--
  632. -------------------------------------------------------
  633.  
  634. -------------------------------------------------------
  635. --Start Damage Function Customization--
  636. -------------------------------------------------------
  637. function ShowDamage(Pos, Text, Time, Color)
  638. local Rate = (1 / 30)
  639. local Pos = (Pos or Vector3.new(0, 0, 0))
  640. local Text = (Text or "")
  641. local Time = (Time or 2)
  642. local Color = (Color or Color3.new(1, 0, 1))
  643. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  644. EffectPart.Anchored = true
  645. local BillboardGui = Create("BillboardGui"){
  646. Size = UDim2.new(3, 0, 3, 0),
  647. Adornee = EffectPart,
  648. Parent = EffectPart,
  649. }
  650. local TextLabel = Create("TextLabel"){
  651. BackgroundTransparency = 1,
  652. Size = UDim2.new(1, 0, 1, 0),
  653. Text = Text,
  654. Font = "Bodoni",
  655. TextColor3 = Color,
  656. TextScaled = true,
  657. TextStrokeColor3 = Color3.fromRGB(0,0,0),
  658. Parent = BillboardGui,
  659. }
  660. game.Debris:AddItem(EffectPart, (Time))
  661. EffectPart.Parent = game:GetService("Workspace")
  662. delay(0, function()
  663. local Frames = (Time / Rate)
  664. for Frame = 1, Frames do
  665. wait(Rate)
  666. local Percent = (Frame / Frames)
  667. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  668. TextLabel.TextTransparency = Percent
  669. end
  670. if EffectPart and EffectPart.Parent then
  671. EffectPart:Destroy()
  672. end
  673. end)
  674. end
  675. -------------------------------------------------------
  676. --End Damage Function Customization--
  677. -------------------------------------------------------
  678.  
  679. function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
  680. for _, c in pairs(workspace:children()) do
  681. local hum = c:findFirstChild("Humanoid")
  682. if hum ~= nil then
  683. local head = c:findFirstChild("Head")
  684. if head ~= nil then
  685. local targ = head.Position - Part.Position
  686. local mag = targ.magnitude
  687. if magni >= mag and c.Name ~= plr.Name then
  688. Damage(head, head, mindam, maxdam, knock, Type, root, 0.1, "http://www.roblox.com/asset/?id=0", 1.2)
  689. end
  690. end
  691. end
  692. end
  693. end
  694.  
  695.  
  696. CFuncs = {
  697. Part = {
  698. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  699. local Part = Create("Part")({
  700. Parent = Parent,
  701. Reflectance = Reflectance,
  702. Transparency = Transparency,
  703. CanCollide = false,
  704. Locked = true,
  705. BrickColor = BrickColor.new(tostring(BColor)),
  706. Name = Name,
  707. Size = Size,
  708. Material = Material
  709. })
  710. RemoveOutlines(Part)
  711. return Part
  712. end
  713. },
  714. Mesh = {
  715. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  716. local Msh = Create(Mesh)({
  717. Parent = Part,
  718. Offset = OffSet,
  719. Scale = Scale
  720. })
  721. if Mesh == "SpecialMesh" then
  722. Msh.MeshType = MeshType
  723. Msh.MeshId = MeshId
  724. end
  725. return Msh
  726. end
  727. },
  728. Mesh = {
  729. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  730. local Msh = Create(Mesh)({
  731. Parent = Part,
  732. Offset = OffSet,
  733. Scale = Scale
  734. })
  735. if Mesh == "SpecialMesh" then
  736. Msh.MeshType = MeshType
  737. Msh.MeshId = MeshId
  738. end
  739. return Msh
  740. end
  741. },
  742. Weld = {
  743. Create = function(Parent, Part0, Part1, C0, C1)
  744. local Weld = Create("Weld")({
  745. Parent = Parent,
  746. Part0 = Part0,
  747. Part1 = Part1,
  748. C0 = C0,
  749. C1 = C1
  750. })
  751. return Weld
  752. end
  753. },
  754. Sound = {
  755. Create = function(id, par, vol, pit)
  756. coroutine.resume(coroutine.create(function()
  757. local S = Create("Sound")({
  758. Volume = vol,
  759. Pitch = pit or 1,
  760. SoundId = id,
  761. Parent = par or workspace
  762. })
  763. wait()
  764. S:play()
  765. game:GetService("Debris"):AddItem(S, 6)
  766. end))
  767. end
  768. },
  769. ParticleEmitter = {
  770. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  771. local fp = Create("ParticleEmitter")({
  772. Parent = Parent,
  773. Color = ColorSequence.new(Color1, Color2),
  774. LightEmission = LightEmission,
  775. Size = Size,
  776. Texture = Texture,
  777. Transparency = Transparency,
  778. ZOffset = ZOffset,
  779. Acceleration = Accel,
  780. Drag = Drag,
  781. LockedToPart = LockedToPart,
  782. VelocityInheritance = VelocityInheritance,
  783. EmissionDirection = EmissionDirection,
  784. Enabled = Enabled,
  785. Lifetime = LifeTime,
  786. Rate = Rate,
  787. Rotation = Rotation,
  788. RotSpeed = RotSpeed,
  789. Speed = Speed,
  790. VelocitySpread = VelocitySpread
  791. })
  792. return fp
  793. end
  794. }
  795. }
  796. function RemoveOutlines(part)
  797. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  798. end
  799. function CreatePart(FormFactor, Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  800. local Part = Create("Part")({
  801. formFactor = FormFactor,
  802. Parent = Parent,
  803. Reflectance = Reflectance,
  804. Transparency = Transparency,
  805. CanCollide = false,
  806. Locked = true,
  807. BrickColor = BrickColor.new(tostring(BColor)),
  808. Name = Name,
  809. Size = Size,
  810. Material = Material
  811. })
  812. RemoveOutlines(Part)
  813. return Part
  814. end
  815. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  816. local Msh = Create(Mesh)({
  817. Parent = Part,
  818. Offset = OffSet,
  819. Scale = Scale
  820. })
  821. if Mesh == "SpecialMesh" then
  822. Msh.MeshType = MeshType
  823. Msh.MeshId = MeshId
  824. end
  825. return Msh
  826. end
  827. function CreateWeld(Parent, Part0, Part1, C0, C1)
  828. local Weld = Create("Weld")({
  829. Parent = Parent,
  830. Part0 = Part0,
  831. Part1 = Part1,
  832. C0 = C0,
  833. C1 = C1
  834. })
  835. return Weld
  836. end
  837.  
  838.  
  839. -------------------------------------------------------
  840. --Start Effect Function--
  841. -------------------------------------------------------
  842. EffectModel = Instance.new("Model", char)
  843. Effects = {
  844. Block = {
  845. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  846. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  847. prt.Anchored = true
  848. prt.CFrame = cframe
  849. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  850. game:GetService("Debris"):AddItem(prt, 10)
  851. if Type == 1 or Type == nil then
  852. table.insert(Effects, {
  853. prt,
  854. "Block1",
  855. delay,
  856. x3,
  857. y3,
  858. z3,
  859. msh
  860. })
  861. elseif Type == 2 then
  862. table.insert(Effects, {
  863. prt,
  864. "Block2",
  865. delay,
  866. x3,
  867. y3,
  868. z3,
  869. msh
  870. })
  871. else
  872. table.insert(Effects, {
  873. prt,
  874. "Block3",
  875. delay,
  876. x3,
  877. y3,
  878. z3,
  879. msh
  880. })
  881. end
  882. end
  883. },
  884. Sphere = {
  885. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  886. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  887. prt.Anchored = true
  888. prt.CFrame = cframe
  889. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  890. game:GetService("Debris"):AddItem(prt, 10)
  891. table.insert(Effects, {
  892. prt,
  893. "Cylinder",
  894. delay,
  895. x3,
  896. y3,
  897. z3,
  898. msh
  899. })
  900. end
  901. },
  902. Cylinder = {
  903. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  904. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  905. prt.Anchored = true
  906. prt.CFrame = cframe
  907. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  908. game:GetService("Debris"):AddItem(prt, 10)
  909. table.insert(Effects, {
  910. prt,
  911. "Cylinder",
  912. delay,
  913. x3,
  914. y3,
  915. z3,
  916. msh
  917. })
  918. end
  919. },
  920. Wave = {
  921. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  922. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  923. prt.Anchored = true
  924. prt.CFrame = cframe
  925. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1 / 60, y1 / 60, z1 / 60))
  926. game:GetService("Debris"):AddItem(prt, 10)
  927. table.insert(Effects, {
  928. prt,
  929. "Cylinder",
  930. delay,
  931. x3 / 60,
  932. y3 / 60,
  933. z3 / 60,
  934. msh
  935. })
  936. end
  937. },
  938. Ring = {
  939. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  940. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  941. prt.Anchored = true
  942. prt.CFrame = cframe
  943. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  944. game:GetService("Debris"):AddItem(prt, 10)
  945. table.insert(Effects, {
  946. prt,
  947. "Cylinder",
  948. delay,
  949. x3,
  950. y3,
  951. z3,
  952. msh
  953. })
  954. end
  955. },
  956. Break = {
  957. Create = function(brickcolor, cframe, x1, y1, z1)
  958. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  959. prt.Anchored = true
  960. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  961. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  962. local num = math.random(10, 50) / 1000
  963. game:GetService("Debris"):AddItem(prt, 10)
  964. table.insert(Effects, {
  965. prt,
  966. "Shatter",
  967. num,
  968. prt.CFrame,
  969. math.random() - math.random(),
  970. 0,
  971. math.random(50, 100) / 100
  972. })
  973. end
  974. },
  975. Spiral = {
  976. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  977. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  978. prt.Anchored = true
  979. prt.CFrame = cframe
  980. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1051557", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  981. game:GetService("Debris"):AddItem(prt, 10)
  982. table.insert(Effects, {
  983. prt,
  984. "Cylinder",
  985. delay,
  986. x3,
  987. y3,
  988. z3,
  989. msh
  990. })
  991. end
  992. },
  993. Push = {
  994. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  995. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  996. prt.Anchored = true
  997. prt.CFrame = cframe
  998. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://437347603", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  999. game:GetService("Debris"):AddItem(prt, 10)
  1000. table.insert(Effects, {
  1001. prt,
  1002. "Cylinder",
  1003. delay,
  1004. x3,
  1005. y3,
  1006. z3,
  1007. msh
  1008. })
  1009. end
  1010. }
  1011. }
  1012. function part(formfactor ,parent, reflectance, transparency, brickcolor, name, size)
  1013. local fp = IT("Part")
  1014. fp.formFactor = formfactor
  1015. fp.Parent = parent
  1016. fp.Reflectance = reflectance
  1017. fp.Transparency = transparency
  1018. fp.CanCollide = false
  1019. fp.Locked = true
  1020. fp.BrickColor = brickcolor
  1021. fp.Name = name
  1022. fp.Size = size
  1023. fp.Position = tors.Position
  1024. RemoveOutlines(fp)
  1025. fp.Material = "SmoothPlastic"
  1026. fp:BreakJoints()
  1027. return fp
  1028. end
  1029.  
  1030. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1031. local mesh = IT(Mesh)
  1032. mesh.Parent = part
  1033. if Mesh == "SpecialMesh" then
  1034. mesh.MeshType = meshtype
  1035. if meshid ~= "nil" then
  1036. mesh.MeshId = "http://www.roblox.com/asset/?id="..meshid
  1037. end
  1038. end
  1039. mesh.Offset = offset
  1040. mesh.Scale = scale
  1041. return mesh
  1042. end
  1043.  
  1044. function Magic(bonuspeed, type, pos, scale, value, color, MType)
  1045. local type = type
  1046. local rng = Instance.new("Part", char)
  1047. rng.Anchored = true
  1048. rng.BrickColor = color
  1049. rng.CanCollide = false
  1050. rng.FormFactor = 3
  1051. rng.Name = "Ring"
  1052. rng.Material = "Neon"
  1053. rng.Size = Vector3.new(1, 1, 1)
  1054. rng.Transparency = 0
  1055. rng.TopSurface = 0
  1056. rng.BottomSurface = 0
  1057. rng.CFrame = pos
  1058. local rngm = Instance.new("SpecialMesh", rng)
  1059. rngm.MeshType = MType
  1060. rngm.Scale = scale
  1061. local scaler2 = 1
  1062. if type == "Add" then
  1063. scaler2 = 1 * value
  1064. elseif type == "Divide" then
  1065. scaler2 = 1 / value
  1066. end
  1067. coroutine.resume(coroutine.create(function()
  1068. for i = 0, 10 / bonuspeed, 0.1 do
  1069. swait()
  1070. if type == "Add" then
  1071. scaler2 = scaler2 - 0.01 * value / bonuspeed
  1072. elseif type == "Divide" then
  1073. scaler2 = scaler2 - 0.01 / value * bonuspeed
  1074. end
  1075. rng.Transparency = rng.Transparency + 0.01 * bonuspeed
  1076. rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, scaler2 * bonuspeed)
  1077. end
  1078. rng:Destroy()
  1079. end))
  1080. end
  1081.  
  1082. function Eviscerate(dude)
  1083. if dude.Name ~= char then
  1084. local bgf = IT("BodyGyro", dude.Head)
  1085. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
  1086. local val = IT("BoolValue", dude)
  1087. val.Name = "IsHit"
  1088. local ds = coroutine.wrap(function()
  1089. dude:WaitForChild("Head"):BreakJoints()
  1090. wait(0.5)
  1091. target = nil
  1092. coroutine.resume(coroutine.create(function()
  1093. for i, v in pairs(dude:GetChildren()) do
  1094. if v:IsA("Accessory") then
  1095. v:Destroy()
  1096. end
  1097. if v:IsA("Humanoid") then
  1098. v:Destroy()
  1099. end
  1100. if v:IsA("CharacterMesh") then
  1101. v:Destroy()
  1102. end
  1103. if v:IsA("Model") then
  1104. v:Destroy()
  1105. end
  1106. if v:IsA("Part") or v:IsA("MeshPart") then
  1107. for x, o in pairs(v:GetChildren()) do
  1108. if o:IsA("Decal") then
  1109. o:Destroy()
  1110. end
  1111. end
  1112. coroutine.resume(coroutine.create(function()
  1113. v.Material = "Neon"
  1114. v.CanCollide = false
  1115. local PartEmmit1 = IT("ParticleEmitter", v)
  1116. PartEmmit1.LightEmission = 1
  1117. PartEmmit1.Texture = "rbxassetid://284205403"
  1118. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1119. PartEmmit1.Rate = 150
  1120. PartEmmit1.Lifetime = NumberRange.new(1)
  1121. PartEmmit1.Size = NumberSequence.new({
  1122. NumberSequenceKeypoint.new(0, 0.75, 0),
  1123. NumberSequenceKeypoint.new(1, 0, 0)
  1124. })
  1125. PartEmmit1.Transparency = NumberSequence.new({
  1126. NumberSequenceKeypoint.new(0, 0, 0),
  1127. NumberSequenceKeypoint.new(1, 1, 0)
  1128. })
  1129. PartEmmit1.Speed = NumberRange.new(0, 0)
  1130. PartEmmit1.VelocitySpread = 30000
  1131. PartEmmit1.Rotation = NumberRange.new(-500, 500)
  1132. PartEmmit1.RotSpeed = NumberRange.new(-500, 500)
  1133. local BodPoss = IT("BodyPosition", v)
  1134. BodPoss.P = 3000
  1135. BodPoss.D = 1000
  1136. BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  1137. BodPoss.position = v.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
  1138. v.Color = maincolor.Color
  1139. coroutine.resume(coroutine.create(function()
  1140. for i = 0, 49 do
  1141. swait(1)
  1142. v.Transparency = v.Transparency + 0.08
  1143. end
  1144. wait(0.5)
  1145. PartEmmit1.Enabled = false
  1146. wait(3)
  1147. v:Destroy()
  1148. dude:Destroy()
  1149. end))
  1150. end))
  1151. end
  1152. end
  1153. end))
  1154. end)
  1155. ds()
  1156. end
  1157. end
  1158.  
  1159. function FindNearestHead(Position, Distance, SinglePlayer)
  1160. if SinglePlayer then
  1161. return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude
  1162. end
  1163. local List = {}
  1164. for i, v in pairs(workspace:GetChildren()) do
  1165. if v:IsA("Model") and v:findFirstChild("Head") and v ~= char and Distance >= (v.Head.Position - Position).magnitude then
  1166. table.insert(List, v)
  1167. end
  1168. end
  1169. return List
  1170. end
  1171.  
  1172. function Aura(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos, MType)
  1173. local type = type
  1174. local rng = Instance.new("Part", char)
  1175. rng.Anchored = true
  1176. rng.BrickColor = color
  1177. rng.CanCollide = false
  1178. rng.FormFactor = 3
  1179. rng.Name = "Ring"
  1180. rng.Material = "Neon"
  1181. rng.Size = Vector3.new(1, 1, 1)
  1182. rng.Transparency = 0
  1183. rng.TopSurface = 0
  1184. rng.BottomSurface = 0
  1185. rng.CFrame = pos
  1186. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos
  1187. local rngm = Instance.new("SpecialMesh", rng)
  1188. rngm.MeshType = MType
  1189. rngm.Scale = Vector3.new(x1, y1, z1)
  1190. local scaler2 = 1
  1191. local speeder = FastSpeed
  1192. if type == "Add" then
  1193. scaler2 = 1 * value
  1194. elseif type == "Divide" then
  1195. scaler2 = 1 / value
  1196. end
  1197. coroutine.resume(coroutine.create(function()
  1198. for i = 0, 10 / bonuspeed, 0.1 do
  1199. swait()
  1200. if type == "Add" then
  1201. scaler2 = scaler2 - 0.01 * value / bonuspeed
  1202. elseif type == "Divide" then
  1203. scaler2 = scaler2 - 0.01 / value * bonuspeed
  1204. end
  1205. speeder = speeder - 0.01 * FastSpeed * bonuspeed
  1206. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed
  1207. rng.Transparency = rng.Transparency + 0.01 * bonuspeed
  1208. rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0)
  1209. end
  1210. rng:Destroy()
  1211. end))
  1212. end
  1213.  
  1214. function SoulSteal(dude)
  1215. if dude.Name ~= char then
  1216. local bgf = IT("BodyGyro", dude.Head)
  1217. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
  1218. local val = IT("BoolValue", dude)
  1219. val.Name = "IsHit"
  1220. local torso = (dude:FindFirstChild'Head' or dude:FindFirstChild'Torso' or dude:FindFirstChild'UpperTorso' or dude:FindFirstChild'LowerTorso' or dude:FindFirstChild'HumanoidRootPart')
  1221. local soulst = coroutine.wrap(function()
  1222. local soul = Instance.new("Part",dude)
  1223. soul.Size = Vector3.new(1,1,1)
  1224. soul.CanCollide = false
  1225. soul.Anchored = false
  1226. soul.Position = torso.Position
  1227. soul.Transparency = 1
  1228. local PartEmmit1 = IT("ParticleEmitter", soul)
  1229. PartEmmit1.LightEmission = 1
  1230. PartEmmit1.Texture = "rbxassetid://569507414"
  1231. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1232. PartEmmit1.Rate = 250
  1233. PartEmmit1.Lifetime = NumberRange.new(1.6)
  1234. PartEmmit1.Size = NumberSequence.new({
  1235. NumberSequenceKeypoint.new(0, 1, 0),
  1236. NumberSequenceKeypoint.new(1, 0, 0)
  1237. })
  1238. PartEmmit1.Transparency = NumberSequence.new({
  1239. NumberSequenceKeypoint.new(0, 0, 0),
  1240. NumberSequenceKeypoint.new(1, 1, 0)
  1241. })
  1242. PartEmmit1.Speed = NumberRange.new(0, 0)
  1243. PartEmmit1.VelocitySpread = 30000
  1244. PartEmmit1.Rotation = NumberRange.new(-360, 360)
  1245. PartEmmit1.RotSpeed = NumberRange.new(-360, 360)
  1246. local BodPoss = IT("BodyPosition", soul)
  1247. BodPoss.P = 3000
  1248. BodPoss.D = 1000
  1249. BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  1250. BodPoss.position = torso.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
  1251. wait(1.6)
  1252. soul.Touched:connect(function(hit)
  1253. if hit.Parent == char then
  1254. soul:Destroy()
  1255. end
  1256. end)
  1257. wait(1.2)
  1258. while soul do
  1259. swait()
  1260. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1261. BodPoss.Position = tors.Position
  1262. end
  1263. end)
  1264. soulst()
  1265. end
  1266. end
  1267. function FaceMouse()
  1268. local Cam = workspace.CurrentCamera
  1269. return {
  1270. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)),
  1271. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  1272. }
  1273. end
  1274.  
  1275. BTAUNT = Instance.new("Sound", tors)
  1276. BTAUNT.SoundId = "http://www.roblox.com/asset/?id=2533880583"
  1277. BTAUNT.Volume = 3
  1278. BTAUNT.Pitch = 1
  1279. BTAUNT.Looped = true
  1280. BTAUNT.TimePosition = 0
  1281.  
  1282. BTAUNT3 = Instance.new("Sound", tors)
  1283. BTAUNT3.SoundId = "http://www.roblox.com/asset/?id=157016540"
  1284. BTAUNT3.Volume = 10
  1285. BTAUNT3.Pitch = 1
  1286. BTAUNT3.Looped = false
  1287. BTAUNT3.TimePosition = 0
  1288.  
  1289. TEST = Instance.new("Sound", tors)
  1290. TEST.SoundId = "http://www.roblox.com/asset/?id=2544975373"
  1291. TEST.Volume = 25
  1292. TEST.Pitch = 1
  1293. TEST.Looped = false
  1294. TEST.TimePosition = 0
  1295. -------------------------------------------------------
  1296. --End Effect Function--
  1297. -------------------------------------------------------
  1298. function Cso(ID, PARENT, VOLUME, PITCH)
  1299. local NSound = nil
  1300. coroutine.resume(coroutine.create(function()
  1301. NSound = IT("Sound", PARENT)
  1302. NSound.Volume = VOLUME
  1303. NSound.Pitch = PITCH
  1304. NSound.SoundId = "http://www.roblox.com/asset/?id="..ID
  1305. swait()
  1306. NSound:play()
  1307. game:GetService("Debris"):AddItem(NSound, 50)
  1308. end))
  1309. return NSound
  1310. end
  1311. function CameraEnshaking(Length, Intensity)
  1312. coroutine.resume(coroutine.create(function()
  1313. local intensity = 1 * Intensity
  1314. local rotM = 0.01 * Intensity
  1315. for i = 0, Length, 0.1 do
  1316. swait()
  1317. intensity = intensity - 0.05 * Intensity / Length
  1318. rotM = rotM - 5.0E-4 * Intensity / Length
  1319. hum.CameraOffset = Vector3.new(Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)))
  1320. cam.CFrame = cam.CFrame * CF(Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity))) * Euler(Rad(Mrandom(-intensity, intensity)) * rotM, Rad(Mrandom(-intensity, intensity)) * rotM, Rad(Mrandom(-intensity, intensity)) * rotM)
  1321. end
  1322. hum.CameraOffset = Vector3.new(0, 0, 0)
  1323. end))
  1324. end
  1325. -------------------------------------------------------
  1326. --End Important Functions--
  1327. -------------------------------------------------------
  1328.  
  1329.  
  1330. -------------------------------------------------------
  1331. --Start Customization--
  1332. -------------------------------------------------------
  1333. local Player_Size = 1
  1334. if Player_Size ~= 1 then
  1335. root.Size = root.Size * Player_Size
  1336. tors.Size = tors.Size * Player_Size
  1337. hed.Size = hed.Size * Player_Size
  1338. ra.Size = ra.Size * Player_Size
  1339. la.Size = la.Size * Player_Size
  1340. rl.Size = rl.Size * Player_Size
  1341. ll.Size = ll.Size * Player_Size
  1342. ----------------------------------------------------------------------------------
  1343. rootj.Parent = root
  1344. neck.Parent = tors
  1345. RW.Parent = tors
  1346. LW.Parent = tors
  1347. RH.Parent = tors
  1348. LH.Parent = tors
  1349. ----------------------------------------------------------------------------------
  1350. rootj.C0 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0))
  1351. rootj.C1 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0))
  1352. neck.C0 = necko * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0))
  1353. neck.C1 = CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * angles(Rad(-90), Rad(0), Rad(180))
  1354. RW.C0 = CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* RIGHTSHOULDERC0
  1355. LW.C0 = CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* LEFTSHOULDERC0
  1356. ----------------------------------------------------------------------------------
  1357. RH.C0 = CF(1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0))
  1358. LH.C0 = CF(-1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(-90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0))
  1359. RH.C1 = CF(0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0))
  1360. LH.C1 = CF(-0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(-90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0))
  1361. --hat.Parent = Character
  1362. end
  1363. ----------------------------------------------------------------------------------
  1364. ----------------------------------------------------------------------------------
  1365. local equipped = false
  1366. local idle = 0
  1367. local change = 1
  1368. local val = 0
  1369. local toim = 0
  1370. local idleanim = 0.4
  1371. local sine = 0
  1372. local Sit = 1
  1373. ----------------------------------------------------------------------------------
  1374. hum.WalkSpeed = 150
  1375. hum.JumpPower = 57
  1376. hum.Animator.Parent = nil
  1377. ----------------------------------------------------------------------------------
  1378. wait(1)
  1379. player = game.Players.LocalPlayer
  1380. torso = player.Character:WaitForChild("Torso")
  1381. mouse = player:GetMouse()
  1382.  
  1383. mouse.KeyDown:connect(function(key)
  1384. if key == "t" then
  1385. Cso("2545012765", hed, 3.5, 1)
  1386. dist = (torso.Position - mouse.Hit.p).magnitude
  1387. if dist <= 10000 then
  1388. torso.CFrame = CFrame.new(mouse.Hit.p) + Vector3.new(0,3,0)
  1389. end
  1390. end
  1391. end)
  1392. -------------------------------------------------------
  1393. --End Customization--
  1394. -------------------------------------------------------
  1395. local Blobby = Instance.new("Part", char)
  1396. Blobby.Name = "Blob"
  1397. Blobby.CanCollide = false
  1398. Blobby.BrickColor = BrickColor.new("Really black")
  1399. Blobby.Transparency = 0
  1400. Blobby.Material = "Plastic"
  1401. Blobby.Size = Vector3.new(1, 1, 2)
  1402. Blobby.TopSurface = Enum.SurfaceType.Smooth
  1403. Blobby.BottomSurface = Enum.SurfaceType.Smooth
  1404.  
  1405. local Weld = Instance.new("Weld", Blobby)
  1406. Weld.Part0 = ra
  1407. Weld.Part1 = Blobby
  1408. Weld.C1 = CFrame.new(0, 0.8, 0)
  1409. Weld.C0 = CFrame.Angles(Rad(-180),0,135)
  1410.  
  1411. local M2 = Instance.new("SpecialMesh")
  1412. M2.Parent = Blobby
  1413. M2.MeshId = "rbxassetid://28140935"
  1414. M2.TextureId = "rbxassetid://26884682"
  1415. M2.Scale = Vector3.new(1, 0.8, 1)
  1416.  
  1417. --[[local naeeym2 = Instance.new("BillboardGui",char)
  1418. naeeym2.AlwaysOnTop = true
  1419. naeeym2.Size = UDim2.new(5,35,2,15)
  1420. naeeym2.StudsOffset = Vector3.new(0, 3.5, 0)
  1421. naeeym2.Adornee = hed
  1422. naeeym2.Name = "Name"
  1423. --naeeym2.PlayerToHideFrom = Player
  1424. local tecks2 = Instance.new("TextLabel",naeeym2)
  1425. tecks2.BackgroundTransparency = 1
  1426. tecks2.TextScaled = true
  1427. tecks2.BorderSizePixel = 0
  1428. tecks2.Text = "Fight Me"
  1429. tecks2.Font = Enum.Font.Bodoni
  1430. tecks2.TextSize = 30
  1431. tecks2.TextStrokeTransparency = 0
  1432. tecks2.TextColor3 = Color3.new(0, 0, 0)
  1433. tecks2.TextStrokeColor3 = Color3.new(1, 1, 1)
  1434. tecks2.Size = UDim2.new(1,0,0.5,0)
  1435. tecks2.Parent = naeeym2]]
  1436. ----------------------------------------------------------------------------------
  1437. local AddInstance = function(Object, ...)
  1438. local Obj = Instance.new(Object)
  1439. for i,v in next,(...) do
  1440. Obj[i] = v
  1441. end
  1442. return Obj
  1443. end
  1444. ----------------------------------------------------
  1445. local Reaper = AddInstance("Part",{
  1446. Parent = hed,
  1447. CFrame = hed.CFrame,
  1448. formFactor = "Symmetric",
  1449. Size = Vector3.new(1, 1, 1),
  1450. CanCollide = false,
  1451. TopSurface = "Smooth",
  1452. BottomSurface = "Smooth",
  1453. Locked = true,
  1454. })
  1455. local Weld = AddInstance("Weld",{
  1456. Parent = Reaper,
  1457. Part0 = hed,
  1458. C0 = CFrame.new(0, 0.8, 0.4)*CFrame.Angles(0, 0, 0),
  1459. Part1 = Reaper,
  1460. })
  1461. local Mesh = AddInstance("SpecialMesh",{
  1462. Parent = Reaper,
  1463. MeshId = "rbxassetid://291954550",
  1464. TextureId = "rbxassetid://0",
  1465. Scale = Vector3.new(3.5, 3.5, 3.3),
  1466. VertexColor = Vector3.new(0.5, 0, 1),
  1467. })
  1468.  
  1469. local Reaper2 = AddInstance("Part",{
  1470. Parent = tors,
  1471. CFrame = tors.CFrame,
  1472. formFactor = "Symmetric",
  1473. Size = Vector3.new(0.462, 1.403, 2.495),
  1474. CanCollide = false,
  1475. TopSurface = "Smooth",
  1476. BottomSurface = "Smooth",
  1477. Locked = true,
  1478. })
  1479. local Weld = AddInstance("Weld",{
  1480. Parent = Reaper2,
  1481. Part0 = tors,
  1482. C0 = CFrame.new(0, -1.7, 1)*CFrame.Angles(0, 0, 0),
  1483. Part1 = Reaper2,
  1484. })
  1485. local Mesh = AddInstance("SpecialMesh",{
  1486. Parent = Reaper2,
  1487. MeshId = "rbxassetid://2759032628",
  1488. TextureId = "rbxassetid://89867215",
  1489. Scale = Vector3.new(1, 1, 0.5),
  1490. VertexColor = Vector3.new(0.5, 0.5, 0.5),
  1491. })
  1492.  
  1493. -------------------------------------------------------
  1494. wait(1)
  1495. plr = game.Players.LocalPlayer
  1496. char = plr.Character
  1497. mouse = plr:GetMouse()
  1498. whitecolor = Color3.new(1,1,1)
  1499. epicmode = false
  1500. normal = true
  1501. for i,v in pairs(char:GetChildren()) do
  1502. if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" then
  1503. v:Destroy()
  1504. end
  1505. end
  1506. local shirt = Instance.new("Shirt",char)
  1507. shirt.ShirtTemplate = "rbxassetid://2544612637"
  1508. local pants = Instance.new("Pants",char)
  1509. pants.PantsTemplate = "rbxassetid://2544611861"
  1510. local bdycolors = char["Body Colors"]
  1511. bdycolors.HeadColor3 = whitecolor
  1512. bdycolors.LeftArmColor3 = whitecolor
  1513. bdycolors.LeftLegColor3 = whitecolor
  1514. bdycolors.RightArmColor3 = whitecolor
  1515. bdycolors.RightLegColor3 = whitecolor
  1516. bdycolors.TorsoColor3 = whitecolor
  1517. for i,v in pairs(char:GetChildren()) do
  1518. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1519. v:Destroy()
  1520. end
  1521. end
  1522.  
  1523. -------------------------------------------------------
  1524. --Start Attacks N Stuff--
  1525. -------------------------------------------------------
  1526. local naeeym2 = Instance.new("BillboardGui",char)
  1527. naeeym2.AlwaysOnTop = true
  1528. naeeym2.Size = UDim2.new(5,35,2,35)
  1529. naeeym2.StudsOffset = Vector3.new(0,2,0)
  1530. naeeym2.Adornee = hed
  1531. naeeym2.Name = "Name"
  1532.  
  1533. local tecks2 = Instance.new("TextLabel",naeeym2)
  1534. tecks2.BackgroundTransparency = 1
  1535. tecks2.TextScaled = true
  1536. tecks2.BorderSizePixel = 0
  1537. tecks2.Text = "J E V I L"
  1538. tecks2.Font = "Fantasy"
  1539. tecks2.TextSize = 50
  1540. tecks2.TextStrokeTransparency = 0
  1541. tecks2.TextColor3 = BrickColor.new('Really black').Color
  1542. tecks2.TextStrokeColor3 = BrickColor.new('Bright blue').Color
  1543. tecks2.Size = UDim2.new(1,0,0.5,0)
  1544. tecks2.Parent = naeeym2
  1545. textfag = tecks2
  1546. tecks2.Text = "J E V I L"
  1547. BTAUNT:Play()
  1548. coroutine.resume(coroutine.create(function()
  1549. while textfag ~= nil do
  1550. swait()
  1551. textfag.Position = UDim2.new(math.random(-.2,.2),math.random(-3,3),.05,math.random(-3,3))
  1552. textfag.Rotation = math.random(-3,3)
  1553. end
  1554. end))
  1555.  
  1556. function get_out()
  1557. BTAUNT:Stop()
  1558. attack = true
  1559. BTAUNT3:Remove()
  1560. BTAUNT3:Play()
  1561. repeat
  1562. hum.WalkSpeed = 150
  1563. for i = 0,0.37,0.03 do
  1564. swait()
  1565. BTAUNT3.Parent = tors
  1566. 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)
  1567. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  1568. 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)
  1569. 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)
  1570. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.2 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(math.random(-360,360)), Rad(math.random(-360,360)), Rad(math.random(-360,360))), 1)
  1571. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(math.random(-360,360)), Rad(math.random(-360,360)), Rad(math.random(-360,360))), 1)
  1572. end
  1573. for i = 0,0.37,0.03 do
  1574. swait()
  1575. BTAUNT3.Parent = tors
  1576. 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)
  1577. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  1578. 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)
  1579. 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)
  1580. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.2 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(math.random(-360,360)), Rad(math.random(-360,360)), Rad(math.random(-360,360))), 1)
  1581. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(math.random(-360,360)), Rad(math.random(-360,360)), Rad(math.random(-360,360))), 1)
  1582. end
  1583. until BTAUNT3.Playing == false
  1584. BTAUNT3:Stop()
  1585. BTAUNT3:Play()
  1586. BTAUNT3:Remove()
  1587. BTAUNT:Play()
  1588. attack = false
  1589. hum.WalkSpeed = 150
  1590. BTAUNT:Play()
  1591. end
  1592. function Taunt2()
  1593. ATTACK = true
  1594. Rooted = true
  1595. local SOUND = CreateSound("134978657", Head, 10, 1)
  1596. Swait()
  1597. repeat
  1598. Swait()
  1599. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, -0.5, -0.5) * ANGLES(RAD(-45+(SOUND.PlaybackLoudness/10)), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  1600. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  1601. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-55), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  1602. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(-55), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  1603. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-45+(SOUND.PlaybackLoudness/10)), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  1604. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-45+(SOUND.PlaybackLoudness/10)), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  1605. until SOUND.Playing == false
  1606. ATTACK = false
  1607. Rooted = false
  1608. end
  1609.  
  1610. function icando()
  1611. ATTACK = true
  1612. Rooted = true
  1613. text.Text = "Gud-"
  1614. for i=0, 2, 0.1 / Animation_Speed do
  1615. Swait()
  1616. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  1617. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  1618. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(80), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1619. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0.5 + 0.025 * COS(SINE / 22), -1) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1620. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1621. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1622. end
  1623. coroutine.resume(coroutine.create(function()
  1624. text.Text = "Mornin.."
  1625. local POS = Mouse.Hit.p
  1626. local RAY = CreatePart(3, Effects, "Neon", 0, 0, "Deep orange", "Strike", VT(0,2000,0))
  1627. MakeForm(RAY,"Cyl")
  1628. local SPHERE = CreatePart(3, Effects, "Neon", 0, 0, "CGA orange", "Strike", VT(0,0,0))
  1629. MakeForm(SPHERE,"Ball")
  1630. local SHIELD = CreatePart(3, Effects, "Neon", 0, 0.5, "Deep orange", "Strike", VT(0,0,0))
  1631. MakeForm(SHIELD,"Ball")
  1632. SHIELD.CFrame = CF(POS)
  1633. RAY.CFrame = CF(POS)
  1634. SPHERE.CFrame = CF(POS)
  1635. CreateSound(440145570, SPHERE, 10, 0.8, false)
  1636. CreateSound(415700134, SPHERE, 10, 0.8, false)
  1637. for i = 1, 200 do
  1638. Swait()
  1639. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(0,0,0), Size2 = VT(SPHERE.Size.X*1.2,5+(i),SPHERE.Size.X*1.2), Transparency = 0, Transparency2 = 1, CFrame = SPHERE.CFrame*ANGLES(RAD(0), RAD(i), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = i, RotationZ = 0, Material = "Neon", Color = C3(1,1,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  1640. RAY.Size = RAY.Size + VT(0.05,0,0.05)
  1641. SPHERE.Size = SPHERE.Size + VT(2,2,2)
  1642. SHIELD.Size = SPHERE.Size + VT(3,3,3)
  1643. ApplyAoE(SPHERE.Position,SPHERE.Size.X/2,true)
  1644. end
  1645. for i = 1, 45 do
  1646. Swait()
  1647. RAY.Transparency = RAY.Transparency + 1/45
  1648. SPHERE.Transparency = RAY.Transparency
  1649. SHIELD.Transparency = SPHERE.Transparency + 1/45
  1650. end
  1651. RAY:remove()
  1652. SHIELD:remove()
  1653. SPHERE:remove()
  1654. end))
  1655. for i=0, 1, 0.1 / Animation_Speed do
  1656. Swait()
  1657. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed)
  1658. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 1 / Animation_Speed)
  1659. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(-270), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1660. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1661. RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1662. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1663. end
  1664. ATTACK = false
  1665. Rooted = false
  1666.  
  1667. function dance()
  1668. ATTACK = true
  1669. Rooted = true
  1670. local SOUND = CreateSound(1359796082, Head, 10, 1, false)
  1671. SOUND.EmitterSize = 250
  1672. repeat
  1673. Swait()
  1674. SOUND.Parent = Head
  1675. local laugh2 = GetClientProperty(SOUND,"PlaybackLoudness")
  1676. local COLOR = (laugh2*4)/255
  1677. NEON.Color = C3(COLOR/6,COLOR/6,COLOR/6)
  1678. if SOUND.TimePosition < 7 then
  1679. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.1 * COS(SINE / 12)) * ANGLES(RAD(-COLOR/2), RAD(0), RAD(-25)), 1 / Animation_Speed)
  1680. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(25 - 2.5 * COS(SINE / 12)), RAD(0), RAD(-5)), 1 / Animation_Speed)
  1681. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.35, -0.5) * ANGLES(RAD(150), RAD(3), RAD(-15)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1682. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.35, 0.5 + 0.1 * COS(SINE / 12), 0.2) * ANGLES(RAD(0), RAD(25), RAD(-25 - 8 * COS(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1683. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.65 - 0.2 * COS(SINE / 12), -0.35) * ANGLES(RAD(-(25+COLOR/2) + 6 * COS(SINE / 12)), RAD(80), RAD(0)) * ANGLES(RAD(2 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1684. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.2 * COS(SINE / 12), 0) * ANGLES(RAD(-(5+COLOR/2) + 2 * COS(SINE / 12)), RAD(-80), RAD(0)) * ANGLES(RAD(2 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1685. elseif (SOUND.TimePosition < 9 and SOUND.TimePosition >= 7) or SOUND.TimePosition > 18 then
  1686. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.1 * COS(SINE / 12)) * ANGLES(RAD(-COLOR/2), RAD(0), RAD(0)), 1 / Animation_Speed)
  1687. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1688. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.5 + 0.1 * COS(SINE / 12), 0.2) * ANGLES(RAD(0), RAD(-25), RAD(25 + 8 * COS(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1689. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.35, 0.5 + 0.1 * COS(SINE / 12), 0.2) * ANGLES(RAD(0), RAD(25), RAD(-25 - 8 * COS(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1690. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.65 - 0.2 * COS(SINE / 12), -0.35) * ANGLES(RAD(-(25+COLOR/2) + 6 * COS(SINE / 12)), RAD(80), RAD(0)) * ANGLES(RAD(2 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1691. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.2 * COS(SINE / 12), 0) * ANGLES(RAD(-(5+COLOR/2) + 2 * COS(SINE / 12)), RAD(-80), RAD(0)) * ANGLES(RAD(2 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1692. else
  1693. if COLOR < 4 then
  1694. COLOR = 4
  1695. end
  1696. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.1 * COS(SINE / 12)) * ANGLES(RAD(-COLOR*4), RAD(0), RAD(0)), 1 / Animation_Speed)
  1697. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-COLOR*6 - 2.5 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1698. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.5 + 0.1 * COS(SINE / 12), 0.2) * ANGLES(RAD(45-COLOR*2), RAD(-25), RAD(COLOR*15)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1699. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.35, 0.5 + 0.1 * COS(SINE / 12), 0.2) * ANGLES(RAD(45-COLOR*2), RAD(25), RAD(-COLOR*15)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1700. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.65 - 0.2 * COS(SINE / 12), -0.35) * ANGLES(RAD(-(25+COLOR*4) + 6 * COS(SINE / 12)), RAD(80), RAD(0)) * ANGLES(RAD(2 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1701. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.2 * COS(SINE / 12), 0) * ANGLES(RAD(-(5+COLOR*4) + 2 * COS(SINE / 12)), RAD(-80), RAD(0)) * ANGLES(RAD(2 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1702. end
  1703. until SOUND.Playing == false
  1704. SOUND:remove()
  1705. ATTACK = false
  1706. Rooted = false
  1707. end
  1708.  
  1709. function Blood_ball()
  1710. local orb = Instance.new("Part", char)
  1711. orb.Anchored = true
  1712. orb.BrickColor = BrickC("Royal Purple")
  1713. orb.CanCollide = false
  1714. orb.FormFactor = 3
  1715. orb.Name = "Ring"
  1716. orb.Material = "Neon"
  1717. orb.Size = Vector3.new(1, 1, 1)
  1718. orb.Transparency = 0
  1719. orb.TopSurface = 0
  1720. orb.BottomSurface = 0
  1721. local orbm = Instance.new("SpecialMesh", orb)
  1722. orbm.MeshType = "Sphere"
  1723. orbm.Name = "SizeMesh"
  1724. orbm.Scale = Vector3.new(0, 0, 0)
  1725. local scaled = 0.1
  1726. local posid = 0
  1727. for i = 0, 109, 0.1 do
  1728. swait()
  1729. scaled = scaled + 0.001
  1730. posid = posid - scaled
  1731. orb.CFrame = ra.CFrame * CF(0, -0.1 + posid / 1.05, 0)
  1732. orbm.Scale = orbm.Scale + Vector3.new(scaled, scaled, scaled)
  1733. 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)
  1734. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  1735. 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(79), Rad(0)) * angles(Rad(-10), Rad(0), Rad(-10)), 0.2)
  1736. 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(-79), Rad(0)) * angles(Rad(-15), Rad(0), Rad(10)), 0.2)
  1737. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(125), Rad(-7.5 * Sin(sine / 20)), Rad(40)), 0.2)
  1738. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-25), Rad(7.5 * Sin(sine / 20)), Rad(-25)), 0.2)
  1739. end
  1740. coroutine.resume(coroutine.create(function()
  1741. orb.Anchored = false
  1742. --CFuncs.Sound.Create("rbxassetid://260433768", root, 1.25, 1)
  1743. mes("CALAMITY ORB COMING IN EVERYTHING WILL BE DESTROYED",0.05)
  1744. local a = Instance.new("Part", workspace)
  1745. a.Name = "Direction"
  1746. a.Anchored = true
  1747. a.BrickColor = BrickC("Crimson")
  1748. a.Material = "Neon"
  1749. a.Transparency = 1
  1750. a.CanCollide = false
  1751. local ray = Ray.new(orb.CFrame.p, (root.CFrame.lookVector - orb.CFrame.p).unit * 500)
  1752. local ignore = orb
  1753. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  1754. a.BottomSurface = 10
  1755. a.TopSurface = 10
  1756. local distance = (orb.CFrame.p - position).magnitude
  1757. a.Size = Vector3.new(0.1, 0.1, 0.1)
  1758. a.CFrame = CF(orb.CFrame.p, position) * CF(0, 0, 0)
  1759. orb.CFrame = a.CFrame
  1760. a:Destroy()
  1761. local bv = Instance.new("BodyVelocity")
  1762. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  1763. bv.velocity = orb.CFrame.lookVector * 125
  1764. bv.Parent = orb
  1765. local hitted = false
  1766. game:GetService("Debris"):AddItem(orb, 15)
  1767. wait()
  1768. local hit = orb.Touched:connect(function(hit)
  1769. if hitted == false then
  1770. hitted = true
  1771. coroutine.resume(coroutine.create(function()
  1772. for i = 0,1.8,0.1 do
  1773. swait()
  1774. hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1))
  1775. end
  1776. for i = 0,1.8,0.1 do
  1777. swait()
  1778. hum.CameraOffset = Vector3.new(0,0,0)
  1779. end
  1780. end))
  1781. CFuncs.Sound.Create("rbxassetid://151304356", orb, 5, 1)
  1782. for i, v in pairs(FindNearestHead(orb.CFrame.p, 50000)) do
  1783. if v:FindFirstChild("Head") then
  1784. Eviscerate(v)
  1785. end
  1786. end
  1787. Magic(1, "Add", orb.CFrame, Vector3.new(orbm.Scale.x, orbm.Scale.y, orbm.Scale.z), 1, BrickC("Royal Purple"), "Sphere")
  1788. Magic(2, "Add", orb.CFrame, Vector3.new(orbm.Scale.x, orbm.Scale.y, orbm.Scale.z), 2, BrickC("Royal Purple"), "Sphere")
  1789. for i = 0, 9 do
  1790. --Aura(1, 2.5, "Add", orb.CFrame * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 5, 5, 50, -0.05, BrickColor.new("Royal purple"), 0, "Sphere")
  1791. --Aura(2, 5, "Add", orb.CFrame * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 5, 5, 50, -0.05, BrickColor.new("Royal purple"), 0, "Sphere")
  1792. end
  1793. orb.Anchored = true
  1794. orb.Transparency = 1
  1795. wait(8)
  1796. orb:Destroy()
  1797. end
  1798. end)
  1799. end))
  1800. for i = 0, 2, 0.1 do
  1801. swait()
  1802. 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)
  1803. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  1804. 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(79), Rad(0)) * angles(Rad(-10), Rad(0), Rad(-10)), 0.2)
  1805. 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(-79), Rad(0)) * angles(Rad(-15), Rad(0), Rad(10)), 0.2)
  1806. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(45), Rad(-7.5 * Sin(sine / 20)), Rad(40)), 0.2)
  1807. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-25), Rad(7.5 * Sin(sine / 20)), Rad(-25)), 0.2)
  1808. end
  1809. attack = false
  1810. end
  1811. function Blood_ball()
  1812. attack = true
  1813. local orb = Instance.new("Part", char)
  1814. orb.Anchored = true
  1815. orb.BrickColor = BrickC("Royal Purple")
  1816. orb.CanCollide = false
  1817. orb.FormFactor = 3
  1818. orb.Name = "Ring"
  1819. orb.Material = "Neon"
  1820. orb.Size = Vector3.new(1, 1, 1)
  1821. orb.Transparency = 0
  1822. orb.TopSurface = 0
  1823. orb.BottomSurface = 0
  1824. local orbm = Instance.new("SpecialMesh", orb)
  1825. orbm.MeshType = "Sphere"
  1826. orbm.Name = "SizeMesh"
  1827. orbm.Scale = Vector3.new(0, 0, 0)
  1828. local scaled = 0.1
  1829. local posid = 0
  1830. for i = 0, 12, 0.1 do
  1831. swait()
  1832. scaled = scaled + 0.001
  1833. posid = posid - scaled
  1834. orb.CFrame = ra.CFrame * CF(0, -0.1 + posid / 1.05, 0)
  1835. orbm.Scale = orbm.Scale + Vector3.new(scaled, scaled, scaled)
  1836. 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)
  1837. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  1838. 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)
  1839. 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)
  1840. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.06 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(145), Rad(0), Rad(15 + 2.5 * Sin(sine / 20))), 0.12)
  1841. 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)
  1842. end
  1843. coroutine.resume(coroutine.create(function()
  1844. orb.Anchored = false
  1845. local a = Instance.new("Part", workspace)
  1846. a.Name = "Direction"
  1847. a.Anchored = true
  1848. a.BrickColor = BrickC("Royal purple")
  1849. a.Material = "Neon"
  1850. a.Transparency = 1
  1851. a.CanCollide = false
  1852. local ray = Ray.new(orb.CFrame.p, (mouse.Hit.p - orb.CFrame.p).unit * 500)
  1853. local ignore = orb
  1854. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  1855. a.BottomSurface = 10
  1856. a.TopSurface = 10
  1857. local distance = (orb.CFrame.p - position).magnitude
  1858. a.Size = Vector3.new(0.1, 0.1, 0.1)
  1859. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, 0)
  1860. orb.CFrame = a.CFrame
  1861. a:Destroy()
  1862. local bv = Instance.new("BodyVelocity")
  1863. bv.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  1864. bv.velocity = orb.CFrame.lookVector * 125
  1865. bv.Parent = orb
  1866. local hitted = false
  1867. game:GetService("Debris"):AddItem(orb, 15)
  1868. swait()
  1869. local hit = orb.Touched:connect(function(hit)
  1870. if hitted == false then
  1871. hitted = true
  1872. CFuncs.Sound.Create("rbxassetid://151304356", orb, 5, 1)
  1873. for i, v in pairs(FindNearestHead(orb.CFrame.p, 25)) do
  1874. if v:FindFirstChild("Head") then
  1875. Eviscerate(v)
  1876. end
  1877. end
  1878. Magic(1, "Add", orb.CFrame, Vector3.new(orbm.Scale.x, orbm.Scale.y, orbm.Scale.z), 1, BrickC("Royal Purple"), "Sphere")
  1879. Magic(2, "Add", orb.CFrame, Vector3.new(orbm.Scale.x, orbm.Scale.y, orbm.Scale.z), 2, BrickC("Royal Purple"), "Sphere")
  1880. for i = 0, 9 do
  1881. Aura(1, 2.5, "Add", orb.CFrame * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360))), 5, 5, 50, -0.05, BrickC("Royal Purple"), 0, "Sphere")
  1882. Aura(2, 5, "Add", orb.CFrame * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360))), 5, 5, 50, -0.05, BrickC("Royal Purple"), 0, "Sphere")
  1883. end
  1884. orb.Anchored = true
  1885. orb.Transparency = 1
  1886. wait(8)
  1887. orb:Destroy()
  1888. end
  1889. end)
  1890. end))
  1891. for i = 0, 1, 0.1 do
  1892. swait()
  1893. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(6), Rad(0), Rad(30)), 0.3)
  1894. neck.C0 = clerp(neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-20 - 2.5 * Sin(sine / 20)), Rad(Mrandom(-15, 15)), Rad(-30)), 0.3)
  1895. 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(85), Rad(0)) * angles(Rad(-5), Rad(0), Rad(6)), 0.3)
  1896. 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(-85), Rad(0)) * angles(Rad(-5), Rad(0), Rad(-6)), 0.3)
  1897. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(65), Rad(Mrandom(-15, 15)), Rad(5 - 4.5 * Sin(sine / 20))), 0.3)
  1898. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.1 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(6), Rad(Mrandom(-15, 15)), Rad(-5 + 4.5 * Sin(sine / 20))), 0.3)
  1899. end
  1900. attack = false
  1901. end
  1902.  
  1903. function beam()
  1904. attack = true
  1905. hum.WalkSpeed = 0
  1906. local Ring1 = Instance.new("Part", char)
  1907. Ring1.Anchored = true
  1908. Ring1.BrickColor = maincolor
  1909. Ring1.CanCollide = false
  1910. Ring1.FormFactor = 3
  1911. Ring1.Name = "Ring"
  1912. Ring1.Material = "Neon"
  1913. Ring1.Size = Vector3.new(1, 0.05, 1)
  1914. Ring1.Transparency = 1
  1915. Ring1.TopSurface = 0
  1916. Ring1.BottomSurface = 0
  1917. local Ring1Mesh = Instance.new("SpecialMesh", Ring1)
  1918. Ring1Mesh.MeshType = "Brick"
  1919. Ring1Mesh.Name = "SizeMesh"
  1920. Ring1Mesh.Scale = Vector3.new(0, 1, 0)
  1921. local InnerRing1 = Ring1:Clone()
  1922. InnerRing1.Parent = char
  1923. InnerRing1.Transparency = 0
  1924. InnerRing1.BrickColor = BrickColor.new("New Yeller")
  1925. InnerRing1.Size = Vector3.new(1, 1, 1)
  1926. local InnerRing1Mesh = InnerRing1.SizeMesh
  1927. InnerRing1Mesh.Scale = Vector3.new(0, 0, 0)
  1928. InnerRing1Mesh.MeshType = "Sphere"
  1929. Ring1:Destroy()
  1930. swait()
  1931. --orb.CFrame = Pupil.CFrame
  1932. Aura(7, 0.12, "Add", Head.CFrame * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Sphere")
  1933. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, 0.9 + 0.5* Player_Size * Cos(sine / -15)) * angles(Rad(0), Rad(0), Rad(0)), 0.17)
  1934. neck.C0 = clerp(neck.C0, necko * CF(0, 0, 1) * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
  1935. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, -.2* Player_Size) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(74), Rad(0)) * angles(Rad(-2.5), Rad(0), Rad(-4)), 0.15)
  1936. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(-74), Rad(0)) * angles(Rad(-2.5), Rad(0), Rad(-4)), 0.15)
  1937. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.06 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-35), Rad(0), Rad(165 + 2.5 * Sin(sine / 20))), 0.12)
  1938. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.06 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-35), Rad(0), Rad(-165 + 2.5 * Sin(sine / 20))), 0.12)
  1939. end
  1940. InnerRing1.Transparency = 1
  1941. InnerRing1.CFrame = Head.CFrame + root.CFrame.lookVector * 5
  1942. Cso("2545012765", char, 10, 1)
  1943. Cso("2606661976", char, 2.3, 1)
  1944. local a = IT("Part", char)
  1945. a.Name = "Direction"
  1946. a.Anchored = true
  1947. a.BrickColor = BrickC("Pastel violet")
  1948. a.Material = "SmoothPlastic"
  1949. a.Transparency = 0
  1950. a.Shape = "Cylinder"
  1951. a.CanCollide = false
  1952. local a2 = IT("Part", char)
  1953. a2.Name = "Direction"
  1954. a2.Anchored = true
  1955. a2.BrickColor = maincolor
  1956. a2.Color = maincolor.Color
  1957. a2.Material = "Neon"
  1958. a2.Transparency = 0.7
  1959. a2.Shape = "Cylinder"
  1960. a2.CanCollide = false
  1961. local ba = IT("Part", char)
  1962. ba.Name = "HitDirect"
  1963. ba.Anchored = true
  1964. ba.BrickColor = maincolor
  1965. ba.Material = "Neon"
  1966. ba.Transparency = 1
  1967. ba.CanCollide = false
  1968. local ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000)
  1969. local ignore = char
  1970. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  1971. a.BottomSurface = 10
  1972. a.TopSurface = 10
  1973. a2.BottomSurface = 10
  1974. a2.TopSurface = 10
  1975. local distance = (InnerRing1.CFrame.p - position).magnitude
  1976. a.Size = Vector3.new(distance, 1, 1)
  1977. a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  1978. a2.Size = Vector3.new(distance, 1, 1)
  1979. a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  1980. ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance)
  1981. a.CFrame = a.CFrame * angles(0, Rad(90), 0)
  1982. a2.CFrame = a2.CFrame * angles(0, Rad(90), 0)
  1983. game:GetService("Debris"):AddItem(a, 20)
  1984. game:GetService("Debris"):AddItem(a2, 20)
  1985. game:GetService("Debris"):AddItem(ba, 20)
  1986. local msh = Instance.new("SpecialMesh", a)
  1987. msh.MeshType = "Brick"
  1988. msh.Scale = Vector3.new(1, 5, 5)
  1989. local msh2 = Instance.new("SpecialMesh", a2)
  1990. msh2.MeshType = "Brick"
  1991. msh2.Scale = Vector3.new(1, 7, 7)
  1992. for i = 0, 10, 0.1 do
  1993. swait()
  1994. CameraEnshaking(1, 5)
  1995. a2.Color = maincolor.Color
  1996. root.CFrame = FaceMouse()[1]
  1997. InnerRing1.CFrame = Head.CFrame + root.CFrame.lookVector * 4
  1998. ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000)
  1999. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  2000. distance = (InnerRing1.CFrame.p - position).magnitude
  2001. a.Size = Vector3.new(distance, 1, 1)
  2002. a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2003. a2.Size = Vector3.new(distance, 1, 1)
  2004. a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2005. ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance)
  2006. a.CFrame = a.CFrame * angles(0, Rad(90), 0)
  2007. a2.CFrame = a2.CFrame * angles(0, Rad(90), 0)
  2008. msh.Scale = msh.Scale - Vector3.new(0, 0.05, 0.05)
  2009. msh2.Scale = msh2.Scale - Vector3.new(0, 0.03, 0.03)
  2010. Aura(5, 0.15, "Add", ba.CFrame * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 15, 15, 25,
  2011. -0.15, maincolor, 0, "Sphere")
  2012. for i, v in pairs(FindNearestHead(ba.CFrame.p, 14.5)) do
  2013. if v:FindFirstChild("Head") then
  2014. Eviscerate(v)
  2015. end
  2016. end
  2017. end
  2018. a:Destroy()
  2019. a2:Destroy()
  2020. ba:Destroy()
  2021. InnerRing1:Destroy()
  2022. attack = false
  2023. hum.WalkSpeed = 10
  2024. hum.CameraOffset = Vector3.new(0,0,0)
  2025. end
  2026.  
  2027. function finalChaos2()
  2028. attack = true
  2029. M2.MeshId = "http://www.roblox.com/asset/?id=934916511"
  2030. M2.TextureId = "rbxassetid://2582829122"
  2031. M2.Scale = Vector3.new(5, 5, 5)
  2032. Cso("2545211765", hed, 10, 1)
  2033. for i = 0, 1, 0.1 do
  2034. swait()
  2035. hum.CameraOffset = Vector3.new(0, 8, 0)
  2036. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, 0.9 + 0.5* Player_Size * Cos(sine / -15)) * angles(Rad(0), Rad(0), Rad(0)), 0.17)
  2037. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-45 - 7.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.2)
  2038. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9* Player_Size - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-16.5), Rad(0), Rad(-20)), 0.2)
  2039. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9* Player_Size - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-16.5), Rad(0), Rad(20)), 0.2)
  2040. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(180), Rad(0), Rad(15)), 0.2)
  2041. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-30), Rad(-90)), 0.2)
  2042. end
  2043. Cso("483458132", char, 10, .7)
  2044. Cso("483458132", char, 10, 1)
  2045. CameraEnshaking(6, 65)
  2046. Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
  2047. Effects.Wave.Create(BrickColor.new("Really white"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
  2048. Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
  2049. Effects.Ring.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.5, 0.5, 0.1, 2, 2, 0, 0.04)
  2050. Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 7, 10, 15, -0.1, 15, 0.04)
  2051. Effects.Sphere.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0), 10, 6, 10, 15, -0.1, 15, 0.02)
  2052. Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 4, 10, 15, -0.1, 15, 0.01)
  2053. Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Royal Purple"), "Sphere")
  2054. Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
  2055. Magic(1, "Add", root.CFrame, Vector3.new(1, 100000, 1), 0.5, BrickColor.new("Really white"), "Sphere")
  2056. Magic(1, "Add", root.CFrame, Vector3.new(1, 1, 1), 0.75, BrickColor.new("Really white"), "Sphere")
  2057. for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 99999999999.5)) do
  2058. if v:FindFirstChild("Head") then
  2059. Eviscerate(v)
  2060. end
  2061. end
  2062. for i = 0, 1, 0.1 do
  2063. swait()
  2064. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, 0.9 + 0.5* Player_Size * Cos(sine / -15)) * angles(Rad(0), Rad(0), Rad(0)), 0.17)
  2065. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(45 - 7.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.2)
  2066. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9* Player_Size - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(-45)), 0.2)
  2067. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9* Player_Size - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(45)), 0.2)
  2068. RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, -.6* Player_Size) * angles(Rad(-325), Rad(-.6), Rad(-45)), 0.2)
  2069. LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, -.6* Player_Size) * angles(Rad(-325), Rad(-6), Rad(45)), 0.2)
  2070. end
  2071. M2.Scale = Vector3.new(1, 1, 1)
  2072. M2.MeshId = "http://www.roblox.com/asset/?id=0"
  2073. M2.TextureId = "http://www.roblox.com/asset/?id=0"
  2074. attack = false
  2075. end
  2076.  
  2077. function DRAG_THEM_TO_HELL()
  2078. if mouse.Target.Parent ~= char and mouse.Target.Parent.Parent ~= char and mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  2079. local HUM = mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  2080. local TORSO = HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
  2081. local HEAD = HUM.Parent:FindFirstChild("Head")
  2082. if HEAD and TORSO and HUM.Health > 0 then
  2083. local GYRO = IT("BodyGyro",root)
  2084. GYRO.D = 275
  2085. GYRO.P = 20000
  2086. GYRO.MaxTorque = Vector3.new(0,40000,0)
  2087. attack = true
  2088. hum.WalkSpeed = 150
  2089. local hit,pos,hummie;
  2090. local Hook = Part(EffectModel, Color3.new(),Enum.Material.Neon,Vector3.new(.05,.05,.05),root.CFrame,true,false)
  2091. Hook.Transparency = 1
  2092. local A = NewInstance("Attachment",Hook)
  2093. local B = NewInstance("Attachment",la,{Position = Vector3.new(0,-ra.Size.Y/2,0)})
  2094. local Chain = NewInstance("Beam",Hook,{Attachment0 = A,Attachment1=B,Color = Color3.fromRGB(138,138,138),FaceCamera=true,LightInfluence=0,Texture="rbxassetid://73042633",TextureLength=5,Transparency=NumberSequence.new(0),TextureSpeed=0,CurveSize0=0,CurveSize1=0,FaceCamera=true,Segments=10,Width0=1,Width1=1})
  2095. local POS = mouse.Hit.p
  2096. local CHAINS = false
  2097. local CHAINLINKS = {}
  2098. local A = IT("Attachment",la)
  2099. A.Position = Vector3.new(1,-1,0)*Player_Size
  2100. A.Orientation = Vector3.new(-90, -89.982, 0)
  2101. local B = IT("Attachment",la)
  2102. B.Position = Vector3.new(-1,-1,0)*Player_Size
  2103. B.Orientation = Vector3.new(-90, 89.988, 0)
  2104. local C = IT("Attachment",la)
  2105. C.Position = Vector3.new(0.5,-1.3,0)*Player_Size
  2106. C.Orientation = Vector3.new(-90, -89.982, 0)
  2107. local D = IT("Attachment",la)
  2108. D.Position = Vector3.new(-0.5,-1.3,0)*Player_Size
  2109. D.Orientation = Vector3.new(-90, 89.988, 0)
  2110. local LIGHT = IT("Attachment",la)
  2111. LIGHT.Position = Vector3.new(0,-1,0)*Player_Size
  2112. local LIGHT2 = IT("PointLight",LIGHT)
  2113. LIGHT2.Range = 7
  2114. LIGHT2.Brightness = 5
  2115. LIGHT2.Color = Color3.new(0,0,0)
  2116. for i = 1, 2 do
  2117. local TWIST = -2
  2118. local START = A
  2119. local END = B
  2120. if i == 1 then
  2121. START = B
  2122. END = A
  2123. end
  2124. local ChainLink = IT("Beam",tors)
  2125. ChainLink.Texture = "rbxassetid://73042633"
  2126. ChainLink.Color = ColorSequence.new(Color3.fromRGB(138,138,138))
  2127. ChainLink.TextureSpeed = 150
  2128. ChainLink.Width0 = 1
  2129. ChainLink.Width1 = 1
  2130. ChainLink.TextureLength = 2.5
  2131. ChainLink.Attachment0 = START
  2132. ChainLink.Attachment1 = END
  2133. ChainLink.CurveSize0 = TWIST
  2134. ChainLink.CurveSize1 = TWIST
  2135. --ChainLink.FaceCamera = true
  2136. ChainLink.Segments = 45
  2137. ChainLink.Transparency = NumberSequence.new(0.25)
  2138. table.insert(CHAINLINKS,ChainLink)
  2139. end
  2140. for i = 1, 2 do
  2141. local TWIST = -1
  2142. local START = C
  2143. local END = D
  2144. if i == 1 then
  2145. START = D
  2146. END = C
  2147. end
  2148. local ChainLink = IT("Beam",tors)
  2149. ChainLink.Texture = "rbxassetid://73042633"
  2150. ChainLink.Color = ColorSequence.new(Color3.fromRGB(138,138,138))
  2151. ChainLink.TextureSpeed = 150
  2152. ChainLink.Width0 = 1
  2153. ChainLink.Width1 = 1
  2154. ChainLink.TextureLength = 5
  2155. ChainLink.Attachment0 = START
  2156. ChainLink.Attachment1 = END
  2157. ChainLink.CurveSize0 = TWIST
  2158. ChainLink.CurveSize1 = TWIST
  2159. --ChainLink.FaceCamera = true
  2160. ChainLink.Segments = 25
  2161. ChainLink.LightEmission = 0.5
  2162. ChainLink.Transparency = NumberSequence.new(0.25)
  2163. table.insert(CHAINLINKS,ChainLink)
  2164. end
  2165. for i = 0, 2.3, .1 do
  2166. swait()
  2167. GYRO.cframe = CF(root.Position,TORSO.Position)
  2168. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, 0.9 + 0.5* Player_Size * Cos(sine / -15)) * angles(Rad(0), Rad(0), Rad(0)), 0.17)
  2169. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
  2170. 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(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(-7)), 0.15)
  2171. 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(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(7)), 0.15)
  2172. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.05 * Sin(sine / 30)* Player_Size, 0.34 * Cos(sine / 7* Player_Size)) * angles(Rad(110) * Cos(sine / 7) , Rad(0), Rad(13) - ra.RotVelocity.Y / 75), 0.15)
  2173. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0.4* Player_Size) * angles(Rad(90), Rad(-.6), Rad(-25)), 0.1)
  2174. end
  2175. Cso("169105657", ra, 7, 1.2)
  2176. for i = 0, 4, .1 do
  2177. if(hit)then break end
  2178. swait()
  2179. GYRO.cframe = CF(root.Position,TORSO.Position)
  2180. Hook.CFrame = HEAD.CFrame
  2181. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, 0.9 + 0.5* Player_Size * Cos(sine / -15)) * angles(Rad(0), Rad(0), Rad(0)), 0.17)
  2182. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
  2183. 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(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(7)), 0.15)
  2184. 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(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(-7)), 0.15)
  2185. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.05 * Sin(sine / 30)* Player_Size, 0.34 * Cos(sine / 7* Player_Size)) * angles(Rad(110) * Cos(sine / 7) , Rad(0), Rad(13) - ra.RotVelocity.Y / 75), 0.15)
  2186. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, -0.4* Player_Size) * angles(Rad(90), Rad(-.6), Rad(-25)), 0.1)
  2187. end
  2188. for _,v in next, getRegion(Hook.Position,1,{char}) do
  2189. if(v.Parent and GetTorso(v.Parent) and v.Parent:FindFirstChildOfClass'Humanoid')then
  2190. hit = GetTorso(v.Parent);
  2191. hummie = v.Parent:FindFirstChildOfClass'Humanoid';
  2192. break;
  2193. end
  2194. end
  2195. Cso("169105657", ra, 5, .8)
  2196. Cso("1251737869", tors, 2, 1.1)
  2197. GYRO:remove()
  2198. for i = 0, 3, .1 do
  2199. swait()
  2200. HUM.PlatformStand = true
  2201. Hook.CFrame = Hook.CFrame:lerp(ra.CFrame * CF(0, 0, -1), .2)
  2202. if(hit)then hit.CFrame = Hook.CFrame; hit.Velocity = Vector3.new()
  2203. end
  2204. if((Hook.CFrame.p-ra.CFrame.p).magnitude < 2)then
  2205. break
  2206. end
  2207. Chain.TextureLength = 4
  2208. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, 0.9 + 0.5* Player_Size * Cos(sine / -15)) * angles(Rad(0), Rad(0), Rad(0)), 0.17)
  2209. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-5 - 2.5 * Sin(sine / 30)), Rad(0), Rad(45)), 0.3)
  2210. 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(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(10)), 0.15)
  2211. 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(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(10)), 0.15)
  2212. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0.4* Player_Size) * angles(Rad(90), Rad(-.6), Rad(45)), 0.1)
  2213. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(30), Rad(-.6), Rad(-25)), 0.1)
  2214. end
  2215. hum.WalkSpeed = 150
  2216. attack = false
  2217. Hook:Destroy()
  2218. A:remove()
  2219. B:remove()
  2220. C:remove()
  2221. D:remove()
  2222. end
  2223. end
  2224. end
  2225.  
  2226. function blast()
  2227. attack = true
  2228. hum.WalkSpeed = 150
  2229. for i = 0,1.2,0.1 do
  2230. swait()
  2231. 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)
  2232. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2233. 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(-20)), 0.15)
  2234. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(5 * Cos(sine / 20)), Rad(25)), 0.15)
  2235. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(200), Rad(0), Rad(25 - 2.5 * Sin(sine / 20))), 0.1)
  2236. LW.C0 = clerp(LW.C0, CF(-1.5, 0.1 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-15)), 0.1)
  2237. end
  2238. Aura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Brick")
  2239. Aura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Brick")
  2240. Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 15.1, 15.1, 15.1, 0.01)
  2241. Effects.Sphere.Create(maincolor, root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 11.1, 11.1, 11.1, 0.01)
  2242. Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Really blue"), "Sphere")
  2243. Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
  2244. Magic(1, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(35, 0.1, 35), 0.01, BrickColor.new("Royal Purple"), "Sphere")
  2245.  
  2246. for i, v in pairs(FindNearestHead(tors.CFrame.p, 14.5)) do
  2247. if v:FindFirstChild("Head") then
  2248. Eviscerate(v)
  2249. end
  2250. end
  2251.  
  2252. for i = 1,4.7,0.1 do
  2253. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1.4 + 0.1 * Cos(sine / 20)) * angles(Rad(45), Rad(0), Rad(0)), 0.15)
  2254. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(35), Rad(0), Rad(0)), 0.3)
  2255. RH.C0 = clerp(RH.C0, CF(1, .4 - 0.1 * Cos(sine / 20), -.6 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(45)), 0.15)
  2256. LH.C0 = clerp(LH.C0, CF(-1, -0.6 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
  2257. RW.C0 = clerp(RW.C0, CF(1.2, 0.1 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(65), Rad(0), Rad(-34)), 0.1)
  2258. LW.C0 = clerp(LW.C0, CF(-1.5, 0.4 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(30), Rad(0), Rad(-15)), 0.1)
  2259. end
  2260. wait(.6)
  2261. Aura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Brick")
  2262. Aura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Brick")
  2263. Effects.Sphere.Create(BrickColor.new("Royal purple"), root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 15.1, 15.1, 15.1, 0.01)
  2264. Effects.Sphere.Create(maincolor, root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 11.1, 11.1, 11.1, 0.01)
  2265. Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Really blue"), "Sphere")
  2266. Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Bright blue"), "Sphere")
  2267. Magic(1, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(35, 0.1, 35), 0.01,BrickColor.new("Royal Purple"), "Sphere")
  2268.  
  2269. for i, v in pairs(FindNearestHead(tors.CFrame.p, 14.5)) do
  2270. if v:FindFirstChild("Head") then
  2271. Eviscerate(v)
  2272. end
  2273. end
  2274.  
  2275. for i = 1,4.7,0.1 do
  2276. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1.4 + 0.1 * Cos(sine / 20)) * angles(Rad(45), Rad(0), Rad(0)), 0.15)
  2277. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(35), Rad(0), Rad(0)), 0.3)
  2278. RH.C0 = clerp(RH.C0, CF(1, .4 - 0.1 * Cos(sine / 20), -.6 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(45)), 0.15)
  2279. LH.C0 = clerp(LH.C0, CF(-1, -0.6 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
  2280. RW.C0 = clerp(RW.C0, CF(1.2, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(30), Rad(0), Rad(15)), 0.1)
  2281. LW.C0 = clerp(LW.C0, CF(-1.5, 0.1 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(65), Rad(0), Rad(34)), 0.1)
  2282. end
  2283. wait(.6)
  2284. Aura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Brick")
  2285. Aura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Brick")
  2286. Effects.Sphere.Create(BrickColor.new("Royal purple"), root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 15.1, 15.1, 15.1, 0.01)
  2287. Effects.Sphere.Create(maincolor, root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 11.1, 11.1, 11.1, 0.01)
  2288. Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Really blue"), "Sphere")
  2289. Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal purple"), "Sphere")
  2290. Magic(1, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(35, 0.1, 35), 0.01, BrickColor.new("Royal purple"), "Sphere")
  2291.  
  2292. for i, v in pairs(FindNearestHead(tors.CFrame.p, 14.5)) do
  2293. if v:FindFirstChild("Head") then
  2294. Eviscerate(v)
  2295. end
  2296. end
  2297.  
  2298. for i = 1,4.7,0.1 do
  2299. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1.4 + 0.1 * Cos(sine / 20)) * angles(Rad(45), Rad(0), Rad(0)), 0.15)
  2300. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(35), Rad(0), Rad(0)), 0.3)
  2301. RH.C0 = clerp(RH.C0, CF(1, .4 - 0.1 * Cos(sine / 20), -.6 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(45)), 0.15)
  2302. LH.C0 = clerp(LH.C0, CF(-1, -0.6 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
  2303. RW.C0 = clerp(RW.C0, CF(1.2, 0.1 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(65), Rad(0), Rad(-34)), 0.1)
  2304. LW.C0 = clerp(LW.C0, CF(-1.5, 0.4 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(30), Rad(0), Rad(-15)), 0.1)
  2305. end
  2306. wait(.6)
  2307. Aura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Brick")
  2308. Aura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0, "Brick")
  2309. Effects.Sphere.Create(BrickColor.new("Royal purple"), root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 15.1, 15.1, 15.1, 0.01)
  2310. Effects.Sphere.Create(maincolor, root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 11.1, 11.1, 11.1, 0.01)
  2311. Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Really blue"), "Sphere")
  2312. Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Bright blue"), "Sphere")
  2313. Magic(1, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(35, 0.1, 35), 0.01, BrickColor.new("Royal purple"), "Sphere")
  2314.  
  2315. for i, v in pairs(FindNearestHead(tors.CFrame.p, 14.5)) do
  2316. if v:FindFirstChild("Head") then
  2317. Eviscerate(v)
  2318. end
  2319. end
  2320.  
  2321. for i = 1,4.7,0.1 do
  2322. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1.4 + 0.1 * Cos(sine / 20)) * angles(Rad(45), Rad(0), Rad(0)), 0.15)
  2323. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(35), Rad(0), Rad(0)), 0.3)
  2324. RH.C0 = clerp(RH.C0, CF(1, .4 - 0.1 * Cos(sine / 20), -.6 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(45)), 0.15)
  2325. LH.C0 = clerp(LH.C0, CF(-1, -0.6 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
  2326. RW.C0 = clerp(RW.C0, CF(1.2, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(30), Rad(0), Rad(15)), 0.1)
  2327. LW.C0 = clerp(LW.C0, CF(-1.5, 0.1 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(65), Rad(0), Rad(34)), 0.1)
  2328. end
  2329. wait(.6)
  2330. attack = false
  2331. hum.WalkSpeed = 150
  2332. end
  2333. function dejzrXD()
  2334. attack = true
  2335. hum.WalkSpeed = 150
  2336. for i = 0, 4, 0.1 do
  2337. swait()
  2338. Cso("2545012765", char, 10, 1)
  2339. hum.CameraOffset = Vector3.new(0, -0.1 + 0.1 * Cos(sine / 20), 0)
  2340. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-10), Rad(0), Rad(40)), 0.2)
  2341. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(-40)), 0.2)
  2342. 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(79), Rad(0)) * angles(Rad(-10), Rad(0), Rad(-10)), 0.2)
  2343. 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(-79), Rad(0)) * angles(Rad(-15), Rad(0), Rad(10)), 0.2)
  2344. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(125), Rad(-7.5 * Sin(sine / 20)), Rad(40)), 0.2)
  2345. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-25), Rad(7.5 * Sin(sine / 20)), Rad(-25)), 0.2)
  2346. end
  2347. Magic(5, "Add", mouse.Hit * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, maincolor, "Sphere")
  2348. Magic(10, "Add", mouse.Hit * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, maincolor, "Sphere")
  2349. Magic(1, "Add", mouse.Hit, Vector3.new(1, 100000, 1), 0.5, maincolor, "Sphere")
  2350. Magic(1, "Add", mouse.Hit, Vector3.new(1, 1, 1), 0.75, maincolor, "Sphere")
  2351. CameraEnshaking(4, 5)
  2352. for i, v in pairs(FindNearestHead(mouse.Hit.p, 14.5)) do
  2353. if v:FindFirstChild("Head") then
  2354. Eviscerate(v)
  2355. end
  2356. end
  2357. for i = 0, 2, 0.1 do
  2358. swait()
  2359. hum.CameraOffset = Vector3.new(0, -0.2 + 0.1 * Cos(sine / 20), 0)
  2360. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-5), Rad(0), Rad(40)), 0.2)
  2361. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(-40)), 0.2)
  2362. 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(79), Rad(0)) * angles(Rad(-10), Rad(0), Rad(-10)), 0.2)
  2363. 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(-79), Rad(0)) * angles(Rad(-15), Rad(0), Rad(10)), 0.2)
  2364. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(45), Rad(-7.5 * Sin(sine / 20)), Rad(40)), 0.2)
  2365. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-25), Rad(7.5 * Sin(sine / 20)), Rad(-25)), 0.2)
  2366. end
  2367. attack = false
  2368. Speed = 150
  2369. end
  2370.  
  2371. function Attack()
  2372. attack = true
  2373. for i = 0, 2.6, 0.1 do
  2374. swait()
  2375. 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(-60)), 0.2)
  2376. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-7.5 * Sin(sine / 30)), Rad(0), Rad(60)), 0.2)
  2377. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9* Player_Size - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.2)
  2378. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9* Player_Size - 0.1 * Cos(sine / 20)* Player_Size, -.6* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(20)), 0.2)
  2379. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(160), Rad(-.6), Rad(13)), 0.2)
  2380. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(15), Rad(-6), Rad(-25 - 4.5 * Sin(sine / 20))), 0.2)
  2381. end
  2382. Cso("2545012765", tors, 10, 1)
  2383. CameraEnshaking(2, 15)
  2384. Effects.Wave.Create(BrickColor.new("Royal purple"), tors.CFrame * CF(0, -6, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
  2385. Effects.Wave.Create(BrickColor.new("Royal purple"), tors.CFrame * CF(0, -6, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
  2386. Effects.Wave.Create(BrickColor.new("Royal purple"), tors.CFrame * CF(0, -6, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
  2387. for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 9.5)) do
  2388. if v:FindFirstChild("Head") then
  2389. Eviscerate(v)
  2390. end
  2391. end
  2392. for i = 0, 3, 0.1 do
  2393. swait()
  2394. 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(-15)), 0.3)
  2395. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(25 - 7.5 * Sin(sine / 30)), Rad(0), Rad(15)), 0.3)
  2396. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9* Player_Size - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(-20)), 0.3)
  2397. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9* Player_Size - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.3)
  2398. RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.3 + 0.02 * Sin(sine / 20)* Player_Size, -.6* Player_Size) * angles(Rad(5), Rad(-.6), Rad(-25)), 0.3)
  2399. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(15), Rad(-6), Rad(-25 - 4.5 * Sin(sine / 20))), 0.3)
  2400. end
  2401. attack = false
  2402. end
  2403. function Orb_Strike()
  2404. attack = true
  2405. Cso("2545012765", char, 7, 0.8)
  2406. for i = 0, 9 do
  2407. Aura(1, 1.5, "Add", mouse.Hit * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360))), 5, 5, 45, -0.05, maincolor, 0, "Sphere")
  2408. Aura(2, 1.5, "Add", mouse.Hit * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360))), 5, 5, 45, -0.05, maincolor, 0, "Sphere")
  2409. end
  2410. Magic(5, "Add", mouse.Hit * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, maincolor, "Sphere")
  2411. Magic(10, "Add", mouse.Hit * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, maincolor, "Sphere")
  2412. Magic(1, "Add", mouse.Hit, Vector3.new(1, 100000, 1), 0.5, maincolor, "Sphere")
  2413. Magic(1, "Add", mouse.Hit, Vector3.new(1, 1, 1), 0.75, maincolor, "Sphere")
  2414. for i, v in pairs(FindNearestHead(Mouse.Hit.p, 14.5)) do
  2415. if v:FindFirstChild("Head") then
  2416. Eviscerate(v)
  2417. end
  2418. end
  2419. attack = false
  2420. hum.WalkSpeed = 150
  2421. end
  2422. -------------------------------------------------------
  2423. --End Attacks N Stuff--
  2424. -------------------------------------------------------
  2425. mouse.KeyDown:connect(function(key)
  2426. if attack == false then
  2427. if key == 'e' then
  2428. icando()
  2429.  
  2430. elseif key == 'c' then
  2431. Blood_ball()
  2432. elseif key == 'l' then
  2433. finalChaos2()
  2434. elseif key == 'k' then
  2435. beam()
  2436. elseif key == "x" then
  2437. blast()
  2438. elseif key == "y" then
  2439. Taunt2()
  2440. elseif key == 'h' then
  2441. Orb_Strike()
  2442. elseif key == "z" then
  2443. dejzrXD()
  2444. end
  2445. end
  2446. end)
  2447.  
  2448. mouse.Button1Down:connect(function(key)
  2449. if attack == false then
  2450. Attack()
  2451. end
  2452. end)
  2453.  
  2454.  
  2455.  
  2456. -------------------------------------------------------
  2457. --Start Animations--
  2458. -------------------------------------------------------
  2459. print("By Makhail07")
  2460. while true do
  2461. swait()
  2462. sine = sine + change
  2463. local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
  2464. local velderp = root.Velocity.y
  2465. hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4* Player_Size, char)
  2466. if equipped == true or equipped == false then
  2467. if attack == false then
  2468. idle = idle + 1
  2469. else
  2470. idle = 0
  2471. end
  2472. if 1 < root.Velocity.y and hitfloor == nil then
  2473. Anim = "Jump"
  2474. if attack == false then
  2475. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1 * Cos(sine / 20)* Player_Size) * angles(Rad(-16), Rad(0), Rad(0)), 0.15)
  2476. neck.C0 = clerp(neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(10 - 2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
  2477. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -.2 - 0.1 * Cos(sine / 20)* Player_Size, -.3* Player_Size) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2478. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -.9 - 0.1 * Cos(sine / 20), -.5* Player_Size) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
  2479. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(25), Rad(-.6), Rad(13 + 4.5 * Sin(sine / 20))), 0.1)
  2480. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(25), Rad(-.6), Rad(-13 - 4.5 * Sin(sine / 20))), 0.1)
  2481. end
  2482. elseif -1 > root.Velocity.y and hitfloor == nil then
  2483. Anim = "Fall"
  2484. if attack == false then
  2485. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1 * Cos(sine / 20)* Player_Size) * angles(Rad(24), Rad(0), Rad(0)), 0.15)
  2486. neck.C0 = clerp(neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(10 - 2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
  2487. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -1 - 0.1 * Cos(sine / 20)* Player_Size, -.3* Player_Size) * RHCF * angles(Rad(-3.5), Rad(0), Rad(0)), 0.15)
  2488. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -.8 - 0.1 * Cos(sine / 20)* Player_Size, -.3* Player_Size) * LHCF * angles(Rad(-3.5), Rad(0), Rad(0)), 0.15)
  2489. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(65), Rad(-.6), Rad(45 + 4.5 * Sin(sine / 20))), 0.1)
  2490. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(55), Rad(-.6), Rad(-45 - 4.5 * Sin(sine / 20))), 0.1)
  2491. end
  2492. elseif torvel < 1 and hitfloor ~= nil then
  2493. Anim = "Idle"
  2494. change = 1
  2495. if attack == false then
  2496. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(0), Rad(0)), 0.15)
  2497. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
  2498. 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)
  2499. 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)
  2500. 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)
  2501. 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)
  2502. end
  2503. elseif torvel > 2 and torvel < 25 and hitfloor ~= nil then
  2504. Anim = "Walk"
  2505. change = 1
  2506. if attack == false then
  2507. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.1 * COS(SINE / 12)) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  2508. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * COS(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  2509. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.5 + 0.1 * COS(SINE / 12), 0.4) * ANGLES(RAD(-37), RAD(0), RAD(-45)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2510. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5 + 0.1 * COS(SINE / 12), 0.4) * ANGLES(RAD(-35), RAD(0), RAD(45)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2511. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.65 - 0.2 * COS(SINE / 12), -0.35) * ANGLES(RAD(-25), RAD(80), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  2512. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.2 * COS(SINE / 12), 0) * ANGLES(RAD(-5), RAD(-80), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  2513. end
  2514. elseif torvel >= 25 and hitfloor ~= nil then
  2515. Anim = "Sprint"
  2516. change = 1.35
  2517. if attack == false then
  2518. rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.175 + 0.025 * Cos(sine / 3.5) + -Sin(sine / 3.5) / 7* Player_Size) * angles(Rad(26 - 4.5 * Cos(sine / 3.5)), Rad(0) - root.RotVelocity.Y / 75, Rad(15 * Cos(sine / 7))), 0.15)
  2519. tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-2.5 * Sin(sine / 20)), Rad(0), Rad(0) - hed.RotVelocity.Y / 15), 0.3)
  2520. RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.925 - 0.5 * Cos(sine / 7) / 2* Player_Size, 0.7 * Cos(sine / 7) / 2* Player_Size) * angles(Rad(-15 - 55 * Cos(sine / 7)) - rl.RotVelocity.Y / 75 + -Sin(sine / 7) / 2.5, Rad(90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 + 0.1 * Cos(sine / 7)), Rad(0), Rad(0)), 0.3)
  2521. LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.925 + 0.5 * Cos(sine / 7) / 2* Player_Size, -0.7 * Cos(sine / 7) / 2* Player_Size) * angles(Rad(-15 + 55 * Cos(sine / 7)) + ll.RotVelocity.Y / 75 + Sin(sine / 7) / 2.5, Rad(-90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 - 0.1 * Cos(sine / 7)), Rad(0), Rad(0)), 0.3)
  2522. RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.05 * Sin(sine / 30)* Player_Size, 0.34 * Cos(sine / 7* Player_Size)) * angles(Rad(110) * Cos(sine / 7) , Rad(0), Rad(13) - ra.RotVelocity.Y / 75), 0.15)
  2523. LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.05 * Sin(sine / 30)* Player_Size, -0.34 * Cos(sine / 7* Player_Size)) * angles(Rad(-110) * Cos(sine / 7) , Rad(0) , Rad(-13) + la.RotVelocity.Y / 75), 0.15)
  2524. end
  2525. end
  2526. end
  2527. if 0 < #Effects then
  2528. for e = 1, #Effects do
  2529. if Effects[e] ~= nil then
  2530. local Thing = Effects[e]
  2531. if Thing ~= nil then
  2532. local Part = Thing[1]
  2533. local Mode = Thing[2]
  2534. local Delay = Thing[3]
  2535. local IncX = Thing[4]
  2536. local IncY = Thing[5]
  2537. local IncZ = Thing[6]
  2538. if 1 >= Thing[1].Transparency then
  2539. if Thing[2] == "Block1" then
  2540. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2541. local Mesh = Thing[1].Mesh
  2542. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2543. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2544. elseif Thing[2] == "Block2" then
  2545. Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0)
  2546. local Mesh = Thing[7]
  2547. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2548. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2549. elseif Thing[2] == "Block3" then
  2550. 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)
  2551. local Mesh = Thing[7]
  2552. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2553. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2554. elseif Thing[2] == "Cylinder" then
  2555. local Mesh = Thing[1].Mesh
  2556. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2557. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2558. elseif Thing[2] == "Blood" then
  2559. local Mesh = Thing[7]
  2560. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  2561. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2562. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2563. elseif Thing[2] == "Elec" then
  2564. local Mesh = Thing[1].Mesh
  2565. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  2566. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2567. elseif Thing[2] == "Disappear" then
  2568. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2569. elseif Thing[2] == "Shatter" then
  2570. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2571. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  2572. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  2573. Thing[6] = Thing[6] + Thing[5]
  2574. end
  2575. else
  2576. Part.Parent = nil
  2577. table.remove(Effects, e)
  2578. end
  2579. end
  2580. end
  2581. end
  2582. end
  2583. end
  2584. -------------------------------------------------------
  2585. --End Animations And Script--
  2586. -------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement