Advertisement
JRKPastesBins

Untitled

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