Advertisement
Guest User

Untitled

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