Advertisement
JRKPastesBins

Untitled

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