Advertisement
cobblecorn

Untitled

Jun 3rd, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.83 KB | None | 0 0
  1. script.Name = "Savior"
  2. --//====================================================\\--
  3. --|| CREATED BY SHACKLUSTER EDITED BY DUCKILES
  4. --\\====================================================//--
  5. script:ClearAllChildren()
  6. wait(0.2)
  7.  
  8. CV="Black"
  9. p = game.Players.LocalPlayer
  10. char = p.Character
  11. local txt = Instance.new("BillboardGui", char)
  12. txt.Adornee = char .Head
  13. txt.Name = "_status"
  14. txt.Size = UDim2.new(2, 0, 1.2, 0)
  15. txt.StudsOffset = Vector3.new(-9, 8, 0)
  16. local text = Instance.new("TextLabel", txt)
  17. text.Size = UDim2.new(10, 0, 7, 0)
  18. text.FontSize = "Size24"
  19. text.TextScaled = true
  20. text.TextTransparency = 0.2
  21. text.BackgroundTransparency = 1
  22. text.TextTransparency = 0.2
  23. text.TextStrokeTransparency = 0
  24. text.Font = "Cartoon"
  25. text.TextStrokeColor3 = Color3.new(0,0,0)
  26.  
  27. v=Instance.new("Part")
  28. v.Name = "ColorBrick"
  29. v.Parent=p.Character
  30. v.FormFactor="Symmetric"
  31. v.Anchored=true
  32. v.CanCollide=false
  33. v.BottomSurface="Smooth"
  34. v.TopSurface="Smooth"
  35. v.Size=Vector3.new(10,5,3)
  36. v.Transparency=1
  37. v.CFrame=char.Torso.CFrame
  38. v.BrickColor=BrickColor.new(CV)
  39. v.Transparency=1
  40. text.TextColor3 = Color3.new(0,0,0)
  41. v.Shape="Block"
  42. text.Text = "Savior"
  43.  
  44. local s = Instance.new("Sound",char)
  45. s.Name = "BGMusic"
  46. s.SoundId = "rbxassetid://1383202399"
  47. s.Pitch = 1
  48. s.Volume = 8
  49. s.Looped = true
  50. s.archivable = false
  51. s.Parent = char.Head
  52. wait(0.1)
  53. s:play()
  54.  
  55. Player = game:GetService("Players").LocalPlayer
  56. PlayerGui = Player.PlayerGui
  57. Cam = workspace.CurrentCamera
  58. Backpack = Player.Backpack
  59. Character = Player.Character
  60. Humanoid = Character.Humanoid
  61. Mouse = Player:GetMouse()
  62. RootPart = Character["HumanoidRootPart"]
  63. Torso = Character["Torso"]
  64. Head = Character["Head"]
  65. RightArm = Character["Right Arm"]
  66. LeftArm = Character["Left Arm"]
  67. RightLeg = Character["Right Leg"]
  68. LeftLeg = Character["Left Leg"]
  69. RootJoint = RootPart["RootJoint"]
  70. Neck = Torso["Neck"]
  71. RightShoulder = Torso["Right Shoulder"]
  72. LeftShoulder = Torso["Left Shoulder"]
  73. RightHip = Torso["Right Hip"]
  74. LeftHip = Torso["Left Hip"]
  75. local TIME = 0
  76. local sick = Instance.new("Sound",Torso)
  77.  
  78. IT = Instance.new
  79. CF = CFrame.new
  80. VT = Vector3.new
  81. RAD = math.rad
  82. C3 = Color3.new
  83. UD2 = UDim2.new
  84. BRICKC = BrickColor.new
  85. ANGLES = CFrame.Angles
  86. EULER = CFrame.fromEulerAnglesXYZ
  87. COS = math.cos
  88. ACOS = math.acos
  89. SIN = math.sin
  90. ASIN = math.asin
  91. ABS = math.abs
  92. MRANDOM = math.random
  93. FLOOR = math.floor
  94. if Player.name == "SenseiAdi" then
  95. warn("Enjoy friend ;3")
  96. end
  97. --//=================================\\
  98. --|| USEFUL VALUES
  99. --\\=================================//
  100.  
  101. Animation_Speed = 3
  102. local FORCERESET = false
  103. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  104. local Speed = 16
  105. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  106. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  107. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  108. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  109. local DAMAGEMULTIPLIER = 1
  110. local ANIM = "Idle"
  111. local ATTACK = false
  112. local EQUIPPED = false
  113. local HOLD = false
  114. local COMBO = 1
  115. local Rooted = false
  116. local SINE = 0
  117. local KEYHOLD = false
  118. local CHANGE = 2 / Animation_Speed
  119. local WALKINGANIM = false
  120. local VALUE1 = false
  121. local VALUE2 = false
  122. local ROBLOXIDLEANIMATION = IT("Animation")
  123. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  124. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  125. --ROBLOXIDLEANIMATION.Parent = Humanoid
  126. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  127. WEAPONGUI.Name = "BanishV3Gui"
  128. local Weapon = IT("Model")
  129. Weapon.Name = "Adds"
  130. local Effects = IT("Folder", Weapon)
  131. Effects.Name = "Effects"
  132. local ANIMATOR = Humanoid.Animator
  133. local ANIMATE = Character:FindFirstChild("Animate")
  134. local UNANCHOR = true
  135. local TOBANISH = {}
  136. script.Parent = PlayerGui
  137. Player_Size = 1 --Size of the player.
  138. local EXTRATRANS = 0
  139. local Effects2 = {}
  140. local HITPLAYERSOUNDS = {--[["199149137", "199149186", "199149221", "199149235", "199149269", "199149297"--]]"263032172", "263032182", "263032200", "263032221", "263032252", "263033191"}
  141. local HITARMORSOUNDS = {"199149321", "199149338", "199149367", "199149409", "199149452"}
  142. local HITWEAPONSOUNDS = {"199148971", "199149025", "199149072", "199149109", "199149119"}
  143. local HITBLOCKSOUNDS = {"199148933", "199148947"}
  144. local SIZE = 2
  145. local SKILLTEXTCOLOR = C3(0,0,0)
  146. local SKILLTEXTCOLOR2 = C3(1,0,0)
  147. --//=================================\\
  148. --\\=================================//
  149.  
  150.  
  151. --//=================================\\
  152. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  153. --\\=================================//
  154.  
  155. ArtificialHB = Instance.new("BindableEvent", script)
  156. ArtificialHB.Name = "ArtificialHB"
  157.  
  158. script:WaitForChild("ArtificialHB")
  159.  
  160. frame = Frame_Speed
  161. tf = 0
  162. allowframeloss = false
  163. tossremainder = false
  164. lastframe = tick()
  165. script.ArtificialHB:Fire()
  166.  
  167. game:GetService("RunService").Heartbeat:connect(function(s, p)
  168. tf = tf + s
  169. if tf >= frame then
  170. if allowframeloss then
  171. script.ArtificialHB:Fire()
  172. lastframe = tick()
  173. else
  174. for i = 1, math.floor(tf / frame) do
  175. script.ArtificialHB:Fire()
  176. end
  177. lastframe = tick()
  178. end
  179. if tossremainder then
  180. tf = 0
  181. else
  182. tf = tf - frame * math.floor(tf / frame)
  183. end
  184. end
  185. end)
  186.  
  187. --//=================================\\
  188. --\\=================================//
  189.  
  190. --//=================================\\
  191. --|| SOME FUNCTIONS
  192. --\\=================================//
  193.  
  194. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  195. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  196. end
  197.  
  198. function PositiveAngle(NUMBER)
  199. if NUMBER >= 0 then
  200. NUMBER = 0
  201. end
  202. return NUMBER
  203. end
  204.  
  205. function NegativeAngle(NUMBER)
  206. if NUMBER <= 0 then
  207. NUMBER = 0
  208. end
  209. return NUMBER
  210. end
  211.  
  212. function Swait(NUMBER)
  213. if NUMBER == 0 or NUMBER == nil then
  214. ArtificialHB.Event:wait()
  215. else
  216. for i = 1, NUMBER do
  217. ArtificialHB.Event:wait()
  218. end
  219. end
  220. end
  221.  
  222. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  223. local NEWMESH = IT(MESH)
  224. if MESH == "SpecialMesh" then
  225. NEWMESH.MeshType = MESHTYPE
  226. if MESHID ~= "nil" and MESHID ~= "" then
  227. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  228. end
  229. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  230. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  231. end
  232. end
  233. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  234. NEWMESH.Scale = SCALE
  235. NEWMESH.Parent = PARENT
  236. return NEWMESH
  237. end
  238.  
  239. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  240. local NEWPART = IT("Part")
  241. NEWPART.formFactor = FORMFACTOR
  242. NEWPART.Reflectance = REFLECTANCE
  243. NEWPART.Transparency = TRANSPARENCY
  244. NEWPART.CanCollide = false
  245. NEWPART.Locked = true
  246. NEWPART.Anchored = true
  247. if ANCHOR == false then
  248. NEWPART.Anchored = false
  249. end
  250. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  251. NEWPART.Name = NAME
  252. NEWPART.Size = SIZE
  253. NEWPART.Position = Torso.Position
  254. NEWPART.Material = MATERIAL
  255. NEWPART:BreakJoints()
  256. NEWPART.Parent = PARENT
  257. return NEWPART
  258. end
  259.  
  260. local function weldBetween(a, b)
  261. local weldd = Instance.new("ManualWeld")
  262. weldd.Part0 = a
  263. weldd.Part1 = b
  264. weldd.C0 = CFrame.new()
  265. weldd.C1 = b.CFrame:inverse() * a.CFrame
  266. weldd.Parent = a
  267. return weldd
  268. end
  269.  
  270.  
  271. function QuaternionFromCFrame(cf)
  272. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  273. local trace = m00 + m11 + m22
  274. if trace > 0 then
  275. local s = math.sqrt(1 + trace)
  276. local recip = 0.5 / s
  277. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  278. else
  279. local i = 0
  280. if m11 > m00 then
  281. i = 1
  282. end
  283. if m22 > (i == 0 and m00 or m11) then
  284. i = 2
  285. end
  286. if i == 0 then
  287. local s = math.sqrt(m00 - m11 - m22 + 1)
  288. local recip = 0.5 / s
  289. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  290. elseif i == 1 then
  291. local s = math.sqrt(m11 - m22 - m00 + 1)
  292. local recip = 0.5 / s
  293. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  294. elseif i == 2 then
  295. local s = math.sqrt(m22 - m00 - m11 + 1)
  296. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  297. end
  298. end
  299. end
  300.  
  301. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  302. local xs, ys, zs = x + x, y + y, z + z
  303. local wx, wy, wz = w * xs, w * ys, w * zs
  304. local xx = x * xs
  305. local xy = x * ys
  306. local xz = x * zs
  307. local yy = y * ys
  308. local yz = y * zs
  309. local zz = z * zs
  310. 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))
  311. end
  312.  
  313. function QuaternionSlerp(a, b, t)
  314. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  315. local startInterp, finishInterp;
  316. if cosTheta >= 0.0001 then
  317. if (1 - cosTheta) > 0.0001 then
  318. local theta = ACOS(cosTheta)
  319. local invSinTheta = 1 / SIN(theta)
  320. startInterp = SIN((1 - t) * theta) * invSinTheta
  321. finishInterp = SIN(t * theta) * invSinTheta
  322. else
  323. startInterp = 1 - t
  324. finishInterp = t
  325. end
  326. else
  327. if (1 + cosTheta) > 0.0001 then
  328. local theta = ACOS(-cosTheta)
  329. local invSinTheta = 1 / SIN(theta)
  330. startInterp = SIN((t - 1) * theta) * invSinTheta
  331. finishInterp = SIN(t * theta) * invSinTheta
  332. else
  333. startInterp = t - 1
  334. finishInterp = t
  335. end
  336. end
  337. 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
  338. end
  339.  
  340. function Clerp(a, b, t)
  341. local qa = {QuaternionFromCFrame(a)}
  342. local qb = {QuaternionFromCFrame(b)}
  343. local ax, ay, az = a.x, a.y, a.z
  344. local bx, by, bz = b.x, b.y, b.z
  345. local _t = 1 - t
  346. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  347. end
  348.  
  349. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  350. local frame = IT("Frame")
  351. frame.BackgroundTransparency = TRANSPARENCY
  352. frame.BorderSizePixel = BORDERSIZEPIXEL
  353. frame.Position = POSITION
  354. frame.Size = SIZE
  355. frame.BackgroundColor3 = COLOR
  356. frame.BorderColor3 = BORDERCOLOR
  357. frame.Name = NAME
  358. frame.Parent = PARENT
  359. return frame
  360. end
  361.  
  362. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  363. local label = IT("TextLabel")
  364. label.BackgroundTransparency = 1
  365. label.Size = UD2(1, 0, 1, 0)
  366. label.Position = UD2(0, 0, 0, 0)
  367. label.TextColor3 = TEXTCOLOR
  368. label.TextStrokeTransparency = STROKETRANSPARENCY
  369. label.TextTransparency = TRANSPARENCY
  370. label.FontSize = TEXTFONTSIZE
  371. label.Font = TEXTFONT
  372. label.BorderSizePixel = BORDERSIZEPIXEL
  373. label.TextScaled = false
  374. label.Text = TEXT
  375. label.Name = NAME
  376. label.Parent = PARENT
  377. return label
  378. end
  379.  
  380. function NoOutlines(PART)
  381. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  382. end
  383.  
  384. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  385. local NEWWELD = IT(TYPE)
  386. NEWWELD.Part0 = PART0
  387. NEWWELD.Part1 = PART1
  388. NEWWELD.C0 = C0
  389. NEWWELD.C1 = C1
  390. NEWWELD.Parent = PARENT
  391. return NEWWELD
  392. end
  393.  
  394. local S = IT("Sound")
  395. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  396. local NEWSOUND = nil
  397. coroutine.resume(coroutine.create(function()
  398. NEWSOUND = S:Clone()
  399. NEWSOUND.Parent = PARENT
  400. NEWSOUND.Volume = VOLUME
  401. NEWSOUND.Pitch = PITCH
  402. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  403. NEWSOUND:play()
  404. if DOESLOOP == true then
  405. NEWSOUND.Looped = true
  406. else
  407. repeat wait(1) until NEWSOUND.Playing == false or NEWSOUND.Parent ~= PARENT
  408. NEWSOUND:remove()
  409. end
  410. end))
  411. return NEWSOUND
  412. end
  413.  
  414. function CFrameFromTopBack(at, top, back)
  415. local right = top:Cross(back)
  416. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  417. end
  418.  
  419. --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  420. function WACKYEFFECT(Table)
  421. local TYPE = (Table.EffectType or "Sphere")
  422. local SIZE = (Table.Size or VT(1,1,1))
  423. local ENDSIZE = (Table.Size2 or VT(0,0,0))
  424. local TRANSPARENCY = (Table.Transparency or 0)
  425. local ENDTRANSPARENCY = (Table.Transparency2 or 1)
  426. local CFRAME = (Table.CFrame or Torso.CFrame)
  427. local MOVEDIRECTION = (Table.MoveToPos or nil)
  428. local ROTATION1 = (Table.RotationX or 0)
  429. local ROTATION2 = (Table.RotationY or 0)
  430. local ROTATION3 = (Table.RotationZ or 0)
  431. local MATERIAL = (Table.Material or "Neon")
  432. local COLOR = (Table.Color or C3(0,0,0))
  433. local TIME = (Table.Time or 45)
  434. local SOUNDID = (Table.SoundID or nil)
  435. local SOUNDPITCH = (Table.SoundPitch or nil)
  436. local SOUNDVOLUME = (Table.SoundVolume or nil)
  437. coroutine.resume(coroutine.create(function()
  438. local PLAYSSOUND = false
  439. local SOUND = nil
  440. local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
  441. if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
  442. PLAYSSOUND = true
  443. SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
  444. end
  445. EFFECT.Color = COLOR
  446. local MSH = nil
  447. if TYPE == "Sphere" then
  448. MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
  449. elseif TYPE == "Block" then
  450. MSH = IT("BlockMesh",EFFECT)
  451. MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
  452. elseif TYPE == "Wave" then
  453. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
  454. elseif TYPE == "Ring" then
  455. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  456. elseif TYPE == "Slash" then
  457. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  458. elseif TYPE == "Round Slash" then
  459. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  460. elseif TYPE == "Swirl" then
  461. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
  462. elseif TYPE == "Skull" then
  463. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
  464. elseif TYPE == "Crystal" then
  465. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
  466. end
  467. if MSH ~= nil then
  468. local MOVESPEED = nil
  469. if MOVEDIRECTION ~= nil then
  470. MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
  471. end
  472. local GROWTH = SIZE - ENDSIZE
  473. local TRANS = TRANSPARENCY - ENDTRANSPARENCY
  474. if TYPE == "Block" then
  475. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  476. else
  477. EFFECT.CFrame = CFRAME
  478. end
  479. for LOOP = 1, TIME+1 do
  480. Swait()
  481. MSH.Scale = MSH.Scale - GROWTH/TIME
  482. if TYPE == "Wave" then
  483. MSH.Offset = VT(0,0,-MSH.Scale.X/8)
  484. end
  485. EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
  486. if TYPE == "Block" then
  487. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  488. else
  489. EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
  490. end
  491. if MOVEDIRECTION ~= nil then
  492. local ORI = EFFECT.Orientation
  493. EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
  494. EFFECT.Orientation = ORI
  495. end
  496. end
  497. if PLAYSSOUND == false then
  498. EFFECT:remove()
  499. else
  500. SOUND.Stopped:Connect(function()
  501. EFFECT:remove()
  502. end)
  503. end
  504. else
  505. if PLAYSSOUND == false then
  506. EFFECT:remove()
  507. else
  508. repeat Swait() until SOUND.Playing == false
  509. EFFECT:remove()
  510. end
  511. end
  512. end))
  513. end
  514. --Lightning({Material = "Neon", FadeIn = false, Color = C3(1,1,1), Start = Torso.Position, End = Mouse.Hit.p, SegmentL = 2, Thickness = 0.1, DoesFade = false, Ignore = Character, MaxDist = 400, Branches = false, FadeTime = 15, Thicken = false})
  515. function Lightning(Table)
  516. local Color = Table.Color or C3(1,1,1)
  517. local StartPos = Table.Start or Torso.Position
  518. local EndPos = Table.End or Mouse.Hit.p
  519. local SegmentLength = Table.SegmentL or 2
  520. local Thickness = Table.Thickness or 0.1
  521. local Dissapear = Table.DoesFade or false
  522. local Parent = Table.Ignore or Character
  523. local MaxDist = Table.MaxDist or 400
  524. local Branches = Table.Branches or false
  525. local Thicken = Table.Thicken or false
  526. local FadeTime = Table.FadeTime or 15
  527. local FadeIn = Table.FadeIn or false
  528. local Material = Table.Material or "Neon"
  529. local HIT,HITPOS = CastProperRay(StartPos, EndPos, MaxDist, Parent)
  530. local DISTANCE = math.ceil((StartPos - HITPOS).Magnitude/((SegmentLength/SegmentLength)/1.5))
  531. local LIGHTNINGMODEL = IT("Model",Effects)
  532. LIGHTNINGMODEL.Name = "Lightning"
  533. local LastBolt = nil
  534. for E = 1, DISTANCE do
  535. local ExtraSize = 0
  536. if Thicken == true then
  537. ExtraSize = (DISTANCE-E)/15
  538. end
  539. local TRANSPARENCY = 0
  540. if FadeIn == true then
  541. TRANSPARENCY = 1-(E/(DISTANCE/1.5))
  542. if TRANSPARENCY < 0 then
  543. TRANSPARENCY = 0
  544. end
  545. end
  546. local PART = CreatePart(3, LIGHTNINGMODEL, Material, 0, TRANSPARENCY, BRICKC("Pearl"), "LightningPart"..E, VT(Thickness+ExtraSize,SegmentLength,Thickness+ExtraSize))
  547. PART.Color = Color
  548. MakeForm(PART,"Cyl")
  549. if LastBolt == nil then
  550. PART.CFrame = CF(StartPos,HITPOS)*ANGLES(RAD(90),RAD(0),RAD(0))*CF(0,-PART.Size.Y/2,0)
  551. else
  552. PART.CFrame = CF(LastBolt.CFrame*CF(0,-LastBolt.Size.Y/2,0).p,CF(HITPOS)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,DISTANCE-E).p)*ANGLES(RAD(90),RAD(0),RAD(0))*CF(0,-PART.Size.Y/2,0)
  553. end
  554. LastBolt = PART
  555. if Branches == true and E < (DISTANCE-5) then
  556. local CHOICE = MRANDOM(1,7+((DISTANCE-E)*2))
  557. if CHOICE == 1 then
  558. local LASTBRANCH = nil
  559. for i = 1, MRANDOM(2,5) do
  560. local ExtraSize2 = 0
  561. if Thicken == true then
  562. ExtraSize = ((DISTANCE-E)/25)/i
  563. end
  564. local PART = CreatePart(3, LIGHTNINGMODEL, Material, 0, TRANSPARENCY, BRICKC("Pearl"), "Branch"..E.."-"..i, VT(Thickness+ExtraSize2,SegmentLength,Thickness+ExtraSize2))
  565. PART.Color = Color
  566. MakeForm(PART,"Cyl")
  567. if LASTBRANCH == nil then
  568. PART.CFrame = CF(LastBolt.CFrame*CF(0,-LastBolt.Size.Y/2,0).p,LastBolt.CFrame*CF(0,-LastBolt.Size.Y/2,0)*ANGLES(RAD(0),RAD(0),RAD(MRANDOM(0,360)))*CF(0,Thickness*7,0)*CF(0,0,-1).p)*ANGLES(RAD(90),RAD(0),RAD(0))*CF(0,-PART.Size.Y/2,0)
  569. else
  570. PART.CFrame = CF(LASTBRANCH.CFrame*CF(0,-LASTBRANCH.Size.Y/2,0).p,LASTBRANCH.CFrame*CF(0,-LASTBRANCH.Size.Y/2,0)*ANGLES(RAD(0),RAD(0),RAD(MRANDOM(0,360)))*CF(0,Thickness*3,0)*CF(0,0,-1).p)*ANGLES(RAD(90),RAD(0),RAD(0))*CF(0,-PART.Size.Y/2,0)
  571. end
  572. LASTBRANCH = PART
  573. end
  574. end
  575. end
  576. end
  577. if Dissapear == true then
  578. coroutine.resume(coroutine.create(function()
  579. for i = 1, FadeTime do
  580. Swait()
  581. for _, c in pairs(LIGHTNINGMODEL:GetChildren()) do
  582. if c.ClassName == "Part" then
  583. c.Transparency = c.Transparency + (i/FadeTime)/10
  584. end
  585. end
  586. end
  587. LIGHTNINGMODEL:remove()
  588. end))
  589. elseif Dissapear == false then
  590. Debris:AddItem(LIGHTNINGMODEL,0.1)
  591. end
  592. return {Hit = HIT,Pos = HITPOS,End = LastBolt.CFrame*CF(0,0,-LastBolt.Size.Z).p,LastBolt = LastBolt,Model = LIGHTNINGMODEL}
  593. end
  594. function CreateSwirl(SIZE,WAIT,CFRAME,DOESROT,ROT,COLOR,GROW)
  595. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(COLOR), "Effect", VT(0,0,0))
  596. wave.Color = COLOR
  597. local mesh = CreateMesh("SpecialMesh", wave, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
  598. wave.CFrame = CFRAME
  599. coroutine.resume(coroutine.create(function(PART)
  600. for i = 1, WAIT do
  601. Swait()
  602. mesh.Scale = mesh.Scale + GROW
  603. mesh.Offset = VT(0,0,-(mesh.Scale.X/8))
  604. if DOESROT == true then
  605. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0,ROT,0)
  606. end
  607. wave.Transparency = wave.Transparency + (0.5/WAIT)
  608. if wave.Transparency > 0.99 then
  609. wave:remove()
  610. end
  611. end
  612. end))
  613. end
  614.  
  615. function MagicSphere(SIZE,WAIT,CFRAME,COLOR,GROW)
  616. local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(COLOR), "Effect", VT(1,1,1), true)
  617. wave.Color = COLOR
  618. local mesh = CreateMesh("SpecialMesh", wave, "Sphere", "", "", SIZE, VT(0,0,0))
  619. wave.CFrame = CFRAME
  620. coroutine.resume(coroutine.create(function(PART)
  621. for i = 1, WAIT do
  622. Swait()
  623. mesh.Scale = mesh.Scale + GROW
  624. wave.Transparency = wave.Transparency + (1/WAIT)
  625. if wave.Transparency > 0.99 then
  626. wave:remove()
  627. end
  628. end
  629. end))
  630. end
  631. function MakeForm(PART,TYPE)
  632. if TYPE == "Cyl" then
  633. local MSH = IT("BlockMesh",PART)
  634. elseif TYPE == "Ball" then
  635. local MSH = IT("SpecialMesh",PART)
  636. MSH.MeshType = "Sphere"
  637. elseif TYPE == "Cyl2" then
  638. local MSH = IT("CylinderMesh",PART)
  639. elseif TYPE == "Wedge" then
  640. local MSH = IT("SpecialMesh",PART)
  641. MSH.MeshType = "Wedge"
  642. end
  643. end
  644.  
  645. function SpawnTrail(FROM,TO,BIG)
  646. local TRAIL = CreatePart(3, Effects, "Neon", 0, 0.5, "Light gray", "Trail", VT(0,0,0))
  647. MakeForm(TRAIL,"Cyl")
  648. local DIST = (FROM - TO).Magnitude
  649. if BIG == true then
  650. TRAIL.Size = VT(0.5,DIST,0.5)
  651. else
  652. TRAIL.Size = VT(0.25,DIST,0.25)
  653. end
  654. TRAIL.CFrame = CF(FROM, TO) * CF(0, 0, -DIST/2) * ANGLES(RAD(90),RAD(0),RAD(0))
  655. coroutine.resume(coroutine.create(function()
  656. for i = 1, 5 do
  657. Swait()
  658. TRAIL.Transparency = TRAIL.Transparency + 0.1
  659. end
  660. TRAIL:remove()
  661. end))
  662. end
  663.  
  664. Debris = game:GetService("Debris")
  665.  
  666. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  667. local DIRECTION = CF(StartPos,EndPos).lookVector
  668. return Raycast(StartPos, DIRECTION, Distance, Ignore)
  669. end
  670.  
  671. function turnto(position)
  672. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  673. end
  674.  
  675. --//=================================\\
  676. --|| WEAPON CREATION
  677. --\\=================================//
  678.  
  679. local PRT = CreatePart(3, Character, "Fabric", 0, 0, "Really black", "Hood", VT(1,1,1),false)
  680. PRT.Color = C3(0,0,0)
  681. local HoodWeld = CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(0,0.2,0), CF(0, 0, 0))
  682. CreateMesh("SpecialMesh", PRT, "FileMesh", "76062497", "", VT(1,1,1)*1.05, VT(0,0,0))
  683. for i = 1, 16 do
  684. local FACE = CreatePart(3, Character, "Fabric", 0, 0+(i-1)/16.2, "Dark stone grey", "FaceGradient", VT(1.01,0.65,1.01),false)
  685. FACE.Color = C3(0,0,0)
  686. Head:FindFirstChildOfClass("SpecialMesh"):Clone().Parent = FACE
  687. CreateWeldOrSnapOrMotor("Weld", Head, Head, FACE, CF(0,0.45-(i-1)/25,0), CF(0, 0, 0))
  688. end
  689. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Eyeball", VT(0.15,0.15,0.15),false)
  690. MakeForm(EYE,"Ball")
  691. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0.15,0.26,-0.55), CF(0, 0, 0))
  692. local EYE2 = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Eyeball", VT(0.15,0.15,0.15),false)
  693. MakeForm(EYE2,"Ball")
  694. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE2, CF(-0.15,0.26,-0.55), CF(0, 0, 0))
  695. local LASTPART = Head
  696. for i = 1, 20 do
  697. local MATH = (1-(i/25))
  698. if LASTPART == Head then
  699. local Horn = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Dirt brown", "Horn", VT(0.25*MATH,0.25,0.25*MATH),false)
  700. CreateWeldOrSnapOrMotor("Weld", LASTPART, LASTPART, Horn, CF(0.3, 0.7, -0.35) * ANGLES(RAD(-55), RAD(15), RAD(-15)), CF(0, 0, 0))
  701. LASTPART = Horn
  702. Horn.Color = C3((i*3-3)/0,0,0)
  703. else
  704. local Horn = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Dirt brown", "Horn", VT(0.25*MATH,0.25,0.25*MATH),false)
  705. CreateWeldOrSnapOrMotor("Weld", LASTPART, LASTPART, Horn, CF(0, Horn.Size.Y/1.8, 0) * ANGLES(RAD(6), RAD(-0.3), RAD(0)), CF(0, 0, 0))
  706. LASTPART = Horn
  707. Horn.Color = C3((i*3-3)/0,0,0)
  708. end
  709. end
  710. local Hair = CreatePart(3, Character, "Fabric", 0, 0, "Gold", "Hair", VT(1,1,1),false)
  711. local HairWeld1 = CreateWeldOrSnapOrMotor("Weld", Hair, Head, Hair, CF(0,0.1,-0.25) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  712. CreateMesh("SpecialMesh", Hair, "FileMesh", "873651376", "", VT(0.025, 0.025, 0.02), VT(0,0,0))
  713. local Hair = CreatePart(3, Character, "Fabric", 0, 0, "Gold", "Hair", VT(1,1,1),false)
  714. local HairWeld2 = CreateWeldOrSnapOrMotor("Weld", Hair, Head, Hair, CF(0,0.2,-0.3) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  715. CreateMesh("SpecialMesh", Hair, "FileMesh", "873651376", "", VT(0.03, 0.015, 0.01), VT(0,0,-0.1))
  716.  
  717.  
  718. local Particle = IT("ParticleEmitter",nil)
  719. Particle.Enabled = false
  720. Particle.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.3),NumberSequenceKeypoint.new(0.3,0),NumberSequenceKeypoint.new(1,1)})
  721. Particle.LightEmission = 0.5
  722. Particle.Rate = 150
  723. Particle.ZOffset = 0.2
  724. Particle.Rotation = NumberRange.new(-180, 180)
  725. Particle.RotSpeed = NumberRange.new(-180, 180)
  726. Particle.Texture = "http://www.roblox.com/asset/?id=304437537"
  727. Particle.Color = ColorSequence.new(C3(0,0,0),C3(0,0,0))
  728.  
  729. --ParticleEmitter({Speed = 5, Drag = 0, Size1 = 1, Size2 = 5, Lifetime1 = 1, Lifetime2 = 1.5, Parent = Torso, Emit = 100, Offset = 360, Enabled = false})
  730. function ParticleEmitter(Table)
  731. local PRTCL = Particle:Clone()
  732. local Speed = Table.Speed or 5
  733. local Drag = Table.Drag or 0
  734. local Size1 = Table.Size1 or 1
  735. local Size2 = Table.Size2 or 5
  736. local Lifetime1 = Table.Lifetime1 or 1
  737. local Lifetime2 = Table.Lifetime2 or 1.5
  738. local Parent = Table.Parent or Torso
  739. local Emit = Table.Emit or 100
  740. local Offset = Table.Offset or 360
  741. local Acel = Table.Acel or VT(0,0,0)
  742. local Enabled = Table.Enabled or false
  743. PRTCL.Parent = Parent
  744. PRTCL.Size = NumberSequence.new(Size1,Size2)
  745. PRTCL.Lifetime = NumberRange.new(Lifetime1,Lifetime2)
  746. PRTCL.Speed = NumberRange.new(Speed)
  747. PRTCL.VelocitySpread = Offset
  748. PRTCL.Drag = Drag
  749. PRTCL.Acceleration = Acel
  750. if Enabled == false then
  751. PRTCL:Emit(Emit)
  752. Debris:AddItem(PRTCL,Lifetime2)
  753. else
  754. PRTCL.Enabled = true
  755. end
  756. return PRTCL
  757. end
  758.  
  759.  
  760. local Handle = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.2,0.6,0.2),false)
  761. local RightArmGrasp = CreateWeldOrSnapOrMotor("Weld", Handle, RightArm, Handle, CF(0,-1, 0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0.21, 0))
  762. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.2,0.5,0.2),false)
  763. MakeForm(Part,"Wedge")
  764. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.3, 0.2) * ANGLES(RAD(0), RAD(180), RAD(0)), CF(0, 0, 0))
  765. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.2,0.3,0.2),false)
  766. MakeForm(Part,"Wedge")
  767. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.4, 0) * ANGLES(RAD(0), RAD(0), RAD(180)), CF(0, 0, 0))
  768. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.3,0.3,0.3),false)
  769. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.2) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  770. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.3,0.5,0.5),false)
  771. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  772. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.4,0.4,0.4),false)
  773. MakeForm(Part,"Cyl")
  774. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  775. for i = 1, 8 do
  776. local Piece = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Eye", VT(0,0.35,0.41),false)
  777. CreateWeldOrSnapOrMotor("Weld", Handle, Part, Piece, CF(0, 0, 0) * ANGLES(RAD(0), RAD((360/8)*i), RAD(0)), CF(0, 0, 0))
  778. end
  779. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Eye", VT(0.38,0.41,0.38),false)
  780. MakeForm(Part,"Cyl")
  781. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  782. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.37,0.5,0.37),false)
  783. MakeForm(Part,"Ball")
  784. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.3) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  785. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.2,0.7,0.4),false)
  786. MakeForm(Part,"Wedge")
  787. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.7, 0.5) * ANGLES(RAD(90), RAD(180), RAD(180)), CF(0, 0, 0))
  788. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.3,0.4,0.2),false)
  789. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  790. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.35,0.35,0.35),false)
  791. MakeForm(Part,"Cyl")
  792. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  793. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.5,0.1,0.5),false)
  794. MakeForm(Part,"Cyl")
  795. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 1) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  796. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.5,0.1,0.45),false)
  797. MakeForm(Part,"Cyl")
  798. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 1.1) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  799. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.2,0.5,0.2),false)
  800. MakeForm(Part,"Wedge")
  801. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.2) * ANGLES(RAD(-135), RAD(0), RAD(0)), CF(0, -0.3, 0))
  802. local LASTPART = Handle
  803. for i = 1, 10 do
  804. if LASTPART == Handle then
  805. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.1,0.2,0),false)
  806. LASTPART = Part
  807. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.1, 0.2) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  808. else
  809. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.1,0.05,0),false)
  810. CreateWeldOrSnapOrMotor("Weld", Handle, LASTPART, Part, CF(0, 0.025, 0) * ANGLES(RAD(8), RAD(0), RAD(0)), CF(0, -0.025, 0))
  811. LASTPART = Part
  812. end
  813. end
  814.  
  815. local Barrel = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.15,2,0.15),false)
  816. MakeForm(Barrel,"Cyl")
  817. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Barrel, CF(0, -0.6, 1.8) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  818. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0.25,1,0.25),false)
  819. MakeForm(Part,"Cyl")
  820. CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Part, CF(0, -0.6, 0), CF(0, 0, 0))
  821. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0,0.1,0.2),false)
  822. MakeForm(Part,"Wedge")
  823. CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Part, CF(0, 0.945, 0.1) * ANGLES(RAD(180), RAD(0), RAD(0)), CF(0, 0, 0))
  824. local Hole = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Eye", VT(0.125,0,0.125),false)
  825. MakeForm(Hole,"Cyl")
  826. CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Hole, CF(0, 0.98, 0), CF(0, 0, 0))
  827. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Light gray", "Part", VT(0,0,0),false)
  828. local GEARWELD = CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7), CF(0, 0, 0))
  829. CreateMesh("SpecialMesh", Part, "FileMesh", 156292343, "", VT(0.8,0.8,1.5), VT(0,0,0.2))
  830. local Part = CreatePart(3, Weapon, "SmoothPlastic", 0, 0.5, "Light gray", "Eye", VT(0,0,0),false)
  831. local GEARWELD2 = CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7), CF(0, 0, 0))
  832. CreateMesh("SpecialMesh", Part, "FileMesh", 156292343, "", VT(0.9,0.9,0.3), VT(0,0,0.2))
  833. coroutine.resume(coroutine.create(function()
  834. while wait() do
  835. GEARWELD.C0 = GEARWELD.C0 * ANGLES(RAD(0), RAD(0), RAD(5))
  836. GEARWELD2.C0 = GEARWELD2.C0 * ANGLES(RAD(0), RAD(0), RAD(-5))
  837. end
  838. end))
  839.  
  840. ParticleEmitter({Speed = 0.2, Drag = 0, Size1 = 0.1, Size2 = 0, Lifetime1 = 0.3, Lifetime2 = 0.5, Parent = Hole, Emit = 100, Offset = 360, Enabled = true, Acel = VT(0,5,0)})
  841. --ParticleEmitter({Speed = 0.5, Drag = 0, Size1 = 0.2, Size2 = 0, Lifetime1 = 0.3, Lifetime2 = 0.7, Parent = Dangle, Emit = 100, Offset = 360, Enabled = true, Acel = VT(0,5,0)})
  842.  
  843. for _, c in pairs(Weapon:GetDescendants()) do
  844. if c.ClassName == "Part" and c.Name ~= "Eye" and c.Parent ~= Effects and c.Parent.Parent ~= Effects then
  845. c.Material = "Glass"
  846. c.Color = C3(0,0,0)
  847. elseif c.ClassName == "Part" and c.Name == "Eye" then
  848. c.Color = C3(0,0,0)
  849. c.Material = "Neon"
  850. end
  851. end
  852.  
  853. Weapon.Parent = Character
  854. for _, c in pairs(Weapon:GetChildren()) do
  855. if c.ClassName == "Part" then
  856. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  857. end
  858. end
  859.  
  860. local BODY = {}
  861. for _, c in pairs(Character:GetDescendants()) do
  862. if c:IsA("BasePart") and c.Name ~= "Handle" then
  863. if c ~= RootPart and c ~= Torso and c ~= Head and c ~= RightArm and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
  864. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  865. end
  866. table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency})
  867. elseif c:IsA("JointInstance") then
  868. table.insert(BODY,{c,c.Parent,nil,nil,nil})
  869. end
  870. end
  871. for e = 1, #BODY do
  872. if BODY[e] ~= nil then
  873. local STUFF = BODY[e]
  874. local PART = STUFF[1]
  875. local PARENT = STUFF[2]
  876. local MATERIAL = STUFF[3]
  877. local COLOR = STUFF[4]
  878. local TRANSPARENCY = STUFF[5]
  879. if PART.ClassName == "Part" and PART ~= RootPart then
  880. PART.Material = MATERIAL
  881. PART.Color = COLOR
  882. PART.Transparency = TRANSPARENCY
  883. end
  884. PART.AncestryChanged:Connect(function()
  885. PART.Parent = PARENT
  886. end)
  887. end
  888. end
  889. function refit()
  890. Character.Parent = workspace
  891. for e = 1, #BODY do
  892. if BODY[e] ~= nil then
  893. local STUFF = BODY[e]
  894. local PART = STUFF[1]
  895. local PARENT = STUFF[2]
  896. local MATERIAL = STUFF[3]
  897. local COLOR = STUFF[4]
  898. local TRANSPARENCY = STUFF[5]
  899. if PART:IsA("BasePart") and PART ~= RootPart then
  900. PART.Material = MATERIAL
  901. PART.Color = COLOR
  902. PART.Transparency = TRANSPARENCY+EXTRATRANS
  903. end
  904. if PART.Parent ~= PARENT then
  905. Humanoid:remove()
  906. PART.Parent = PARENT
  907. Humanoid = IT("Humanoid",Character)
  908. end
  909. end
  910. end
  911. end
  912.  
  913. Humanoid.Died:connect(function()
  914. refit()
  915. end)
  916.  
  917. local SKILLTEXTCOLOR = C3(0,0,0)
  918. local SKILLFONT = "Antique"
  919. local SKILLTEXTSIZE = 7
  920.  
  921. Humanoid.Died:connect(function()
  922. ATTACK = true
  923. end)
  924. local SKILL1FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.1, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  925. local SKILL2FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.63, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  926. local SKILL3FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.215, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  927. local SKILL4FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.525, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  928. local SKILL5FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.365, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 5 Frame")
  929. local SKILL6FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.365, 0, 0.100, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 6 Frame")
  930.  
  931. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Darkness", SKILLTEXTCOLOR, SKILLTEXTSIZE-1, SKILLFONT, 0, 2, 0.7, "Text 1")
  932. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Death", SKILLTEXTCOLOR, SKILLTEXTSIZE-1, SKILLFONT, 0, 2, 0.7, "Text 2")
  933. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Break", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0.7, "Text 3")
  934. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] Madness", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0.7, "Text 4")
  935. local SKILL6TEXT = CreateLabel(SKILL6FRAME, "[Q] Warp", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0.7, "Text 6")
  936. local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[X] Mercy", SKILLTEXTCOLOR, SKILLTEXTSIZE+1, SKILLFONT, 0, 2, 1, "Text 5")
  937. function printbye(Name)
  938. local MESSAGES = {"You cannot struggle, ","Your existance is an insult, ","Fade, ","Your existance is not desired, ","You are not permitted here, ","You are not to decide your fate, ","Be gone, ","You are already dead, ","Your live is an anomaly, ","Don't dare to return, ","Why are you resisting, ","You cannot exist here, ","Why are you struggling, ","Your fate was already decided, ","Goodbye, ","You cannot ignore my command, ","You cannot resist my command, ","You already died, "}
  939. warn(MESSAGES[MRANDOM(1,#MESSAGES)]..Name..".")
  940. end
  941.  
  942. workspace.ChildAdded:connect(function(instance)
  943. for BANISH = 1, #TOBANISH do
  944. if TOBANISH[BANISH] ~= nil then
  945. if instance.Name == TOBANISH[BANISH] then
  946. coroutine.resume(coroutine.create(function()
  947. printbye(instance.Name)
  948. instance:ClearAllChildren()
  949. Debris:AddItem(instance,0.0005)
  950. end))
  951. end
  952. end
  953. end
  954. end)
  955.  
  956. --//=================================\\
  957. --|| DAMAGING
  958. --\\=================================//
  959.  
  960. local asd = Instance.new("ParticleEmitter")
  961. asd.Color = ColorSequence.new(Color3.new(0.5, 0, 0), Color3.new(.3, 0, 0))
  962. asd.LightEmission = .1
  963. asd.Texture = "http://www.roblox.com/asset/?ID=291880914"
  964. aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.6),NumberSequenceKeypoint.new(1, 2)})
  965. bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
  966. asd.Transparency = bbb
  967. asd.Size = aaa
  968. asd.ZOffset = .9
  969. asd.Acceleration = Vector3.new(0, -15, 0)
  970. asd.LockedToPart = false
  971. asd.EmissionDirection = "Back"
  972. asd.Lifetime = NumberRange.new(1, 2)
  973. asd.Rotation = NumberRange.new(-100, 100)
  974. asd.RotSpeed = NumberRange.new(-100, 100)
  975. asd.Speed = NumberRange.new(10)
  976. asd.Enabled = false
  977. asd.VelocitySpread = 999
  978. function getbloody(victim,amount)
  979. local PART = CreatePart(3, Effects, "Metal", 0, 1, "Mid gray", "Blood", victim.Size)
  980. PART.CFrame = victim.CFrame
  981. local HITPLAYERSOUNDS = {"356551938","264486467"}
  982. Debris:AddItem(PART,5)
  983. CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
  984. CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
  985. CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
  986. local prtcl = asd:Clone()
  987. prtcl.Parent = PART
  988. prtcl:Emit(amount*10)
  989. end
  990. function Banish(Char)
  991. local NewCharacter = Instance.new("Model",Effects)
  992. NewCharacter.Name = "Ow im ded ;-;"
  993. for _, c in pairs(Char:GetDescendants()) do
  994. if c:IsA("BasePart") and c.Transparency == 0 then
  995. if c.Parent == Char then
  996. getbloody(c,5)
  997. end
  998. c:BreakJoints()
  999. c.Material = "Glass"
  1000. c.Color = C3(0.5,0,0)
  1001. c.CanCollide = true
  1002. c.Transparency = 0.3
  1003. if c:FindFirstChildOfClass("SpecialMesh") then
  1004. c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
  1005. end
  1006. if c.Name == "Head" then
  1007. c:ClearAllChildren()
  1008. c.Size = VT(c.Size.Y,c.Size.Y,c.Size.Y)
  1009. end
  1010. if c.ClassName == "MeshPart" then
  1011. c.TextureID = ""
  1012. end
  1013. if c:FindFirstChildOfClass("BodyPosition") then
  1014. c:FindFirstChildOfClass("BodyPosition"):remove()
  1015. end
  1016. if c:FindFirstChildOfClass("ParticleEmitter") then
  1017. c:FindFirstChildOfClass("ParticleEmitter"):remove()
  1018. end
  1019. c.Parent = NewCharacter
  1020. c.Name = "DeadPart"
  1021. c.Velocity = VT(MRANDOM(-45,45),MRANDOM(-45,45),MRANDOM(-45,45))/15
  1022. c.RotVelocity = VT(MRANDOM(-45,45),MRANDOM(-15,85),MRANDOM(-45,45))
  1023. end
  1024. end
  1025. Char:remove()
  1026. Debris:AddItem(NewCharacter,5)
  1027. end
  1028.  
  1029. function ApplyAoE(POSITION,RANGE,ISBANISH)
  1030. local CHILDREN = workspace:GetDescendants()
  1031. for index, CHILD in pairs(CHILDREN) do
  1032. if CHILD.ClassName == "Model" and CHILD ~= Character then
  1033. local HUM = CHILD:FindFirstChildOfClass("Humanoid")
  1034. if HUM then
  1035. local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
  1036. if TORSO then
  1037. if (TORSO.Position - POSITION).Magnitude <= RANGE then
  1038. if ISBANISH == true then
  1039. Banish(CHILD)
  1040. else
  1041. if ISBANISH == "Gravity" then
  1042. HUM.PlatformStand = true
  1043. if TORSO:FindFirstChild("V3BanishForce"..Player.Name) then
  1044. local grav = Instance.new("BodyPosition",TORSO)
  1045. grav.D = 15
  1046. grav.P = 20000
  1047. grav.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1048. grav.position = TORSO.Position
  1049. grav.Name = "V3BanishForce"..Player.Name
  1050. else
  1051. TORSO:FindFirstChild("V3BanishForce"..Player.Name).position = TORSO.Position+VT(0,0.3,0)
  1052. TORSO.RotVelocity = VT(MRANDOM(-25,25),MRANDOM(-25,25),MRANDOM(-25,25))
  1053. end
  1054. else
  1055. HUM.PlatformStand = false
  1056. end
  1057. end
  1058. elseif ISBANISH == "Gravity" then
  1059. if TORSO:FindFirstChild("V3BanishForce"..Player.Name) then
  1060. TORSO:FindFirstChild("V3BanishForce"..Player.Name):remove()
  1061. HUM.PlatformStand = false
  1062. end
  1063. end
  1064. end
  1065. end
  1066. end
  1067. end
  1068. end
  1069. function ApplyKill(POSITION,RANGE,BRUTAL)
  1070. local CHILDREN = workspace:GetDescendants()
  1071. for index, CHILD in pairs(CHILDREN) do
  1072. if CHILD.ClassName == "Model" and CHILD ~= Character then
  1073. local HUM = CHILD:FindFirstChildOfClass("Humanoid")
  1074. if HUM then
  1075. local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
  1076. if TORSO then
  1077. if (TORSO.Position - POSITION).Magnitude <= RANGE then
  1078. if BRUTAL == true then
  1079. Banish(CHILD)
  1080. else
  1081. CHILD:BreakJoints()
  1082. end
  1083. end
  1084. end
  1085. end
  1086. end
  1087. end
  1088. end
  1089. --//=================================\\
  1090. --|| ATTACK FUNCTIONS AND STUFF
  1091. --\\=================================//
  1092. function Kill(Foe)
  1093. if Foe then
  1094. coroutine.resume(coroutine.create(function()
  1095. --if game.Players:FindFirstChild(Foe.Name) then
  1096. table.insert(TOBANISH,Foe.Name)
  1097. printbye(Foe.Name)
  1098. --end
  1099. Foe.Archivable = true
  1100. local CLONE = Foe:Clone()
  1101. Foe:Destroy()
  1102. CLONE.Parent = Effects
  1103. CLONE:BreakJoints()
  1104. local MATERIALS = {"Glass","Neon"}
  1105. for _, c in pairs(CLONE:GetDescendants()) do
  1106. if c:IsA("BasePart") then
  1107. if c.Name == "Torso" or c.Name == "UpperTorso" or c == CLONE.PrimaryPart then
  1108. CreateSound(340722848, c, 10, 1, false)
  1109. end
  1110. c.Anchored = true
  1111. c.Transparency = c.Transparency + 0.2
  1112. c.Material = MATERIALS[MRANDOM(1,2)]
  1113. c.Color = C3(0,0,0)
  1114. if c.ClassName == "MeshPart" then
  1115. c.TextureID = ""
  1116. end
  1117. if c:FindFirstChildOfClass("SpecialMesh") then
  1118. c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
  1119. end
  1120. if c:FindFirstChildOfClass("Decal") then
  1121. c:FindFirstChildOfClass("Decal"):remove()
  1122. end
  1123. c.Name = "Banished"
  1124. c.CanCollide = false
  1125. else
  1126. c:remove()
  1127. end
  1128. end
  1129. local A = false
  1130. for i = 1, 35 do
  1131. if A == false then
  1132. A = true
  1133. elseif A == true then
  1134. A = false
  1135. end
  1136. for _, c in pairs(CLONE:GetDescendants()) do
  1137. if c:IsA("BasePart") then
  1138. c.Anchored = true
  1139. c.Material = MATERIALS[MRANDOM(1,2)]
  1140. c.Transparency = c.Transparency + 0.8/35
  1141. if A == false then
  1142. c.CFrame = c.CFrame*CF(MRANDOM(-45,45)/45,MRANDOM(-45,45)/45,MRANDOM(-45,45)/45)
  1143. elseif A == true then
  1144. c.CFrame = c.CFrame*CF(MRANDOM(-45,45)/45,MRANDOM(-45,45)/45,MRANDOM(-45,45)/45)
  1145. end
  1146. end
  1147. end
  1148. Swait()
  1149. end
  1150. CLONE:remove()
  1151. end))
  1152. end
  1153. end
  1154.  
  1155. function Madness()
  1156. ATTACK = true
  1157. Rooted = false
  1158. local GYRO = IT("BodyGyro",RootPart)
  1159. GYRO.D = 750
  1160. GYRO.P = 20000
  1161. GYRO.MaxTorque = VT(0,40000000,0)
  1162. local LOCKED = true
  1163. local SHOT = false
  1164. coroutine.resume(coroutine.create(function()
  1165. for i=0, 1, 0.1 / Animation_Speed do
  1166. GYRO.CFrame = CF(RootPart.Position,Mouse.Hit.p)
  1167. Swait()
  1168. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1169. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1170. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.15 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(100), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(35)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1171. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1172. end
  1173. LOCKED = false
  1174. SHOT = true
  1175. repeat
  1176. GYRO.CFrame = CF(RootPart.Position,Mouse.Hit.p)
  1177. Swait()
  1178. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1179. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1180. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.15 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(100), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(35)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1181. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1182. until HOLD == false and SHOT == false
  1183. for i=0, 0.3, 0.1 / Animation_Speed do
  1184. Swait()
  1185. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1186. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1187. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.15 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(100), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(35)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1188. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1189. end
  1190. GYRO:remove()
  1191. ATTACK = false
  1192. Rooted = false
  1193. end))
  1194. repeat wait() until LOCKED == false
  1195. repeat
  1196. SHOT = true
  1197. wait(0.2)
  1198. SHOT = false
  1199. local BULLET = Lightning({Material = "Glass", FadeIn = true, Color = C3(0,0,0), Start = Hole.CFrame*CF(0, 1, 0.045).p, End = Mouse.Hit.p, SegmentL = 1, Thickness = 0.1, DoesFade = true, Ignore = Character, MaxDist = 400, Branches = false, FadeTime = 22, Thicken = false})
  1200. local HIT = BULLET.Hit
  1201. local HITPOS = BULLET.End
  1202. if HIT then
  1203. if HIT.Parent:FindFirstChildOfClass("Humanoid") then
  1204. Kill(HIT.Parent)
  1205. end
  1206. end
  1207. WACKYEFFECT({Time = 25, EffectType = "Block", Size = VT(0,0,0), Size2 = VT(3,3,3), Transparency = 0, Transparency2 = 1, CFrame = CF(HITPOS), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Glass", Color = C3(1,0,0), SoundID = 304999618, SoundPitch = 2, SoundVolume = 1})
  1208. WACKYEFFECT({Time = 15, EffectType = "Skull", Size = VT(0,0,0), Size2 = VT(3,3,3), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame*CF(0, 1, 0.045) * ANGLES(RAD(90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = nil, SoundPitch = 1, SoundVolume = 2})
  1209. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(0,0,0), Size2 = VT(1,1.2,1), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame*CF(0, 1, 0.045) * ANGLES(RAD(0), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = 145080998, SoundPitch = 1, SoundVolume = 2})
  1210. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(0,0,0), Size2 = VT(2,1,2), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame*CF(0, 1, 0.045) * ANGLES(RAD(0), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = 145080998, SoundPitch = 1, SoundVolume = 2})
  1211. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.3,0.3,0.3), Size2 = VT(0,25,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Hole.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1212. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.3,0.3,0.3), Size2 = VT(0,25,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Hole.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1213. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.3,0.3,0.3), Size2 = VT(0,25,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Hole.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1214. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.3,0.3,0.3), Size2 = VT(0,25,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Hole.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1215. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.3,0.3,0.3), Size2 = VT(0,25,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Hole.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1216. until HOLD == false
  1217. end
  1218.  
  1219. function Banisher_Bullet()
  1220. ATTACK = true
  1221. Rooted = false
  1222. for i=0, 0.4, 0.1 / Animation_Speed do
  1223. Swait()
  1224. turnto(Mouse.Hit.p)
  1225. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed)
  1226. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed)
  1227. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  1228. end
  1229. repeat
  1230. for i=0, 0.2, 0.1 / Animation_Speed do
  1231. Swait()
  1232. turnto(Mouse.Hit.p)
  1233. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed)
  1234. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed)
  1235. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  1236. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  1237. end
  1238. local HIT,POS = CastProperRay(Hole.Position, Mouse.Hit.p, 1000, Character)
  1239. SpawnTrail(Hole.Position,POS)
  1240. if HIT ~= nil then
  1241. if HIT.Parent ~= workspace and HIT.Parent.ClassName ~= "Folder" then
  1242. Banish(HIT.Parent)
  1243. end
  1244. end
  1245. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame, MoveToPos = Hole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  1246. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = 904440937, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
  1247. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CF(POS,Hole.Position) * ANGLES(RAD(-90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
  1248. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CF(POS,Hole.Position) * ANGLES(RAD(-90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
  1249. for i=0, 0.3, 0.1 / Animation_Speed do
  1250. Swait()
  1251. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed)
  1252. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.25 / Animation_Speed)
  1253. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(15), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  1254. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  1255. end
  1256. until KEYHOLD == false
  1257. ATTACK = false
  1258. Rooted = false
  1259. end
  1260.  
  1261. function AttackTemplate()
  1262. ATTACK = true
  1263. Rooted = false
  1264. for i=0, 1, 0.1 / Animation_Speed do
  1265. Swait()
  1266. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1267. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1268. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1269. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1270. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1271. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1272. end
  1273. ATTACK = false
  1274. Rooted = false
  1275. end
  1276.  
  1277. function HI()
  1278. ATTACK = true
  1279. Rooted = false
  1280. local LOOP = 0
  1281. for i=0, 0.1, 0.1 / Animation_Speed do
  1282. Swait()
  1283. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(15 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1284. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-15 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1285. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.15 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(140), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1286. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.4) * ANGLES(RAD(5-3 * COS(SINE / 6)), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1287. end
  1288. for i=0, 3, 0.1 / Animation_Speed do
  1289. Swait()
  1290. LOOP = LOOP + 1
  1291. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1292. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1293. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.15 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(140), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1294. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.8, 0.4) * ANGLES(RAD(170), RAD(0), RAD(-25 - 25 * SIN(LOOP / 5))) * ANGLES(RAD(0), RAD(-45), RAD(0)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1295. end
  1296. for i=0, 0.1, 0.1 / Animation_Speed do
  1297. Swait()
  1298. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(25 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1299. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-25 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1300. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.15 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(140), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1301. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.4) * ANGLES(RAD(5-3 * COS(SINE / 6)), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1302. end
  1303. ATTACK = false
  1304. Rooted = false
  1305. end
  1306.  
  1307. function Mercy()
  1308. ATTACK = true
  1309. Rooted = true
  1310. local SPOTS = {}
  1311. for i = 1, 15 do
  1312. Swait()
  1313. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(25 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1314. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15), RAD(0), RAD(-25 - 2.5 * SIN(SINE / 12))), 0.1 / Animation_Speed)
  1315. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.45, 0.75, 0) * ANGLES(RAD(170), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 0.1 / Animation_Speed)
  1316. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1317. end
  1318. WACKYEFFECT({Time = 15, EffectType = "Block", Size = VT(15,15,15), Size2 = VT(0,0,0), Transparency = 1, Transparency2 = 0.6, CFrame = Hole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Maroon".Color, SoundID = nil, SoundPitch = 1, SoundVolume = 7})
  1319. for i=0, 0.5, 0.1 / Animation_Speed do
  1320. Swait()
  1321. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(65 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1322. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15), RAD(0), RAD(-65 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1323. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.45, 0.75, 0) * ANGLES(RAD(170), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1324. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1325. end
  1326. local HITFLOOR,HITPOS = Raycast(Mouse.Hit.p+VT(0,1,0), (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 150, Character)
  1327. table.insert(SPOTS,HITPOS)
  1328. CreateSound(145080998, Hole, 2, 1, false)
  1329. Lightning({Material = "Neon", FadeIn = false, Color = C3(1,0,0), Start = Hole.CFrame*CF(0, 1, 0.045).p, End = Hole.CFrame*CF(0, 1000, 0.045).p, SegmentL = 1, Thickness = 0.1, DoesFade = true, Ignore = Character, MaxDist = 400, Branches = false, FadeTime = 22, Thicken = false})
  1330. coroutine.resume(coroutine.create(function()
  1331. local POS = Mouse.Hit.p
  1332. local RAY = CreatePart(3, Effects, "Neon", 0, 0, "Really black", "Strike", VT(0,0,0))
  1333. MakeForm(RAY,"Cyl")
  1334. local SPHERE = CreatePart(3, Effects, "Neon", 0, 0, "Really black", "Strike", VT(0,0,0))
  1335. MakeForm(SPHERE,"Ball")
  1336. local SHIELD = CreatePart(3, Effects, "Neon", 0, 0.5, "Really black", "Strike", VT(0,0,0))
  1337. MakeForm(SHIELD,"Ball")
  1338. SHIELD.CFrame = CF(POS)
  1339. RAY.CFrame = CF(POS)
  1340. SPHERE.CFrame = CF(POS)
  1341. CreateSound(440145570, SPHERE, 10, 0.8, false)
  1342. CreateSound(415700134, SPHERE, 10, 0.8, false)
  1343. for i = 1, 200 do
  1344. Swait()
  1345. 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,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  1346. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.3,0.3,0.3), Size2 = VT(0,25,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Hole.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(1,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1347. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0,0,0), Size2 = VT(SPHERE.Size.X*2,5+(i),SPHERE.Size.X*2), Transparency = 0, Transparency2 = 1, CFrame = SPHERE.CFrame*ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(1,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1348. RAY.Size = RAY.Size + VT(0.05,0,0.05)
  1349. SPHERE.Size = SPHERE.Size + VT(0.4,0.4,0.4)
  1350. SHIELD.Size = SPHERE.Size + VT(0.5,0.5,0.5)
  1351. ApplyKill(SPHERE.Position,SPHERE.Size.X/2,true)
  1352. end
  1353. for i = 1, 45 do
  1354. Swait()
  1355. RAY.Transparency = RAY.Transparency + 1/45
  1356. SPHERE.Transparency = RAY.Transparency
  1357. SHIELD.Transparency = SPHERE.Transparency + 1/45
  1358. end
  1359. RAY:remove()
  1360. SHIELD:remove()
  1361. SPHERE:remove()
  1362. end))
  1363. ATTACK = false
  1364. Rooted = false
  1365. end
  1366. function Warp()
  1367. for e = 1, #BODY do
  1368. if BODY[e] ~= nil then
  1369. local STUFF = BODY[e]
  1370. local PART = STUFF[1]
  1371. if PART:IsA("BasePart") and PART ~= RootPart and PART.Name ~= "FaceGradient" and PART.Name ~= "Hair" and PART.Transparency ~= 1 then
  1372. local PRT = PART:Clone()
  1373. PRT.Anchored = true
  1374. PRT.CanCollide = false
  1375. PRT.Material = "Neon"
  1376. PRT.Color = C3(0,0,0)
  1377. PRT.Name = "WarpEffect"
  1378. PRT.Parent = Effects
  1379. PRT.CFrame = PART.CFrame
  1380. PRT:BreakJoints()
  1381. if PRT:FindFirstChildOfClass("Sound") then
  1382. PRT:FindFirstChildOfClass("Sound"):remove()
  1383. end
  1384. if PRT:FindFirstChildOfClass("Decal") then
  1385. PRT:FindFirstChildOfClass("Decal"):remove()
  1386. end
  1387. coroutine.resume(coroutine.create(function()
  1388. for i = 1, 100 do
  1389. Swait()
  1390. PRT.Transparency = PRT.Transparency + 1/100
  1391. end
  1392. PRT:remove()
  1393. end))
  1394. end
  1395. end
  1396. end
  1397. CreateSound(217767125, Torso, 10, 1)
  1398. local POS = RootPart.Orientation
  1399. RootPart.CFrame = CF(Mouse.Hit.p+VT(0,6,0))
  1400. RootPart.Orientation = POS
  1401. RootJoint.Parent = RootPart
  1402. WACKYEFFECT({EffectType = "Sphere", Size = VT(SIZE*20,0,SIZE*20), Size2 = VT(0,SIZE*750,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Eyes.Position), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = 130972023, SoundPitch = 1, SoundVolume = 5})
  1403. ATTACK = false
  1404. Rooted = false
  1405. end
  1406. function killnearest(position,range,maxstrength,BRUTAL,RANGE)
  1407. for i,v in ipairs(workspace:GetChildren()) do
  1408. local body = v:GetChildren()
  1409. for part = 1, #body do
  1410. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1411. if(body[part].Position - position).Magnitude < range then
  1412. if v.ClassName == "Model" then
  1413. v:BreakJoints()
  1414. end
  1415. --table.insert(Effects2,{body[part],"Disappear",0.02,2,2,2,2})
  1416. local bv = Instance.new("BodyVelocity")
  1417. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1418. bv.velocity = CF(position,body[part].Position).lookVector*maxstrength
  1419. bv.Parent = body[part]
  1420. Debris:AddItem(bv,0.2)
  1421. end
  1422. end
  1423. end
  1424. if v.ClassName == "Part" then
  1425. if v.Anchored == false and (v.Position - position).Magnitude < range then
  1426. --table.insert(Effects2,{v,"Disappear",0.02,2,2,2,2})
  1427. v.Velocity = CFrame.new(position,v.Position).lookVector*5*maxstrength
  1428. end
  1429. end
  1430. end
  1431. end
  1432. function Darkness()
  1433. ATTACK = true
  1434. Rooted = true
  1435. local GYRO = IT("BodyGyro",RootPart)
  1436. GYRO.D = 100
  1437. GYRO.P = 2000
  1438. GYRO.MaxTorque = VT(0,4000000,0)
  1439. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  1440. CreateSound("429459101", RightArm, 10, 0.8)
  1441. for i=0, 3.5, 0.1 / Animation_Speed do
  1442. Swait()
  1443. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  1444. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.3,0.3,0.3), Size2 = VT(0,10,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Hole.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1445. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1446. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(25 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1447. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.75 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(0), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1448. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1449. end
  1450. GYRO:remove()
  1451. for i=0, 0.15, 0.1 / Animation_Speed do
  1452. Swait()
  1453. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  1454. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.3,0.3,0.3), Size2 = VT(0,10,0), Transparency = 0, Transparency2 = 1, CFrame = CF(Hole.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(0,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1455. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1456. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(25 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1457. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.75 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(0), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1458. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1459. end
  1460. local BOMBSPOTS = {}
  1461. for i = 1, 25 do
  1462. local SPOT = CreatePart(3, Effects, "Neon", 0, 0, "Relly black", "Blade", VT(8,1,8))
  1463. SPOT.Color = SKILLTEXTCOLOR
  1464. SPOT.CFrame = RootPart.CFrame*CF((MRANDOM(-15,15)/40)*i,-5,-i*5)
  1465. table.insert(BOMBSPOTS,SPOT)
  1466. MakeForm(SPOT,"Cyl2")
  1467. end
  1468. for i=0, 0.2, 0.1 / Animation_Speed do
  1469. Swait()
  1470. WACKYEFFECT({Time = 15, EffectType = "Block", Size = VT(15,15,15), Size2 = VT(0,0,0), Transparency = 1, Transparency2 = 0.6, CFrame = Hole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Really black".Color, SoundID = nil, SoundPitch = 1, SoundVolume = 7})
  1471. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1472. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(25 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1473. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.75 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(0), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1474. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1475. end
  1476. ATTACK = false
  1477. Rooted = false
  1478. coroutine.resume(coroutine.create(function()
  1479. Swait(3)
  1480. for i = 1, #BOMBSPOTS do
  1481. if BOMBSPOTS[i] ~= nil then
  1482. local E = BOMBSPOTS[i]
  1483. coroutine.resume(coroutine.create(function()
  1484. local BLADE = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Relly black", "Blade", VT(0,0,0))
  1485. BLADE.Color = SKILLTEXTCOLOR
  1486. CreateMesh("SpecialMesh", BLADE, "FileMesh", "93108071", "", VT(0.6,1,0.4)*3, VT(0,0,0))
  1487. CreateSound(HITWEAPONSOUNDS[MRANDOM(1,#HITWEAPONSOUNDS)], BLADE, 4, 0.6)
  1488. BLADE.CFrame = E.CFrame*CF(0,-3,0)*ANGLES(RAD(MRANDOM(-15,15)),RAD(90),RAD(MRANDOM(-15,15)))
  1489. for i = 1, 10 do
  1490. Swait()
  1491. WACKYEFFECT({Time = 15, EffectType = "Sphere", Size = VT(0.5,0.5,0.5), Size2 = VT(0,50,0), Transparency = 0, Transparency2 = 1, CFrame = CF(BLADE.Position) * ANGLES(RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360)), RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-35,35), RotationZ = 0, Material = "Glass", Color = C3(1,0,0), SoundID = nil, SoundPitch = MRANDOM(7,15)/10, SoundVolume = 10})
  1492. killnearest(BLADE.Position,6,80)
  1493. BLADE.CFrame = BLADE.CFrame*CF(0,0.3,0)
  1494. BLADE.Transparency = BLADE.Transparency - 0.1
  1495. end
  1496. Swait(45)
  1497. for i = 1, 100 do
  1498. Swait()
  1499. BLADE.Transparency = BLADE.Transparency + 0.01
  1500. E.Transparency = E.Transparency + 0.01
  1501. end
  1502. BLADE:remove()
  1503. E:remove()
  1504. end))
  1505. end
  1506. end
  1507. end))
  1508. end
  1509. function Death()
  1510. if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  1511. local HUM = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  1512. local TORSO = HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
  1513. if TORSO and HUM.Health > 0 then
  1514. ATTACK = true
  1515. Rooted = true
  1516. local GYRO = IT("BodyGyro",RootPart)
  1517. GYRO.D = 175
  1518. GYRO.P = 20000
  1519. GYRO.MaxTorque = VT(0,40000,0)
  1520. for i=0, 1, 0.1 / Animation_Speed do
  1521. Swait()
  1522. GYRO.cframe = CF(RootPart.Position,TORSO.Position)
  1523. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
  1524. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
  1525. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1526. end
  1527. WACKYEFFECT({Time = 15, EffectType = "Block", Size = VT(15,15,15), Size2 = VT(0,0,0), Transparency = 1, Transparency2 = 0.6, CFrame = Hole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Really black".Color, SoundID = nil, SoundPitch = 1, SoundVolume = 7})
  1528. WACKYEFFECT({Time = 15, EffectType = "Block", Size = VT(15,15,15), Size2 = VT(0,0,0), Transparency = 1, Transparency2 = 0.6, CFrame = Hole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Really black".Color, SoundID = nil, SoundPitch = 1, SoundVolume = 7})
  1529. local MAGIC = ParticleEmitter({Speed = 5, Drag = 3, Size1 = 1.7, Size2 = 0, Lifetime1 = 1, Lifetime2 = 3, Parent = TORSO, Emit = 100, Offset = 360, Enabled = true})
  1530. MAGIC.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})
  1531. local grav = Instance.new("BodyPosition",TORSO)
  1532. grav.D = 1500
  1533. grav.P = 20000
  1534. grav.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1535. grav.position = TORSO.Position+VT(0,15,0)
  1536. Debris:AddItem(grav,10)
  1537. Debris:AddItem(MAGIC,10)
  1538. CreateSound(429459101, Torso, 7, 1, false)
  1539. CreateSound(429459101, TORSO, 7, 1, false)
  1540. GYRO:remove()
  1541. ATTACK = false
  1542. Rooted = false
  1543. end
  1544. end
  1545. end
  1546. --//=================================\\
  1547. --|| ASSIGN THINGS TO KEYS
  1548. --\\=================================//
  1549.  
  1550. function MouseDown(Mouse)
  1551. if ATTACK == false then
  1552. end
  1553. end
  1554.  
  1555. function MouseUp(Mouse)
  1556. HOLD = false
  1557. end
  1558.  
  1559. function KeyDown(Key)
  1560. KEYHOLD = true
  1561. if Key == "c" and ATTACK == false then
  1562. Banisher_Bullet()
  1563. end
  1564.  
  1565. if Key == "b" and ATTACK == false then
  1566. Death()
  1567. end
  1568.  
  1569. if Key == "z" and ATTACK == false then
  1570. Darkness()
  1571. end
  1572.  
  1573. if Key == "v" and ATTACK == false then
  1574. Madness()
  1575. end
  1576.  
  1577. if Key == "x" and ATTACK == false then
  1578. Mercy()
  1579. end
  1580.  
  1581. if Key == "q" and ATTACK == false then
  1582. Warp()
  1583. end
  1584.  
  1585. if Key == "t" and ATTACK == false then
  1586. HI()
  1587. end
  1588. end
  1589.  
  1590. function KeyUp(Key)
  1591. KEYHOLD = false
  1592. end
  1593.  
  1594. Mouse.Button1Down:connect(function(NEWKEY)
  1595. MouseDown(NEWKEY)
  1596. end)
  1597. Mouse.Button1Up:connect(function(NEWKEY)
  1598. MouseUp(NEWKEY)
  1599. end)
  1600. Mouse.KeyDown:connect(function(NEWKEY)
  1601. KeyDown(NEWKEY)
  1602. end)
  1603. Mouse.KeyUp:connect(function(NEWKEY)
  1604. KeyUp(NEWKEY)
  1605. end)
  1606.  
  1607. --//=================================\\
  1608. --\\=================================//
  1609.  
  1610.  
  1611. function unanchor()
  1612. if UNANCHOR == true then
  1613. g = Character:GetChildren()
  1614. for i = 1, #g do
  1615. if g[i].ClassName == "Part" then
  1616. g[i].Anchored = false
  1617. end
  1618. end
  1619. end
  1620. end
  1621.  
  1622.  
  1623. --//=================================\\
  1624. --|| WRAP THE WHOLE SCRIPT UP
  1625. --\\=================================//
  1626.  
  1627. Humanoid.Changed:connect(function(Jump)
  1628. if Jump == "Jump" and (Disable_Jump == true) then
  1629. Humanoid.Jump = false
  1630. end
  1631. end)
  1632.  
  1633. local CONNECT = nil
  1634.  
  1635. while true do
  1636. Swait()
  1637. ANIMATE.Parent = nil
  1638. if Character:FindFirstChildOfClass("Humanoid") == nil then
  1639. Humanoid = IT("Humanoid",Character)
  1640. end
  1641. for _,v in next, Humanoid:GetPlayingAnimationTracks() do
  1642. v:Stop();
  1643. end
  1644. SINE = SINE + CHANGE
  1645. Humanoid.HipHeight = 1.5
  1646. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  1647. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  1648. local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4, Character)
  1649. local WALKSPEEDVALUE = 6 / (Humanoid.WalkSpeed / 16)
  1650. if ANIM == "Walk" and TORSOVELOCITY > 1 then
  1651. elseif TORSOVELOCITY > 1 then
  1652. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0.7 * Player_Size) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.15 / Animation_Speed*3)
  1653. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(-5 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1654. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  1655. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  1656. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-25-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 5.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1657. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1658. end
  1659. if TORSOVERTICALVELOCITY > 1 then
  1660. ANIM = "Jump"
  1661. if ATTACK == false then
  1662. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0.7 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1663. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1664. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  1665. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  1666. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, -0.3 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  1667. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0.3 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  1668. end
  1669. elseif TORSOVERTICALVELOCITY < -1 then
  1670. ANIM = "Fall"
  1671. if ATTACK == false then
  1672. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0.7 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1673. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1674. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(60)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  1675. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  1676. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  1677. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 0.2 / Animation_Speed)
  1678. end
  1679. elseif TORSOVELOCITY < 1 then
  1680. ANIM = "Idle"
  1681. if ATTACK == false then
  1682. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(25 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1683. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-25 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1684. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.35, 0.15 + 0.25 * COS(SINE / 12), -0.3) * ANGLES(RAD(140), RAD(0 - 2.5 * SIN(SINE / 12)), RAD(5 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1685. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0.4) * ANGLES(RAD(-5), RAD(0 + 2.5 * SIN(SINE / 12)), RAD(-15 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1686. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1687. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1688. end
  1689. elseif TORSOVELOCITY > 1 then
  1690. ANIM = "Walk"
  1691. if ATTACK == false then
  1692. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0.7 * Player_Size) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.15 / Animation_Speed*3)
  1693. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(-5 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1694. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-40), RAD(0), RAD(20)) * RIGHTSHOULDERC0, 0.2 / Animation_Speed)
  1695. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  1696. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-25-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 5.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1697. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1698. end
  1699. end
  1700. unanchor()
  1701. Humanoid.MaxHealth = "inf"
  1702. Humanoid.Health = "inf"
  1703. if Rooted == false then
  1704. Disable_Jump = false
  1705. Humanoid.WalkSpeed = Speed
  1706. elseif Rooted == true then
  1707. Disable_Jump = true
  1708. Humanoid.WalkSpeed = 0
  1709. end
  1710. for _, c in pairs(Character:GetDescendants()) do
  1711. if c == Head then
  1712. if c:FindFirstChild("face") then
  1713. c.face:remove()
  1714. end
  1715. end
  1716. end MagicSphere(VT(1,1,1)/5,35,CF(Torso.Position)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))*CF(0,MRANDOM(3,6),0),C3(0,0,0),VT(0,0,0))
  1717. sick:resume()
  1718. sick.Volume = 5
  1719. sick.Pitch = 1
  1720. sick.SoundId = "rbxassetid://924339757"
  1721. sick.Name = "BanishV3Music"
  1722. sick.Playing = PLAYSONG
  1723. Humanoid.PlatformStand = false
  1724. Humanoid.Name = "U ar ded"
  1725. refit()
  1726. for _, c in pairs(Character:GetChildren()) do
  1727. if c:IsA("BasePart") and ATTACK == false then
  1728. for _, e in pairs(c:GetChildren()) do
  1729. if e:IsA("ParticleEmitter") or e:IsA("BodyPosition") or e:IsA("BodyGyro") then
  1730. e:remove()
  1731. end
  1732. end
  1733. end
  1734. end
  1735. end
  1736.  
  1737.  
  1738. --//=================================\\
  1739. --\\=================================//
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745. --//====================================================\\--
  1746. --|| END OF SCRIPT
  1747. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement