Advertisement
JRKPastesBins

Untitled

Aug 26th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.31 KB | None | 0 0
  1.  
  2.  
  3. function TakeDamage(hum, dmg)
  4. hum:TakeDamage(dmg)
  5. end
  6. plr = game.Players.LocalPlayer
  7. repeat
  8. wait(0.4)
  9. until plr.Character
  10. chr = plr.Character
  11. human = chr:FindFirstChild("Humanoid")
  12. human.MaxHealth, human.Health = math.huge, math.huge
  13. mouse = plr:GetMouse()
  14. cam = workspace.CurrentCamera
  15. selected = false
  16. equipd = false
  17. tors = chr.Torso
  18. rarm = chr["Right Arm"]
  19. larm = chr["Left Arm"]
  20. rleg = chr["Right Leg"]
  21. lleg = chr["Left Leg"]
  22. hrp = chr.HumanoidRootPart
  23. hed = chr.Head
  24. anim = human.Animator
  25. activu = false
  26. appeared = false
  27. animpose = nil
  28. POSU = false
  29. local wherto = hrp
  30. local addcfr = CFrame.new(0, 0, 0)
  31. Heartbeat = Instance.new("BindableEvent")
  32. Heartbeat.Name = "Heartbeat"
  33. Heartbeat.Parent = script
  34. frame = 0.03333333333333333
  35. tf = 0
  36. game:GetService("RunService").Heartbeat:connect(function(s, p)
  37. tf = tf + s
  38. if tf >= frame then
  39. for i = 1, math.floor(tf / frame) do
  40. Heartbeat:Fire()
  41. end
  42. tf = tf - frame * math.floor(tf / frame)
  43. end
  44. end)
  45. function swait(num)
  46. if num == 0 or num == nil then
  47. Heartbeat.Event:wait()
  48. else
  49. for i = 1, num do
  50. Heartbeat.Event:wait()
  51. end
  52. end
  53. end
  54. local p = game.Players.LocalPlayer
  55. local char = p.Character
  56. local hed = char.Head
  57. local LocalPlayer = p
  58.  
  59. local naeeym = Instance.new("BillboardGui")
  60. naeeym.Size = UDim2.new(0,100,0,40)
  61. naeeym.StudsOffset = Vector3.new(0,5,0)
  62. naeeym.Adornee = char.Head
  63. local tecks = Instance.new("TextLabel",naeeym)
  64. tecks.BackgroundTransparency = 1
  65. tecks.BorderSizePixel = 0
  66. tecks.Text = LocalPlayer.Name
  67. tecks.Font = "ArialBold"
  68. tecks.FontSize = "Size24"
  69. tecks.TextStrokeTransparency = 0
  70. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  71. tecks.TextColor3 = Color3.new(255,255,255)
  72. tecks.Size = UDim2.new(1,0,0.5,0)
  73.  
  74. local Player = game.Players.localPlayer
  75. local Character = p.Character
  76. local LeftArm2 = Character["Left Arm"]
  77. local RightArm2 = Character["Right Arm"]
  78. local LeftLeg2 = Character["Left Leg"]
  79. local RightLeg2 = Character["Right Leg"]
  80. local Head2 = Character.Head
  81. local Torso2 = Character.Torso
  82.  
  83. --created by SoldierJoao
  84. --Credits to metabee for the knives edit
  85. cut = Instance.new("Sound", Character)
  86. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  87. cut.Volume = 1.5
  88. thri = Instance.new("Sound", Character)
  89. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  90. thri.Volume = 2.5
  91. WRY = Instance.new("Sound", Character)
  92. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  93. WRY.Volume = 5
  94.  
  95. local Players=game:service'Players'
  96. local Player=Players.LocalPlayer
  97. local Mouse=Player:GetMouse''
  98. local RenderStepped=game:service'RunService'.RenderStepped
  99.  
  100. local MeshId='http://www.roblox.com/asset?id=202083123'
  101. local TextureId='http://www.roblox.com/asset/?id=161283461'
  102.  
  103. local BeeSpeed= 100
  104.  
  105. local QHold=false
  106. local EHold=false
  107.  
  108. Mouse.Button1Down:connect(function()
  109. cut:Play()
  110. if Mouse.Target then
  111. local Bee=Instance.new('Part',Player.Character)
  112. Bee.CanCollide=false
  113. Bee.Size=Vector3.new(2,2,2)
  114. Bee.CFrame=Player.Character.Torso.CFrame
  115. local BeeMesh=Instance.new('SpecialMesh',Bee)
  116. BeeMesh.MeshType='FileMesh'
  117. BeeMesh.MeshId=MeshId
  118. BeeMesh.TextureId=TextureId
  119. BeeMesh.Scale=Vector3.new(1,1,1)
  120. local BodyVel=Instance.new('BodyVelocity',Bee)
  121. BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  122. local BodyGyro=Instance.new('BodyGyro',Bee)
  123. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  124. BodyGyro.P=2e4
  125. coroutine.wrap(function()
  126. RenderStepped:connect(function()
  127. BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p)
  128. BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed
  129. end)
  130. end)()
  131. Bee.Touched:connect(function(p)
  132. if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then
  133. p.Parent:BreakJoints()
  134. Bee:Destroy''
  135. thri:Play()
  136. end
  137. end)
  138. end
  139. end)
  140.  
  141. spawn(function() --_RHas
  142. local ef1=Instance.new('Part',hed)
  143. local am=Instance.new('BlockMesh',ef1)
  144. ef1.Anchored,ef1.CanCollide=false,false
  145. ef1.Transparency=0.9
  146. ef1.Material = "Sand"
  147. am.Scale=Vector3.new(40,40,40)
  148. ef1.Size=Vector3.new(.2,.2,.2)
  149. local ef2=ef1:Clone()
  150. local ef3=ef2:Clone()
  151. local ef4=ef3:Clone()
  152. ef2.Material = "Neon"
  153. ef3.Material = "Neon"
  154. ef4.Material = "Neon"
  155. ef3.Parent,ef4.Parent=hed,hed
  156. ef2.Parent=lleg
  157. local wa,wb=Instance.new('Weld',hed),Instance.new('Weld',hed)
  158. local wc,wd=Instance.new('Weld',hed),Instance.new('Weld',hed)
  159. wa.Part0,wb.Part0=hed,hed
  160. wa.Part1,wb.Part1=ef1,ef2
  161. wc.Part0,wd.Part0=hed,hed
  162. wc.Part1,wd.Part1=ef3,ef4
  163. wa.C0,wb.C0=CFrame.new(0,-2,0),CFrame.new(0,-3,0)
  164. wc.C0,wd.C0=CFrame.new(0,-2,0),CFrame.new(0,-3,0)
  165. while wait(0) do
  166. wa.C0,wb.C0=wa.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wb.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  167. wc.C0,wd.C0=wc.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20))),wd.C0*CFrame.Angles(math.rad(math.random(-20,20)),math.rad(math.random(-20,20)),math.rad(math.random(-20,20)))
  168. ef1.BrickColor=BrickColor.new("Pastel blue-green")
  169. ef3.BrickColor=BrickColor.new("Pastel blue-green")
  170. ef4.BrickColor=BrickColor.new("Pastel blue-green")
  171. ef2.BrickColor=BrickColor.new("Pastel blue-green")
  172. end
  173. end)
  174.  
  175.  
  176. Mouse.KeyDown:connect(function(k)
  177. local Key=k:lower''
  178. if Key=='q'then
  179. QHold=true
  180. elseif Key=='e'then
  181. EHold=true
  182. end
  183. end)
  184.  
  185. Mouse.KeyUp:connect(function(k)
  186. local Key=k:lower''
  187. if Key=='q'then
  188. QHold=false
  189. elseif Key=='e'then
  190. EHold=false
  191. end
  192. end)
  193.  
  194. coroutine.wrap(function()
  195. RenderStepped:connect(function()
  196. if QHold then
  197. if BeeSpeed>0 then
  198. BeeSpeed=BeeSpeed-1
  199. end
  200. elseif EHold then
  201. BeeSpeed=BeeSpeed+1
  202. end
  203. end)
  204. end)()
  205.  
  206.  
  207.  
  208.  
  209. mse = Player:GetMouse()
  210.  
  211. sound = Instance.new("Sound", Character)
  212. sound.SoundId = "https://www.roblox.com/asset/?id=908895929"
  213. sound.Volume = 2.5
  214. sound2 = Instance.new("Sound", Character)
  215. sound2.SoundId = "https://www.roblox.com/asset/?id=290810519"
  216. sound2.Volume = 2.5
  217. sound3 = Instance.new("Sound", Character)
  218. sound3.SoundId = "https://www.roblox.com/asset/?id=300208779"
  219. sound3.Volume = 1.8
  220. sound4 = Instance.new("Sound", Character)
  221. sound4.SoundId = "https://www.roblox.com/asset/?id=290807397"
  222. sound4.Volume = 2
  223. TSTheme = Instance.new("Sound", Character)
  224. TSTheme.SoundId = "https://www.roblox.com/asset/?id=616594208"
  225. TSTheme.Volume = 2
  226. canworld = true
  227. mse.KeyDown:connect(function(key)
  228. key = key:lower()
  229. if key == "t" then
  230. if canworld == false then return end
  231. if canworld then
  232. canworld = false
  233. sound3:Play()
  234. tecks.Text = ""
  235. wait(2)
  236. tecks.Text = LocalPlayer.Name
  237. sound:Play()
  238. sound4:Play()
  239. TSTheme:Play()
  240.  
  241. local function spawnpart()
  242. sphere = Instance.new("Part")
  243. --game.Debris:AddItem(sphere,3)
  244. local sm = Instance.new("SpecialMesh", sphere)
  245. sm.MeshType = "Sphere"
  246. sphere.Transparency = 0.5
  247. sphere.Anchored = true
  248. sphere.CanCollide = false
  249. sphere.Material = "Neon"
  250. sphere.BrickColor = BrickColor.new("Black")
  251. end
  252.  
  253. local function weld(lol)
  254. local weld = Instance.new("Weld", Player.Character.Torso)
  255. weld.Part0 = Player.Character.Torso
  256. weld.Part1 = lol
  257. weld.C0 = Player.Character.Torso.CFrame:inverse()
  258. weld.C1 = lol.CFrame:inverse()
  259. end
  260. wait()
  261. spawnpart()
  262. for i, v in pairs(game.Players:GetChildren()) do
  263. t = v.Character:FindFirstChild("Torso")
  264. if t then
  265. t.Anchored = true
  266. Player.Character:FindFirstChild("Torso").Anchored = false
  267. end
  268. RA = v.Character:FindFirstChild("Right Arm")
  269. if RA then
  270. RA.Anchored = true
  271. Player.Character:FindFirstChild("Right Arm").Anchored = false
  272. end
  273. LA = v.Character:FindFirstChild("Left Arm")
  274. if LA then
  275. LA.Anchored = true
  276. Player.Character:FindFirstChild("Left Arm").Anchored = false
  277. end
  278. RL = v.Character:FindFirstChild("Right Leg")
  279. if RL then
  280. RL.Anchored = true
  281. Player.Character:FindFirstChild("Right Leg").Anchored = false
  282. end
  283. LL = v.Character:FindFirstChild("Left Leg")
  284. if LL then
  285. LL.Anchored = true
  286. Player.Character:FindFirstChild("Left Leg").Anchored = false
  287. end
  288. end
  289. weld(sphere)
  290. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  291. cce.Saturation = -5
  292. --game.Debris:AddItem(cce, 5)
  293. sphere.Parent = Character.Torso
  294. for i = 1,3 do
  295. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  296. wait()
  297. end
  298. wait()
  299. sphere:Destroy()
  300. BeeSpeed = 0
  301. cce.Saturation = -0.1
  302. wait(0.3)
  303. cce.Saturation = -0.2
  304. wait(0.3)
  305. cce.Saturation = -0.3
  306. wait(0.2)
  307. cce.Saturation = -1.5
  308. wait()
  309. end
  310. end
  311. end
  312. )
  313.  
  314. tecks.Text = LocalPlayer.Name
  315.  
  316. mse.KeyDown:connect(function(key)
  317. key = key:lower()
  318. if key == "y" then
  319. canworld = true
  320. tecks.Text = ""
  321. sound2:Play()
  322. wait()
  323. BeeSpeed = 1
  324. cce.Saturation = -1.3
  325. wait(0.5)
  326. BeeSpeed = 1.2
  327. cce.Saturation = -0.5
  328. wait(0.5)
  329. BeeSpeed = 1.4
  330. cce.Saturation = -0.4
  331. wait(0.3)
  332. BeeSpeed = 1.5
  333. cce.Saturation = -0.2
  334. wait(0.2)
  335. cce.Saturation = 0
  336.  
  337. for i, v in pairs(game.Players:GetChildren()) do
  338. t = v.Character:FindFirstChild("Torso")
  339. if t then
  340. t.Anchored = false
  341. end
  342. RA = v.Character:FindFirstChild("Right Arm")
  343. if RA then
  344. RA.Anchored = false
  345. end
  346. LA = v.Character:FindFirstChild("Left Arm")
  347. if LA then
  348. LA.Anchored = false
  349. end
  350. RL = v.Character:FindFirstChild("Right Leg")
  351. if RL then
  352. RL.Anchored = false
  353. end
  354. LL = v.Character:FindFirstChild("Left Leg")
  355. if LL then
  356. LL.Anchored = false
  357. end
  358. end
  359. BeeSpeed = 100
  360. tecks.Text = LocalPlayer.Name
  361. TSTheme:Stop()
  362. end
  363. end)
  364.  
  365.  
  366. tool = Instance.new("Tool")
  367. tool.CanBeDropped = false
  368. tool.RequiresHandle = false
  369. tool.TextureId = "rbxassetid://"
  370. tool.ToolTip = "NANI"
  371. tool.Name = "AAAAAAAAAAAAAA"
  372. tool.Parent = plr.Backpack
  373. modz = Instance.new("Model")
  374. modz.Name = "efx"
  375. modz.Parent = chr
  376. ZANOOB = Instance.new("Model")
  377. ZANOOB.Name = "Kingo Crimsono"
  378. ZANOOB.Parent = chr
  379. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  380. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  381. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  382. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  383. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  384. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  385. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  386. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  387. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  388. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  389. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  390. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  391. RS = tors:FindFirstChild("Right Shoulder")
  392. LS = tors:FindFirstChild("Left Shoulder")
  393. RH = tors:FindFirstChild("Right Hip")
  394. LH = tors:FindFirstChild("Left Hip")
  395. RJ = hrp:FindFirstChild("RootJoint")
  396. N = tors:FindFirstChild("Neck")
  397. cf = CFrame.new
  398. ang = CFrame.Angles
  399. rd = math.rad
  400. rd2 = math.random
  401. function nooutline(p)
  402. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  403. end
  404. function makepart(color, name, reflec, mater, parnt, cfram)
  405. local port = Instance.new("Part")
  406. port.BrickColor = BrickColor.new(color)
  407. port.Name = name
  408. port.Transparency = 1
  409. nooutline(port)
  410. port.Reflectance = reflec
  411. port.Material = mater
  412. port.Anchored = false
  413. port.CanCollide = false
  414. port.Locked = true
  415. port.Size = Vector3.new(0.2, 0.2, 0.2)
  416. port.Parent = parnt
  417. return port
  418. end
  419. function makemesh(meshtype, scale, meshid, parent)
  420. local mes = Instance.new("SpecialMesh")
  421. mes.MeshType = meshtype
  422. mes.Scale = scale
  423. if meshtype == "FileMesh" then
  424. mes.MeshId = meshid
  425. end
  426. mes.Parent = parent
  427. return mes
  428. end
  429. function makemotor(parent, p0, p1, c0, c1)
  430. swait()
  431. local wel = Instance.new("Motor6D")
  432. wel.Part0 = p0
  433. wel.Part1 = p1
  434. wel.C0 = c0
  435. if c1 ~= nil then
  436. wel.C1 = c1
  437. end
  438. wel.Parent = parent
  439. return wel
  440. end
  441. local konodioda = Instance.new("Sound")
  442. konodioda.SoundId = "rbxassetid://616582888"
  443. konodioda.Volume = 3
  444. konodioda.Parent = hrp
  445. local bast = Instance.new("Sound")
  446. bast.SoundId = "rbxassetid://616576465"
  447. bast.Volume = 3
  448. bast.Parent = hrp
  449. local zaworld = Instance.new("Sound")
  450. zaworld.SoundId = "rbxassetid://616594063"
  451. zaworld.Volume = 3
  452. zaworld.Parent = hrp
  453. local wry = Instance.new("Sound")
  454. wry.SoundId = "rbxassetid://441202925"
  455. wry.Volume = 3
  456. wry.Parent = hrp
  457. function animo(yep)
  458. if yep == true then
  459. anim.Parent = human
  460. chr.Animate.Disabled = false
  461. elseif yep == false then
  462. chr.Animate.Disabled = true
  463. anim.Parent = nil
  464. end
  465. end
  466. animo(false)
  467. function lerpz(joint, prop, cfrmz, alp)
  468. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  469. end
  470. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  471. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  472. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  473. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  474. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  475. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  476. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  477. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  478. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  479. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  480. function resetlerp(whoever)
  481. if whoever == nil then
  482. RJ.C0 = RJC0
  483. RJ.C1 = RJC1
  484. N.C0 = NC0
  485. N.C1 = NC1
  486. RS.C0 = RSC0
  487. RS.C1 = RSC1
  488. LS.C0 = LSC0
  489. LS.C1 = LSC1
  490. RH.C0 = RHC0
  491. RH.C1 = RHC1
  492. LH.C0 = LHC0
  493. LH.C1 = LHC1
  494. elseif whoever ~= nil then
  495. nRJ.C0 = RJC0
  496. nRJ.C1 = RJC1
  497. nN.C0 = NC0
  498. nN.C1 = NC1
  499. nRS.C0 = RSC0
  500. nRS.C1 = RSC1
  501. nLS.C0 = LSC0
  502. nLS.C1 = LSC1
  503. nRH.C0 = RHC0
  504. nRH.C1 = RHC1
  505. nLH.C0 = LHC0
  506. nLH.C1 = LHC1
  507. end
  508. end
  509. function STANDO(cfr)
  510. local rooto = Instance.new("Part")
  511. nooutline(rooto)
  512. rooto.Name = "HumanoidRootPart"
  513. rooto.Anchored = true
  514. rooto.CFrame = cfr
  515. rooto.Size = Vector3.new(2, 2, 1)
  516. rooto.CanCollide = false
  517. rooto.Locked = true
  518. rooto.Transparency = 1
  519. rooto.Parent = ZANOOB
  520. local head = Instance.new("Part")
  521. nooutline(head)
  522. head.Anchored = false
  523. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  524. head.Size = Vector3.new(2, 1, 1)
  525. head.BrickColor = BrickColor.new("Pastel blue-green")
  526. head.CanCollide = false
  527. head.Name = "Head"
  528. head.Locked = true
  529. head.Transparency = 1
  530. head.Parent = ZANOOB
  531. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  532. local headdecal = Instance.new("Decal")
  533. headdecal.Name = "face"
  534. headdecal.Texture = "rbxasset://"
  535. headdecal.Face = "Front"
  536. headdecal.Transparency = 1
  537. headdecal.Parent = head
  538. local torso = Instance.new("Part")
  539. nooutline(torso)
  540. torso.Name = "Torso"
  541. torso.Anchored = false
  542. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  543. torso.Size = Vector3.new(2, 1, 1)
  544. torso.BrickColor = BrickColor.new("Pastel blue-green")
  545. torso.CanCollide = false
  546. torso.Transparency = 1
  547. torso.Locked = true
  548. torso.Parent = ZANOOB
  549. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  550. local leftarm = Instance.new("Part")
  551. -------------------------------------------------------
  552. local Abs = Instance.new("Part",char)
  553. Abs.Size = Vector3.new(1,1,1)
  554. Abs.BrickColor = BrickColor.new("White")
  555. Abs.CanCollide = false
  556. Abs.TopSurface = 0
  557. Abs.BottomSurface = 0
  558. local Abs2 = Instance.new("SpecialMesh",Abs)
  559. Abs2.MeshType = "Brick"
  560. Abs2.Scale = Vector3.new(2,2,0.3)
  561. local Abs3 = Instance.new("Weld",Abs)
  562. Abs3.Part0 = torso
  563. Abs3.Part1 = Abs
  564. Abs3.C0 = CFrame.new(1.4,0,-2.8)*CFrame.Angles(0,0,0.1)
  565. local Abs = Instance.new("Part",char)
  566. Abs.Size = Vector3.new(1,1,1)
  567. Abs.BrickColor = BrickColor.new("White")
  568. Abs.CanCollide = false
  569. Abs.TopSurface = 0
  570. Abs.BottomSurface = 0
  571. local Abs2 = Instance.new("SpecialMesh",Abs)
  572. Abs2.MeshType = "Brick"
  573. Abs2.Scale = Vector3.new(2,2,0.3)
  574. local Abs3 = Instance.new("Weld",Abs)
  575. Abs3.Part0 = torso
  576. Abs3.Part1 = Abs
  577. Abs3.C0 = CFrame.new(-1.4,0,-2.8)*CFrame.Angles(0,0,-0.1)
  578.  
  579. local Abs = Instance.new("Part",char)
  580. Abs.Size = Vector3.new(1,1,1)
  581. Abs.BrickColor = BrickColor.new("White")
  582. Abs.CanCollide = false
  583. Abs.TopSurface = 0
  584. Abs.BottomSurface = 0
  585. local Abs2 = Instance.new("SpecialMesh",Abs)
  586. Abs2.MeshType = "Brick"
  587. Abs2.Scale = Vector3.new(2,2,0.3)
  588. local Abs3 = Instance.new("Weld",Abs)
  589. Abs3.Part0 = torso
  590. Abs3.Part1 = Abs
  591. Abs3.C0 = CFrame.new(1.4,-2.1,-2.8)*CFrame.Angles(0,0,0.1)
  592. local Abs = Instance.new("Part",char)
  593. Abs.Size = Vector3.new(1,1,1)
  594. Abs.BrickColor = BrickColor.new("White")
  595. Abs.CanCollide = false
  596. Abs.TopSurface = 0
  597. Abs.BottomSurface = 0
  598. local Abs2 = Instance.new("SpecialMesh",Abs)
  599. Abs2.MeshType = "Brick"
  600. Abs2.Scale = Vector3.new(2,2,0.3)
  601. local Abs3 = Instance.new("Weld",Abs)
  602. Abs3.Part0 = torso
  603. Abs3.Part1 = Abs
  604. Abs3.C0 = CFrame.new(-1.4,-2.1,-2.8)*CFrame.Angles(0,0,-0.1)
  605.  
  606. local Abs = Instance.new("Part",char)
  607. Abs.Size = Vector3.new(1,1,1)
  608. Abs.BrickColor = BrickColor.new("White")
  609. Abs.CanCollide = false
  610. Abs.TopSurface = 0
  611. Abs.BottomSurface = 0
  612. local Abs2 = Instance.new("SpecialMesh",Abs)
  613. Abs2.MeshType = "Brick"
  614. Abs2.Scale = Vector3.new(2,2,0.3)
  615. local Abs3 = Instance.new("Weld",Abs)
  616. Abs3.Part0 = torso
  617. Abs3.Part1 = Abs
  618. Abs3.C0 = CFrame.new(1.4,-4.1,-2.8)*CFrame.Angles(0,0,0.1)
  619. local Abs = Instance.new("Part",char)
  620. Abs.Size = Vector3.new(1,1,1)
  621. Abs.BrickColor = BrickColor.new("White")
  622. Abs.CanCollide = false
  623. Abs.TopSurface = 0
  624. Abs.BottomSurface = 0
  625. local Abs2 = Instance.new("SpecialMesh",Abs)
  626. Abs2.MeshType = "Brick"
  627. Abs2.Scale = Vector3.new(2,2,0.3)
  628. local Abs3 = Instance.new("Weld",Abs)
  629. Abs3.Part0 = torso
  630. Abs3.Part1 = Abs
  631. Abs3.C0 = CFrame.new(-1.4,-4.1,-2.8)*CFrame.Angles(0,0,-0.1)
  632. -------------------------------------------------------
  633. nooutline(leftarm)
  634. leftarm.Anchored = false
  635. leftarm.Name = "Left Arm"
  636. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  637. leftarm.Size = Vector3.new(1, 2, 1)
  638. leftarm.BrickColor = BrickColor.new("Pastel blue-green")
  639. leftarm.CanCollide = false
  640. leftarm.Transparency = 1
  641. leftarm.Locked = true
  642. leftarm.Parent = ZANOOB
  643. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  644. local rightarm = Instance.new("Part")
  645. nooutline(rightarm)
  646. rightarm.Anchored = false
  647. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  648. rightarm.Name = "Right Arm"
  649. rightarm.Size = Vector3.new(1, 2, 1)
  650. rightarm.BrickColor = BrickColor.new("Pastel blue-green")
  651. rightarm.CanCollide = false
  652. rightarm.Locked = true
  653. rightarm.Transparency = 1
  654. rightarm.Parent = ZANOOB
  655. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  656. local leftleg = Instance.new("Part")
  657. nooutline(leftleg)
  658. leftleg.Anchored = false
  659. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  660. leftleg.Name = "Left Leg"
  661. leftleg.Size = Vector3.new(1, 2, 1)
  662. leftleg.BrickColor = BrickColor.new("White")
  663. leftleg.CanCollide = false
  664. leftleg.Transparency = 1
  665. leftleg.Locked = true
  666. leftleg.Parent = ZANOOB
  667. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  668. local rightleg = Instance.new("Part")
  669. nooutline(rightleg)
  670. rightleg.Anchored = false
  671. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  672. rightleg.Name = "Right Leg"
  673. rightleg.Size = Vector3.new(1, 2, 1)
  674. rightleg.BrickColor = BrickColor.new("White")
  675. rightleg.CanCollide = false
  676. rightleg.Locked = true
  677. rightleg.Transparency = 1
  678. rightleg.Parent = ZANOOB
  679. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  680. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  681. rootweld.Name = "RootJoint"
  682. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  683. neckweld.Name = "Neck"
  684. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  685. rshoulderweld.Name = "Right Shoulder"
  686. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  687. lshoulderweld.Name = "Left Shoulder"
  688. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  689. rhipweld.Name = "Right Hip"
  690. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  691. lhipweld.Name = "Left Hip"
  692. local pa1 = Instance.new("Part")
  693. nooutline(pa1)
  694. pa1.Anchored = false
  695. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  696. pa1.Name = "pa1"
  697. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  698. pa1.BrickColor = BrickColor.new("White")
  699. pa1.CanCollide = false
  700. pa1.Locked = true
  701. pa1.Transparency = 1
  702. pa1.Parent = ZANOOB
  703. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  704. local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  705. local pa2 = Instance.new("Part")
  706. nooutline(pa2)
  707. pa2.Anchored = false
  708. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  709. pa2.Name = "pa2"
  710. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  711. pa2.BrickColor = BrickColor.new("White")
  712. pa2.CanCollide = false
  713. pa2.Locked = true
  714. pa2.Transparency = 1
  715. pa2.Parent = ZANOOB
  716. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  717. local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  718. local pa3 = Instance.new("Part")
  719. nooutline(pa3)
  720. pa3.Anchored = false
  721. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  722. pa3.Name = "pa3"
  723. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  724. pa3.BrickColor = BrickColor.new("White")
  725. pa3.CanCollide = false
  726. pa3.Locked = true
  727. pa3.Transparency = 1
  728. pa3.Parent = ZANOOB
  729. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  730. local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  731. local pa4 = Instance.new("Part")
  732. nooutline(pa4)
  733. pa4.Anchored = false
  734. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  735. pa4.Name = "pa4"
  736. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  737. pa4.BrickColor = BrickColor.new("White")
  738. pa4.CanCollide = false
  739. pa4.Locked = true
  740. pa4.Transparency = 1
  741. pa4.Parent = ZANOOB
  742. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  743. local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  744. local pa5 = Instance.new("Part")
  745. nooutline(pa5)
  746. pa5.Anchored = false
  747. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  748. pa5.Name = "pa5"
  749. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  750. pa5.BrickColor = BrickColor.new("White")
  751. pa5.CanCollide = false
  752. pa5.Locked = true
  753. pa5.Transparency = 1
  754. pa5.Parent = ZANOOB
  755. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  756. local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  757. local pa6 = Instance.new("Part")
  758. nooutline(pa6)
  759. pa6.Anchored = false
  760. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  761. pa6.Name = "pa6"
  762. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  763. pa6.BrickColor = BrickColor.new("White")
  764. pa6.CanCollide = false
  765. pa6.Locked = true
  766. pa6.Transparency = 1
  767. pa6.Parent = ZANOOB
  768. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  769. local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  770. local pa7 = Instance.new("Part")
  771. nooutline(pa7)
  772. pa7.Anchored = false
  773. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  774. pa7.Name = "pa7"
  775. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  776. pa7.BrickColor = BrickColor.new("Gold")
  777. pa7.CanCollide = false
  778. pa7.Locked = true
  779. pa7.Transparency = 1
  780. pa7.Parent = ZANOOB
  781. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  782. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  783. local pa8 = Instance.new("Part")
  784. nooutline(pa8)
  785. pa8.Anchored = false
  786. pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  787. pa8.Name = "pa8"
  788. pa8.Size = Vector3.new(0.2, 0.2, 0.2)
  789. pa8.BrickColor = BrickColor.new("Gold")
  790. pa8.CanCollide = false
  791. pa8.Locked = true
  792. pa8.Transparency = 1
  793. pa8.Parent = ZANOOB
  794. local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
  795. local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
  796. local pa9 = Instance.new("Part")
  797. nooutline(pa9)
  798. pa9.Anchored = false
  799. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  800. pa9.Name = "pa9"
  801. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  802. pa9.BrickColor = BrickColor.new("Gold")
  803. pa9.CanCollide = false
  804. pa9.Locked = true
  805. pa9.Transparency = 1
  806. pa9.Parent = ZANOOB
  807. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  808. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  809. local pa10 = Instance.new("Part")
  810. nooutline(pa10)
  811. pa10.Anchored = false
  812. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  813. pa10.Name = "pa10"
  814. pa10.Size = Vector3.new(0.2, 0.2, 0.2)
  815. pa10.BrickColor = BrickColor.new("Gold")
  816. pa10.CanCollide = false
  817. pa10.Locked = true
  818. pa10.Transparency = 1
  819. pa10.Parent = ZANOOB
  820. local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
  821. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  822. local pa11 = Instance.new("Part")
  823. nooutline(pa11)
  824. pa11.Anchored = false
  825. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  826. pa11.Name = "pa11"
  827. pa11.Size = Vector3.new(0.2, 0.2, 0.2)
  828. pa11.BrickColor = BrickColor.new("Gold")
  829. pa11.CanCollide = false
  830. pa11.Locked = true
  831. pa11.Transparency = 1
  832. pa11.Parent = ZANOOB
  833. local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
  834. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  835. local raemblem = Instance.new("Part")
  836. nooutline(raemblem)
  837. raemblem.Anchored = false
  838. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  839. raemblem.Name = "raemblem"
  840. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  841. raemblem.BrickColor = BrickColor.new("Gold")
  842. raemblem.CanCollide = false
  843. raemblem.Locked = true
  844. raemblem.Material = "SmoothPlastic"
  845. raemblem.Transparency = 1
  846. raemblem.Parent = ZANOOB
  847. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  848. local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0))
  849. local emmes = Instance.new("Decal")
  850. emmes.Texture = "rbxassetid://"
  851. emmes.Transparency = 1
  852. emmes.Face = "Right"
  853. emmes.Name = "embe"
  854. emmes.Parent = raemblem
  855. local ra1 = Instance.new("Part")
  856. nooutline(ra1)
  857. ra1.Anchored = false
  858. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  859. ra1.Name = "ra1"
  860. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  861. ra1.BrickColor = BrickColor.new("White")
  862. ra1.CanCollide = false
  863. ra1.Locked = true
  864. ra1.Transparency = 1
  865. ra1.Parent = ZANOOB
  866. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  867. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  868. local ra2 = Instance.new("Part")
  869. nooutline(ra2)
  870. ra2.Anchored = false
  871. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  872. ra2.Name = "ra2"
  873. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  874. ra2.BrickColor = BrickColor.new("White")
  875. ra2.CanCollide = false
  876. ra2.Locked = true
  877. ra2.Transparency = 1
  878. ra2.Parent = ZANOOB
  879. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  880. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  881. local ra3 = Instance.new("Part")
  882. nooutline(ra3)
  883. ra3.Anchored = false
  884. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  885. ra3.Name = "ra3"
  886. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  887. ra3.BrickColor = BrickColor.new("White")
  888. ra3.CanCollide = false
  889. ra3.Locked = true
  890. ra3.Transparency = 1
  891. ra3.Parent = ZANOOB
  892. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  893. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  894. local ra4 = Instance.new("Part")
  895. nooutline(ra4)
  896. ra4.Anchored = false
  897. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  898. ra4.Name = "ra4"
  899. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  900. ra4.BrickColor = BrickColor.new("White")
  901. ra4.CanCollide = false
  902. ra4.Locked = true
  903. ra4.Transparency = 1
  904. ra4.Parent = ZANOOB
  905. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  906. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  907. local ra5 = Instance.new("Part")
  908. nooutline(ra5)
  909. ra5.Anchored = false
  910. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  911. ra5.Name = "ra5"
  912. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  913. ra5.BrickColor = BrickColor.new("Gold")
  914. ra5.CanCollide = false
  915. ra5.Locked = true
  916. ra5.Transparency = 1
  917. ra5.Parent = ZANOOB
  918. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  919. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  920. local la1 = Instance.new("Part")
  921. nooutline(la1)
  922. la1.Anchored = false
  923. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  924. la1.Name = "la1"
  925. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  926. la1.BrickColor = BrickColor.new("Pastel blue-green")
  927. la1.CanCollide = false
  928. la1.Locked = true
  929. la1.Transparency = 1
  930. la1.Parent = ZANOOB
  931. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  932. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  933. local la2 = Instance.new("Part")
  934. nooutline(la2)
  935. la2.Anchored = false
  936. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  937. la2.Name = "la2"
  938. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  939. la2.BrickColor = BrickColor.new("Pastel blue-green")
  940. la2.CanCollide = false
  941. la2.Locked = true
  942. la2.Transparency = 1
  943. la2.Parent = ZANOOB
  944. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  945. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  946. local la3 = Instance.new("Part")
  947. nooutline(la3)
  948. la3.Anchored = false
  949. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  950. la3.Name = "la3"
  951. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  952. la3.BrickColor = BrickColor.new("White")
  953. la3.CanCollide = false
  954. la3.Locked = true
  955. la3.Transparency = 1
  956. la3.Parent = ZANOOB
  957. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  958. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  959. local la4 = Instance.new("Part")
  960. nooutline(la4)
  961. la4.Anchored = false
  962. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  963. la4.Name = "la4"
  964. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  965. la4.BrickColor = BrickColor.new("White")
  966. la4.CanCollide = false
  967. la4.Locked = true
  968. la4.Transparency = 1
  969. la4.Parent = ZANOOB
  970. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  971. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  972. local la5 = Instance.new("Part")
  973. nooutline(la5)
  974. la5.Anchored = false
  975. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  976. la5.Name = "la5"
  977. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  978. la5.BrickColor = BrickColor.new("Gold")
  979. la5.CanCollide = false
  980. la5.Locked = true
  981. la5.Transparency = 1
  982. la5.Parent = ZANOOB
  983. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  984. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  985. local ll1 = Instance.new("Part")
  986. nooutline(ll1)
  987. ll1.Anchored = false
  988. ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  989. ll1.Name = "ll1"
  990. ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  991. ll1.BrickColor = BrickColor.new("White")
  992. ll1.CanCollide = false
  993. ll1.Locked = true
  994. ll1.Transparency = 1
  995. ll1.Parent = ZANOOB
  996. local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  997. local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  998. local ll2 = Instance.new("Part")
  999. nooutline(ll2)
  1000. ll2.Anchored = false
  1001. ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1002. ll2.Name = "ll2"
  1003. ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  1004. ll2.BrickColor = BrickColor.new("White")
  1005. ll2.CanCollide = false
  1006. ll2.Locked = true
  1007. ll2.Transparency = 1
  1008. ll2.Parent = ZANOOB
  1009. local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  1010. local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  1011. local ll3 = Instance.new("Part")
  1012. nooutline(ll3)
  1013. ll3.Anchored = false
  1014. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1015. ll3.Name = "ll3"
  1016. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  1017. ll3.BrickColor = BrickColor.new("Gold")
  1018. ll3.CanCollide = false
  1019. ll3.Locked = true
  1020. ll3.Transparency = 1
  1021. ll3.Parent = ZANOOB
  1022. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  1023. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  1024. local rr1 = Instance.new("Part")
  1025. nooutline(rr1)
  1026. rr1.Anchored = false
  1027. rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1028. rr1.Name = "rr1"
  1029. rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  1030. rr1.BrickColor = BrickColor.new("White")
  1031. rr1.CanCollide = false
  1032. rr1.Locked = true
  1033. rr1.Transparency = 1
  1034. rr1.Parent = ZANOOB
  1035. local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  1036. local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  1037. local rr2 = Instance.new("Part")
  1038. nooutline(rr2)
  1039. rr2.Anchored = false
  1040. rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1041. rr2.Name = "rr2"
  1042. rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  1043. rr2.BrickColor = BrickColor.new("White")
  1044. rr2.CanCollide = false
  1045. rr2.Locked = true
  1046. rr2.Transparency = 1
  1047. rr2.Parent = ZANOOB
  1048. local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  1049. local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  1050. local rr3 = Instance.new("Part")
  1051. nooutline(rr3)
  1052. rr3.Anchored = false
  1053. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  1054. rr3.Name = "rr3"
  1055. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  1056. rr3.BrickColor = BrickColor.new("Gold")
  1057. rr3.CanCollide = false
  1058. rr3.Locked = true
  1059. rr3.Transparency = 1
  1060. rr3.Parent = ZANOOB
  1061. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  1062. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  1063. return ZANOOB
  1064. end
  1065. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  1066. coroutine.resume(coroutine.create(function()
  1067. local rot = thenoob.HumanoidRootPart
  1068. repeat
  1069. swait()
  1070. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  1071. until rot == nil
  1072. end))
  1073. local rot = thenoob.HumanoidRootPart
  1074. local ntorso = thenoob:FindFirstChild("Torso")
  1075. local rightarm = thenoob:FindFirstChild("Right Arm")
  1076. local leftarm = thenoob:FindFirstChild("Left Arm")
  1077. local leftleg = thenoob:FindFirstChild("Left Leg")
  1078. local rightleg = thenoob:FindFirstChild("Right Leg")
  1079. local head = thenoob:FindFirstChild("Head")
  1080. local face = head:FindFirstChild("face")
  1081. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  1082. local embpart = thenoob:FindFirstChild("raemblem")
  1083. local nRJ = rot:FindFirstChild("RootJoint")
  1084. local nN = ntorso:FindFirstChild("Neck")
  1085. local nRS = ntorso:FindFirstChild("Right Shoulder")
  1086. local nLS = ntorso:FindFirstChild("Left Shoulder")
  1087. local nRH = ntorso:FindFirstChild("Right Hip")
  1088. local nLH = ntorso:FindFirstChild("Left Hip")
  1089. function standappear(nbz)
  1090. if selected == false or activu == true then
  1091. return
  1092. end
  1093. if appeared == false then
  1094. appeared = true
  1095. wherto = hrp
  1096. addcfr = cf(-2, 1, 2)
  1097. local apear = Instance.new("Sound")
  1098. apear.SoundId = "rbxassetid://463010917"
  1099. apear.Parent = rot
  1100. apear.Volume = 1.25
  1101. game.Debris:AddItem(apear, 1.5)
  1102. apear:Play()
  1103. for _, n in pairs(nbz:GetChildren()) do
  1104. coroutine.resume(coroutine.create(function()
  1105. for _ = 1, 5 do
  1106. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  1107. swait()
  1108. n.Transparency = n.Transparency - 0.2
  1109. face.Transparency = face.Transparency - 0.2
  1110. emblem.Transparency = emblem.Transparency - 0.2
  1111. end
  1112. end
  1113. if n ~= rot and n ~= embpart then
  1114. n.Transparency = 0
  1115. end
  1116. face.Transparency = 0
  1117. emblem.Transparency = 0
  1118. end))
  1119. end
  1120. elseif appeared == true then
  1121. appeared = false
  1122. wherto = hrp
  1123. addcfr = cf(0, 0, 0)
  1124. for _, n in pairs(nbz:GetChildren()) do
  1125. coroutine.resume(coroutine.create(function()
  1126. for _ = 1, 5 do
  1127. if n ~= rot and n ~= embpart then
  1128. swait()
  1129. n.Transparency = n.Transparency + 0.2
  1130. face.Transparency = face.Transparency + 0.2
  1131. emblem.Transparency = emblem.Transparency + 0.2
  1132. end
  1133. end
  1134. if n ~= rot and n ~= embpart then
  1135. n.Transparency = 1
  1136. end
  1137. face.Transparency = 1
  1138. emblem.Transparency = 1
  1139. end))
  1140. end
  1141. end
  1142. end
  1143. function THREATENING()
  1144. if selected == false or activu == true then
  1145. return
  1146. end
  1147. if POSU == false then
  1148. POSU = true
  1149. human.WalkSpeed = 0
  1150. local d = Instance.new("ParticleEmitter")
  1151. d.Name = "MENACINGU"
  1152. d.Lifetime = NumberRange.new(1)
  1153. d.Rate = 2
  1154. d.Texture = "rbxassetid://298768656"
  1155. d.VelocitySpread = 60
  1156. d.Parent = tors
  1157. human:SetStateEnabled(3, false)
  1158. local randomoth = math.random(1, 2)
  1159. if randomoth == 1 then
  1160. repeat
  1161. swait()
  1162. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  1163. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  1164. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  1165. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1166. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  1167. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1168. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  1169. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1170. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  1171. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1172. until POSU == false
  1173. elseif randomoth == 2 then
  1174. repeat
  1175. swait()
  1176. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  1177. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  1178. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  1179. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1180. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  1181. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1182. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  1183. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1184. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  1185. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1186. until POSU == false
  1187. end
  1188. elseif POSU == true then
  1189. POSU = false
  1190. human.WalkSpeed = 16
  1191. human:SetStateEnabled(3, true)
  1192. tors.MENACINGU:Destroy()
  1193. activu = true
  1194. activu = false
  1195. end
  1196. end
  1197. local EHMMM = 0
  1198. function block()
  1199. if EHMMM == 50 or selected == false or activu == true then
  1200. return
  1201. end
  1202. if appeared == false then
  1203. standappear(thenoob)
  1204. end
  1205. wherto = hrp
  1206. addcfr = cf(0, 0, -3)
  1207. local bep = true
  1208. local humanshealth = human.Health
  1209. activu = true
  1210. human:SetStateEnabled(15, false)
  1211. local de = mouse.KeyUp:connect(function(key)
  1212. if key == "e" then
  1213. bep = false
  1214. end
  1215. end)
  1216. local poopes = 0
  1217. repeat
  1218. swait()
  1219. poopes = poopes + 1
  1220. human.Health = humanshealth
  1221. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  1222. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  1223. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  1224. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1225. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  1226. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1227. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1228. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1229. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1230. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1231. until bep == false or poopes > 240
  1232. de:Disconnect()
  1233. human:SetStateEnabled(15, true)
  1234. activu = false
  1235. EHMMM = 50
  1236. coroutine.resume(coroutine.create(function()
  1237. wait(7)
  1238. EHMMM = 0
  1239. end))
  1240. wherto = hrp
  1241. addcfr = cf(-2, 1, 2)
  1242. end
  1243. function MUDA()
  1244. if selected == false or activu == true then
  1245. return
  1246. end
  1247. if appeared == false then
  1248. standappear(thenoob)
  1249. wherto = hrp
  1250. addcfr = cf(0, 0, -3.5)
  1251. end
  1252. wry:Stop()
  1253. local bep = true
  1254. activu = true
  1255. wherto = hrp
  1256. addcfr = cf(0, 0, -3.5)
  1257. local function blur(limb)
  1258. coroutine.resume(coroutine.create(function()
  1259. local memedon = {}
  1260. for i = 1, 6 do
  1261. local b1 = Instance.new("Part")
  1262. nooutline(b1)
  1263. b1.Size = Vector3.new(1, 2, 1)
  1264. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1265. b1.CanCollide = false
  1266. b1.BrickColor = limb.BrickColor
  1267. b1.Anchored = true
  1268. b1.Transparency = 0.7
  1269. b1.Locked = true
  1270. b1.Parent = modz
  1271. table.insert(memedon, b1)
  1272. end
  1273. local num = 0
  1274. repeat
  1275. swait()
  1276. num = num % 6 + 1
  1277. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1278. until bep == false
  1279. for i = 1, #memedon do
  1280. swait()
  1281. memedon[i]:Destroy()
  1282. end
  1283. end))
  1284. end
  1285. local de = mouse.KeyUp:connect(function(key)
  1286. if key == "r" then
  1287. bep = false
  1288. end
  1289. end)
  1290. blur(rightarm)
  1291. blur(leftarm)
  1292. local mudodo = Instance.new("Sound")
  1293. mudodo.Volume = 10
  1294. mudodo.SoundId = "rbxassetid://791374350"
  1295. mudodo.Looped = true
  1296. mudodo.Parent = hrp
  1297. mudodo:Play()
  1298. repeat
  1299. for _ = 1, 2 do
  1300. swait()
  1301. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1302. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1303. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1304. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1305. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1306. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1307. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1308. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1309. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1310. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1311. end
  1312. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1313. for _ = 1, 2 do
  1314. swait()
  1315. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1316. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1317. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1318. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1319. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1320. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1321. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1322. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1323. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1324. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1325. end
  1326. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1327. for _ = 1, 2 do
  1328. swait()
  1329. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1330. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1331. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1332. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1333. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1334. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1335. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1336. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1337. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1338. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1339. end
  1340. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1341. for _ = 1, 2 do
  1342. swait()
  1343. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1344. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1345. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1346. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1347. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1348. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1349. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1350. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1351. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1352. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1353. end
  1354. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1355. until bep == false or 0 >= human.Health
  1356. de:Disconnect()
  1357. mudodo:Stop()
  1358. wry:Play()
  1359. for _ = 1, 6 do
  1360. swait()
  1361. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1362. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1363. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1364. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1365. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1366. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1367. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1368. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1369. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1370. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1371. end
  1372. for _ = 1, 7 do
  1373. swait()
  1374. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1375. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1376. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1377. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1378. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1379. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1380. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1381. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1382. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1383. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1384. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1385. end
  1386. swait(5)
  1387. wherto = hrp
  1388. mudodo:Destroy()
  1389. addcfr = cf(-2, 1, 2)
  1390. activu = false
  1391. end
  1392. function cability()
  1393. if selected == false or activu == true then
  1394. return
  1395. end
  1396. if appeared == false then
  1397. standappear(thenoob)
  1398. wherto = hrp
  1399. addcfr = cf(0, 0, -3.75)
  1400. end
  1401. activu = true
  1402. wherto = hrp
  1403. addcfr = cf(0, 0, -3.5)
  1404. local ZAWRUA = Instance.new("Sound")
  1405. ZAWRUA.SoundId = "rbxassetid://899974449"
  1406. ZAWRUA.Volume = 5
  1407. ZAWRUA.Parent = hrp
  1408. ZAWRUA:Play()
  1409. game.Debris:AddItem(ZAWRUA, 2.5)
  1410. local wate = Instance.new("Part")
  1411. nooutline(wate)
  1412. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1413. wate.Material = "Neon"
  1414. wate.Transparency = 1
  1415. wate.BrickColor = BrickColor.new("Toothpaste")
  1416. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1417. wate.Anchored = true
  1418. wate.CanCollide = false
  1419. wate.Parent = modz
  1420. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1421. coroutine.resume(coroutine.create(function()
  1422. repeat
  1423. swait()
  1424. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1425. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1426. until not wate
  1427. end))
  1428. coroutine.resume(coroutine.create(function()
  1429. local pt = {}
  1430. for _ = 1, 10 do
  1431. local wp = Instance.new("Part")
  1432. nooutline(wp)
  1433. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1434. wp.Material = "Neon"
  1435. wp.Transparency = 1
  1436. wp.BrickColor = BrickColor.new("Toothpaste")
  1437. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1438. wp.Anchored = true
  1439. wp.CanCollide = false
  1440. wp.Parent = modz
  1441. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1442. table.insert(pt, wp)
  1443. table.insert(pt, wmz)
  1444. end
  1445. for m = 1, 45 do
  1446. swait()
  1447. for _, hey in pairs(pt) do
  1448. if hey.ClassName == "SpecialMesh" then
  1449. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1450. elseif hey.ClassName == "Part" then
  1451. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1452. hey.Transparency = hey.Transparency - 0.015
  1453. end
  1454. end
  1455. end
  1456. for m = 45, 50 do
  1457. swait()
  1458. for _, hey in pairs(pt) do
  1459. if hey.ClassName == "SpecialMesh" then
  1460. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1461. elseif hey.ClassName == "Part" then
  1462. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1463. hey.Transparency = hey.Transparency + 0.2
  1464. end
  1465. end
  1466. end
  1467. for _, AAA in pairs(pt) do
  1468. if AAA.ClassName == "Part" then
  1469. AAA:Destroy()
  1470. end
  1471. end
  1472. end))
  1473. for _ = 1, 50 do
  1474. swait()
  1475. wmesh.Scale = Vector3.new(9, 9, 9)
  1476. wate.Transparency = wate.Transparency - 0.008
  1477. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1478. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1479. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2)
  1480. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1481. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1482. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1483. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1484. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1485. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1486. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1487. end
  1488. local pooo = Instance.new("Sound")
  1489. pooo.SoundId = "rbxassetid://441202925"
  1490. pooo.Volume = 5
  1491. pooo.Parent = hrp
  1492. pooo:Play()
  1493. game.Debris:AddItem(pooo, 2.5)
  1494. for _ = 1, 1 do
  1495. swait()
  1496. wate.Transparency = wate.Transparency + 0.15
  1497. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1498. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1499. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1500. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1501. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1502. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1503. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1504. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1505. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1506. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1507. end
  1508. local swoo = Instance.new("Part")
  1509. nooutline(swoo)
  1510. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1511. swoo.Material = "Neon"
  1512. swoo.Transparency = 0.2
  1513. swoo.BrickColor = BrickColor.new("Toothpaste")
  1514. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1515. swoo.Anchored = true
  1516. swoo.CanCollide = false
  1517. swoo.Parent = modz
  1518. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1519. local pli = Instance.new("PointLight")
  1520. pli.Brightness = 2
  1521. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1522. pli.Range = 10
  1523. pli.Shadows = true
  1524. pli.Parent = swoo
  1525. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1526. tagability(swoo, 4)
  1527. for _ = 1, 10 do
  1528. swait()
  1529. wate.Transparency = wate.Transparency + 0.05
  1530. swoo.Transparency = swoo.Transparency + 0.075
  1531. pli.Range = pli.Range - 1
  1532. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1533. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1534. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1535. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1536. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1537. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1538. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1539. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1540. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1541. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1542. end
  1543. wate:Destroy()
  1544. swoo:Destroy()
  1545. pli:Destroy()
  1546. swait(15)
  1547. wherto = hrp
  1548. addcfr = cf(-2, 1, 2)
  1549. activu = false
  1550. end
  1551. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1552. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1553. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1554. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1555. function THEBEST()
  1556. if selected == false or activu == true or appeared == true or POSU == true then
  1557. return
  1558. end
  1559. local dipperhat = chr:FindFirstChild("Likebossfromdk")
  1560. local dipperrot
  1561. if dipperhat then
  1562. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1563. end
  1564. activu = true
  1565. POSU = true
  1566. cam.CameraType = "Scriptable"
  1567. chr.PrimaryPart = hrp
  1568. human.WalkSpeed = 0
  1569. human:SetStateEnabled(3, false)
  1570. local actmus1 = Instance.new("Sound")
  1571. actmus1.SoundId = "rbxassetid://188959462"
  1572. actmus1.Volume = 1.5
  1573. actmus1.RollOffMode = 1
  1574. actmus1.TimePosition = 0
  1575. actmus1.Parent = cam
  1576. local actmus2 = Instance.new("Sound")
  1577. actmus2.SoundId = "rbxassetid://188959462"
  1578. actmus2.Volume = 1.5
  1579. actmus2.RollOffMode = 1
  1580. actmus2.TimePosition = 0
  1581. actmus2.Parent = hrp
  1582. actmus1:Play()
  1583. actmus2:Play()
  1584. local mus1 = Instance.new("Sound")
  1585. mus1.SoundId = "rbxassetid://616594208"
  1586. mus1.Volume = 1.25
  1587. mus1.TimePosition = 0.45
  1588. mus1.Parent = cam
  1589. local mus2 = Instance.new("Sound")
  1590. mus2.SoundId = "rbxassetid://616594208"
  1591. mus2.Volume = 1.25
  1592. mus2.TimePosition = 0.45
  1593. mus2.Parent = hrp
  1594. local zawarudoda = Instance.new("Sound")
  1595. zawarudoda.SoundId = "rbxassetid://291088606"
  1596. zawarudoda.Volume = 2
  1597. zawarudoda.TimePosition = 0.3
  1598. zawarudoda.Parent = hrp
  1599. mus1:Play()
  1600. mus2:Play()
  1601. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1602. local regface = hed.face.Texture
  1603. local whogothit, bodyvel
  1604. local function checkhit(partoz, magn)
  1605. for _, guy in pairs(workspace:GetChildren()) do
  1606. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1607. whogothit = guy
  1608. guy:FindFirstChild("Humanoid").PlatformStand = true
  1609. do
  1610. local derp = Instance.new("BodyPosition")
  1611. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1612. derp.P = 8000
  1613. derp.D = 500
  1614. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1615. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1616. bodyvel = derp
  1617. local derp2 = Instance.new("BodyAngularVelocity")
  1618. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1619. derp2.P = 8000
  1620. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1621. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1622. delay(0.1, function()
  1623. derp2:Destroy()
  1624. end)
  1625. bodyvel = derp
  1626. end
  1627. end
  1628. end
  1629. end
  1630. coroutine.resume(coroutine.create(function()
  1631. for _ = 1, 25 do
  1632. swait()
  1633. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1634. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1635. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1636. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1637. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1638. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1639. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1640. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1641. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1642. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1643. end
  1644. for _ = 1, 20 do
  1645. swait()
  1646. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1647. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1648. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1649. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1650. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1651. if dipperhat then
  1652. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1653. end
  1654. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1655. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1656. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1657. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1658. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1659. end
  1660. end))
  1661. repeat
  1662. swait()
  1663. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1664. until mus1.TimePosition > 2.9
  1665. mus1:Pause()
  1666. mus2:Pause()
  1667. zawarudoda:Play()
  1668. coroutine.resume(coroutine.create(function()
  1669. for _ = 1, 7 do
  1670. swait()
  1671. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1672. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1673. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1674. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1675. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1676. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1677. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1678. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1679. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1680. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1681. end
  1682. for _ = 1, 16 do
  1683. swait()
  1684. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1685. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1686. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1687. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1688. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1689. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1690. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1691. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1692. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1693. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1694. end
  1695. end))
  1696. repeat
  1697. swait()
  1698. until zawarudoda.TimePosition > 1.4
  1699. zawarudoda:Pause()
  1700. activu = false
  1701. standappear(thenoob)
  1702. wherto = hrp
  1703. addcfr = cf(3, 0.25, -1.5)
  1704. activu = true
  1705. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1706. for _ = 1, 10 do
  1707. swait()
  1708. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1709. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1710. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1711. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5)
  1712. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1713. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1714. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1715. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1716. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1717. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1718. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1719. end
  1720. wherto = hrp
  1721. addcfr = cf(-3, 0.25, -1.5)
  1722. for _ = 1, 25 do
  1723. swait()
  1724. checkhit(rightarm, 3)
  1725. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1726. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1727. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1728. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1729. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1730. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1731. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1732. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1733. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1734. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1735. end
  1736. if whogothit then
  1737. print("derp")
  1738. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1739. local laugo = Instance.new("Sound")
  1740. laugo.SoundId = "rbxassetid://291088606"
  1741. laugo.Volume = 1.5
  1742. laugo.Parent = hrp
  1743. game.Debris:AddItem(laugo, 2.5)
  1744. laugo:Play()
  1745. local sda = 0
  1746. local chn = 2
  1747. local cs = math.cos
  1748. for D = 1, 60 do
  1749. swait()
  1750. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1751. sda = sda + chn
  1752. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1753. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1754. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1755. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1756. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1757. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1758. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1759. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1760. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1761. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1762. end
  1763. hed.face.Texture = "rbxassetid://"
  1764. mus1.TimePosition = 2.75
  1765. mus1:Play()
  1766. for C = 1, 30 do
  1767. swait()
  1768. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1769. sda = sda + chn
  1770. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1771. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1772. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1773. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1774. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1775. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1776. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1777. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1778. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1779. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1780. end
  1781. for _ = 1, 5 do
  1782. swait()
  1783. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1784. sda = sda + chn
  1785. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1786. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1787. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1788. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1789. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1790. if dipperhat then
  1791. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1792. end
  1793. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1794. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1795. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1796. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1797. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1798. end
  1799. wait(2)
  1800. elseif whogothit == nil then
  1801. print("noderp")
  1802. end
  1803. human:SetStateEnabled(3, true)
  1804. activu = false
  1805. standappear(thenoob)
  1806. activu = true
  1807. if dipperhat then
  1808. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1809. end
  1810. actmus1:Destroy()
  1811. actmus2:Destroy()
  1812. bast:Play()
  1813. if bodyvel then
  1814. bodyvel:Destroy()
  1815. end
  1816. cam.CameraType = "Custom"
  1817. hed.face.Texture = regface
  1818. chr.PrimaryPart = head
  1819. human.WalkSpeed = 16
  1820. activu = false
  1821. POSU = false
  1822. end
  1823. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1824. for _, guy in pairs(workspace:GetChildren()) do
  1825. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  1826. do
  1827. local humz = guy:FindFirstChild("Humanoid")
  1828. local horp = guy:FindFirstChild("HumanoidRootPart")
  1829. TakeDamage(humz, dmg)
  1830. local db = Instance.new("StringValue")
  1831. db.Name = "alabo"
  1832. db.Parent = horp
  1833. delay(debtim, function()
  1834. db:Destroy()
  1835. end)
  1836. local b = Instance.new("Part")
  1837. nooutline(b)
  1838. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1839. b.Transparency = 0.25
  1840. b.Anchored = true
  1841. b.CanCollide = false
  1842. b.BrickColor = BrickColor.new("Institutional white")
  1843. b.Locked = true
  1844. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1845. b.Parent = modz
  1846. local c = Instance.new("SpecialMesh")
  1847. c.MeshType = "Sphere"
  1848. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1849. c.Parent = b
  1850. game.Debris:AddItem(b, 1)
  1851. if bodyfdire then
  1852. local boopyve = Instance.new("BodyVelocity")
  1853. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1854. boopyve.P = math.huge
  1855. boopyve.Velocity = bodyfdire
  1856. boopyve.Parent = horp
  1857. game.Debris:AddItem(boopyve, debtim)
  1858. end
  1859. local bet = Instance.new("Sound")
  1860. bet.Pitch = rd2(9, 11) / 10
  1861. bet.Volume = rd2(12, 14) / 10
  1862. bet.SoundId = "rbxassetid://441202925"
  1863. bet.Parent = b
  1864. bet:Play()
  1865. coroutine.resume(coroutine.create(function()
  1866. for _ = 1, 5 do
  1867. swait()
  1868. b.Transparency = b.Transparency + 0.15
  1869. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1870. end
  1871. end))
  1872. end
  1873. end
  1874. end
  1875. end
  1876. function tagability(partoz, magn)
  1877. for _, guy in pairs(workspace:GetChildren()) do
  1878. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then
  1879. do
  1880. local humz = guy:FindFirstChild("Humanoid")
  1881. humz.PlatformStand = true
  1882. delay(1, function()
  1883. humz.PlatformStand = false
  1884. end)
  1885. local horp = guy:FindFirstChild("HumanoidRootPart")
  1886. local db = Instance.new("StringValue")
  1887. db.Name = "dedrbaba"
  1888. db.Parent = horp
  1889. local bodyrot = Instance.new("BodyAngularVelocity")
  1890. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1891. bodyrot.P = math.huge
  1892. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1893. bodyrot.Parent = horp
  1894. local hL, tL, aL, bL, cL, dL
  1895. game.Debris:AddItem(bodyrot, 0.2)
  1896. coroutine.resume(coroutine.create(function()
  1897. if aL then
  1898. aL.Name = "Right Arm"
  1899. wait()
  1900. end
  1901. if bL then
  1902. bL.Name = "Left Leg"
  1903. wait()
  1904. end
  1905. if cL then
  1906. cL.Name = "Left Arm"
  1907. wait()
  1908. end
  1909. if dL then
  1910. dL.Name = "Right Leg"
  1911. end
  1912. end))
  1913. end
  1914. end
  1915. end
  1916. end
  1917. mouse.KeyDown:connect(function(key)
  1918. if human.Health <= 0 then
  1919. return
  1920. end
  1921. if key == "f" then
  1922. standappear(thenoob)
  1923. end
  1924. if key == "r" then
  1925. MUDA()
  1926. end
  1927. if key == "e" then
  1928. block()
  1929. end
  1930. if key == "v" then
  1931. cability()
  1932. end
  1933. if key == "m" and plr.UserId then
  1934. THEBEST()
  1935. end
  1936. if key == "j" then
  1937. THREATENING()
  1938. end
  1939. if key == "k" then
  1940. konodioda:Play()
  1941. end
  1942. if key == "l" then
  1943. bast:Play()
  1944. end
  1945. if key == "p" then
  1946. zaworld:Play()
  1947. end
  1948. end)
  1949. tool.Equipped:connect(function()
  1950. selected = true
  1951. end)
  1952. tool.Unequipped:connect(function()
  1953. selected = false
  1954. end)
  1955. sine = 0
  1956. charge = 1
  1957. cos = math.cos
  1958. game:GetService("RunService").RenderStepped:connect(function()
  1959. if POSU == false then
  1960. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1961. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1962. local checkstate = human:GetState()
  1963. if checkstate.Value == 13 then
  1964. animpose = "Sitting"
  1965. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1966. animpose = "Jumping"
  1967. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1968. animpose = "Falling"
  1969. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1970. animpose = "Idle"
  1971. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1972. animpose = "Walking"
  1973. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1974. animpose = "TooFast"
  1975. end
  1976. if animpose == "Idle" then
  1977. sine = sine + charge
  1978. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1979. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1980. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  1981. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1982. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  1983. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1984. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  1985. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1986. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  1987. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1988. end
  1989. if animpose == "Walking" then
  1990. sine = sine + charge
  1991. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1992. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1993. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  1994. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1995. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  1996. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1997. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  1998. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1999. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  2000. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2001. end
  2002. if animpose == "Jumping" then
  2003. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  2004. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  2005. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  2006. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2007. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  2008. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2009. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  2010. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2011. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  2012. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2013. end
  2014. if animpose == "Falling" then
  2015. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  2016. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  2017. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  2018. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2019. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  2020. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2021. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  2022. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2023. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  2024. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2025. end
  2026. if animpose == "TooFast" then
  2027. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  2028. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  2029. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  2030. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2031. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  2032. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  2033. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  2034. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2035. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  2036. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2037. end
  2038. if animpose == "Sitting" then
  2039. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2040. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2041. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  2042. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2043. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  2044. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2045. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  2046. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2047. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  2048. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2049. end
  2050. end
  2051. if appeared == false and activu == false then
  2052. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2053. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2054. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2055. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2056. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2057. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2058. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2059. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2060. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2061. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2062. elseif appeared == true and activu == false then
  2063. sine = sine + charge
  2064. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3)
  2065. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  2066. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2067. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2068. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2069. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2070. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3)
  2071. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2072. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3)
  2073. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2074. end
  2075. end)
  2076. function dispose()
  2077. for i, v in pairs(getfenv(0)) do
  2078. v = nil
  2079. end
  2080. error = nil
  2081. print = nil
  2082. warn = nil
  2083. end
  2084. human.Died:connect(dispose)
  2085. chr.Changed:connect(function()
  2086. if chr.Parent == nil then
  2087. dispose()
  2088. ------------
  2089. ------------
  2090. end
  2091. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement