Advertisement
JRKPastesBins

Untitled

Jul 27th, 2017
105
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. 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.7
  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("Bright red")
  169. ef3.BrickColor=BrickColor.new("Bright red")
  170. ef4.BrickColor=BrickColor.new("Bright red")
  171. ef2.BrickColor=BrickColor.new("Bright red")
  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=172374380"
  225. TSTheme.Volume = 2
  226. canworld = true
  227. mse.KeyDown:connect(function(key)
  228. key = key:lower()
  229. if key == "f" 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://616594208"
  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("Crimson")
  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("Crimson")
  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. nooutline(leftarm)
  552. leftarm.Anchored = false
  553. leftarm.Name = "Left Arm"
  554. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  555. leftarm.Size = Vector3.new(1, 2, 1)
  556. leftarm.BrickColor = BrickColor.new("Crimson")
  557. leftarm.CanCollide = false
  558. leftarm.Transparency = 1
  559. leftarm.Locked = true
  560. leftarm.Parent = ZANOOB
  561. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  562. local rightarm = Instance.new("Part")
  563. nooutline(rightarm)
  564. rightarm.Anchored = false
  565. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  566. rightarm.Name = "Right Arm"
  567. rightarm.Size = Vector3.new(1, 2, 1)
  568. rightarm.BrickColor = BrickColor.new("Crimson")
  569. rightarm.CanCollide = false
  570. rightarm.Locked = true
  571. rightarm.Transparency = 1
  572. rightarm.Parent = ZANOOB
  573. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  574. local leftleg = Instance.new("Part")
  575. nooutline(leftleg)
  576. leftleg.Anchored = false
  577. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  578. leftleg.Name = "Left Leg"
  579. leftleg.Size = Vector3.new(1, 2, 1)
  580. leftleg.BrickColor = BrickColor.new("Dark red")
  581. leftleg.CanCollide = false
  582. leftleg.Transparency = 1
  583. leftleg.Locked = true
  584. leftleg.Parent = ZANOOB
  585. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  586. local rightleg = Instance.new("Part")
  587. nooutline(rightleg)
  588. rightleg.Anchored = false
  589. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  590. rightleg.Name = "Right Leg"
  591. rightleg.Size = Vector3.new(1, 2, 1)
  592. rightleg.BrickColor = BrickColor.new("Dark red")
  593. rightleg.CanCollide = false
  594. rightleg.Locked = true
  595. rightleg.Transparency = 1
  596. rightleg.Parent = ZANOOB
  597. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  598. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  599. rootweld.Name = "RootJoint"
  600. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  601. neckweld.Name = "Neck"
  602. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  603. rshoulderweld.Name = "Right Shoulder"
  604. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  605. lshoulderweld.Name = "Left Shoulder"
  606. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  607. rhipweld.Name = "Right Hip"
  608. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  609. lhipweld.Name = "Left Hip"
  610. local pa1 = Instance.new("Part")
  611. nooutline(pa1)
  612. pa1.Anchored = false
  613. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  614. pa1.Name = "pa1"
  615. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  616. pa1.BrickColor = BrickColor.new("Dark red")
  617. pa1.CanCollide = false
  618. pa1.Locked = true
  619. pa1.Transparency = 1
  620. pa1.Parent = ZANOOB
  621. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  622. 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))
  623. local pa2 = Instance.new("Part")
  624. nooutline(pa2)
  625. pa2.Anchored = false
  626. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  627. pa2.Name = "pa2"
  628. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  629. pa2.BrickColor = BrickColor.new("Dark red")
  630. pa2.CanCollide = false
  631. pa2.Locked = true
  632. pa2.Transparency = 1
  633. pa2.Parent = ZANOOB
  634. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  635. 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))
  636. local pa3 = Instance.new("Part")
  637. nooutline(pa3)
  638. pa3.Anchored = false
  639. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  640. pa3.Name = "pa3"
  641. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  642. pa3.BrickColor = BrickColor.new("Dark red")
  643. pa3.CanCollide = false
  644. pa3.Locked = true
  645. pa3.Transparency = 1
  646. pa3.Parent = ZANOOB
  647. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  648. 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))
  649. local pa4 = Instance.new("Part")
  650. nooutline(pa4)
  651. pa4.Anchored = false
  652. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  653. pa4.Name = "pa4"
  654. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  655. pa4.BrickColor = BrickColor.new("Dark red")
  656. pa4.CanCollide = false
  657. pa4.Locked = true
  658. pa4.Transparency = 1
  659. pa4.Parent = ZANOOB
  660. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  661. 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))
  662. local pa5 = Instance.new("Part")
  663. nooutline(pa5)
  664. pa5.Anchored = false
  665. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  666. pa5.Name = "pa5"
  667. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  668. pa5.BrickColor = BrickColor.new("Dark red")
  669. pa5.CanCollide = false
  670. pa5.Locked = true
  671. pa5.Transparency = 1
  672. pa5.Parent = ZANOOB
  673. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  674. 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))
  675. local pa6 = Instance.new("Part")
  676. nooutline(pa6)
  677. pa6.Anchored = false
  678. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  679. pa6.Name = "pa6"
  680. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  681. pa6.BrickColor = BrickColor.new("Dark red")
  682. pa6.CanCollide = false
  683. pa6.Locked = true
  684. pa6.Transparency = 1
  685. pa6.Parent = ZANOOB
  686. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  687. 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))
  688. local pa7 = Instance.new("Part")
  689. nooutline(pa7)
  690. pa7.Anchored = false
  691. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  692. pa7.Name = "pa7"
  693. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  694. pa7.BrickColor = BrickColor.new("Dark red")
  695. pa7.CanCollide = false
  696. pa7.Locked = true
  697. pa7.Transparency = 1
  698. pa7.Parent = ZANOOB
  699. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  700. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  701. local pa8 = Instance.new("Part")
  702. nooutline(pa8)
  703. pa8.Anchored = false
  704. pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  705. pa8.Name = "pa8"
  706. pa8.Size = Vector3.new(0.2, 0.2, 0.2)
  707. pa8.BrickColor = BrickColor.new("Crimson")
  708. pa8.CanCollide = false
  709. pa8.Locked = true
  710. pa8.Transparency = 1
  711. pa8.Parent = ZANOOB
  712. local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
  713. local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
  714. local pa9 = Instance.new("Part")
  715. nooutline(pa9)
  716. pa9.Anchored = false
  717. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  718. pa9.Name = "pa9"
  719. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  720. pa9.BrickColor = BrickColor.new("Crimson")
  721. pa9.CanCollide = false
  722. pa9.Locked = true
  723. pa9.Transparency = 1
  724. pa9.Parent = ZANOOB
  725. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  726. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  727. local pa10 = Instance.new("Part")
  728. nooutline(pa10)
  729. pa10.Anchored = false
  730. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  731. pa10.Name = "pa10"
  732. pa10.Size = Vector3.new(0.2, 0.2, 0.2)
  733. pa10.BrickColor = BrickColor.new("Dark red")
  734. pa10.CanCollide = false
  735. pa10.Locked = true
  736. pa10.Transparency = 1
  737. pa10.Parent = ZANOOB
  738. local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
  739. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  740. local pa11 = Instance.new("Part")
  741. nooutline(pa11)
  742. pa11.Anchored = false
  743. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  744. pa11.Name = "pa11"
  745. pa11.Size = Vector3.new(0.2, 0.2, 0.2)
  746. pa11.BrickColor = BrickColor.new("Dark red")
  747. pa11.CanCollide = false
  748. pa11.Locked = true
  749. pa11.Transparency = 1
  750. pa11.Parent = ZANOOB
  751. local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
  752. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  753. local raemblem = Instance.new("Part")
  754. nooutline(raemblem)
  755. raemblem.Anchored = false
  756. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  757. raemblem.Name = "raemblem"
  758. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  759. raemblem.BrickColor = BrickColor.new("Crimson")
  760. raemblem.CanCollide = false
  761. raemblem.Locked = true
  762. raemblem.Material = "SmoothPlastic"
  763. raemblem.Transparency = 1
  764. raemblem.Parent = ZANOOB
  765. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  766. 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))
  767. local emmes = Instance.new("Decal")
  768. emmes.Texture = "rbxassetid://"
  769. emmes.Transparency = 1
  770. emmes.Face = "Right"
  771. emmes.Name = "embe"
  772. emmes.Parent = raemblem
  773. local ra1 = Instance.new("Part")
  774. nooutline(ra1)
  775. ra1.Anchored = false
  776. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  777. ra1.Name = "ra1"
  778. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  779. ra1.BrickColor = BrickColor.new("Crimson")
  780. ra1.CanCollide = false
  781. ra1.Locked = true
  782. ra1.Transparency = 1
  783. ra1.Parent = ZANOOB
  784. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  785. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  786. local ra2 = Instance.new("Part")
  787. nooutline(ra2)
  788. ra2.Anchored = false
  789. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  790. ra2.Name = "ra2"
  791. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  792. ra2.BrickColor = BrickColor.new("Crimson")
  793. ra2.CanCollide = false
  794. ra2.Locked = true
  795. ra2.Transparency = 1
  796. ra2.Parent = ZANOOB
  797. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  798. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  799. local ra3 = Instance.new("Part")
  800. nooutline(ra3)
  801. ra3.Anchored = false
  802. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  803. ra3.Name = "ra3"
  804. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  805. ra3.BrickColor = BrickColor.new("Dark red")
  806. ra3.CanCollide = false
  807. ra3.Locked = true
  808. ra3.Transparency = 1
  809. ra3.Parent = ZANOOB
  810. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  811. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  812. local ra4 = Instance.new("Part")
  813. nooutline(ra4)
  814. ra4.Anchored = false
  815. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  816. ra4.Name = "ra4"
  817. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  818. ra4.BrickColor = BrickColor.new("Dark red")
  819. ra4.CanCollide = false
  820. ra4.Locked = true
  821. ra4.Transparency = 1
  822. ra4.Parent = ZANOOB
  823. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  824. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  825. local ra5 = Instance.new("Part")
  826. nooutline(ra5)
  827. ra5.Anchored = false
  828. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  829. ra5.Name = "ra5"
  830. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  831. ra5.BrickColor = BrickColor.new("Crimson")
  832. ra5.CanCollide = false
  833. ra5.Locked = true
  834. ra5.Transparency = 1
  835. ra5.Parent = ZANOOB
  836. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  837. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  838. local la1 = Instance.new("Part")
  839. nooutline(la1)
  840. la1.Anchored = false
  841. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  842. la1.Name = "la1"
  843. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  844. la1.BrickColor = BrickColor.new("Crimson")
  845. la1.CanCollide = false
  846. la1.Locked = true
  847. la1.Transparency = 1
  848. la1.Parent = ZANOOB
  849. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  850. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  851. local la2 = Instance.new("Part")
  852. nooutline(la2)
  853. la2.Anchored = false
  854. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  855. la2.Name = "la2"
  856. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  857. la2.BrickColor = BrickColor.new("Crimson")
  858. la2.CanCollide = false
  859. la2.Locked = true
  860. la2.Transparency = 1
  861. la2.Parent = ZANOOB
  862. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  863. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  864. local la3 = Instance.new("Part")
  865. nooutline(la3)
  866. la3.Anchored = false
  867. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  868. la3.Name = "la3"
  869. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  870. la3.BrickColor = BrickColor.new("Dark red")
  871. la3.CanCollide = false
  872. la3.Locked = true
  873. la3.Transparency = 1
  874. la3.Parent = ZANOOB
  875. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  876. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  877. local la4 = Instance.new("Part")
  878. nooutline(la4)
  879. la4.Anchored = false
  880. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  881. la4.Name = "la4"
  882. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  883. la4.BrickColor = BrickColor.new("Dark red")
  884. la4.CanCollide = false
  885. la4.Locked = true
  886. la4.Transparency = 1
  887. la4.Parent = ZANOOB
  888. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  889. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  890. local la5 = Instance.new("Part")
  891. nooutline(la5)
  892. la5.Anchored = false
  893. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  894. la5.Name = "la5"
  895. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  896. la5.BrickColor = BrickColor.new("Crimson")
  897. la5.CanCollide = false
  898. la5.Locked = true
  899. la5.Transparency = 1
  900. la5.Parent = ZANOOB
  901. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  902. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  903. local ll1 = Instance.new("Part")
  904. nooutline(ll1)
  905. ll1.Anchored = false
  906. ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  907. ll1.Name = "ll1"
  908. ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  909. ll1.BrickColor = BrickColor.new("Dark red")
  910. ll1.CanCollide = false
  911. ll1.Locked = true
  912. ll1.Transparency = 1
  913. ll1.Parent = ZANOOB
  914. local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  915. local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  916. local ll2 = Instance.new("Part")
  917. nooutline(ll2)
  918. ll2.Anchored = false
  919. ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  920. ll2.Name = "ll2"
  921. ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  922. ll2.BrickColor = BrickColor.new("Dark red")
  923. ll2.CanCollide = false
  924. ll2.Locked = true
  925. ll2.Transparency = 1
  926. ll2.Parent = ZANOOB
  927. local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  928. local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  929. local ll3 = Instance.new("Part")
  930. nooutline(ll3)
  931. ll3.Anchored = false
  932. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  933. ll3.Name = "ll3"
  934. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  935. ll3.BrickColor = BrickColor.new("Crimson")
  936. ll3.CanCollide = false
  937. ll3.Locked = true
  938. ll3.Transparency = 1
  939. ll3.Parent = ZANOOB
  940. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  941. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  942. local rr1 = Instance.new("Part")
  943. nooutline(rr1)
  944. rr1.Anchored = false
  945. rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  946. rr1.Name = "rr1"
  947. rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  948. rr1.BrickColor = BrickColor.new("Dark red")
  949. rr1.CanCollide = false
  950. rr1.Locked = true
  951. rr1.Transparency = 1
  952. rr1.Parent = ZANOOB
  953. local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  954. local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  955. local rr2 = Instance.new("Part")
  956. nooutline(rr2)
  957. rr2.Anchored = false
  958. rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  959. rr2.Name = "rr2"
  960. rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  961. rr2.BrickColor = BrickColor.new("Dark red")
  962. rr2.CanCollide = false
  963. rr2.Locked = true
  964. rr2.Transparency = 1
  965. rr2.Parent = ZANOOB
  966. local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  967. local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  968. local rr3 = Instance.new("Part")
  969. nooutline(rr3)
  970. rr3.Anchored = false
  971. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  972. rr3.Name = "rr3"
  973. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  974. rr3.BrickColor = BrickColor.new("Crimson")
  975. rr3.CanCollide = false
  976. rr3.Locked = true
  977. rr3.Transparency = 1
  978. rr3.Parent = ZANOOB
  979. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  980. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  981. return ZANOOB
  982. end
  983. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  984. coroutine.resume(coroutine.create(function()
  985. local rot = thenoob.HumanoidRootPart
  986. repeat
  987. swait()
  988. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  989. until rot == nil
  990. end))
  991. local rot = thenoob.HumanoidRootPart
  992. local ntorso = thenoob:FindFirstChild("Torso")
  993. local rightarm = thenoob:FindFirstChild("Right Arm")
  994. local leftarm = thenoob:FindFirstChild("Left Arm")
  995. local leftleg = thenoob:FindFirstChild("Left Leg")
  996. local rightleg = thenoob:FindFirstChild("Right Leg")
  997. local head = thenoob:FindFirstChild("Head")
  998. local face = head:FindFirstChild("face")
  999. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  1000. local embpart = thenoob:FindFirstChild("raemblem")
  1001. local nRJ = rot:FindFirstChild("RootJoint")
  1002. local nN = ntorso:FindFirstChild("Neck")
  1003. local nRS = ntorso:FindFirstChild("Right Shoulder")
  1004. local nLS = ntorso:FindFirstChild("Left Shoulder")
  1005. local nRH = ntorso:FindFirstChild("Right Hip")
  1006. local nLH = ntorso:FindFirstChild("Left Hip")
  1007. function standappear(nbz)
  1008. if selected == false or activu == true then
  1009. return
  1010. end
  1011. if appeared == false then
  1012. appeared = true
  1013. wherto = hrp
  1014. addcfr = cf(-2, 1, 2)
  1015. local apear = Instance.new("Sound")
  1016. apear.SoundId = "rbxassetid://463010917"
  1017. apear.Parent = rot
  1018. apear.Volume = 1.25
  1019. game.Debris:AddItem(apear, 1.5)
  1020. apear:Play()
  1021. for _, n in pairs(nbz:GetChildren()) do
  1022. coroutine.resume(coroutine.create(function()
  1023. for _ = 1, 5 do
  1024. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  1025. swait()
  1026. n.Transparency = n.Transparency - 0.2
  1027. face.Transparency = face.Transparency - 0.2
  1028. emblem.Transparency = emblem.Transparency - 0.2
  1029. end
  1030. end
  1031. if n ~= rot and n ~= embpart then
  1032. n.Transparency = 0
  1033. end
  1034. face.Transparency = 0
  1035. emblem.Transparency = 0
  1036. end))
  1037. end
  1038. elseif appeared == true then
  1039. appeared = false
  1040. wherto = hrp
  1041. addcfr = cf(0, 0, 0)
  1042. for _, n in pairs(nbz:GetChildren()) do
  1043. coroutine.resume(coroutine.create(function()
  1044. for _ = 1, 5 do
  1045. if n ~= rot and n ~= embpart then
  1046. swait()
  1047. n.Transparency = n.Transparency + 0.2
  1048. face.Transparency = face.Transparency + 0.2
  1049. emblem.Transparency = emblem.Transparency + 0.2
  1050. end
  1051. end
  1052. if n ~= rot and n ~= embpart then
  1053. n.Transparency = 1
  1054. end
  1055. face.Transparency = 1
  1056. emblem.Transparency = 1
  1057. end))
  1058. end
  1059. end
  1060. end
  1061. function THREATENING()
  1062. if selected == false or activu == true then
  1063. return
  1064. end
  1065. if POSU == false then
  1066. POSU = true
  1067. human.WalkSpeed = 0
  1068. local d = Instance.new("ParticleEmitter")
  1069. d.Name = "MENACINGU"
  1070. d.Lifetime = NumberRange.new(1)
  1071. d.Rate = 2
  1072. d.Texture = "rbxassetid://298768656"
  1073. d.VelocitySpread = 60
  1074. d.Parent = tors
  1075. human:SetStateEnabled(3, false)
  1076. local randomoth = math.random(1, 2)
  1077. if randomoth == 1 then
  1078. repeat
  1079. swait()
  1080. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  1081. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  1082. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  1083. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1084. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  1085. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1086. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  1087. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1088. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  1089. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1090. until POSU == false
  1091. elseif randomoth == 2 then
  1092. repeat
  1093. swait()
  1094. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  1095. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  1096. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  1097. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1098. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  1099. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1100. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  1101. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1102. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  1103. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1104. until POSU == false
  1105. end
  1106. elseif POSU == true then
  1107. POSU = false
  1108. human.WalkSpeed = 16
  1109. human:SetStateEnabled(3, true)
  1110. tors.MENACINGU:Destroy()
  1111. activu = true
  1112. activu = false
  1113. end
  1114. end
  1115. local EHMMM = 0
  1116. function block()
  1117. if EHMMM == 50 or selected == false or activu == true then
  1118. return
  1119. end
  1120. if appeared == false then
  1121. standappear(thenoob)
  1122. end
  1123. wherto = hrp
  1124. addcfr = cf(0, 0, -3)
  1125. local bep = true
  1126. local humanshealth = human.Health
  1127. activu = true
  1128. human:SetStateEnabled(15, false)
  1129. local de = mouse.KeyUp:connect(function(key)
  1130. if key == "e" then
  1131. bep = false
  1132. end
  1133. end)
  1134. local poopes = 0
  1135. repeat
  1136. swait()
  1137. poopes = poopes + 1
  1138. human.Health = humanshealth
  1139. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  1140. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  1141. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  1142. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1143. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  1144. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  1145. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1146. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1147. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1148. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1149. until bep == false or poopes > 240
  1150. de:Disconnect()
  1151. human:SetStateEnabled(15, true)
  1152. activu = false
  1153. EHMMM = 50
  1154. coroutine.resume(coroutine.create(function()
  1155. wait(7)
  1156. EHMMM = 0
  1157. end))
  1158. wherto = hrp
  1159. addcfr = cf(-2, 1, 2)
  1160. end
  1161. function MUDA()
  1162. if selected == false or activu == true then
  1163. return
  1164. end
  1165. if appeared == false then
  1166. standappear(thenoob)
  1167. wherto = hrp
  1168. addcfr = cf(0, 0, -3.5)
  1169. end
  1170. wry:Stop()
  1171. local bep = true
  1172. activu = true
  1173. wherto = hrp
  1174. addcfr = cf(0, 0, -3.5)
  1175. local function blur(limb)
  1176. coroutine.resume(coroutine.create(function()
  1177. local memedon = {}
  1178. for i = 1, 6 do
  1179. local b1 = Instance.new("Part")
  1180. nooutline(b1)
  1181. b1.Size = Vector3.new(1, 2, 1)
  1182. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1183. b1.CanCollide = false
  1184. b1.BrickColor = limb.BrickColor
  1185. b1.Anchored = true
  1186. b1.Transparency = 0.7
  1187. b1.Locked = true
  1188. b1.Parent = modz
  1189. table.insert(memedon, b1)
  1190. end
  1191. local num = 0
  1192. repeat
  1193. swait()
  1194. num = num % 6 + 1
  1195. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1196. until bep == false
  1197. for i = 1, #memedon do
  1198. swait()
  1199. memedon[i]:Destroy()
  1200. end
  1201. end))
  1202. end
  1203. local de = mouse.KeyUp:connect(function(key)
  1204. if key == "r" then
  1205. bep = false
  1206. end
  1207. end)
  1208. blur(rightarm)
  1209. blur(leftarm)
  1210. local mudodo = Instance.new("Sound")
  1211. mudodo.Volume = 10
  1212. mudodo.SoundId = "rbxassetid://853224808"
  1213. mudodo.Looped = true
  1214. mudodo.Parent = hrp
  1215. mudodo:Play()
  1216. repeat
  1217. for _ = 1, 2 do
  1218. swait()
  1219. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1220. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1221. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1222. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1223. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1224. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1225. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1226. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1227. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1228. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1229. end
  1230. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1231. for _ = 1, 2 do
  1232. swait()
  1233. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1234. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1235. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1236. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1237. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1238. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1239. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1240. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1241. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1242. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1243. end
  1244. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1245. for _ = 1, 2 do
  1246. swait()
  1247. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1248. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1249. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1250. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1251. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1252. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1253. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1254. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1255. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1256. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1257. end
  1258. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1259. for _ = 1, 2 do
  1260. swait()
  1261. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1262. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1263. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1264. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1265. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1266. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1267. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1268. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1269. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1270. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1271. end
  1272. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1273. until bep == false or 0 >= human.Health
  1274. de:Disconnect()
  1275. mudodo:Stop()
  1276. wry:Play()
  1277. for _ = 1, 6 do
  1278. swait()
  1279. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1280. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1281. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1282. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1283. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1284. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1285. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1286. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1287. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1288. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1289. end
  1290. for _ = 1, 7 do
  1291. swait()
  1292. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1293. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1294. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1295. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1296. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1297. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1298. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1299. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1300. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1301. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1302. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1303. end
  1304. swait(5)
  1305. wherto = hrp
  1306. mudodo:Destroy()
  1307. addcfr = cf(-2, 1, 2)
  1308. activu = false
  1309. end
  1310. function cability()
  1311. if selected == false or activu == true then
  1312. return
  1313. end
  1314. if appeared == false then
  1315. standappear(thenoob)
  1316. wherto = hrp
  1317. addcfr = cf(0, 0, -3.75)
  1318. end
  1319. activu = true
  1320. wherto = hrp
  1321. addcfr = cf(0, 0, -3.5)
  1322. local ZAWRUA = Instance.new("Sound")
  1323. ZAWRUA.SoundId = "rbxassetid://616576437"
  1324. ZAWRUA.Volume = 5
  1325. ZAWRUA.Parent = hrp
  1326. ZAWRUA:Play()
  1327. game.Debris:AddItem(ZAWRUA, 2.5)
  1328. local wate = Instance.new("Part")
  1329. nooutline(wate)
  1330. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1331. wate.Material = "Neon"
  1332. wate.Transparency = 1
  1333. wate.BrickColor = BrickColor.new("Dark red")
  1334. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1335. wate.Anchored = true
  1336. wate.CanCollide = false
  1337. wate.Parent = modz
  1338. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1339. coroutine.resume(coroutine.create(function()
  1340. repeat
  1341. swait()
  1342. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1343. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1344. until not wate
  1345. end))
  1346. coroutine.resume(coroutine.create(function()
  1347. local pt = {}
  1348. for _ = 1, 10 do
  1349. local wp = Instance.new("Part")
  1350. nooutline(wp)
  1351. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1352. wp.Material = "Neon"
  1353. wp.Transparency = 1
  1354. wp.BrickColor = BrickColor.new("Dark red")
  1355. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1356. wp.Anchored = true
  1357. wp.CanCollide = false
  1358. wp.Parent = modz
  1359. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1360. table.insert(pt, wp)
  1361. table.insert(pt, wmz)
  1362. end
  1363. for m = 1, 45 do
  1364. swait()
  1365. for _, hey in pairs(pt) do
  1366. if hey.ClassName == "SpecialMesh" then
  1367. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1368. elseif hey.ClassName == "Part" then
  1369. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1370. hey.Transparency = hey.Transparency - 0.015
  1371. end
  1372. end
  1373. end
  1374. for m = 45, 50 do
  1375. swait()
  1376. for _, hey in pairs(pt) do
  1377. if hey.ClassName == "SpecialMesh" then
  1378. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1379. elseif hey.ClassName == "Part" then
  1380. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1381. hey.Transparency = hey.Transparency + 0.2
  1382. end
  1383. end
  1384. end
  1385. for _, AAA in pairs(pt) do
  1386. if AAA.ClassName == "Part" then
  1387. AAA:Destroy()
  1388. end
  1389. end
  1390. end))
  1391. for _ = 1, 50 do
  1392. swait()
  1393. wmesh.Scale = Vector3.new(9, 9, 9)
  1394. wate.Transparency = wate.Transparency - 0.008
  1395. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1396. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1397. 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)
  1398. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1399. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1400. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1401. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1402. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1403. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1404. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1405. end
  1406. local pooo = Instance.new("Sound")
  1407. pooo.SoundId = "rbxassetid://441202925"
  1408. pooo.Volume = 5
  1409. pooo.Parent = hrp
  1410. pooo:Play()
  1411. game.Debris:AddItem(pooo, 2.5)
  1412. for _ = 1, 1 do
  1413. swait()
  1414. wate.Transparency = wate.Transparency + 0.15
  1415. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1416. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1417. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1418. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1419. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1420. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1421. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1422. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1423. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1424. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1425. end
  1426. local swoo = Instance.new("Part")
  1427. nooutline(swoo)
  1428. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1429. swoo.Material = "Neon"
  1430. swoo.Transparency = 0.2
  1431. swoo.BrickColor = BrickColor.new("Dark red")
  1432. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1433. swoo.Anchored = true
  1434. swoo.CanCollide = false
  1435. swoo.Parent = modz
  1436. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1437. local pli = Instance.new("PointLight")
  1438. pli.Brightness = 2
  1439. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1440. pli.Range = 10
  1441. pli.Shadows = true
  1442. pli.Parent = swoo
  1443. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1444. tagability(swoo, 4)
  1445. for _ = 1, 10 do
  1446. swait()
  1447. wate.Transparency = wate.Transparency + 0.05
  1448. swoo.Transparency = swoo.Transparency + 0.075
  1449. pli.Range = pli.Range - 1
  1450. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1451. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1452. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1453. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1454. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1455. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1456. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1457. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1458. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1459. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1460. end
  1461. wate:Destroy()
  1462. swoo:Destroy()
  1463. pli:Destroy()
  1464. swait(15)
  1465. wherto = hrp
  1466. addcfr = cf(-2, 1, 2)
  1467. activu = false
  1468. end
  1469. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1470. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1471. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1472. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1473. function THEBEST()
  1474. if selected == false or activu == true or appeared == true or POSU == true then
  1475. return
  1476. end
  1477. local dipperhat = chr:FindFirstChild("Likebossfromdk")
  1478. local dipperrot
  1479. if dipperhat then
  1480. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1481. end
  1482. activu = true
  1483. POSU = true
  1484. cam.CameraType = "Scriptable"
  1485. chr.PrimaryPart = hrp
  1486. human.WalkSpeed = 0
  1487. human:SetStateEnabled(3, false)
  1488. local actmus1 = Instance.new("Sound")
  1489. actmus1.SoundId = "rbxassetid://188959462"
  1490. actmus1.Volume = 1.5
  1491. actmus1.RollOffMode = 1
  1492. actmus1.TimePosition = 0
  1493. actmus1.Parent = cam
  1494. local actmus2 = Instance.new("Sound")
  1495. actmus2.SoundId = "rbxassetid://188959462"
  1496. actmus2.Volume = 1.5
  1497. actmus2.RollOffMode = 1
  1498. actmus2.TimePosition = 0
  1499. actmus2.Parent = hrp
  1500. actmus1:Play()
  1501. actmus2:Play()
  1502. local mus1 = Instance.new("Sound")
  1503. mus1.SoundId = "rbxassetid://616594208"
  1504. mus1.Volume = 1.25
  1505. mus1.TimePosition = 0.45
  1506. mus1.Parent = cam
  1507. local mus2 = Instance.new("Sound")
  1508. mus2.SoundId = "rbxassetid://616594208"
  1509. mus2.Volume = 1.25
  1510. mus2.TimePosition = 0.45
  1511. mus2.Parent = hrp
  1512. local zawarudoda = Instance.new("Sound")
  1513. zawarudoda.SoundId = "rbxassetid://291088606"
  1514. zawarudoda.Volume = 2
  1515. zawarudoda.TimePosition = 0.3
  1516. zawarudoda.Parent = hrp
  1517. mus1:Play()
  1518. mus2:Play()
  1519. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1520. local regface = hed.face.Texture
  1521. local whogothit, bodyvel
  1522. local function checkhit(partoz, magn)
  1523. for _, guy in pairs(workspace:GetChildren()) do
  1524. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1525. whogothit = guy
  1526. guy:FindFirstChild("Humanoid").PlatformStand = true
  1527. do
  1528. local derp = Instance.new("BodyPosition")
  1529. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1530. derp.P = 8000
  1531. derp.D = 500
  1532. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1533. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1534. bodyvel = derp
  1535. local derp2 = Instance.new("BodyAngularVelocity")
  1536. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1537. derp2.P = 8000
  1538. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1539. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1540. delay(0.1, function()
  1541. derp2:Destroy()
  1542. end)
  1543. bodyvel = derp
  1544. end
  1545. end
  1546. end
  1547. end
  1548. coroutine.resume(coroutine.create(function()
  1549. for _ = 1, 25 do
  1550. swait()
  1551. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1552. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1553. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1554. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1555. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1556. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1557. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1558. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1559. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1560. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1561. end
  1562. for _ = 1, 20 do
  1563. swait()
  1564. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1565. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1566. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1567. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1568. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1569. if dipperhat then
  1570. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1571. end
  1572. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1573. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1574. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1575. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1576. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1577. end
  1578. end))
  1579. repeat
  1580. swait()
  1581. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1582. until mus1.TimePosition > 2.9
  1583. mus1:Pause()
  1584. mus2:Pause()
  1585. zawarudoda:Play()
  1586. coroutine.resume(coroutine.create(function()
  1587. for _ = 1, 7 do
  1588. swait()
  1589. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1590. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1591. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1592. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1593. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1594. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1595. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1596. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1597. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1598. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1599. end
  1600. for _ = 1, 16 do
  1601. swait()
  1602. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1603. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1604. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1605. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1606. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1607. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1608. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1609. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1610. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1611. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1612. end
  1613. end))
  1614. repeat
  1615. swait()
  1616. until zawarudoda.TimePosition > 1.4
  1617. zawarudoda:Pause()
  1618. activu = false
  1619. standappear(thenoob)
  1620. wherto = hrp
  1621. addcfr = cf(3, 0.25, -1.5)
  1622. activu = true
  1623. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1624. for _ = 1, 10 do
  1625. swait()
  1626. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1627. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1628. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1629. 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)
  1630. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1631. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1632. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1633. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1634. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1635. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1636. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1637. end
  1638. wherto = hrp
  1639. addcfr = cf(-3, 0.25, -1.5)
  1640. for _ = 1, 25 do
  1641. swait()
  1642. checkhit(rightarm, 3)
  1643. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1644. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1645. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1646. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1647. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1648. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1649. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1650. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1651. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1652. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1653. end
  1654. if whogothit then
  1655. print("derp")
  1656. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1657. local laugo = Instance.new("Sound")
  1658. laugo.SoundId = "rbxassetid://291088606"
  1659. laugo.Volume = 1.5
  1660. laugo.Parent = hrp
  1661. game.Debris:AddItem(laugo, 2.5)
  1662. laugo:Play()
  1663. local sda = 0
  1664. local chn = 2
  1665. local cs = math.cos
  1666. for D = 1, 60 do
  1667. swait()
  1668. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1669. sda = sda + chn
  1670. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1671. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1672. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1673. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1674. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1675. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1676. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1677. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1678. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1679. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1680. end
  1681. hed.face.Texture = "rbxassetid://"
  1682. mus1.TimePosition = 2.75
  1683. mus1:Play()
  1684. for C = 1, 30 do
  1685. swait()
  1686. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1687. sda = sda + chn
  1688. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1689. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1690. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1691. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1692. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1693. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1694. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1695. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1696. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1697. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1698. end
  1699. for _ = 1, 5 do
  1700. swait()
  1701. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1702. sda = sda + chn
  1703. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1704. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1705. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1706. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1707. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1708. if dipperhat then
  1709. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1710. end
  1711. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1712. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1713. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1714. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1715. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1716. end
  1717. wait(2)
  1718. elseif whogothit == nil then
  1719. print("noderp")
  1720. end
  1721. human:SetStateEnabled(3, true)
  1722. activu = false
  1723. standappear(thenoob)
  1724. activu = true
  1725. if dipperhat then
  1726. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1727. end
  1728. actmus1:Destroy()
  1729. actmus2:Destroy()
  1730. bast:Play()
  1731. if bodyvel then
  1732. bodyvel:Destroy()
  1733. end
  1734. cam.CameraType = "Custom"
  1735. hed.face.Texture = regface
  1736. chr.PrimaryPart = head
  1737. human.WalkSpeed = 16
  1738. activu = false
  1739. POSU = false
  1740. end
  1741. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1742. for _, guy in pairs(workspace:GetChildren()) do
  1743. 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
  1744. do
  1745. local humz = guy:FindFirstChild("Humanoid")
  1746. local horp = guy:FindFirstChild("HumanoidRootPart")
  1747. TakeDamage(humz, dmg)
  1748. local db = Instance.new("StringValue")
  1749. db.Name = "alabo"
  1750. db.Parent = horp
  1751. delay(debtim, function()
  1752. db:Destroy()
  1753. end)
  1754. local b = Instance.new("Part")
  1755. nooutline(b)
  1756. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1757. b.Transparency = 0.25
  1758. b.Anchored = true
  1759. b.CanCollide = false
  1760. b.BrickColor = BrickColor.new("Institutional white")
  1761. b.Locked = true
  1762. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1763. b.Parent = modz
  1764. local c = Instance.new("SpecialMesh")
  1765. c.MeshType = "Sphere"
  1766. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1767. c.Parent = b
  1768. game.Debris:AddItem(b, 1)
  1769. if bodyfdire then
  1770. local boopyve = Instance.new("BodyVelocity")
  1771. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1772. boopyve.P = math.huge
  1773. boopyve.Velocity = bodyfdire
  1774. boopyve.Parent = horp
  1775. game.Debris:AddItem(boopyve, debtim)
  1776. end
  1777. local bet = Instance.new("Sound")
  1778. bet.Pitch = rd2(9, 11) / 10
  1779. bet.Volume = rd2(12, 14) / 10
  1780. bet.SoundId = "rbxassetid://441202925"
  1781. bet.Parent = b
  1782. bet:Play()
  1783. coroutine.resume(coroutine.create(function()
  1784. for _ = 1, 5 do
  1785. swait()
  1786. b.Transparency = b.Transparency + 0.15
  1787. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1788. end
  1789. end))
  1790. end
  1791. end
  1792. end
  1793. end
  1794. function tagability(partoz, magn)
  1795. for _, guy in pairs(workspace:GetChildren()) do
  1796. 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
  1797. do
  1798. local humz = guy:FindFirstChild("Humanoid")
  1799. humz.PlatformStand = true
  1800. delay(1, function()
  1801. humz.PlatformStand = false
  1802. end)
  1803. local horp = guy:FindFirstChild("HumanoidRootPart")
  1804. local db = Instance.new("StringValue")
  1805. db.Name = "dedrbaba"
  1806. db.Parent = horp
  1807. local bodyrot = Instance.new("BodyAngularVelocity")
  1808. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1809. bodyrot.P = math.huge
  1810. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1811. bodyrot.Parent = horp
  1812. local hL, tL, aL, bL, cL, dL
  1813. game.Debris:AddItem(bodyrot, 0.2)
  1814. if guy:FindFirstChild("Head") then
  1815. hL = guy:FindFirstChild("Head")
  1816. hL.BrickColor = BrickColor.new("Crimson")
  1817. end
  1818. if guy:FindFirstChild("Torso") then
  1819. tL = guy:FindFirstChild("Torso")
  1820. tL.BrickColor = BrickColor.new("Crimson")
  1821. end
  1822. if guy:FindFirstChild("Left Arm") then
  1823. aL = guy:FindFirstChild("Left Arm")
  1824. aL.BrickColor = BrickColor.new("Crimson")
  1825. end
  1826. if guy:FindFirstChild("Right Arm") then
  1827. bL = guy:FindFirstChild("Right Arm")
  1828. bL.BrickColor = BrickColor.new("Crimson")
  1829. end
  1830. if guy:FindFirstChild("Left Leg") then
  1831. cL = guy:FindFirstChild("Left Leg")
  1832. cL.BrickColor = BrickColor.new("Dark red")
  1833. end
  1834. if guy:FindFirstChild("Right Leg") then
  1835. dL = guy:FindFirstChild("Right Leg")
  1836. dL.BrickColor = BrickColor.new("Datk red")
  1837. end
  1838. coroutine.resume(coroutine.create(function()
  1839. if aL then
  1840. aL.Name = "Right Arm"
  1841. wait()
  1842. end
  1843. if bL then
  1844. bL.Name = "Left Leg"
  1845. wait()
  1846. end
  1847. if cL then
  1848. cL.Name = "Left Arm"
  1849. wait()
  1850. end
  1851. if dL then
  1852. dL.Name = "Right Leg"
  1853. end
  1854. end))
  1855. end
  1856. end
  1857. end
  1858. end
  1859. mouse.KeyDown:connect(function(key)
  1860. if human.Health <= 0 then
  1861. return
  1862. end
  1863. if key == "f" then
  1864. standappear(thenoob)
  1865. end
  1866. if key == "r" then
  1867. MUDA()
  1868. end
  1869. if key == "e" then
  1870. block()
  1871. end
  1872. if key == "v" then
  1873. cability()
  1874. end
  1875. if key == "m" and plr.UserId then
  1876. THEBEST()
  1877. end
  1878. if key == "j" then
  1879. THREATENING()
  1880. end
  1881. if key == "k" then
  1882. konodioda:Play()
  1883. end
  1884. if key == "l" then
  1885. bast:Play()
  1886. end
  1887. if key == "p" then
  1888. zaworld:Play()
  1889. end
  1890. end)
  1891. tool.Equipped:connect(function()
  1892. selected = true
  1893. end)
  1894. tool.Unequipped:connect(function()
  1895. selected = false
  1896. end)
  1897. sine = 0
  1898. charge = 1
  1899. cos = math.cos
  1900. game:GetService("RunService").RenderStepped:connect(function()
  1901. if POSU == false then
  1902. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1903. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1904. local checkstate = human:GetState()
  1905. if checkstate.Value == 13 then
  1906. animpose = "Sitting"
  1907. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1908. animpose = "Jumping"
  1909. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1910. animpose = "Falling"
  1911. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1912. animpose = "Idle"
  1913. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1914. animpose = "Walking"
  1915. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1916. animpose = "TooFast"
  1917. end
  1918. if animpose == "Idle" then
  1919. sine = sine + charge
  1920. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1921. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1922. 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)
  1923. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1924. 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)
  1925. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1926. 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)
  1927. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1928. 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)
  1929. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1930. end
  1931. if animpose == "Walking" then
  1932. sine = sine + charge
  1933. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1934. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1935. 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)
  1936. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1937. 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)
  1938. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1939. 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)
  1940. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1941. 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)
  1942. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1943. end
  1944. if animpose == "Jumping" then
  1945. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1946. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1947. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1948. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1949. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1950. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1951. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1952. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1953. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1954. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1955. end
  1956. if animpose == "Falling" then
  1957. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1958. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1959. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1960. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1961. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1962. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1963. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1964. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1965. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1966. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1967. end
  1968. if animpose == "TooFast" then
  1969. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1970. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1971. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  1972. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1973. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1974. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1975. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  1976. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1977. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1978. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1979. end
  1980. if animpose == "Sitting" then
  1981. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1982. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1983. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1984. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1985. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1986. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1987. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1988. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1989. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1990. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1991. end
  1992. end
  1993. if appeared == false and activu == false then
  1994. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1995. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1996. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1997. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1998. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1999. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2000. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2001. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2002. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2003. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2004. elseif appeared == true and activu == false then
  2005. sine = sine + charge
  2006. 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)
  2007. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  2008. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2009. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2010. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2011. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2012. 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)
  2013. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2014. 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)
  2015. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2016. end
  2017. end)
  2018. function dispose()
  2019. for i, v in pairs(getfenv(0)) do
  2020. v = nil
  2021. end
  2022. error = nil
  2023. print = nil
  2024. warn = nil
  2025. end
  2026. human.Died:connect(dispose)
  2027. chr.Changed:connect(function()
  2028. if chr.Parent == nil then
  2029. dispose()
  2030. ------------
  2031. ------------
  2032. end
  2033. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement