Advertisement
zXzGamePROzXz

Untitled

Jan 4th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.94 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. local RealPlayer = Player
  4. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  5.  
  6. --//====================================================\\--
  7. --|| CREATED BY SHACKLUSTER
  8. --\\====================================================//--
  9.  
  10.  
  11.  
  12. wait(0.2)
  13.  
  14.  
  15.  
  16. Player = game:GetService("Players").LocalPlayer
  17. PlayerGui = Player.PlayerGui
  18. Cam = workspace.CurrentCamera
  19. Backpack = Player.Backpack
  20. Character = Player.Character
  21. Humanoid = Character.Humanoid
  22. Mouse = Player:GetMouse()
  23. RootPart = Character["HumanoidRootPart"]
  24. Torso = Character["Torso"]
  25. Head = Character["Head"]
  26. RightArm = Character["Right Arm"]
  27. LeftArm = Character["Left Arm"]
  28. RightLeg = Character["Right Leg"]
  29. LeftLeg = Character["Left Leg"]
  30. RootJoint = RootPart["RootJoint"]
  31. Neck = Torso["Neck"]
  32. RightShoulder = Torso["Right Shoulder"]
  33. LeftShoulder = Torso["Left Shoulder"]
  34. RightHip = Torso["Right Hip"]
  35. LeftHip = Torso["Left Hip"]
  36. local sick = Instance.new("Sound",Character)
  37. sick.SoundId = "rbxassetid://733414830"
  38. sick.Looped = true
  39. sick.Pitch = 1
  40. sick.Volume = 1
  41. sick:Play()
  42. Humanoid.HipHeight = 15
  43. Humanoid.DisplayDistanceType = "None"
  44. local LightningBolts = {}
  45. Humanoid.Name = "Sin"
  46.  
  47. IT = Instance.new
  48. CF = CFrame.new
  49. VT = Vector3.new
  50. RAD = math.rad
  51. C3 = Color3.new
  52. UD2 = UDim2.new
  53. BRICKC = BrickColor.new
  54. ANGLES = CFrame.Angles
  55. EULER = CFrame.fromEulerAnglesXYZ
  56. COS = math.cos
  57. ACOS = math.acos
  58. SIN = math.sin
  59. ASIN = math.asin
  60. ABS = math.abs
  61. MRANDOM = math.random
  62. FLOOR = math.floor
  63.  
  64. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  65. local NEWMESH = IT(MESH)
  66. if MESH == "SpecialMesh" then
  67. NEWMESH.MeshType = MESHTYPE
  68. if MESHID ~= "nil" and MESHID ~= "" then
  69. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  70. end
  71. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  72. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  73. end
  74. end
  75. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  76. NEWMESH.Scale = SCALE
  77. NEWMESH.Parent = PARENT
  78. return NEWMESH
  79. end
  80.  
  81. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHR)
  82. local NEWPART = IT("Part")
  83. NEWPART.formFactor = FORMFACTOR
  84. NEWPART.Reflectance = REFLECTANCE
  85. NEWPART.Transparency = TRANSPARENCY
  86. NEWPART.CanCollide = false
  87. NEWPART.Locked = true
  88. NEWPART.Anchored = true
  89. if ANCHR == false then
  90. NEWPART.Anchored = false
  91. end
  92. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  93. NEWPART.Name = NAME
  94. NEWPART.Size = SIZE
  95. NEWPART.Position = Torso.Position
  96. NEWPART.Material = MATERIAL
  97. NEWPART:BreakJoints()
  98. NEWPART.Parent = PARENT
  99. return NEWPART
  100. end
  101.  
  102.  
  103. --//=================================\\
  104. --|| CUSTOMIZATION
  105. --\\=================================//
  106.  
  107. Class_Name = "Sin Unleashed"
  108. Weapon_Name = "Add-ons"
  109.  
  110. Custom_Colors = {
  111. Custom_Color_1 = BRICKC("Institutional white"); --1st color for the weapon.
  112. Custom_Color_2 = BRICKC("Institutional white"); --2nd color for the weapon.
  113.  
  114. Custom_Color_3 = BRICKC("Institutional white"); --Color for the abilities.
  115. Custom_Color_4 = BRICKC("Institutional white"); --Color for the secondary bar.
  116. Custom_Color_5 = BRICKC("Institutional white"); --Color for the mana bar.
  117. Custom_Color_6 = BRICKC("Institutional white"); --Color for the health bar.
  118. Custom_Color_7 = BRICKC("Institutional white"); --Color for the stun bar.
  119.  
  120. Custom_Color_8 = BRICKC("Institutional white"); --Background for the mana bar.
  121. Custom_Color_9 = BRICKC("Institutional white"); --Background for the secondary mana bar.
  122. Custom_Color_10 = BRICKC("Institutional white"); --Background for the stun bar.
  123. Custom_Color_11 = BRICKC("Institutional white"); --Background for the health bar.
  124. Custom_Color_12 = BRICKC("Institutional white"); --Background for the abilities.
  125. }
  126.  
  127.  
  128. Player_Size = 1 --Size of the player.
  129. Animation_Speed = 2
  130. Animation_Speed2 = 1
  131. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  132.  
  133. local Speed = 28
  134. Humanoid.JumpPower = 80
  135. local Effects2 = {}
  136.  
  137. --//=================================\\
  138. --|| END OF CUSTOMIZATION
  139. --\\=================================//
  140.  
  141. local function weldBetween(a, b)
  142. local weldd = Instance.new("ManualWeld")
  143. weldd.Part0 = a
  144. weldd.Part1 = b
  145. weldd.C0 = CFrame.new()
  146. weldd.C1 = b.CFrame:inverse() * a.CFrame
  147. weldd.Parent = a
  148. return weldd
  149. end
  150.  
  151. function createaccessory(attachmentpart,mesh,texture,scale,offset,color)
  152. local acs = Instance.new("Part")
  153. acs.CanCollide = false
  154. acs.Anchored = false
  155. acs.Size = Vector3.new(0,0,0)
  156. acs.CFrame = attachmentpart.CFrame
  157. acs.Parent = Character
  158. acs.BrickColor = color
  159. local meshs = Instance.new("SpecialMesh")
  160. meshs.MeshId = mesh
  161. meshs.TextureId = texture
  162. meshs.Parent = acs
  163. meshs.Scale = scale
  164. meshs.Offset = offset
  165. weldBetween(attachmentpart,acs)
  166. end
  167.  
  168. function createbodypart(TYPE,COLOR,PART,OFFSET,SIZE)
  169. if TYPE == "Gem" then
  170. local acs = CreatePart(3, PART, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  171. acs.Anchored = false
  172. acs.CanCollide = false
  173. acs.CFrame = PART.CFrame
  174. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "9756362", "", SIZE, OFFSET)
  175. weldBetween(PART,acs)
  176. elseif TYPE == "Skull" then
  177. local acs = CreatePart(3, PART, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  178. acs.Anchored = false
  179. acs.CanCollide = false
  180. acs.CFrame = PART.CFrame
  181. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "4770583", "", SIZE, OFFSET)
  182. weldBetween(PART,acs)
  183. elseif TYPE == "Eye" then
  184. local acs = CreatePart(3, PART, "Neon", 0, 0, COLOR, "Part", VT(0,0,0))
  185. acs.Anchored = false
  186. acs.CanCollide = false
  187. acs.CFrame = PART.CFrame
  188. local acs2 = CreateMesh("SpecialMesh", acs, "Sphere", "", "", SIZE, OFFSET)
  189. weldBetween(PART,acs)
  190. end
  191. end
  192.  
  193. --//=================================\\
  194. --|| USEFUL VALUES
  195. --\\=================================//
  196.  
  197. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  198. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  199. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  200. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  201. local CO1 = 0
  202. local CO2 = 0
  203. local CO3 = 0
  204. local CO4 = 0
  205. local CHANGEDEFENSE = 0
  206. local CHANGEDAMAGE = 0
  207. local CHANGEMOVEMENT = 0
  208. local ANIM = "Idle"
  209. local ATTACK = false
  210. local EQUIPPED = false
  211. local HOLD = false
  212. local COMBO = 1
  213. local LASTPOINT = nil
  214. local BLCF = nil
  215. local SCFR = nil
  216. local STAGGERHITANIM = false
  217. local STAGGERANIM = false
  218. local STUNANIM = false
  219. local CRITCHANCENUMBER = 0
  220. local IDLENUMBER = 0
  221. local DONUMBER = 0
  222. local HANDIDLE = false
  223. local Rooted = false
  224. local KEYHOLD = false
  225. local SINE = 0
  226. local CHANGE = 2 / Animation_Speed
  227. local WALKINGANIM = false
  228. local WALK = 0
  229. local DEAD = false
  230. local ROBLOXIDLEANIMATION = IT("Animation")
  231. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  232. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  233. --ROBLOXIDLEANIMATION.Parent = Humanoid
  234. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  235. WEAPONGUI.Name = "Weapon GUI"
  236. local Weapon = IT("Model")
  237. Weapon.Name = Weapon_Name
  238. local Effects = IT("Folder", Weapon)
  239. Effects.Name = "Effects"
  240. local ANIMATOR = Humanoid.Animator
  241. local ANIMATE = Character.Animate
  242. local HITPLAYERSOUNDS = {--[["199149137", "199149186", "199149221", "199149235", "199149269", "199149297"--]]"263032172", "263032182", "263032200", "263032221", "263032252", "263033191"}
  243. local HITARMORSOUNDS = {"199149321", "199149338", "199149367", "199149409", "199149452"}
  244. local HITWEAPONSOUNDS = {"199148971", "199149025", "199149072", "199149109", "199149119"}
  245. local HITBLOCKSOUNDS = {"199148933", "199148947"}
  246. local UNANCHOR = true
  247. local MAGICPARTICLE = "655109389"
  248.  
  249. local SKILLTEXTCOLOR = C3(0.7,0,0)
  250.  
  251. --//=================================\\
  252. --\\=================================//
  253.  
  254.  
  255. --//=================================\\
  256. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  257. --\\=================================//
  258.  
  259. ArtificialHB = Instance.new("BindableEvent", script)
  260. ArtificialHB.Name = "ArtificialHB"
  261.  
  262. script:WaitForChild("ArtificialHB")
  263.  
  264. frame = Frame_Speed
  265. tf = 0
  266. allowframeloss = false
  267. tossremainder = false
  268. lastframe = tick()
  269. script.ArtificialHB:Fire()
  270.  
  271. game:GetService("RunService").Heartbeat:connect(function(s, p)
  272. tf = tf + s
  273. if tf >= frame then
  274. if allowframeloss then
  275. script.ArtificialHB:Fire()
  276. lastframe = tick()
  277. else
  278. for i = 1, math.floor(tf / frame) do
  279. script.ArtificialHB:Fire()
  280. end
  281. lastframe = tick()
  282. end
  283. if tossremainder then
  284. tf = 0
  285. else
  286. tf = tf - frame * math.floor(tf / frame)
  287. end
  288. end
  289. end)
  290.  
  291. --//=================================\\
  292. --\\=================================//
  293.  
  294.  
  295.  
  296.  
  297.  
  298. --//=================================\\
  299. --|| SOME FUNCTIONS
  300. --\\=================================//
  301.  
  302. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  303. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  304. end
  305.  
  306. function PositiveAngle(NUMBER)
  307. if NUMBER >= 0 then
  308. NUMBER = 0
  309. end
  310. return NUMBER
  311. end
  312.  
  313. function NegativeAngle(NUMBER)
  314. if NUMBER <= 0 then
  315. NUMBER = 0
  316. end
  317. return NUMBER
  318. end
  319.  
  320. function Swait(NUMBER)
  321. if NUMBER == 0 or NUMBER == nil then
  322. ArtificialHB.Event:wait()
  323. else
  324. for i = 1, NUMBER do
  325. ArtificialHB.Event:wait()
  326. end
  327. end
  328. end
  329.  
  330. function QuaternionFromCFrame(cf)
  331. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  332. local trace = m00 + m11 + m22
  333. if trace > 0 then
  334. local s = math.sqrt(1 + trace)
  335. local recip = 0.5 / s
  336. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  337. else
  338. local i = 0
  339. if m11 > m00 then
  340. i = 1
  341. end
  342. if m22 > (i == 0 and m00 or m11) then
  343. i = 2
  344. end
  345. if i == 0 then
  346. local s = math.sqrt(m00 - m11 - m22 + 1)
  347. local recip = 0.5 / s
  348. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  349. elseif i == 1 then
  350. local s = math.sqrt(m11 - m22 - m00 + 1)
  351. local recip = 0.5 / s
  352. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  353. elseif i == 2 then
  354. local s = math.sqrt(m22 - m00 - m11 + 1)
  355. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  356. end
  357. end
  358. end
  359.  
  360. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  361. local xs, ys, zs = x + x, y + y, z + z
  362. local wx, wy, wz = w * xs, w * ys, w * zs
  363. local xx = x * xs
  364. local xy = x * ys
  365. local xz = x * zs
  366. local yy = y * ys
  367. local yz = y * zs
  368. local zz = z * zs
  369. 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))
  370. end
  371.  
  372. function QuaternionSlerp(a, b, t)
  373. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  374. local startInterp, finishInterp;
  375. if cosTheta >= 0.0001 then
  376. if (1 - cosTheta) > 0.0001 then
  377. local theta = ACOS(cosTheta)
  378. local invSinTheta = 1 / SIN(theta)
  379. startInterp = SIN((1 - t) * theta) * invSinTheta
  380. finishInterp = SIN(t * theta) * invSinTheta
  381. else
  382. startInterp = 1 - t
  383. finishInterp = t
  384. end
  385. else
  386. if (1 + cosTheta) > 0.0001 then
  387. local theta = ACOS(-cosTheta)
  388. local invSinTheta = 1 / SIN(theta)
  389. startInterp = SIN((t - 1) * theta) * invSinTheta
  390. finishInterp = SIN(t * theta) * invSinTheta
  391. else
  392. startInterp = t - 1
  393. finishInterp = t
  394. end
  395. end
  396. 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
  397. end
  398.  
  399. function Clerp(a, b, t)
  400. local qa = {QuaternionFromCFrame(a)}
  401. local qb = {QuaternionFromCFrame(b)}
  402. local ax, ay, az = a.x, a.y, a.z
  403. local bx, by, bz = b.x, b.y, b.z
  404. local _t = 1 - t
  405. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  406. end
  407.  
  408. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  409. local frame = IT("Frame")
  410. frame.BackgroundTransparency = TRANSPARENCY
  411. frame.BorderSizePixel = BORDERSIZEPIXEL
  412. frame.Position = POSITION
  413. frame.Size = SIZE
  414. frame.BackgroundColor3 = COLOR
  415. frame.BorderColor3 = BORDERCOLOR
  416. frame.Name = NAME
  417. frame.Parent = PARENT
  418. return frame
  419. end
  420.  
  421. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  422. local label = IT("TextLabel")
  423. label.BackgroundTransparency = 1
  424. label.Size = UD2(1, 0, 1, 0)
  425. label.Position = UD2(0, 0, 0, 0)
  426. label.TextColor3 = TEXTCOLOR
  427. label.TextStrokeTransparency = STROKETRANSPARENCY
  428. label.TextTransparency = TRANSPARENCY
  429. label.FontSize = TEXTFONTSIZE
  430. label.Font = TEXTFONT
  431. label.BorderSizePixel = BORDERSIZEPIXEL
  432. label.TextScaled = false
  433. label.Text = TEXT
  434. label.Name = NAME
  435. label.Parent = PARENT
  436. return label
  437. end
  438.  
  439. function NoOutlines(PART)
  440. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  441. end
  442.  
  443.  
  444. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  445. local NEWWELD = IT(TYPE)
  446. NEWWELD.Part0 = PART0
  447. NEWWELD.Part1 = PART1
  448. NEWWELD.C0 = C0
  449. NEWWELD.C1 = C1
  450. NEWWELD.Parent = PARENT
  451. return NEWWELD
  452. end
  453.  
  454. local sound = IT("Sound")
  455.  
  456. function CreateSound(ID, PARENT, VOLUME, PITCH)
  457. local NEWSOUND = nil
  458. coroutine.resume(coroutine.create(function()
  459. NEWSOUND = sound:Clone()
  460. NEWSOUND.Parent = PARENT
  461. NEWSOUND.Volume = VOLUME
  462. NEWSOUND.Pitch = PITCH
  463. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  464. Swait()
  465. NEWSOUND:play()
  466. game:GetService("Debris"):AddItem(NEWSOUND, 10)
  467. end))
  468. return NEWSOUND
  469. end
  470.  
  471. function CFrameFromTopBack(at, top, back)
  472. local right = top:Cross(back)
  473. 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)
  474. end
  475.  
  476. function CreateWave(inair,size,doesrotate,rotatedirection,waitt,cframe,offset,color)
  477. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(color), "Effect", VT(0,0,0))
  478. local mesh = IT("SpecialMesh",wave)
  479. mesh.MeshType = "FileMesh"
  480. mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  481. mesh.Scale = VT(size,size,size)
  482. mesh.Offset = VT(0,0,-size/8)
  483. wave.CFrame = cframe
  484. coroutine.resume(coroutine.create(function(PART)
  485. for i = 1, waitt do
  486. Swait()
  487. mesh.Scale = mesh.Scale + VT(size/5,0,size/5)
  488. mesh.Offset = VT(0,0,-(mesh.Scale.X/8))
  489. if doesrotate == true then
  490. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0, rotatedirection, 0)
  491. end
  492. wave.Transparency = wave.Transparency + (0.5/waitt)
  493. if wave.Transparency > 0.99 then
  494. wave:remove()
  495. end
  496. end
  497. end))
  498. end
  499.  
  500. function CreateSwirl(inair,size,doesrotate,rotatedirection,waitt,cframe,offset,color)
  501. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(color), "Effect", VT(0,0,0))
  502. local mesh = IT("SpecialMesh",wave)
  503. mesh.MeshType = "FileMesh"
  504. mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  505. mesh.Scale = VT(size,size,size)
  506. wave.CFrame = cframe
  507. coroutine.resume(coroutine.create(function(PART)
  508. for i = 1, waitt do
  509. Swait()
  510. mesh.Scale = mesh.Scale + VT(size/5,size/5,size/5)
  511. if doesrotate == true then
  512. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0, rotatedirection, 0)
  513. end
  514. wave.Transparency = wave.Transparency + (0.5/waitt)
  515. if wave.Transparency > 0.99 then
  516. wave:remove()
  517. end
  518. end
  519. end))
  520. end
  521.  
  522. function CreateTornado(inair,size,doesrotate,rotatedirection,waitt,part,offset,color)
  523. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(color), "Effect", VT(0,0,0))
  524. local mesh = IT("SpecialMesh",wave)
  525. mesh.MeshType = "FileMesh"
  526. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  527. mesh.Scale = VT(size,size,size)
  528. wave.CFrame = CF(part.Position) * CF(0,offset,0) * ANGLES(RAD(inair),RAD(0),RAD(0))
  529. coroutine.resume(coroutine.create(function(PART)
  530. for i = 1, waitt do
  531. Swait()
  532. mesh.Scale = mesh.Scale + VT(size/5,0,size/5)
  533. if doesrotate == true then
  534. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0, rotatedirection, 0)
  535. end
  536. wave.Transparency = wave.Transparency + (0.5/waitt)
  537. if wave.Transparency > 0.99 then
  538. wave:remove()
  539. end
  540. end
  541. end))
  542. end
  543.  
  544. function CreateRing(inair,size,doesrotate,rotatedirection,waitt,cframe,offset,spin1,spin2,color)
  545. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(color), "Effect", VT(0,0,0))
  546. local mesh = IT("SpecialMesh",wave)
  547. mesh.MeshType = "FileMesh"
  548. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  549. mesh.Scale = VT(size,size,size)
  550. mesh.Offset = VT(0,0,0)
  551. wave.CFrame = cframe
  552. coroutine.resume(coroutine.create(function(PART)
  553. for i = 1, waitt do
  554. Swait()
  555. mesh.Scale = mesh.Scale + VT(size/5,size/5,size/5)
  556. if doesrotate == true then
  557. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(spin2, rotatedirection, spin1)
  558. end
  559. wave.Transparency = wave.Transparency + (0.5/waitt)
  560. if wave.Transparency > 0.99 then
  561. wave:remove()
  562. end
  563. end
  564. end))
  565. end
  566.  
  567. function MagicSphere(size,waitt,part,offset,color)
  568. local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(color), "Effect", VT(1,1,1))
  569. local mesh = IT("SpecialMesh",wave)
  570. mesh.MeshType = "Sphere"
  571. mesh.Scale = VT(size,size,size)
  572. mesh.Offset = VT(0,0,0)
  573. wave.CFrame = CF(part) * CF(0,offset,0) * ANGLES(RAD(0),RAD(0),RAD(0))
  574. coroutine.resume(coroutine.create(function(PART)
  575. for i = 1, waitt do
  576. Swait()
  577. mesh.Scale = mesh.Scale + VT(size/5,size/5,size/5)
  578. wave.Transparency = wave.Transparency + (1/waitt)
  579. if wave.Transparency > 0.99 then
  580. wave:remove()
  581. end
  582. end
  583. end))
  584. end
  585.  
  586. local EyeSizes={
  587. NumberSequenceKeypoint.new(0,1,0),
  588. NumberSequenceKeypoint.new(1,0.2,0)
  589. }
  590. local EyeTrans={
  591. NumberSequenceKeypoint.new(0,0.8,0),
  592. NumberSequenceKeypoint.new(1,1,0)
  593. }
  594. local PE=Instance.new("ParticleEmitter")
  595. PE.LightEmission=0
  596. PE.Size=NumberSequence.new(EyeSizes)
  597. PE.Transparency=NumberSequence.new(EyeTrans)
  598. PE.Lifetime=NumberRange.new(0.35,0.35,0.35)
  599. PE.Rotation=NumberRange.new(0,360)
  600. PE.Rate=15
  601. PE.Acceleration = Vector3.new(0,75,0)
  602. PE.Drag = 5
  603. PE.Enabled = false
  604. PE.Speed = NumberRange.new(0,0,0)
  605. PE.Texture="http://www.roblox.com/asset/?id=1179557490"
  606. PE.ZOffset = 0
  607. PE.Name = "Particles"
  608.  
  609. function CreateParticles(art,text,accel,drag,rate,type,isenabledbydefault)
  610. local particle = PE:Clone()
  611. particle.Parent = art
  612. particle.Acceleration = accel
  613. PE.Rate = rate
  614. if type == "Fire" then
  615. local EyeSizes={
  616. NumberSequenceKeypoint.new(0,1,0.3),
  617. NumberSequenceKeypoint.new(1,0.2,0.2)
  618. }
  619. PE.Size = NumberSequence.new(EyeSizes)
  620. elseif type == "Smoke" then
  621. local EyeSizes={
  622. NumberSequenceKeypoint.new(0,1,0),
  623. NumberSequenceKeypoint.new(1,5,0.5)
  624. }
  625. PE.Size = NumberSequence.new(EyeSizes)
  626. elseif type == "Solid" then
  627. local EyeSizes={
  628. NumberSequenceKeypoint.new(0,1,0),
  629. NumberSequenceKeypoint.new(1,1,0)
  630. }
  631. PE.Size = NumberSequence.new(EyeSizes)
  632. end
  633. PE.Drag = drag
  634. particle.Texture = "http://www.roblox.com/asset/?id="..text
  635. particle.Enabled = isenabledbydefault
  636. return particle
  637. end
  638.  
  639. --//=================================\\
  640. --|| BIG ZAPS
  641. --\\=================================//
  642.  
  643. BaseLightning = IT("Part")
  644. BaseLightning.Anchored = true
  645. BaseLightning.CanCollide = false
  646. BaseLightning.Material = "Neon"
  647.  
  648. function CheckTableForString(Table, String)
  649. for i, v in pairs(Table) do
  650. if string.find(string.lower(String), string.lower(v)) then
  651. return true
  652. end
  653. end
  654. return false
  655. end
  656.  
  657. function CheckIntangible(Hit)
  658. local ProjectileNames = {"Water", "Arrow", "Projectile", "Effect", "Rail", "Lightning", "Bullet"}
  659. if Hit and Hit.Parent then
  660. if ((not Hit.CanCollide or CheckTableForString(ProjectileNames, Hit.Name)) and not Hit.Parent:FindFirstChild("Humanoid")) then
  661. return true
  662. end
  663. end
  664. return false
  665. end
  666.  
  667. Debris = game:GetService("Debris")
  668.  
  669. function CastZapRay(StartPos, Vec, Length, Ignore, DelayIfHit)
  670. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  671. local RayHit, RayPos, RayNormal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, Vec * Length), Ignore)
  672. if RayHit and CheckIntangible(RayHit) then
  673. if DelayIfHit then
  674. wait()
  675. end
  676. RayHit, RayPos, RayNormal = CastZapRay((RayPos + (Vec * 0.01)), Vec, (Length - ((StartPos - RayPos).magnitude)), Ignore, DelayIfHit)
  677. end
  678. return RayHit, RayPos, RayNormal
  679. end
  680.  
  681. --Zap({StartPosition = Position, TargetPosition = Position, Character = Character, Color = "Color", Individual = true})
  682. function Zap(Table)
  683. local StartPos, TargetPos, Character, Color = Table.StartPosition, Table.TargetPosition, Table.Character, Table.Color
  684. local Duration = (Table.Duration or 2)
  685. local FadeRate = (Table.FadeRate or 0.05)
  686. local Offset = (Table.Offset or 2)
  687. local Individualize = (Table.Individualize or false)
  688. local MaxRange = (Table.MaxRange or 200)
  689. local SegmentLength = (Table.SegmentLength or 5)
  690. local TimeToFade = (Table.TimeToFade or 0.5)
  691. local Ignore = (Table.Ignore or {})
  692. local SIZE = (Table.Size or 0.3)
  693. if not StartPos or not TargetPos or not Character then
  694. return
  695. end
  696. local LightningModel = IT("Folder",Effects)
  697. LightningModel.Name = "ZAPP"
  698. for i, v in pairs({Character, LightningModel}) do
  699. table.insert(Ignore, v)
  700. end
  701. local LastPos = StartPos
  702. local Direction = CFrame.new(StartPos, TargetPos).lookVector
  703. local RayHit, RayPos, RayNormal = CastZapRay(StartPos, Direction, MaxRange, Ignore, false)
  704. local RayLength = (StartPos - RayPos).Magnitude
  705. local Struck = false
  706. local TotalSegments = math.ceil(RayLength / SegmentLength)
  707. Direction = CFrame.new(StartPos, RayPos).lookVector
  708. local LightningBolt = IT("Model",Effects)
  709. LightningBolt.Name = "Lightning"
  710. if not Individualize then
  711. table.insert(LightningBolts, LightningBolt)
  712. end
  713. LastBolt = LightningBolt
  714. Debris:AddItem(LightningBolt, Duration)
  715. LightningBolt.Parent = LightningModel
  716. for i = 1, TotalSegments do
  717. if not Struck then
  718. local Entropy = Vector3.new(((math.random() * Offset*2.5) - Offset), ((math.random() * Offset*2.5) - Offset), ((math.random() * Offset*2.5) - Offset))
  719. local NewPos = (StartPos + (Direction * (RayLength * (i / TotalSegments))) + Entropy)
  720. local SegmentVec = (NewPos - LastPos)
  721. local RayHit, RayPos, RayNormal = CastZapRay(LastPos, SegmentVec.Unit, SegmentVec.Magnitude, {Character, LightningModel}, false)
  722. local RayVec = (LastPos - RayPos)
  723. local LightningPart = BaseLightning:Clone()
  724. LightningPart.BrickColor = BrickColor.new(Color)
  725. LightningPart.Size = Vector3.new(SIZE, SIZE, RayVec.Magnitude)
  726. LightningPart.CFrame = (CFrame.new(LastPos, RayPos) * CFrame.new(0, 0, -(RayVec.Magnitude / 2)))
  727. table.insert(Effects2,{LightningPart,"Disappear",0.025,1,1,1,2})
  728. --Make circular
  729. local CylinderMesh = IT("CylinderMesh",LightningPart)
  730. local OrigCF = LightningPart.CFrame
  731. LightningPart.Size = Vector3.new(LightningPart.Size.X, LightningPart.Size.Z, LightningPart.Size.Y)
  732. LightningPart.CFrame = (OrigCF * CFrame.Angles((math.pi / 2), 0, 0))
  733. LightningPart.Parent = LightningBolt
  734. LastPos = NewPos
  735. Spawn(function()
  736. local FadeRate = 0.05
  737. local OrigTransparency = LightningPart.Transparency
  738. for i = 1, (TimeToFade / FadeRate) do
  739. wait(FadeRate)
  740. LightningPart.Transparency = (OrigTransparency + (i / (TimeToFade / FadeRate)))
  741. end
  742. end)
  743. end
  744. end
  745. return {RayHit = RayHit, RayPos = RayPos, RayNormal = RayNormal, LightningModel = LightningModel}
  746. end
  747.  
  748. --//=================================\\
  749. --|| WEAPON CREATION
  750. --\\=================================//
  751.  
  752. Weapon.Parent = Character
  753.  
  754. Humanoid.Died:connect(function()
  755. ATTACK = true
  756. end)
  757.  
  758. print(Class_Name.." loaded.")
  759.  
  760. local SKILL1FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.23, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  761. local SKILL2FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.50, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  762. local SKILL3FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.23, 0, 0.93, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  763. local SKILL4FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.50, 0, 0.93, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  764. local SKILL5FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.7, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 5 Frame")
  765.  
  766. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Claw force", SKILLTEXTCOLOR, 10, "Antique", 0, 2, 1, "Text 1")
  767. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Hell leash", SKILLTEXTCOLOR, 10, "Antique", 0, 2, 1, "Text 2")
  768. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Sinner wave", SKILLTEXTCOLOR, 10, "Antique", 0, 2, 1, "Text 3")
  769. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] From the depths", SKILLTEXTCOLOR, 10, "Antique", 0, 2, 1, "Text 4")
  770. local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[X] The end", SKILLTEXTCOLOR, 10, "Antique", 0, 2, 1, "Text 5")
  771.  
  772. local naeeym2 = Instance.new("BillboardGui",Character)
  773. naeeym2.AlwaysOnTop = true
  774. naeeym2.Size = UDim2.new(5,35,2,35)
  775. naeeym2.StudsOffset = Vector3.new(0,3,0)
  776. naeeym2.Adornee = Character.Head
  777. naeeym2.Name = "Name"
  778. naeeym2.PlayerToHideFrom = Player
  779. local tecks2 = Instance.new("TextLabel",naeeym2)
  780. tecks2.BackgroundTransparency = 1
  781. tecks2.TextScaled = true
  782. tecks2.BorderSizePixel = 0
  783. tecks2.Text = "Sin unleashed"
  784. tecks2.Font = "Antique"
  785. tecks2.TextSize = 30
  786. tecks2.TextStrokeTransparency = 0.9
  787. tecks2.TextColor3 = Color3.new(0,0,0)
  788. tecks2.TextStrokeColor3 = Color3.new(1,0,0)
  789. tecks2.Size = UDim2.new(1,0,0.5,0)
  790. tecks2.Parent = naeeym2
  791.  
  792. local Shield = IT("Part",Weapon)
  793. Shield.Name = "Barrier"
  794. Shield.Shape = "Ball"
  795. Shield.Material = "Glass"
  796. Shield.Color = C3(1,0,0)
  797. Shield.Transparency = 0.5
  798. Shield.Size = VT(0.5,0.5,0.5)
  799. local mesh = IT("SpecialMesh",Shield)
  800. mesh.MeshType = "Sphere"
  801. mesh.Scale = VT(13,13,13)
  802. Shield.CFrame = RootPart.CFrame
  803. weldBetween(RootPart,Shield)
  804.  
  805. createbodypart("Eye","Really red",Head,VT(0.20, 0, -0.55),VT(2,6,2))
  806. createbodypart("Eye","Really red",Head,VT(-0.20, 0, -0.55),VT(2,6,2))
  807. createbodypart("Eye","Really red",Head,VT(0, 0, -0.6),VT(2,8,2))
  808.  
  809. local gear = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  810. local mesh = Instance.new("SpecialMesh",gear)
  811. mesh.MeshType = "FileMesh"
  812. mesh.MeshId = "rbxassetid://156292343"
  813. mesh.Scale = VT(8,8,8)
  814. local weld = CreateWeldOrSnapOrMotor("Weld", RootPart, gear, RootPart, CF(0 * Player_Size, 0 * Player_Size, 4 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)), CF(0, 0, 0))
  815.  
  816. local gear = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  817. local mesh = Instance.new("SpecialMesh",gear)
  818. mesh.MeshType = "FileMesh"
  819. mesh.MeshId = "rbxassetid://156292343"
  820. mesh.Scale = VT(8,8,8)
  821. local weld = CreateWeldOrSnapOrMotor("Weld", RootPart, gear, RootPart, CF(0 * Player_Size, 0 * Player_Size, 4 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)), CF(0, 0, 0))
  822.  
  823. local gear = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  824. local mesh = Instance.new("SpecialMesh",gear)
  825. mesh.MeshType = "FileMesh"
  826. mesh.MeshId = "rbxassetid://156292343"
  827. mesh.Scale = VT(6,6,6)
  828. local weld = CreateWeldOrSnapOrMotor("Weld", RootPart, gear, RootPart, CF(0 * Player_Size, 0 * Player_Size, 4 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  829. local gear = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  830. local mesh = Instance.new("SpecialMesh",gear)
  831. mesh.MeshType = "FileMesh"
  832. mesh.MeshId = "rbxassetid://156292343"
  833. mesh.Scale = VT(4,4,4)
  834. local weld = CreateWeldOrSnapOrMotor("Weld", RootPart, gear, RootPart, CF(0 * Player_Size, 0 * Player_Size, 6 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  835. local gear = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  836. local mesh = Instance.new("SpecialMesh",gear)
  837. mesh.MeshType = "FileMesh"
  838. mesh.MeshId = "rbxassetid://156292343"
  839. mesh.Scale = VT(2,2,2)
  840. local weld = CreateWeldOrSnapOrMotor("Weld", RootPart, gear, RootPart, CF(0 * Player_Size, 0 * Player_Size, 8 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  841. local BottomPart = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(1*Player_Size,6*Player_Size,1*Player_Size),false)
  842. local mesh = Instance.new("SpecialMesh",BottomPart)
  843. mesh.MeshType = "Sphere"
  844. local weld = CreateWeldOrSnapOrMotor("Weld", RootPart, BottomPart, RootPart, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  845.  
  846. --//=================================\\
  847. --|| CREATING ARMS
  848. --\\=================================//
  849.  
  850. --RIGHT ARM--
  851.  
  852. local limb1a = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(2*Player_Size,2*Player_Size,2*Player_Size),false)
  853. local mesh = Instance.new("SpecialMesh",limb1a)
  854. mesh.MeshType = "Sphere"
  855. limb1a.Name = "Right Arm 01"
  856.  
  857. local LIMB = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(0.8*Player_Size,3.5*Player_Size,0.8*Player_Size),false)
  858. LIMB.Name = "Right Arm part"
  859. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb1a, LIMB, CF(0 * Player_Size, 2 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  860. local LIMB = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(0.8*Player_Size,3.5*Player_Size,0.8*Player_Size),false)
  861. LIMB.Name = "Right Arm part"
  862. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb1a, LIMB, CF(0 * Player_Size, 6 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  863. local LIMB = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(0.7*Player_Size,3.5*Player_Size,0.7*Player_Size),false)
  864. LIMB.Name = "Right Arm part"
  865. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb1a, LIMB, CF(0 * Player_Size, 3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  866.  
  867. local limbweld1a = CreateWeldOrSnapOrMotor("Weld", limb1a, RootPart, limb1a, CF(4 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  868. local limb1b = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(2*Player_Size,2*Player_Size,2*Player_Size),false)
  869. local mesh = Instance.new("SpecialMesh",limb1b)
  870. mesh.MeshType = "Sphere"
  871. limb1b.Name = "Right Arm 02"
  872.  
  873. local LIMB = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(0.8*Player_Size,3.5*Player_Size,0.8*Player_Size),false)
  874. LIMB.Name = "Right Arm part"
  875. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb1b, LIMB, CF(0 * Player_Size, 2 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  876. local LIMB = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(1.5*Player_Size,3.5*Player_Size,1.5*Player_Size),false)
  877. LIMB.Name = "Right Arm part"
  878. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb1b, LIMB, CF(0 * Player_Size, 6 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  879. local LIMB = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(0.7*Player_Size,3.5*Player_Size,0.7*Player_Size),false)
  880. LIMB.Name = "Right Arm part"
  881. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb1b, LIMB, CF(0 * Player_Size, 3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  882.  
  883. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  884. local mesh = Instance.new("SpecialMesh",part)
  885. mesh.MeshType = "FileMesh"
  886. mesh.MeshId = "rbxassetid://156292343"
  887. mesh.Scale = VT(10,10,10)
  888. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb1b, part, CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  889.  
  890. local limbweld1b = CreateWeldOrSnapOrMotor("Weld", limb1b, limb1a, limb1b, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  891. local limb1c = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(4*Player_Size,4*Player_Size,4*Player_Size),false)
  892. local mesh = Instance.new("SpecialMesh",limb1c)
  893. mesh.MeshType = "Sphere"
  894. limb1c.Name = "Right Arm 03"
  895.  
  896. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  897. local mesh = Instance.new("SpecialMesh",part)
  898. mesh.MeshType = "FileMesh"
  899. mesh.MeshId = "rbxassetid://156292343"
  900. mesh.Scale = VT(15,15,15)
  901. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb1c, part, CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  902. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  903. local mesh = Instance.new("SpecialMesh",part)
  904. mesh.MeshType = "FileMesh"
  905. mesh.MeshId = "rbxassetid://156292343"
  906. mesh.Scale = VT(10,10,10)
  907. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb1c, part, CF(0 * Player_Size, -1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  908. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  909. local mesh = Instance.new("SpecialMesh",part)
  910. mesh.MeshType = "FileMesh"
  911. mesh.MeshId = "rbxassetid://156292343"
  912. mesh.Scale = VT(10,10,10)
  913. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb1c, part, CF(0 * Player_Size, -2 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  914.  
  915. local limbweld1c = CreateWeldOrSnapOrMotor("Weld", limb1c, limb1b, limb1c, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  916.  
  917. local hand1 = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Hand", VT(0*Player_Size,0*Player_Size,0*Player_Size),false)
  918. local mesh = Instance.new("SpecialMesh",hand1)
  919. mesh.MeshType = "FileMesh"
  920. mesh.MeshId = "rbxassetid://1089939072"
  921. mesh.Scale = VT(7,8,7)
  922. local handweld1 = CreateWeldOrSnapOrMotor("Weld", limb1c, hand1, limb1c, CF(0 * Player_Size, 3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(180), RAD(90), RAD(0)), CF(0, 0, 0))
  923.  
  924. --LEFT ARM
  925.  
  926. local limb2a = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(2*Player_Size,2*Player_Size,2*Player_Size),false)
  927. local mesh = Instance.new("SpecialMesh",limb2a)
  928. mesh.MeshType = "Sphere"
  929. limb2a.Name = "Left Arm 01"
  930.  
  931. local LIMB = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(0.8*Player_Size,3.5*Player_Size,0.8*Player_Size),false)
  932. LIMB.Name = "Left Arm part"
  933. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb2a, LIMB, CF(0 * Player_Size, 2 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  934. local LIMB = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(01*Player_Size,3.5*Player_Size,1*Player_Size),false)
  935. LIMB.Name = "Left Arm part"
  936. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb2a, LIMB, CF(0 * Player_Size, 6 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  937. local LIMB = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(0.7*Player_Size,3.5*Player_Size,0.7*Player_Size),false)
  938. LIMB.Name = "Left Arm part"
  939. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb2a, LIMB, CF(0 * Player_Size, 3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  940.  
  941. local limbweld2a = CreateWeldOrSnapOrMotor("Weld", limb2a, RootPart, limb2a, CF(-4 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  942. local limb2b = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(2.5*Player_Size,2.5*Player_Size,2.5*Player_Size),false)
  943. local mesh = Instance.new("SpecialMesh",limb2b)
  944. mesh.MeshType = "Sphere"
  945. limb2b.Name = "Left Arm 02"
  946.  
  947. local LIMB = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(1*Player_Size,3.5*Player_Size,1*Player_Size),false)
  948. LIMB.Name = "Left Arm part"
  949. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb2b, LIMB, CF(0 * Player_Size, 2 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  950. local LIMB = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Handle", VT(1.5*Player_Size,3.5*Player_Size,1.5*Player_Size),false)
  951. LIMB.Name = "Left Arm part"
  952. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb2b, LIMB, CF(0 * Player_Size, 6 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  953. local LIMB = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(0.7*Player_Size,3.5*Player_Size,0.7*Player_Size),false)
  954. LIMB.Name = "Left Arm part"
  955. local LIMBWELD = CreateWeldOrSnapOrMotor("Weld", LIMB, limb2b, LIMB, CF(0 * Player_Size, 3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  956.  
  957. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  958. local mesh = Instance.new("SpecialMesh",part)
  959. mesh.MeshType = "FileMesh"
  960. mesh.MeshId = "rbxassetid://156292343"
  961. mesh.Scale = VT(10,10,10)
  962. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb2b, part, CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  963.  
  964. local limbweld2b = CreateWeldOrSnapOrMotor("Weld", limb2b, limb2a, limb2b, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  965. local limb2c = CreatePart(3, Weapon, "Neon", 0, 0, "Really red", "Handle", VT(4*Player_Size,4*Player_Size,4*Player_Size),false)
  966. local mesh = Instance.new("SpecialMesh",limb2c)
  967. mesh.MeshType = "Sphere"
  968. limb1c.Name = "Right Arm 03"
  969.  
  970. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  971. local mesh = Instance.new("SpecialMesh",part)
  972. mesh.MeshType = "FileMesh"
  973. mesh.MeshId = "rbxassetid://156292343"
  974. mesh.Scale = VT(15,15,15)
  975. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb2c, part, CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  976. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  977. local mesh = Instance.new("SpecialMesh",part)
  978. mesh.MeshType = "FileMesh"
  979. mesh.MeshId = "rbxassetid://156292343"
  980. mesh.Scale = VT(10,10,10)
  981. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb2c, part, CF(0 * Player_Size, -1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  982. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Gear", VT(0.35*Player_Size,0.35*Player_Size,0.35*Player_Size),false)
  983. local mesh = Instance.new("SpecialMesh",part)
  984. mesh.MeshType = "FileMesh"
  985. mesh.MeshId = "rbxassetid://156292343"
  986. mesh.Scale = VT(10,10,10)
  987. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb2c, part, CF(0 * Player_Size, -2 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  988.  
  989. local limbweld2c = CreateWeldOrSnapOrMotor("Weld", limb2c, limb2b, limb2c, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  990.  
  991. local hand2 = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Hand", VT(0*Player_Size,0*Player_Size,0*Player_Size),false)
  992. local mesh = Instance.new("SpecialMesh",hand2)
  993. mesh.MeshType = "FileMesh"
  994. mesh.MeshId = "rbxassetid://1089939056"
  995. mesh.Scale = VT(7,8,7)
  996. local handweld2 = CreateWeldOrSnapOrMotor("Weld", limb2c, hand2, limb2c, CF(0 * Player_Size, 3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(180), RAD(-90), RAD(0)), CF(0, 0, 0))
  997.  
  998. for _, c in pairs(Weapon:GetChildren()) do
  999. if c.ClassName == "Part" then
  1000. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  1001. end
  1002. end
  1003.  
  1004. --//=================================\\
  1005. --|| SPEECH
  1006. --\\=================================//
  1007.  
  1008. function chatfunc(text,waitt)
  1009. local chat = coroutine.wrap(function()
  1010. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1011. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1012. end
  1013. local naeeym2 = Instance.new("BillboardGui",Character)
  1014. naeeym2.Size = UDim2.new(0,100,0,40)
  1015. naeeym2.StudsOffset = Vector3.new(0,2,0)
  1016. naeeym2.Adornee = Character.Head
  1017. naeeym2.Name = "TalkingBillBoard"
  1018. naeeym2.AlwaysOnTop = true
  1019. local tecks2 = 30
  1020. tecks2.BackgroundTransparency = 1
  1021. tecks2.BorderSizePixel = 0
  1022. tecks2.Text = ""
  1023. tecks2.Font = "Fantasy"
  1024. tecks2.TextSize = 30
  1025. tecks2.TextStrokeTransparency = 1
  1026. tecks2.TextColor3 = SKILLTEXTCOLOR
  1027. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  1028. tecks2.Size = UDim2.new(1,0,0.5,0)
  1029. local tecks3 = Instance.new("TextLabel",naeeym2)
  1030. tecks3.BackgroundTransparency = 1
  1031. tecks3.BorderSizePixel = 0
  1032. tecks3.Text = ""
  1033. tecks3.Font = "Fantasy"
  1034. tecks3.TextSizekeTransparency = 1
  1035. tecks3.TextColor3 = SKILLTEXTCOLOR
  1036. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  1037. tecks3.Size = UDim2.new(1,0,0.5,0)
  1038. for i = 1,string.len(text),1 do
  1039. tecks2.Text = string.sub(text,1,i)
  1040. tecks3.Text = string.sub(text,1,i)
  1041. wait(0.01)
  1042. end
  1043. wait(waitt)
  1044. naeeym2:Destroy()
  1045. end)
  1046. chat()
  1047. end
  1048.  
  1049. --//=================================\\
  1050. --|| DAMAGE FUNCTIONS
  1051. --\\=================================//
  1052.  
  1053. function StatLabel(LABELTYPE, CFRAME, TEXT, COLOR)
  1054. local STATPART = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Really black", "Effect", VT())
  1055. STATPART.CFrame = CF(CFRAME.p + VT(0, 1.5, 0))
  1056. local BODYGYRO = IT("BodyGyro", STATPART)
  1057. local BODYPOSITION = IT("BodyPosition", STATPART)
  1058. BODYPOSITION.P = 2000
  1059. BODYPOSITION.D = 100
  1060. BODYPOSITION.maxForce = VT(math.huge, math.huge, math.huge)
  1061. if LABELTYPE == "Normal" then
  1062. BODYPOSITION.position = STATPART.Position + VT(MRANDOM(-2, 2), 6, MRANDOM(-2, 2))
  1063. elseif LABELTYPE == "Debuff" then
  1064. BODYPOSITION.position = STATPART.Position + VT(MRANDOM(-2, 2), 8, MRANDOM(-2, 2))
  1065. elseif LABELTYPE == "Interruption" then
  1066. BODYPOSITION.position = STATPART.Position + VT(MRANDOM(-2,2), 8, MRANDOM(-2, 2))
  1067. end
  1068. game:GetService("Debris"):AddItem(STATPART ,5)
  1069. local BILLBOARDGUI = Instance.new("BillboardGui", STATPART)
  1070. BILLBOARDGUI.Adornee = STATPART
  1071. BILLBOARDGUI.Size = UD2(2.5, 0, 2.5 ,0)
  1072. BILLBOARDGUI.StudsOffset = VT(-2, 2, 0)
  1073. BILLBOARDGUI.AlwaysOnTop = false
  1074. local TEXTLABEL = Instance.new("TextLabel", BILLBOARDGUI)
  1075. TEXTLABEL.BackgroundTransparency = 1
  1076. TEXTLABEL.Size = UD2(2.5, 0, 2.5, 0)
  1077. TEXTLABEL.Text = TEXT
  1078. TEXTLABEL.Font = "SciFi"
  1079. TEXTLABEL.FontSize="Size42"
  1080. TEXTLABEL.TextColor3 = COLOR
  1081. TEXTLABEL.TextStrokeTransparency = 1
  1082. TEXTLABEL.TextScaled = true
  1083. TEXTLABEL.TextWrapped = true
  1084. coroutine.resume(coroutine.create(function(THEPART, THEBODYPOSITION, THETEXTLABEL)
  1085. wait(0.2)
  1086. for i=1, 5 do
  1087. wait()
  1088. THEBODYPOSITION.Position = THEPART.Position - VT(0, 0.5 ,0)
  1089. end
  1090. wait(1.2)
  1091. for i=1, 5 do
  1092. wait()
  1093. THETEXTLABEL.TextTransparency = THETEXTLABEL.TextTransparency + 0.2
  1094. THETEXTLABEL.TextStrokeTransparency = THETEXTLABEL.TextStrokeTransparency + 0.2
  1095. THEBODYPOSITION.position = THEPART.Position + VT(0, 0.5, 0)
  1096. end
  1097. THEPART.Parent = nil
  1098. end),STATPART, BODYPOSITION, TEXTLABEL)
  1099. end
  1100.  
  1101. function CreatePentagram(size,doesrotate,rotatedirection,waitt,cframe,offset)
  1102. local sinkhole = IT("Part",Effects)
  1103. sinkhole.Size = VT(size,0,size)
  1104. sinkhole.CFrame = cframe * CF(0,offset,0)
  1105. sinkhole.Material = "Neon"
  1106. sinkhole.Color = C3(1,0,0)
  1107. sinkhole.Anchored = true
  1108. sinkhole.CanCollide = false
  1109. sinkhole.Transparency = 1
  1110. local decal = IT("Decal",sinkhole)
  1111. decal.Face = "Top"
  1112. decal.Texture = "http://www.roblox.com/asset/?id=818983932"
  1113. coroutine.resume(coroutine.create(function(PART)
  1114. for i = 1, waitt do
  1115. Swait()
  1116. if doesrotate == true then
  1117. sinkhole.CFrame = sinkhole.CFrame * CFrame.fromEulerAnglesXYZ(0, rotatedirection, 0)
  1118. end
  1119. if i > waitt-11 then
  1120. decal.Transparency = decal.Transparency + 0.1
  1121. end
  1122. end
  1123. sinkhole:remove()
  1124. end))
  1125. return sinkhole
  1126. end
  1127.  
  1128. --//=================================\\
  1129. --|| DAMAGING
  1130. --\\=================================//
  1131.  
  1132. function dealdamage(hit,min,max,maxstrength,beserk,critrate,critmultiplier)
  1133. if hit.Parent:FindFirstChildOfClass("Humanoid") and hit.Parent:FindFirstChild("HitBy"..Player.Name) == nil then
  1134. local humanoid = hit.Parent:FindFirstChildOfClass("Humanoid")
  1135. local dmg = math.random(min,max)
  1136. if humanoid.Health > 0 then
  1137. if beserk == true then
  1138. humanoid.Health = 0
  1139. else
  1140. CreateSound("260430060", hit, 1.2, MRANDOM(7, 12) / 10)
  1141. hit.Velocity = CFrame.new(Torso.Position,hit.Position).lookVector*5*maxstrength
  1142. if math.random(1,100) < critrate+1 then
  1143. humanoid.Health = humanoid.Health - dmg*critmultiplier
  1144. StatLabel("Normal", hit.CFrame * CF(0, 0 + (hit.Size.z - 1), 0), "CRIT/"..dmg*critmultiplier, C3(255/255, 0, 0))
  1145. else
  1146. humanoid.Health = humanoid.Health - dmg
  1147. StatLabel("Normal", hit.CFrame * CF(0, 0 + (hit.Size.z - 1), 0), dmg, C3(0, 0, 0))
  1148. end
  1149. local defence = Instance.new("BoolValue",hit.Parent)
  1150. defence.Name = ("HitBy"..Player.Name)
  1151. game:GetService("Debris"):AddItem(defence, 0.5)
  1152. end
  1153. end
  1154. end
  1155. end
  1156.  
  1157. function AoEDamage(position,radius,min,max,maxstrength,beserk,critrate,critmultiplier,CanBeDodgedByJumping)
  1158. local dmg = math.random(min,max)
  1159. for i,v in ipairs(workspace:GetChildren()) do
  1160. if v:FindFirstChild("HitBy"..Player.Name) == nil then
  1161. local body = v:GetChildren()
  1162. for part = 1, #body do
  1163. if(v:FindFirstChild("HitBy"..Player.Name) == nil and (body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1164. if(body[part].Position - position).Magnitude < radius then
  1165. if v.ClassName == "Model" then
  1166. if v:FindFirstChild("Humanoid") then
  1167. if v.Humanoid.Health ~= 0 then
  1168. if CanBeDodgedByJumping == true then
  1169. if body[part].Position.Y < position.Y+5 then
  1170. if math.random(1,100) < critrate+1 then
  1171. v.Humanoid.Health = v.Humanoid.Health - dmg*critmultiplier
  1172. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), "CRIT/"..dmg*critmultiplier, C3(255/255, 0, 0))
  1173. else
  1174. v.Humanoid.Health = v.Humanoid.Health - dmg
  1175. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), dmg, C3(0, 0, 0))
  1176. end
  1177. local defence = Instance.new("BoolValue",v)
  1178. defence.Name = ("HitBy"..Player.Name)
  1179. game:GetService("Debris"):AddItem(defence, 0.5)
  1180. end
  1181. else
  1182. if beserk == true then
  1183. v.Humanoid.Health = 0
  1184. end
  1185. if math.random(1,100) < critrate+1 then
  1186. v.Humanoid.Health = v.Humanoid.Health - dmg*critmultiplier
  1187. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), "CRIT/"..dmg*critmultiplier, C3(255/255, 0, 0))
  1188. else
  1189. v.Humanoid.Health = v.Humanoid.Health - dmg
  1190. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), dmg, C3(0, 0, 0))
  1191. end
  1192. local defence = Instance.new("BoolValue",v)
  1193. defence.Name = ("HitBy"..Player.Name)
  1194. game:GetService("Debris"):AddItem(defence, 0.5)
  1195. end
  1196. end
  1197. end
  1198. end
  1199. --body[part].Velocity = CFrame.new(position,body[part].Position).lookVector*5*maxstrength
  1200. end
  1201. end
  1202. end
  1203. if v.ClassName == "Part" then
  1204. if v.Anchored == false and (v.Position - position).Magnitude < radius then
  1205. --v.Velocity = CFrame.new(position,v.Position).lookVector*5*maxstrength
  1206. end
  1207. end
  1208. end
  1209. end
  1210. end
  1211.  
  1212. function killnearest(position,range,maxstrength)
  1213. for i,v in ipairs(workspace:GetChildren()) do
  1214. local body = v:GetChildren()
  1215. for part = 1, #body do
  1216. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1217. if(body[part].Position - position).Magnitude < range then
  1218. if v.ClassName == "Model" then
  1219. v:BreakJoints()
  1220. end
  1221. --table.insert(Effects2,{body[part],"Disappear",0.02,2,2,2,2})
  1222. body[part].Velocity = CFrame.new(position,body[part].Position).lookVector*5*maxstrength
  1223. end
  1224. end
  1225. end
  1226. if v.ClassName == "Part" then
  1227. if v.Anchored == false and (v.Position - position).Magnitude < range then
  1228. --table.insert(Effects2,{v,"Disappear",0.02,2,2,2,2})
  1229. v.Velocity = CFrame.new(position,v.Position).lookVector*5*maxstrength
  1230. end
  1231. end
  1232. end
  1233. end
  1234.  
  1235. --//=================================\\
  1236. --|| ATTACK FUNCTIONS AND STUFF
  1237. --\\=================================//
  1238.  
  1239.  
  1240. function turnto(pos,part)
  1241. part.CFrame = CF(part.Position,VT(pos.X,RootPart.Position.Y,pos.Z))
  1242. end
  1243.  
  1244. Humanoid.Died:connect(function()
  1245. q = workspace:GetChildren()
  1246. DEAD = true
  1247. CreatePentagram(1500,true,-0.1,150,CF(RootPart.Position),-15-3)
  1248. Head.Parent = nil
  1249. Head = nil
  1250. for i = 1, #q do
  1251. local child = q[i]
  1252. if child.ClassName == "Model" and child:FindFirstChild("Humanoid") then
  1253. child:BreakJoints()
  1254. end
  1255. end
  1256. local taunt = CreateSound("135009414", workspace, 10, 1)
  1257. local effect = IT("PitchShiftSoundEffect",taunt)
  1258. effect.Octave = 0.700
  1259. ATTACK = true
  1260. end)
  1261.  
  1262. function ClawForce()
  1263. ATTACK = true
  1264. for i=0, 2, 0.1 / Animation_Speed do
  1265. Swait()
  1266. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1267. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1268. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(145), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1269. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(145), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1270. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1271. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1272.  
  1273. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(8), RAD(-65)), 0.4 / Animation_Speed)
  1274. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-86), RAD(-5), RAD(0)), 0.4 / Animation_Speed)
  1275. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1276.  
  1277. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(-8), RAD(65)), 0.4 / Animation_Speed)
  1278. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-86), RAD(5), RAD(0)), 0.4 / Animation_Speed)
  1279. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1280. end
  1281. CreateSound("134012322", Effects, 2, 1)
  1282. for i=0, 1, 0.1 / Animation_Speed2 do
  1283. Swait()
  1284. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1285. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1286. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(15), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed2)
  1287. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(15), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed2)
  1288. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1289. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1290.  
  1291. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(15), RAD(8), RAD(-175)), 0.4 / Animation_Speed2)
  1292. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-26), RAD(-5), RAD(0)), 0.4 / Animation_Speed2)
  1293. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(-90), RAD(0)), 0.4 / Animation_Speed2)
  1294.  
  1295. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(15), RAD(-8), RAD(175)), 0.4 / Animation_Speed2)
  1296. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-26), RAD(5), RAD(0)), 0.4 / Animation_Speed2)
  1297. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(90), RAD(0)), 0.4 / Animation_Speed2)
  1298. end
  1299. killnearest(hand1.Position,15,60)
  1300. killnearest(hand2.Position,15,60)
  1301. CreateWave(0,15,false,0,15,CF(hand1.Position) * CF(0,-1,0),0,"Really black")
  1302. CreateWave(0,15,false,0,15,CF(hand2.Position) * CF(0,-1,0),0,"Really black")
  1303. CreateWave(0,10,false,0,15,CF(hand1.Position) * CF(0,-1,0),0,"Really black")
  1304. CreateWave(0,10,false,0,15,CF(hand2.Position) * CF(0,-1,0),0,"Really black")
  1305. CreateWave(0,5,false,0,15,CF(hand1.Position) * CF(0,-1,0),0,"Really black")
  1306. CreateWave(0,5,false,0,15,CF(hand2.Position) * CF(0,-1,0),0,"Really black")
  1307. CreateSound("1225807237", Effects, 4, 1)
  1308. for i=0, 0.5, 0.1 / Animation_Speed2 do
  1309. Swait()
  1310. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1311. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1312. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(15), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed2)
  1313. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(15), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed2)
  1314. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1315. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1316.  
  1317. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(15), RAD(8), RAD(-175)), 0.4 / Animation_Speed2)
  1318. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-26), RAD(-5), RAD(0)), 0.4 / Animation_Speed2)
  1319. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(-90), RAD(0)), 0.4 / Animation_Speed2)
  1320.  
  1321. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(15), RAD(-8), RAD(175)), 0.4 / Animation_Speed2)
  1322. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-26), RAD(5), RAD(0)), 0.4 / Animation_Speed2)
  1323. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(90), RAD(0)), 0.4 / Animation_Speed2)
  1324. end
  1325. ATTACK = false
  1326. end
  1327.  
  1328. function HellLeash()
  1329. ATTACK = true
  1330. Rooted = true
  1331. CreateSound("159882578", Effects, 10, 0.6)
  1332. for i=0, 2, 0.1 / Animation_Speed do
  1333. Swait()
  1334. turnto(Mouse.Hit.p,RootPart)
  1335. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(45)), 0.15 / Animation_Speed)
  1336. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-45)), 0.15 / Animation_Speed)
  1337. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(35)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1338. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1339. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1340. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1341.  
  1342. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-85), RAD(0), RAD(-95)) * ANGLES(RAD(0),RAD(0),RAD(90)), 0.4 / Animation_Speed)
  1343. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-6), RAD(-5 * COS(SINE / 30)), RAD(0)), 0.4 / Animation_Speed)
  1344. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1345.  
  1346. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(-8+(-5 * COS(SINE / 30))), RAD(135)), 0.4 / Animation_Speed)
  1347. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-36), RAD(5 * COS(SINE / 30)), RAD(-35)), 0.4 / Animation_Speed)
  1348. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1349. end
  1350. CreateSound("910988901", Effects, 4, 1)
  1351. local sphere = IT("Part",Effects)
  1352. sphere.Shape = "Ball"
  1353. sphere.Size = VT(0,0,0)
  1354. sphere.Material = "Neon"
  1355. sphere.Color = C3(1,0,0)
  1356. sphere.CFrame = hand1.CFrame*CF(0,0,0)
  1357. sphere.Anchored = true
  1358. for i = 1, 25 do
  1359. Swait()
  1360. turnto(Mouse.Hit.p,RootPart)
  1361. sphere.CFrame = hand1.CFrame*CF(-3.5,-2-sphere.Size.Y/2,0)
  1362. sphere.Size = sphere.Size + VT(1,1,1)
  1363. sphere.Anchored = true
  1364. end
  1365. for i = 1, 100 do
  1366. turnto(Mouse.Hit.p,RootPart)
  1367. local RayData = Zap({Offset = 2, Size = sphere.Size.Y/5 ,MaxRange = 150 ,StartPosition = sphere.Position, TargetPosition = Mouse.Hit.p, Character = Character, Color = "Really red", Individual = true})
  1368. MagicSphere(5,15,RayData.RayPos,0,"Really red")
  1369. killnearest(RayData.RayPos,15,100)
  1370. Swait()
  1371. sphere.CFrame = hand1.CFrame*CF(-3.5,-2-sphere.Size.Y/2,0)
  1372. sphere.Size = sphere.Size - VT(0.25,0.25,0.25)
  1373. sphere.Anchored = true
  1374. RayData.LightningModel:remove()
  1375. end
  1376. ATTACK = false
  1377. Rooted = false
  1378. end
  1379.  
  1380. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  1381. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  1382. end
  1383.  
  1384. function SinnerWave()
  1385. ATTACK = true
  1386. Rooted = true
  1387. for i=0, 2, 0.1 / Animation_Speed do
  1388. Swait()
  1389. turnto(Mouse.Hit.p,RootPart)
  1390. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1391. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1392. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(145), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1393. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(145), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1394. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1395. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1396.  
  1397. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(8), RAD(-65)), 0.4 / Animation_Speed)
  1398. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-86), RAD(-5), RAD(0)), 0.4 / Animation_Speed)
  1399. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1400.  
  1401. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(-8), RAD(65)), 0.4 / Animation_Speed)
  1402. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-86), RAD(5), RAD(0)), 0.4 / Animation_Speed)
  1403. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1404. end
  1405. CreateSound("971126018", Effects, 6, 1)
  1406. local angle = -60
  1407. for i = 1, 9 do
  1408. coroutine.resume(coroutine.create(function()
  1409. local RayHit, RayPos = RayCast(Torso.Position, Vector3.new(0, -15, 0), 10000, {Character})
  1410. local SpawnPosition = RayPos
  1411. local floor = RayHit
  1412. local needcframe = RootPart.CFrame*ANGLES(RAD(0),RAD(angle),RAD(0))
  1413. local LastPosition = RayPos
  1414. local Delay = 1
  1415. for i = 1, 15 do
  1416. local RayHit, RayPos = RayCast(LastPosition, needcframe.lookVector, 10, {workspace})
  1417. local End = RayPos
  1418. LastPosition = End
  1419. local locatepart = Instance.new("Part",Effects)
  1420. locatepart.Size = VT(0.5,0.5,0.5)
  1421. locatepart.Position = End
  1422. locatepart.CanCollide = false
  1423. locatepart.Anchored = true
  1424. locatepart.Name = "Oof"
  1425. locatepart.Transparency = 1
  1426. if SpawnPosition then
  1427. CreateSound("971125740", locatepart.CFrame, 7, 1)
  1428. killnearest(End,15,50)
  1429. CreateWave(0,5,true,0.1,15,CF(locatepart.Position),0,"Really black")
  1430. CreateWave(0,2.5,true,-0.1,15,CF(locatepart.Position),0,"Really black")
  1431. CreateWave(0,2,true,0.1,15,CF(locatepart.Position),0,"Really black")
  1432. CreateWave(0,1.5,true,-0.1,15,CF(locatepart.Position),0,"Really black")
  1433. end
  1434. Swait(5)
  1435. game:GetService("Debris"):AddItem(locatepart, 5)
  1436. end
  1437. end))
  1438. angle = angle + 15
  1439. end
  1440. for i=0, 2, 0.1 / Animation_Speed do
  1441. Swait()
  1442. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(-5), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1443. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1444. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(145), RAD(0), RAD(72)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1445. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(145), RAD(0), RAD(-72)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1446. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1447. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1448.  
  1449. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(8), RAD(-125)), 0.4 / Animation_Speed)
  1450. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-26), RAD(-5), RAD(0)), 0.4 / Animation_Speed)
  1451. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1452.  
  1453. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(-8), RAD(125)), 0.4 / Animation_Speed)
  1454. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-26), RAD(5), RAD(0)), 0.4 / Animation_Speed)
  1455. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1456. end
  1457. ATTACK = false
  1458. Rooted = false
  1459. end
  1460.  
  1461. function FromTheDepths()
  1462. ATTACK = true
  1463. Rooted = true
  1464. for i=0, 2, 0.1 / Animation_Speed do
  1465. Swait()
  1466. turnto(Mouse.Hit.p,RootPart)
  1467. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1468. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1469. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(145), RAD(0), RAD(72)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1470. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(145), RAD(0), RAD(-72)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1471. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1472. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1473.  
  1474. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(8), RAD(-125)), 0.4 / Animation_Speed)
  1475. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-26), RAD(-5), RAD(0)), 0.4 / Animation_Speed)
  1476. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1477.  
  1478. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(-8), RAD(125)), 0.4 / Animation_Speed)
  1479. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-26), RAD(5), RAD(0)), 0.4 / Animation_Speed)
  1480. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1481. end
  1482. local pos = nil
  1483. repeat
  1484. Swait()
  1485. local RayData = Zap({Offset = 2, Size = 0.2 ,MaxRange = 150 ,StartPosition = CF(BottomPart.Position)*CF(0,-3,0).p, TargetPosition = Mouse.Hit.p, Character = Character, Color = "Really red", Individual = true})
  1486. MagicSphere(2,15,RayData.RayPos,0,"Really red")
  1487. pos = RayData.RayPos
  1488. Swait()
  1489. RayData.LightningModel:remove()
  1490. turnto(Mouse.Hit.p,RootPart)
  1491. until KEYHOLD == false
  1492. coroutine.resume(coroutine.create(function()
  1493. local gate = IT("Part",Effects)
  1494. gate.Material = "Neon"
  1495. gate.Color = C3(1,0,0)
  1496. gate.CanCollide = false
  1497. gate.Anchored = true
  1498. gate.Transparency = 1
  1499. gate.Size = VT(65,0.3,65)
  1500. local mesh = IT("CylinderMesh",gate)
  1501. gate.CFrame = CF(pos)
  1502. local soundeffect = IT("Sound",gate)
  1503. soundeffect.SoundId = "rbxassetid://487186990"
  1504. soundeffect.Looped = true
  1505. soundeffect.Volume = 0
  1506. soundeffect.Playing = true
  1507. for i = 1, 10 do
  1508. soundeffect.Volume = i
  1509. gate.Transparency = gate.Transparency - 0.1
  1510. Swait()
  1511. end
  1512. for i = 1, 150 do
  1513. Swait(5)
  1514. killnearest(gate.Position,35,-10)
  1515. end
  1516. for i = 1, 10 do
  1517. soundeffect.Volume = soundeffect.Volume - 1
  1518. gate.Transparency = gate.Transparency + 0.1
  1519. Swait()
  1520. end
  1521. gate:remove()
  1522. end))
  1523. for i=0, 2, 0.1 / Animation_Speed do
  1524. Swait()
  1525. turnto(Mouse.Hit.p,RootPart)
  1526. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(-35), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1527. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1528. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(165), RAD(0), RAD(52)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1529. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(165), RAD(0), RAD(-52)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1530. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1531. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1532.  
  1533. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(8), RAD(-55)), 0.4 / Animation_Speed)
  1534. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-66), RAD(-5), RAD(0)), 0.4 / Animation_Speed)
  1535. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)), 0.4 / Animation_Speed)
  1536.  
  1537. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(-8), RAD(55)), 0.4 / Animation_Speed)
  1538. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-66), RAD(5), RAD(0)), 0.4 / Animation_Speed)
  1539. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)), 0.4 / Animation_Speed)
  1540. end
  1541. ATTACK = false
  1542. Rooted = false
  1543. end
  1544.  
  1545. function TheEnd()
  1546. local pos = RootPart.CFrame * CF(0,65,0).p
  1547. ATTACK = true
  1548. Rooted = true
  1549. for i=0, 2, 0.1 / Animation_Speed do
  1550. Swait()
  1551. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(-35), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1552. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1553. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(165), RAD(0), RAD(52)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1554. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(165), RAD(0), RAD(-52)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1555. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1556. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1557.  
  1558. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(8), RAD(-55)), 0.4 / Animation_Speed)
  1559. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-66), RAD(-5), RAD(0)), 0.4 / Animation_Speed)
  1560. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)), 0.4 / Animation_Speed)
  1561.  
  1562. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(-8), RAD(55)), 0.4 / Animation_Speed)
  1563. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-66), RAD(5), RAD(0)), 0.4 / Animation_Speed)
  1564. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)), 0.4 / Animation_Speed)
  1565. end
  1566. if DEAD == false then
  1567. local sphere = IT("Part",Effects)
  1568. sphere.Shape = "Ball"
  1569. sphere.Size = VT(0,0,0)
  1570. sphere.Material = "Neon"
  1571. sphere.Color = C3(1,0,0)
  1572. sphere.CFrame = CF(pos)
  1573. sphere.Anchored = true
  1574. sphere.CanCollide = false
  1575. local maxdist1 = (hand1.Position-pos).magnitude
  1576. local maxdist2 = (hand2.Position-pos).magnitude
  1577. local soundeffect = IT("Sound",RootPart)
  1578. soundeffect.SoundId = "rbxassetid://379557765"
  1579. soundeffect.Looped = true
  1580. soundeffect.Volume = 10
  1581. soundeffect.Playing = true
  1582. local hit = sphere.Touched:connect(function(hit)
  1583. if hit.Parent ~= Character and hit.Parent ~= Weapon and hit.Anchored == false and hit.CanCollide == true then
  1584. hit:Destroy()
  1585. end
  1586. end)
  1587. CreateSwirl(0,1,true,0.5,300,sphere.CFrame,0,"Really red")
  1588. for i = 1, 250 do
  1589. --local RayData = Zap({Offset = 2, Size = 0.2 ,MaxRange = 1500 ,StartPosition = CF(BottomPart.Position)*CF(0,-3,0).p, TargetPosition = Mouse.Hit.p, Character = Character, Color = "Really red", Individual = true})
  1590. local RayData2 = Zap({Offset = 2, Size = 0.2 ,MaxRange = maxdist1 ,StartPosition = hand1.Position, TargetPosition = pos, Character = Character, Color = "Really red", Individual = true})
  1591. local RayData3 = Zap({Offset = 2, Size = 0.2 ,MaxRange = maxdist2 ,StartPosition = hand2.Position, TargetPosition = pos, Character = Character, Color = "Really red", Individual = true})
  1592. Swait()
  1593. --RayData.LightningModel:remove()
  1594. RayData2.LightningModel:remove()
  1595. RayData3.LightningModel:remove()
  1596. sphere.Size = sphere.Size + VT(0.2,0.2,0.2)
  1597. end
  1598. soundeffect:remove()
  1599. Swait(50)
  1600. for i = 1, 5 do
  1601. CreateSound("821439273", sphere, 10, 0.7)
  1602. --local RayData = Zap({Offset = 2, Size = 0.2 ,MaxRange = 1500 ,StartPosition = CF(BottomPart.Position)*CF(0,-3,0).p, TargetPosition = Mouse.Hit.p, Character = Character, Color = "Really red", Individual = true})
  1603. local RayData2 = Zap({Offset = 2, Size = 2 ,MaxRange = maxdist1 ,StartPosition = hand1.Position, TargetPosition = pos, Character = Character, Color = "Really red", Individual = true})
  1604. local RayData3 = Zap({Offset = 2, Size = 2 ,MaxRange = maxdist2 ,StartPosition = hand2.Position, TargetPosition = pos, Character = Character, Color = "Really red", Individual = true})
  1605. Swait()
  1606. sphere.Size = sphere.Size + VT(5,5,5)
  1607. Swait(15)
  1608. end
  1609. local laugh = CreateSound("160212892", Effects, 10, 0.7)
  1610. Swait(2)
  1611. repeat Swait() until laugh.Playing == false
  1612. local filter = IT("ColorCorrectionEffect",game.Lighting)
  1613. CreateSound("160745944", Effects, 10, 0.7)
  1614. for i = 1, 100 do
  1615. Swait()
  1616. MagicSphere(sphere.Size.Y/2,15,sphere.Position,0,"Really red")
  1617. MagicSphere(sphere.Size.Y/5,15,sphere.Position,0,"Really red")
  1618. MagicSphere(sphere.Size.Y/8,15,sphere.Position,0,"Really red")
  1619. sphere.Size = sphere.Size + VT(5,5,5)
  1620. filter.TintColor = C3(1,1-(i/100),1-(i/100))
  1621. end
  1622. for i = 1, 100 do
  1623. Swait()
  1624. MagicSphere(sphere.Size.Y/2,15,sphere.Position,0,"Really red")
  1625. MagicSphere(sphere.Size.Y/5,15,sphere.Position,0,"Really red")
  1626. MagicSphere(sphere.Size.Y/8,15,sphere.Position,0,"Really red")
  1627. sphere.Size = sphere.Size + VT(5,5,5)
  1628. filter.Brightness = filter.Brightness - (1/100)
  1629. end
  1630. --killnearest(sphere.Position,1000,100)
  1631. sphere:remove()
  1632. Swait(50)
  1633. ATTACK = false
  1634. Rooted = false
  1635. for i = 1, 50 do
  1636. Swait()
  1637. filter.TintColor = C3(1,0+(i/50),0+(i/50))
  1638. filter.Brightness = filter.Brightness + (1/50)
  1639. end
  1640. filter:remove()
  1641. end
  1642. end
  1643.  
  1644. Humanoid.HealthChanged:connect(function()
  1645. if Humanoid.Health == 0 then
  1646. Humanoid.MaxHealth = "inf"
  1647. Humanoid.Health = "inf"
  1648. if ATTACK == false then
  1649. if Humanoid.Health == 0 then
  1650. workspace:ClearAllChildren()
  1651. else
  1652. TheEnd()
  1653. end
  1654. end
  1655. end
  1656. end)
  1657.  
  1658. --//=================================\\
  1659. --|| ASSIGN THINGS TO KEYS
  1660. --\\=================================//
  1661.  
  1662. function MouseDown(Mouse)
  1663. if ATTACK == false then
  1664. end
  1665. end
  1666.  
  1667. function MouseUp(Mouse)
  1668. HOLD = false
  1669. end
  1670.  
  1671. function KeyDown(Key)
  1672. KEYHOLD = true
  1673. if Key == "z" and ATTACK == false then
  1674. ClawForce()
  1675. end
  1676.  
  1677. if Key == "b" and ATTACK == false then
  1678. HellLeash()
  1679. end
  1680.  
  1681. if Key == "c" and ATTACK == false then
  1682. SinnerWave()
  1683. end
  1684.  
  1685. if Key == "v" and ATTACK == false then
  1686. FromTheDepths()
  1687. end
  1688.  
  1689. if Key == "x" and ATTACK == false then
  1690. TheEnd()
  1691. end
  1692.  
  1693. if Key == "t" and ATTACK == false then
  1694. CreateSound("907329893", Head, 10, 0.85)
  1695. end
  1696. end
  1697.  
  1698. function KeyUp(Key)
  1699. KEYHOLD = false
  1700. end
  1701.  
  1702. Mouse.Button1Down:connect(function(NEWKEY)
  1703. MouseDown(NEWKEY)
  1704. end)
  1705. Mouse.Button1Up:connect(function(NEWKEY)
  1706. MouseUp(NEWKEY)
  1707. end)
  1708. Mouse.KeyDown:connect(function(NEWKEY)
  1709. KeyDown(NEWKEY)
  1710. end)
  1711. Mouse.KeyUp:connect(function(NEWKEY)
  1712. KeyUp(NEWKEY)
  1713. end)
  1714.  
  1715. --//=================================\\
  1716. --\\=================================//
  1717.  
  1718.  
  1719. function unanchor()
  1720. if UNANCHOR == true then
  1721. g = Character:GetChildren()
  1722. for i = 1, #g do
  1723. if g[i].ClassName == "Part" then
  1724. g[i].Anchored = false
  1725. end
  1726. end
  1727. end
  1728. end
  1729.  
  1730.  
  1731. --//=================================\\
  1732. --|| WRAP THE WHOLE SCRIPT UP
  1733. --\\=================================//
  1734.  
  1735. Humanoid.Changed:connect(function(Jump)
  1736. if Jump == "Jump" and (Disable_Jump == true) then
  1737. Humanoid.Jump = false
  1738. end
  1739. end)
  1740.  
  1741. ANIMATE.Parent = nil
  1742. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  1743. IDLEANIMATION:Play()
  1744.  
  1745. while true do
  1746. Swait()
  1747. SINE = SINE + CHANGE
  1748. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  1749. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  1750. local LV = Torso.CFrame:pointToObjectSpace(Torso.Velocity - Torso.Position)
  1751. local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
  1752. local WALKSPEEDVALUE = 6 / (Humanoid.WalkSpeed / 16)
  1753. if ATTACK == false then
  1754. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1755. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1756. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1757. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1758. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size - 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(70), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1759. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.2 * COS(SINE / 12) * Player_Size, -0.01 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1760.  
  1761. limbweld1a.C0 = Clerp(limbweld1a.C0, CF(5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(8+(5 * COS(SINE / 30))), RAD(-125)), 0.4 / Animation_Speed)
  1762. limbweld1b.C0 = Clerp(limbweld1b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-56), RAD(-5 * COS(SINE / 30)), RAD(0)), 0.4 / Animation_Speed)
  1763. limbweld1c.C0 = Clerp(limbweld1c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1764.  
  1765. limbweld2a.C0 = Clerp(limbweld2a.C0, CF(-5 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-25), RAD(-8+(-5 * COS(SINE / 30))), RAD(125)), 0.4 / Animation_Speed)
  1766. limbweld2b.C0 = Clerp(limbweld2b.C0, CF(0* Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-56), RAD(5 * COS(SINE / 30)), RAD(0)), 0.4 / Animation_Speed)
  1767. limbweld2c.C0 = Clerp(limbweld2c.C0, CF(0 * Player_Size, 8 * Player_Size, 0 * Player_Size) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.4 / Animation_Speed)
  1768. end
  1769. if #Effects2>0 then
  1770. for e=1,#Effects2 do
  1771. if Effects2[e]~=nil then
  1772. local Thing=Effects2[e]
  1773. if Thing~=nil then
  1774. local Part=Thing[1]
  1775. local Mode=Thing[2]
  1776. local Delay=Thing[3]
  1777. local IncX=Thing[4]
  1778. local IncY=Thing[5]
  1779. local IncZ=Thing[6]
  1780. local Part2=Thing[8]
  1781. if Thing[1].Transparency<=1 then
  1782. if Thing[2]=="Block1" then
  1783. Thing[1].CFrame=Thing[1].CFrame
  1784. Mesh=Thing[1].Mesh
  1785. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  1786. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1787. elseif Thing[2]=="Cylinder" then
  1788. Mesh=Thing[1].Mesh
  1789. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  1790. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1791. elseif Thing[2]=="Blood" then
  1792. Mesh=Thing[7]
  1793. Thing[1].CFrame=Thing[1].CFrame*CF(0,.5,0)
  1794. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  1795. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1796. elseif Thing[2]=="Elec" then
  1797. Mesh=Thing[1].Mesh
  1798. Mesh.Scale=Mesh.Scale+VT(Thing[7],Thing[8],Thing[9])
  1799. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1800. elseif Thing[2]=="Disappear" then
  1801. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  1802. end
  1803. else
  1804. Part.Parent=nil
  1805. table.remove(Effects2,e)
  1806. end
  1807. end
  1808. end
  1809. end
  1810. end
  1811. unanchor()
  1812. Humanoid.MaxHealth = "inf"
  1813. Humanoid.Health = "inf"
  1814. if Rooted == false then
  1815. Disable_Jump = false
  1816. Humanoid.WalkSpeed = Speed
  1817. elseif Rooted == true then
  1818. Disable_Jump = true
  1819. Humanoid.WalkSpeed = 0
  1820. end
  1821. q = Character:GetChildren()
  1822. for u = 1, #q do
  1823. if q[u].ClassName == "Accessory" or q[u].ClassName == "Hat" then
  1824. q[u]:remove()
  1825. elseif q[u].ClassName == "Shirt" then
  1826. q[u]:Destroy()
  1827. elseif q[u].ClassName == "Pants" then
  1828. q[u]:Destroy()
  1829. elseif q[u].ClassName == "CharacterMesh" then
  1830. q[u]:remove()
  1831. elseif q[u].ClassName == "ShirtGraphic" then
  1832. q[u]:remove()
  1833. elseif q[u].ClassName == "Part" and q[u].Name ~= "HumanoidRootPart" then
  1834. q[u].Color = Color3.new(0/255, 0/255, 0/255)
  1835. end
  1836. end
  1837. if Head:FindFirstChild("face") then
  1838. Head.face:remove()
  1839. end
  1840. end
  1841.  
  1842. --//=================================\\
  1843. --\\=================================//
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849. --//====================================================\\--
  1850. --|| END OF SCRIPT
  1851. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement